Chasewalk Posted January 11, 2021 Posted January 11, 2021 (edited) Good Day anyone know i'm using callshop npc but i can't recieved woe points in woe npc set getd(.points$[0]), getd(.points$[0]) + .point; setarray .points$[0],"#POINTS","WoE Points"; - pointshop woe_shop -1,woe_points,909:-1 Edited January 11, 2021 by Chasewalk Quote
0 Poring King Posted January 11, 2021 Posted January 11, 2021 44 minutes ago, Chasewalk said: Good Day anyone know i'm using callshop npc but i can't recieved woe points in woe npc set getd(.points$[0]), getd(.points$[0]) + .point; setarray .points$[0],"#POINTS","WoE Points"; - pointshop woe_shop -1,woe_points,909:-1 It should be look like this . Its very case sensitive when you do a scripting... set #WOEPOINTS,100; // Try this first and see if it work add some value - pointshop woe_shop -1,#WOEPOINTS,909:-1 1 Quote
0 Chasewalk Posted January 11, 2021 Author Posted January 11, 2021 Thank you very much bro solved~ setarray .points$[0],"#WOEPOINTS","WoE Points"; - pointshop woe_shop -1,#WOEPOINTS,909:-1 Quote
Question
Chasewalk
Good Day anyone know i'm using callshop npc but i can't recieved woe points in woe npc
set getd(.points$[0]), getd(.points$[0]) + .point;
setarray .points$[0],"#POINTS","WoE Points";
- pointshop woe_shop -1,woe_points,909:-1
2 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.