Snap Posted April 14, 2012 Posted April 14, 2012 Can anyone help me make my poring coin droppable and gives 2 cash points when click? Quote
Yummy Posted April 17, 2012 Posted April 17, 2012 to make poring coin dropable go to eathena/db then find item_trade.txt Look at this line comment it put a // to disable it // Poring Coin items 7538,115,100 // Sifted_Sand 7539,115,100 // Poring_Coin Quote
Flaid Posted April 26, 2012 Posted April 26, 2012 (edited) Item script: 7539,Poring_Coin,Poring Coin,0,0,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "poringcoin"; },{},{} Function function script poringcoin { atcommand "@cash " + 2; dispbottom "You just got 2 cash points!"; } That should work. Edited April 26, 2012 by Flaid Quote
Question
Snap
Can anyone help me make my poring coin droppable and gives 2 cash points when click?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.