• 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.

MapleSolaxia v1/v2 Mesos won't drop from mobs.

Newbie Spellweaver
Joined
Jul 21, 2017
Messages
17
Reaction score
0
Hello People,
So the Solaxia source seems to not have a function of dropping mesos from mobs (v2 Included). I don't understand why but I've checked MapleMap etc etc and can't find any luck. Does anyone know why or the fix for mobs to drop Mesos?
 
Newbie Spellweaver
Joined
Jul 21, 2017
Messages
17
Reaction score
0
I ended up creating my own method that allows mesos to drop from all mobs at a constant rate. Meaning at 1-10 mobs it drops roughly around the constants of the Meso rate within a fraction of 100 to 400 mesos. It is a sloppy way but it worked.
 
Upvote 0
Junior Spellweaver
Joined
Apr 5, 2008
Messages
152
Reaction score
65
If I remember correctly it pulled meso drops in from the drop table in the database. If the itemid was 0, it considered it a meso drop.
 
Upvote 0
Newbie Spellweaver
Joined
Feb 15, 2016
Messages
27
Reaction score
0
If I remember correctly it pulled meso drops in from the drop table in the database. If the itemid was 0, it considered it a meso drop.
Yeah I fixed it, just changed the table name from temp_data to drop_data

 
Upvote 0
Newbie Spellweaver
Joined
Apr 26, 2015
Messages
10
Reaction score
0
I already changed the name to drop_data but It still doesn't drop mesos, I also have drop_data_global table, I might need to add it there?
 
Upvote 0
Back
Top