CursorX Posted December 17, 2013 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 168 Reputation: 0 Joined: 11/20/13 Last Seen: November 23, 2021 Share Posted December 17, 2013 Help me for this script? i get this in the release and edit some.. i wonder how can i configure it to cash = zeny too? i only got zeny to cash thank you... Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted December 17, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted December 17, 2013 show us the script and re-explain yourself. Quote Link to comment Share on other sites More sharing options...
CursorX Posted December 17, 2013 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 168 Reputation: 0 Joined: 11/20/13 Last Seen: November 23, 2021 Author Share Posted December 17, 2013 (edited) oh men... i 4got to put the script O.O prontera,148,193,5 script Cash Trader 894,{ mes "[Cash Trader]"; mes "Exchange Rate:"; mes "^0000FF300m^000000 zeny =^00FF001^000000 cash point or ^0000FF1^000000 cash point =^00FF0050m^000000 zeny"; mes "Exchange^0000FF10^000000 cash points get free ^00FF001^000000 Kafra point"; mes "Please select the service you want:"; next; menu "^FF0000Exchange Zeny to Cash",Le0,"FF0000Exchange Cash to Zeny",Le01,"^0000FFCheck Cash Point",Edis2,"^00FF00Quit",LeEnd; Le0: set @bEavail,(Zeny/500000000); mes "[Cash Trader]"; mes "^0000FF" + strcharinfo(0) + "^000000"; mes "Available Cash Points to Exchange: ^0000FF" + @bEavail + "^000000"; mes "How Many Cash Points you want to Exchange?"; input @ExchangeEC; set @ttalEC,(@ExchangeEC*500000000); if (Zeny < @ttalEC) goto ENeedZenys; mes "That will be ^0000FF" + @ttalEC + "^000000z!"; next; mes "[Cash Trader]"; mes "Do you still wanna Exchange Cash Points?"; menu "^FF3355Exchange",LEyes,"Ive change my mind^000000",LEno; LEyes: set #CASHPOINTS,#CASHPOINTS+@ExchangeEC; set #KAFRAPOINTS,#KAFRAPOINTS+(#CASHPOINTS/10); set Zeny,zeny-@ttalEC; Set @CEx,#CASHPOINTS; Set @KEx,#KAFRAPOINTS; set #totalExchange,#totalExchange+@ExchangeEC; goto Edis2; close; LEno: mes "[Cash Trader]"; mes "Thanks you ^0000FF" + strcharinfo(0) + "^000000!"; mes "Come Again!"; close; Edis2: mes "[Cash Trader]"; mes "Your Available Cash Point ^0000FF" + @CEx + "^000000! "; mes "Your Available Kafra Point ^0000FF" + @KEx + "^000000! "; close; ENeedZenys: mes "[Cash Trader]"; mes "Sorry, you don't have enough Zeny."; close; LeEnd: close; Le01: } i got only zeny to cash point.. i need cash point to zeny too... ^^, bump! Edited December 17, 2013 by DwGen Quote Link to comment Share on other sites More sharing options...
Question
CursorX
Help me for this script?
i get this in the release and edit some.. i wonder how can i configure it to cash = zeny too?
i only got zeny to cash
thank you...
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.