Hello, I've been playing Ragnarok for myself and I want something interesting. So, I want to make a script that spawn monsters when WoE starts. I've made the monsters to spawn in a castle but I do not know how to make them disappear when WoE ends and spawn them again when WoE starts. I also tried to change agit_main.txt but nothing happened. Here is my script:
//==================================================
// aldeg_cas01
//==================================================
aldeg_cas01,0,0,0,0 monster Cecil Damon 1638,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Kathryne Keyron 1639,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Margaretha Sorin 1637,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Howard Alt-Eisen 1636,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Eremes Guile 1635,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Seyren Windsor 1634,4,00,0,0
aldeg_cas01,0,0,0,0 monster Randel 2221,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Flamel 2222,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Celia 2223,1,20000,0,0
aldeg_cas01,0,0,0,0 monster Chen 2224,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Gertie 2225,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Alphoccio 2226,4,20000,0,0
aldeg_cas01,0,0,0,0 monster Trentini 2227,4,20000,0,0
aldeg_cas01,216,23,0,0 monster Cecil Damon 1638,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Kathryne Keyron 1639,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Margaretha Sorin 1637,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Howard Alt-Eisen 1636,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Eremes Guile 1635,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Seyren Windsor 1634,4,00,0,0
aldeg_cas01,216,23,0,0 monster Randel 2221,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Flamel 2222,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Celia 2223,1,5000,0,0
aldeg_cas01,216,23,0,0 monster Chen 2224,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Gertie 2225,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Alphoccio 2226,4,5000,0,0
aldeg_cas01,216,23,0,0 monster Trentini 2227,4,5000,0,0
If you see, this is just a permanent monster spawn.
Can someone help me, please?
Thank you and sorry for bad English.