Jump to content
  • 0

R> Kafra Cash points to Cashpoints


Question

Posted

Hi guys. Requesting an NPC Kafra Cashpoints converter to Cashpoints.

Example 10 or 50 #KAFRAPOINTS ( amount can be changed anytime)  can be convert to cashpoints #CASHPOINTS ( amount can be exchanged anytime)

 

thanks in advance!

10 answers to this question

Recommended Posts

  • -1
Posted (edited)
prontera,155,181,5	script	Sample	4_F_KAFRA1,{
	
	mes "Change Kafra Point to Cash Point?";
	input .@amount,0,#KAFRAPOINTS;
	.@amount = ( .@amount / 100 );
	if ( .@amount ) {
		#KAFRAPOINTS -= ( .@amount * 100 );
		#CASHPOINTS += .@amount;
	}
	mes "Exchanged "+( .@amount * 100 )+" Kafra Point to "+.@amount+" Cash Point.";
	close;
	
}

NEgeSlT.png

 

Edited by Emistry
added images.
  • 0
Posted
prontera,155,181,5	script	Sample	4_F_KAFRA1,{
	
	mes "Change Kafra Point to Cash Point?";
	input .@amount,0,#KAFRAPOINTS;
	if ( .@amount ) {
		#KAFRAPOINTS -= .@amount;
		#CASHPOINTS += .@amount;
	}
	mes "Exchanged "+.@amount+" Kafra Point to Cash Point.";
	close;
}

try this.

  • 0
Posted
11 minutes ago, realRO said:

I think the script is 1 is to 1 exchanger? 

yes

11 minutes ago, realRO said:

where to put the Kafra Points amount

you put the amount of kafra point in-game when your char talk to NPC.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...