We are trying to match our database closely to kRO first, if there are missing references, then we switched to iRO, and if there's still no reference, we seek information to other official server.
If you have something to report, you can use the Bug Tracker feature to make it better organized
Is there something else?
mes "Available Amount : "+ValueConvert( getd(#DONATIONPOINTS) )+"^000000";
You make thing too hard. To display the value of #DONATIONPOINTS, it's.. well..
mes "Available Amount : "+ #DONATIONPOINTS +"^000000";
Also you miss a step in your script.
player input amount
you check the input (.@amount == 0)
check if the player have the amount of eKoin - you forgot this part
etc..