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!

Monster color blue for lvl 100+ monsters

Newbie Spellweaver
Joined
Mar 17, 2007
Messages
74
Reaction score
0
Hey guys,

all monsters lvl 100+ are blue for me. Can anyone tell me how I can fix it so the real color will be shown?

thanks !
 
Newbie Spellweaver
Joined
Dec 16, 2014
Messages
91
Reaction score
6
config.pk/macro.dat -> (monsterinfo ( key index )... ( level ?? ) , level of the monster at config.pk changes its color!
 
Upvote 0
Joined
Oct 10, 2012
Messages
798
Reaction score
292
the color depends also on character lvl , so if macro and initmonster lvls are lvl 100 and you have 105 lvl or so they will be blue or grey ,if you want the color as purple the monster lvl and macro lvl must be way higher than your character lvl
 
Upvote 0
Newbie Spellweaver
Joined
Mar 17, 2007
Messages
74
Reaction score
0
initmonster:
Code:
;Elite Dungeon Combat Trooper
(monster (name 1052) (index 1052) (country 2) (race 0) (level 110) (ai 3) (range 30) (sight 210 320) (exp 44280000) (itemgroup 1041 2) (itemgroup 3070 1) (itemgroup 3071 1) (itemgroup 3072 1) (itemgroup 3073 1)
(str 280) (hth 310) (int 300) (wis 280) (dex 160) (hp 418275) (mp 1000) (aspeed 2000) (hit 200) (dodge 110) 
(attack 0 2277  2783 ) (magic 0 0) (defense 450 400) (absorb 24) (mspeed 1600 600) (resist 33 30 34 37 25)
        (quest ))

macro:
Code:
( monsterinfo ( key 1052 1037) ( bone 18 ) (level 110) ( scale 1.5 5) ( motion "AAAAAAAAAA" ) (mspeed 1500 500) (attheight 17))

I am lvl 60 so they should be purple.. but they are blue.

any solutions?
 
Upvote 0
Initiate Mage
Joined
May 3, 2015
Messages
1
Reaction score
0
wasnt it normal that the Mobs are blue on lvl 100+? it's like a higher Version of purble Mobs.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 16, 2014
Messages
91
Reaction score
6
( monsterinfo ( key 1052) ( bone 6 ) (level 110) ( scale 1.5 5) ( motion "AAAAAAAAAA" ) (mspeed 1500 500) (attheight 17))
try to use this line
 
Upvote 0
Skilled Illusionist
Joined
Feb 1, 2013
Messages
323
Reaction score
52
Hey guys,

all monsters lvl 100+ are blue for me. Can anyone tell me how I can fix it so the real color will be shown?

thanks !
don't try, this problem not from initmonster or config.pk its from engines 2017-2018 its just visual bug, you will have some problems also with valley of devah and e-mok vicious monsters
 
Upvote 0
Back
Top