Chasewalk Posted January 11, 2021 Group: Members Topic Count: 27 Topics Per Day: 0.02 Content Count: 94 Reputation: 0 Joined: 10/17/20 Last Seen: March 8, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Poring King Posted January 11, 2021 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share 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 Link to comment Share on other sites More sharing options...
0 Chasewalk Posted January 11, 2021 Group: Members Topic Count: 27 Topics Per Day: 0.02 Content Count: 94 Reputation: 0 Joined: 10/17/20 Last Seen: March 8, 2021 Author Share Posted January 11, 2021 Thank you very much bro solved~ setarray .points$[0],"#WOEPOINTS","WoE Points"; - pointshop woe_shop -1,#WOEPOINTS,909:-1 Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.