0flee Posted May 9, 2020 Posted May 9, 2020 How i can delete all spawned monsters? I tyr many commands. But unusefull. L2jSunrise no have defined in database type of npc. location spawns and npc template. But npc template including npcs (monsters too). I can delete 1 by 1 with //delete only?
0 0flee Posted May 10, 2020 Author Posted May 10, 2020 I ask something forbidden? Why i don;t do that? What it si wrong with that? I want to spawn my cusom mobs because i make a custom server. Thank you
0 #Devel Posted May 10, 2020 Posted May 10, 2020 Check in your Navicat in spawnlist table, there should be all the spawned mobs with their cords.
0 Trance Posted May 10, 2020 Posted May 10, 2020 42 minutes ago, 0flee said: I ask something forbidden? Why i don;t do that? What it si wrong with that? I want to spawn my cusom mobs because i make a custom server. Thank you 3 hours ago, Trance said: What are you talking about? He asked how can he mass delete the spawnlist. He can do that by suing the npc ids or coordinates range from the database.
0 0flee Posted May 10, 2020 Author Posted May 10, 2020 I find a command DELETE FROM `spawnlist` WHERE (`npc_templateid`='npctemplate') it is more simple, not fast, but i have to work :( 3 minutes ago, Trance said: There i must defined coords. And i want to delete all possible monsters on map. Raid G Raid including. Just basic npcs. That npcs with what player can talk.
0 Trance Posted May 10, 2020 Posted May 10, 2020 2 minutes ago, 0flee said: I find a command DELETE FROM `spawnlist` WHERE (`npc_templateid`='npctemplate') it is more simple, not fast, but i have to work :( There i must defined coords. And i want to delete all possible monsters on map. Raid G Raid including. Just basic npcs. That npcs with what player can talk. You can use conditions if you want to delete a certain group of mobs based on npcid range or coords. I suggest you then delete mobs on npc ids, see what are the ranges between A and B, C and D, etc and delete them.
0 0flee Posted May 10, 2020 Author Posted May 10, 2020 Yes, it is a good ideea, thank you! but 1 question, Monsters and Npc are both spawned on spawnlist?
0 Trance Posted May 10, 2020 Posted May 10, 2020 7 hours ago, 0flee said: Yes, it is a good ideea, thank you! but 1 question, Monsters and Npc are both spawned on spawnlist? Yes.
Question
0flee
How i can delete all spawned monsters? I tyr many commands. But unusefull. L2jSunrise no have defined in database type of npc. location spawns and npc template. But npc template including npcs (monsters too). I can delete 1 by 1 with //delete only?
7 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