Jump to content
  • 0

R>Quest NPC that requires Hourly Points/Rewards


Biskitsss

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.02
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/30/24
  • Last Seen:  

I have been fiddling with the script that I have and almost got it, but something is missing, I think. 'cause it's showing the reward requirement but it's taking the ID of the next requirement. can someone help me? TIA!

image.png

3333.png

testquestshop.txt

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   7
  • Joined:  06/07/24
  • Last Seen:  

Change 

 

    setarray .Points$[0],
        "#CASHPOINTS", "Cash Points";.

 

 

to 

 

 

    setarray .Points$[0],
        #HourlyRewards", "Hourly Points";


no need to add new array

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.02
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/30/24
  • Last Seen:  

27 minutes ago, Berlin said:

Change 

 

    setarray .Points$[0],
        "#CASHPOINTS", "Cash Points";.

 

 

to 

 

 

    setarray .Points$[0],
        #HourlyRewards", "Hourly Points";


no need to add new array

but in the future, I'll be needing Cash Points on quest requirements too, is there a way to put both of them?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   7
  • Joined:  06/07/24
  • Last Seen:  

1 hour ago, Biskitsss said:

but in the future, I'll be needing Cash Points on quest requirements too, is there a way to put both of them?

Just Change your cashpoints to an item to make it as quest requirements also

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/11/25
  • Last Seen:  

Thank you for your topic, I have the same problem!

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...