• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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 :)
 
Back
Top