[DEV]DjSt3rios Posted August 29, 2011 Posted August 29, 2011 Hello, I need some help... I want to delete at a specific time, a specific NPC Id.. there is only 1 NPC with this ID, so it could find it probably, But im not sure how I can make it.. maybe someone can help me?
0 Tryskell Posted August 30, 2011 Posted August 30, 2011 //delete ingame or search for his id in "spawnlist" table and drop the line.
0 [DEV]DjSt3rios Posted August 30, 2011 Author Posted August 30, 2011 //delete ingame or search for his id in "spawnlist" table and drop the line. Lol i am not that noob, I meant in java XD
0 Tryskell Posted August 30, 2011 Posted August 30, 2011 You're "not that noob", but you don't even bother checking how //delete works. Let's say you miss of some logic :D. target.deleteMe(); L2Spawn spawn = target.getSpawn(); if (spawn != null) { spawn.stopRespawn(); SpawnTable.getInstance().deleteSpawn(spawn, true); } Must have at least those 2 parts, a deleteMe, a stopRespawn and deleteSpawn.
Question
[DEV]DjSt3rios
Hello, I need some help... I want to delete at a specific time, a specific NPC Id.. there is only 1 NPC with this ID, so it could find it probably, But im not sure how I can make it.. maybe someone can help me?
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now