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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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