Jump to content
  • 0

R> Kafra Cash points to Cashpoints


realRO

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

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!

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • -1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

@Emistrywhere should I put the "changing" amount for kafra points and cashpoints? Thank you! :) 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

14 minutes ago, realRO said:

@Emistrywhere should I put the "changing" amount for kafra points and cashpoints? Thank you! :) 

		#KAFRAPOINTS -= .@amount;
		#CASHPOINTS += .@amount;

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

1 minute ago, Emistry said:

 

So it should be like this?

Quote

		#KAFRAPOINTS -= .@amount,100 ;
		#CASHPOINTS += .@amount,1 ;

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if you're asking for guide to convert to eAthena emulators...read this

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

@Emistry no sir, I'm sorry. I'm using rAthena. I was just wondering on where to put the Kafra Points amount. :( I'm very noob. :(

I think the script is 1 is to 1 exchanger? 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

@Emistry sir. :( Iwas looking if you I can change it to 100 kafrapoints = 1 cash point

 

@Emistry wow, I see you need to put a () bracket and * is multiply. I learned something today. Thank you so much for replying my thread. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  12/24/13
  • Last Seen:  

@Emistry yo emistry, itried it and I have 1000kafrapoints. I exchaged it and input 100 Kafrapoint, all my kafrapoints where removed. :(

Edited by realRO
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...