Quote:
Originally Posted by gavsta
Hey Anybody realized how to spawn boss's yet? in place you want or just summon them?  
|
Question:
How do I spawn monsters?
Answer:
Close your server, open this directory, [...\RappelzServer\game_bin\Resource\Script] Open the file named monster_respawn.lua (open with note pad or eclipse) and change the Monster_ID to what you would like example:
Code:
if ID == 11 then -- I assume this ID is the spawn location ID.
monster_ID = { 1002, 2002, 2002, 0, 950, 0 } --- 1002 = beast_chichen_01 ID so change one of the 0, at the end to your desired ID in my case 950 = ain_mardukaboss
density = { 1.2, 0.7, 0.4, 0.15, 0.1, 0.07 }
interval = { 100, 100, 100, 100, 100, 100 }
Raremob_ID = { 5044, 5046, 0, 0 }
Raremob_count = { 1, 1, 1, 1 }
Raremob_interval = { 100, 100, 100, 0 }
For more informations check this link :