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!

XeonMS v97 Meso Fix

Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
Some of you may have noticed that you get mesos automatically from monsters so technically, players can get the same mesos twice. (Once automatically and from pickup). Fixing this is rather easy.

If you want to only pick up:
MapleMap.java
Find this line:
Code:
chr.gainMeso((mesos * ServerConstants.MESO_RATE) / 2, true);

Comment it out.


If you want to only make it automatic:
Maplemap.java
Find this line:
Code:
spawnMesoDrop((mesos * ServerConstants.MESO_RATE) / 2, calcDropPos(pos, mob.getPosition()), mob, chr, false, droptype);

Comment it out.

I tested this and it works!
 
Last edited:
Newbie Spellweaver
Joined
May 4, 2012
Messages
37
Reaction score
2
Will it fix the automatically part or just wont drop the mesos?
 
Newbie Spellweaver
Joined
Apr 26, 2012
Messages
11
Reaction score
0
The mesos will still drop
but there wont be auto meso claim
 

CEO

Newbie Spellweaver
Joined
Feb 8, 2012
Messages
87
Reaction score
16
Why you re-release this fix?
 
Junior Spellweaver
Joined
Sep 23, 2011
Messages
164
Reaction score
33
So people don't get mesos twice(Cheating)??? LOL^^
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
This makes it so that the character will only get mesos after you pick them up.

@CEO, I never knew this was released before?

EDIT: Now you can do it both ways!
 
Last edited:
Newbie Spellweaver
Joined
Nov 11, 2010
Messages
6
Reaction score
0
I have to do? o_O change the values true and false? or what?
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
I have to do? o_O change the values true and false? or what?

put "//" infront of the line to turn it into a comment. You can also just delete the whole line but commenting out would be better incase you want to re-add it.
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
You can't be that stupid.just to post your are welcome to a reply 2 weeks ago for an extra post count. Gotta be a joke.

Why are you so rude? I haven't checked this thread for a while.I don't care about post counts, tbh, you're the one who comments on every thread and almost never fix their problem. Although, there are rare occasions that you do so don't fuss on that. Back to my post, I wanted my thread to be viewed by more so I guess I sort of bumped up but only because I want more people to be helped by me.
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
Never fix? Oreally? Proof please?
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
Never fix? Oreally? Proof please?
You usually make a post in a random thread in the help section. It usually doesn't work and you never reply when the person needs further help. Actually, you PM them asking for a like.
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
I don't think that's proof. You don't even know how to provide proof yet you trying to start poop? Where's the evidence? Why would someone like something that didn't work? Make some sense idiot
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
I don't think that's proof. You don't even know how to provide proof yet you trying to start poop? Where's the evidence? Why would someone like something that didn't work? Make some sense idiot

Notice how your writing style changes the more you get pissed. You're the one who keeps budding in my thread.
 
Custom Title Activated
Loyal Member
Joined
Mar 6, 2012
Messages
1,503
Reaction score
213
I dislike retards like you. Am I suppose to smile or something when someone's piss?
Make some sense.
 
Coder in-training
Joined
Dec 28, 2008
Messages
595
Reaction score
47
I dislike retards like you. Am I suppose to smile or something when someone's piss?
Make some sense.

Yes because you smile in your writing style right? You're the Special person.
 
Mythic Archon
Joined
Dec 25, 2011
Messages
723
Reaction score
97
Can you both stop bickering like little children and grow up?
 
Back
Top