XeonMS v97 Fix the Drop from the monster

Newbie Spellweaver
Joined
Oct 13, 2010
Messages
73
Reaction score
0
hello Guys
this Release will fix the mesos drop

all you need to do is:
go to file:
MapleMap.java

then search:
spawnMesoDrop((mesos * ServerConstants.MESO_RATE) / 2, calcDropPos(pos, mob.getPosition()), mob, chr, false, droptype);

change this to :
spawnMesoDrop((mesos * ServerConstants.MESO_RATE) / 2, calcDropPos(mob.getPosition(),mob.getPosition()), mob, chr, false, droptype);

Try this

Credit Only to Me For Fixing this
 
Last edited:

ESC

Newbie Spellweaver
Joined
Jul 3, 2012
Messages
87
Reaction score
6
thanks for sharing this,
works fine!
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
Is this for the position for the drop? it was released before..
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
no. was released : block the monster mesos drop and automatic mesos no how to change the position

No thats a different release too. Theres a drop position release. I clearly remember it because otherwise the drop position on my server wouldnt be right.
 
Newbie Spellweaver
Joined
Oct 13, 2010
Messages
73
Reaction score
0
if you find the release please post it here