2011-05-09, 11:32 AM
Kalovale Wrote:The lower they go, the happier I am. I honestly don't think any 99.9%-legitimate player would have more than 10 of those in their inventory.
If they have to ban everyone in the process of doing so, MISSION F'UCKING ACCOMPLISHED; and I didn't even have to do anything.
You will then have to make the server think it should give you a Chaos Horntail Pendant. How do you suggest that should be done?
EDIT: Holy f'uck, I gave in after 5 minutes and tried to kill that bug on my screen. Damn you Snor.
It's not possible to do that, indeed. I just mean that if any developer with brains could've created a simple NPC script which disables people from exploiting it. In JavaScript it will be something simple like;
if (cm.haveItem(mapleweaponID, 1)) {
cm.gainItem(coinID, random);
cm.gainItem(mapleweaponID, -1);
}
This is a function that's being used in every other script. If you don't have the 'mapleweaponID', you can't use that function. It can't be bypassed or edited and is being used everytime. If you do have the 'mapleweaponID', you get a random amount of coins (stated in a variable) and lose the 'mapleweaponID'. It's really that simple.
And I know, the bug is amusing. I tried killing it too when I first saw it d:

