new snow dragon boss spawn.. fire dragon!
Moderator: Game Administrators
- uPgradE
- Posts: 218
- Joined: Mon Sep 09, 2013 12:00 am
- Location: Louisville, KY USA
new snow dragon boss spawn.. fire dragon!
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?)
..still no drops though :-/
Make the snow dragon boss spawns NEW fire dragon..
.01% fire plate
1% fire pants
25% fire shield (lvl?)
Cage = LVL 2200 Archer
cestes = LVL 122 Mage
SYSTEM = LVL 20 MAGE (LIFE IN PRISON!)
[HAPP]YHALLOWEEN = LVL 31 Archer
cestes = LVL 122 Mage
SYSTEM = LVL 20 MAGE (LIFE IN PRISON!)


[HAPP]YHALLOWEEN = LVL 31 Archer
- Fairy
- Posts: 79
- Joined: Thu Jun 12, 2014 11:44 am
Re: new snow dragon boss spawn.. fire dragon!
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.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?)
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.

- rearrow
- Posts: 1775
- Joined: Wed Jul 16, 2014 9:48 am
Re: new snow dragon boss spawn.. fire dragon!
never even knew there was a boss snow dragon.
andnever even heard of a fire dragon.
andnever even heard of a fire dragon.
-
- Posts: 467
- Joined: Mon May 26, 2014 1:15 am
Re: new snow dragon boss spawn.. fire dragon!
Fire dragon is the ideia for boss that cage want tell us
Boss now dragon is two maps left of boss dragon map 05
Boss now dragon is two maps left of boss dragon map 05
dinoponte1000 lvl1065 mage(BK)
dinoponte100 lvl114 mage(lilB)
Kheiron lvl380 archer(BK)
dinoman lvl102 dwarf(BK)
yeti lvl130 ogre(BK)
yetii ogre
dinoponte3 swordsman
dinoponte archer
Quem100000 mage
Languages spoken:
Potugues,English
dinoponte100 lvl114 mage(lilB)
Kheiron lvl380 archer(BK)
dinoman lvl102 dwarf(BK)
yeti lvl130 ogre(BK)
yetii ogre
dinoponte3 swordsman
dinoponte archer
Quem100000 mage
Languages spoken:
Potugues,English
- Fairy
- Posts: 79
- Joined: Thu Jun 12, 2014 11:44 am
Re: new snow dragon boss spawn.. 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.rearrow wrote:never even knew there was a boss snow dragon.
andnever even heard of a fire dragon.
"boss snow dragon" is just like the normal snow dragon but it rarely drops ice shield, though I never have had one.
- rearrow
- Posts: 1775
- Joined: Wed Jul 16, 2014 9:48 am
Re: new snow dragon boss spawn.. fire dragon!
i keep learning things 

- DwarfTank
- Posts: 922
- Joined: Sun Feb 01, 2015 12:48 am
- Location: America (United States
- Contact:
Re: new snow dragon boss spawn.. fire dragon!
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...
DwarfTank-lvl2324(Legendary Player)
ShadowHood-lvl2668(Black Dragon Skin)
-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
ShadowHood-lvl2668(Black Dragon Skin)
-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
- rearrow
- Posts: 1775
- Joined: Wed Jul 16, 2014 9:48 am
Re: new snow dragon boss spawn.. fire dragon!
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.
- rearrow
- Posts: 1775
- Joined: Wed Jul 16, 2014 9:48 am
Re: new snow dragon boss spawn.. fire dragon!
ps they are mmorpg only. not in rpg
- Insider
- Posts: 2426
- Joined: Wed Jun 25, 2014 1:27 am
- Location: Saint-Petersburg, Russian Federation
- Contact:
Re: new snow dragon boss spawn.. fire dragon!
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
*/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