Auto spawn events in the game

Here you will find any important info about the game and the forum!

Moderator: Game Administrators

Locked
User avatar
compbatant
Site Admin
Posts: 1947
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Auto spawn events in the game

Post by compbatant »

I have just added auto spawn events mechanism.

At certains times, special monsters with special drops spawn on different maps.
User avatar
Gandalf
Site Admin
Posts: 1082
Joined: Thu Feb 21, 2013 1:00 am
Location: Heidelberg, Germany

List of the auto spawn events

Post 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
Forum Admin and Gamemaster

Useful links: Forum Rules | Game Rules | Items | Quests | Monsters

Spoken languages: English, German
User avatar
Gandalf
Site Admin
Posts: 1082
Joined: Thu Feb 21, 2013 1:00 am
Location: Heidelberg, Germany

Re: Auto spawn events in the game

Post 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
Forum Admin and Gamemaster

Useful links: Forum Rules | Game Rules | Items | Quests | Monsters

Spoken languages: English, German
Locked