Page 1 of 2

new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 8:11 am
by uPgradE
Now that snow dragons are plentiful
..still no drops though :-/

Make the snow dragon boss spawns NEW fire dragon..
.01% fire plate
1% fire pants
25% fire shield (lvl?)

Re: new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 10:47 am
by Fairy
uPgradE wrote:Now that snow dragons are plentiful
..still no drops though :-/

Make the snow dragon boss spawns NEW fire dragon..
.01% fire plate
1% fire pants
25% fire shield (lvl?)
Agree with the TS. Due to the recent updates, the boss spawns seem outdated, especially the snow dragon. No one cares to entertain the boss snow dragon anymore, as it is utterly worthless, regarding xp and drops.

Same is the case with Fire boss dragon. Due to the absence of any rare drops, I don't feel any motivation to do the spawn. Let us make the things a bit spicy by adding some new drops and bosses. :)

Re: new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 11:30 am
by rearrow
never even knew there was a boss snow dragon.
andnever even heard of a fire dragon.

Re: new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 1:33 pm
by dinoponte2
Fire dragon is the ideia for boss that cage want tell us
Boss now dragon is two maps left of boss dragon map 05

Re: new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 3:07 pm
by Fairy
rearrow wrote:never even knew there was a boss snow dragon.
andnever even heard of a fire dragon.
Well, I used the word "fire dragon" as a reference to the normal boss dragon. it was not used to refer to some new unit. I know it is not called fire dragon though once it was called rainbow dragon. I don't know what words you use to refer to them.

"boss snow dragon" is just like the normal snow dragon but it rarely drops ice shield, though I never have had one.

Re: new snow dragon boss spawn.. fire dragon!

Posted: Thu Feb 12, 2015 5:08 pm
by rearrow
i keep learning things ;)

Re: new snow dragon boss spawn.. fire dragon!

Posted: Sat Feb 14, 2015 12:07 am
by DwarfTank
Where to find such bosses in the game? I am lvl 105 now and have never even come across any such bosses, or any boss at all...

Re: new snow dragon boss spawn.. fire dragon!

Posted: Sat Feb 14, 2015 12:46 am
by rearrow
they apear at certain times as certain places and disapear fast if not killed. theres a post in general info i think on where and when.

Re: new snow dragon boss spawn.. fire dragon!

Posted: Sat Feb 14, 2015 12:47 am
by rearrow
ps they are mmorpg only. not in rpg

Re: new snow dragon boss spawn.. fire dragon!

Posted: Sat Feb 14, 2015 12:48 am
by Insider
The spawns are generated with crontab:

*/10 * * * * -1.-2 /s 9 item:72 pos:60.100
*/5 * * * * -1.-1 /s 26 item:132 10.140
0 * * * * -1.1 /s 81
10 * * * * -1.1 /s 77 count:4 item:114 pos:40.140
50 * * * * -1.2 /s 85
50 * * * * -1.2 /s 85 item:94 pos:82.6515 * * * * 0.-2 /s 84
20 * * * * 0.-2 /s 84
*/15 * * * * 0.-1 /s 21 count:2 item:71 pos:50.150
*/10 * * * * 0.0 /s 17 item:91 pos:120.60
25 * * * * 0.1 /s 49 item:115 pos:30.130
05 * * * * 2.-2 /s 85
50 * * * * 3.-3 /s 85
50 * * * * 3.-3 /s 85 item:94 pos:80.80
*/10 * * * * 3.1 /s 57 hp:10000 xp:30000 str:40 arm:40 dex:20 item:177 pos:40.40
55 * * * * 129.129 /s 85

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