Spawn Boss's

06/30/2011 13:41 gavsta#1
Hey Anybody realized how to spawn boss's yet? in place you want or just summon them? :):mofo:
06/30/2011 15:15 Crestyx#2
yeah!somebody know how to spawn them?
06/30/2011 19:38 extremedaemon88foru#3
Quote:
Originally Posted by gavsta View Post
Hey Anybody realized how to spawn boss's yet? in place you want or just summon them? :):mofo:
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 : [Only registered and activated users can see links. Click Here To Register...]
06/30/2011 20:43 gavsta#4
Quote:
Originally Posted by extremedaemon88foru View Post
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 : [Only registered and activated users can see links. Click Here To Register...]
hehe thanks i miss worded it i meen like summon them as pet/ and spawn them in middle of horizon like for GM event ^_^ Thanks for info tho