Mellion Posted December 19, 2016 Posted December 19, 2016 Hello i wanna ask, maybe someone have spawnlist( in database) without monsters but whit npc in town? please share if you have. Quote
0 'Baggos' Posted December 20, 2016 Posted December 20, 2016 The power of the big penis.. Who will give the smartest answer.. The answer is in the second comment because he uses frozen and they try to give hardcore answers.. Also and xdem gave a solution in the first comment, but useless for frozen. Quote
0 AbsolutePower Posted December 20, 2016 Posted December 20, 2016 (edited) The only nice answer is given by xdem, the rest you're just noobs, low IQ kids who can't code shit :-[ hmmm lets see access :D since its frozen lets start. ! :happyforever: we have a truck full of noobs: Solution 1: drop the noobs from the track (will be lighter + fuel economy) Solution 2: keep the noobs until we will reach in our destination and put someone to seperate them.(heavier + high fuel). + shity code. so? Edited December 20, 2016 by AbSoLuTePoWeR Quote
0 AccessDenied Posted December 20, 2016 Posted December 20, 2016 hmmm lets see access :D since its frozen lets start. ! :happyforever: we have a truck full of noobs: Solution 1: drop the noobs from the track (will be lighter + fuel economy) Solution 2: keep the noobs until we will reach in our destination and put someone to seperate them.(heavier + high fuel). + shity code. so? Apologize to me now with a gif. I won't wait more than 5 min :-[ Quote
0 xxdem Posted December 24, 2016 Posted December 24, 2016 hmmm lets see access :D since its frozen lets start. ! :happyforever: we have a truck full of noobs: Solution 1: drop the noobs from the track (will be lighter + fuel economy) Solution 2: keep the noobs until we will reach in our destination and put someone to seperate them.(heavier + high fuel). + shity code. so? What kind of next level bullshit is this? Can you explain? Quote
0 StinkyMadness Posted December 31, 2016 Posted December 31, 2016 (edited) ==================================================================================================================For aCis gameserver/datatables/SpawnTable.java if (template1.isType("L2SiegeGuard")) { // Don't spawn guards, they're spawned during castle sieges. } + else if (template1.isType("L2Monster") && template1.getNpcId() > 5000) + { + // Ignore all monsters with higher ID then 5000 + } else if (template1.isType("L2RaidBoss")) { // Don't spawn raidbosses ; raidbosses are supposed to be loaded in another table ! _log.warning("SpawnTable: RB (" + template1.getIdTemplate() + ") is in regular spawnlist, move it in raidboss_spawnlist."); } and you can spawn your own monster with custom ID lower then 5000 ================================================================================================================== For L2JFrozen SQL solution DELETE spawnlist, npc FROM spawnlist, npc WHERE spawnlist.npc_templateid=npc.idTemplate AND npc.type='L2Monster'; ================================================================================================================== Edited December 31, 2016 by StinkyMadness Quote
Question
Mellion
Hello i wanna ask, maybe someone have spawnlist( in database) without monsters but whit npc in town? please share if you have.
20 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.