Snap Posted April 14, 2012 Group: Members Topic Count: 64 Topics Per Day: 0.01 Content Count: 186 Reputation: 0 Joined: 04/07/12 Last Seen: May 18, 2012 Share Posted April 14, 2012 Can anyone help me make my poring coin droppable and gives 2 cash points when click? Quote Link to comment Share on other sites More sharing options...
Yummy Posted April 17, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 236 Reputation: 12 Joined: 03/07/12 Last Seen: March 6 Share 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 Link to comment Share on other sites More sharing options...
Flaid Posted April 26, 2012 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 398 Reputation: 140 Joined: 01/04/12 Last Seen: February 19, 2022 Share 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 Link to comment Share on other sites More sharing options...
Question
Snap
Can anyone help me make my poring coin droppable and gives 2 cash points when click?
Link to comment
Share on other sites
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.