Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to...?

Newbie Spellweaver
Joined
Aug 14, 2008
Messages
38
Reaction score
0
How can i make a random summon, example, i want one of these monsters id, 1,2,3,4 to summon randomly when i load the map, i tryed to make this code but i don't know where to put it!

local boss = math.random ( 1, 4 )
CreateCha(boss, 150, 151, 295, 3600)

some advice?
 
Junior Spellweaver
Joined
Jan 23, 2010
Messages
187
Reaction score
12
well i anit going to lie ive been out of the top business for some time but this local = boss crap is not needed. go to the map you want it on in your server files then go to monster then put
CreateCha( id of monster,cordx,cordy,howmany)
end
i believe thats the order in which it goes but yah. i might get back into the top business after i reboot my computer idk. add me tho micah_1131@hotmail.com
 
Upvote 0
Back
Top