Jump to content
  • 0

can't received woe points


Chasewalk

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  94
  • Reputation:   0
  • Joined:  10/17/20
  • Last Seen:  

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

woe.png

Edited by Chasewalk
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

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

woe.png


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

 

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.02
  • Content Count:  94
  • Reputation:   0
  • Joined:  10/17/20
  • Last Seen:  

Thank you very much bro solved~
 

setarray .points$[0],"#WOEPOINTS","WoE Points";

 

-    pointshop    woe_shop    -1,#WOEPOINTS,909:-1

woe.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...