Page 1 of 1

Auto spawn events in the game

Posted: Thu Feb 20, 2014 9:45 pm
by compbatant
I have just added auto spawn events mechanism.

At certains times, special monsters with special drops spawn on different maps.

List of the auto spawn events

Posted: Sat Mar 08, 2014 8:10 pm
by Gandalf
The spawns are generated with crontab.

spawn table can be found here:

viewtopic.php?f=6&t=6152&p=48770#p48770

the code can be read as: spawn time // map // monster ID // additional options*

*[count: how many, item: extra drops, pos: exact map position]

example:

1.) 50 * * * * 3.-3 /s 85
-> at 0:50, 1:50, ... server time (so, once per hour), a monster ID=85 spawns on map 3.-3 on a random position.

2.) */10 * * * * 3.1 /s 57 hp:10000 xp:30000 str:40 arm:40 dex:20 item:177 pos:40.40
-> every 10min, a monster ID=57 with special stats spawns on map 3.1 at position 40.40 and drops item 177

Re: Auto spawn events in the game

Posted: Sat Jan 24, 2015 5:17 pm
by Gandalf
Explanations of the map coordinates can be found here:
https://www.dropbox.com/s/45hdiut1e70rb ... .docx?dl=0
(the full map you will find here: http://dmgamestudio.com/map/)

Explanations of the item IDs can be found here:
https://www.dropbox.com/s/7aar8nu7u68qn ... T.doc?dl=0

Explanations of the monster IDs can be found here:
https://www.dropbox.com/s/b3uf0hmei1v25 ... l.doc?dl=0