Jump to content
  • 0
Sign in to follow this  
hadiesyafiq

Request Point Checker NPC Script

Question

hi all 

my server use serveral custom point for reward

here some

#TIMEPOINT

#VOTEPOINT

#SHAREPOINT

#PVPPOINT

#MISSONPOINT

#EVENTPOINT

#MVPPOINT

#CASHPOINT

 

How to make 1 NPC to check how many point we have on that character...

example

[POINT CHECKER]

You have 

10 timepoint

5 votepoint

3 sharepoint

0 pvppoint.......

 

thanks for helping

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
mes "You currently have TIMEPOINT " + #TIMEPOINT;
mes "You currently have VOTEPOINT " + #VOTEPOINT;
mes "You currently have SHAREPOINT " + #SHAREPOINT;
mes "You currently have PVPPOINT " + #PVPPOINT;
mes "You currently have MISSONPOINT " + #MISSONPOINT;
mes "You currently have EVENTPOINT " + #EVENTPOINT;
mes "You currently have MVPPOINT " + #MVPPOINT;
mes "You currently have CASHPOINT " + #CASHPOINT;

 

Share this post


Link to post
Share on other sites

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.