Jump to content
  • 0
Sign in to follow this  
heroji

Change "kafra credit point" message?

Question

Hello i'm a newbie i want to ask if it possible to change the "kafra credit point" message that appear on the chat?

"You don't have enough <name> "

Untitled.png

prontera,166,170,3	trader	Dealer	10297,{
	OnInit:
	tradertype(NST_CUSTOM);
	sellitem Poring_Card,1;
	end;

// Here you configure the item you will need to purchase
OnCountFunds:
	setcurrency(#KAFRAPOINTS);
	end;

// Pays the value in bronze coins
OnPayFunds:
	if( #KAFRAPOINTS < @points )
		end;
	#KAFRAPOINTS -= @price;
	purchaseok();
	end;
}

This is the script i use maybe modifying NST_CUstom but dont know where to find...

Edited by heroji

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.