How do I make the Mobs from my server drop Maple points? And how I can make the Yellow Words appear on screen like : You have gained 65 NX?
PS: Server v117
How do I make the Mobs from my server drop Maple points? And how I can make the Yellow Words appear on screen like : You have gained 65 NX?
PS: Server v117
You can add some code in killMonster or Killby doesn't matter
Make sure to use a final int for the amount or the amount will differ.
e.g.
final int cashgain = (int)(Math.ceil(Math.random() * put cool formula yo));
You can always check out some sources based on celino i.e tetra/lithium ones and they have what you look for.
Don`t be lazy , just try to do as they said you to do - send a message and give the nx.
I am not exactly savvy in that source but in the function declaration there would be a parameter called - "MapleClient c"
Then, you have many function that will give you the ability to give that character NX / Message.
Going to do it...
Last edited by Zer0KinGz; 01-05-14 at 12:52 PM.