Bringer Posted January 14, 2015 Posted January 14, 2015 (edited) done thanks Edited January 16, 2015 by DrewxD Quote
Luciar Posted January 14, 2015 Posted January 14, 2015 Please stop making duplicate threads: https://rathena.org/board/topic/100239-request-for-stats-mistess/ Quote
Bringer Posted January 15, 2015 Author Posted January 15, 2015 (edited) like this ? http://upaste.me/r/2c9872 Edited January 15, 2015 by DrewxD Quote
Emistry Posted January 15, 2015 Posted January 15, 2015 npc/other/Global_Functions.txt#L571 function script F_InsertComma { set .@str$, getarg(0); for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3) set .@str$, insertchar(.@str$,",",.@i); return .@str$; } Quote
Bringer Posted January 16, 2015 Author Posted January 16, 2015 npc/other/Global_Functions.txt#L571 function script F_InsertComma { set .@str$, getarg(0); for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3) set .@str$, insertchar(.@str$,",",.@i); return .@str$; } still same error Quote
Emistry Posted January 16, 2015 Posted January 16, 2015 mes "Price : "+F_InsertComma( .@cost )+"z"; Quote
Bringer Posted January 16, 2015 Author Posted January 16, 2015 mes "Price : "+F_InsertComma( .@cost )+"z"; Sir Emistry can i still buy stats even my stats already max can you add if the player reacheed Maximum stats they cant buy the npc will said You've already reach the Maxinmum STR or Vit like that Quote
Bringer Posted January 17, 2015 Author Posted January 17, 2015 (edited) try this http://upaste.me/2c9872 can you add this msg please thanks You've already reach the Maxinmum STR or Vit like that Edited January 17, 2015 by DrewxD Quote
Question
Bringer
done thanks
Edited by DrewxD10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.