Jump to content
  • 0

H>about vice versa


CursorX

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   0
  • Joined:  11/20/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   0
  • Joined:  11/20/13
  • Last Seen:  

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 by DwGen
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...