jamesandrew Posted November 29, 2023 Group: Members Topic Count: 23 Topics Per Day: 0.03 Content Count: 60 Reputation: 3 Joined: 06/21/23 Last Seen: March 4 Share Posted November 29, 2023 (edited) I need help with an NPC script that resets the SN Death Counter in return for 10 Red Pots. Edited December 1, 2023 by jamesandrew Quote Link to comment Share on other sites More sharing options...
1 Nyaniverse Posted December 1, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.02 Content Count: 49 Reputation: 31 Joined: 09/09/23 Last Seen: 7 hours ago Share Posted December 1, 2023 On 11/29/2023 at 12:02 PM, jamesandrew said: I need help with an NPC script that resets the SN Death Counter in return for 10 Apples. prontera,150,150,4 script Resetter 69,{ if(PC_DIE_COUNTER > 0 && countitem(501) >= 10){ delitem 501,10; PC_DIE_COUNTER = 0; mes "Your PC_DIE_COUNTER has been reset to 0."; close; } mes "No die counter or not enough Red Potion."; close; } It's just a rough script but you should be able to make it work the way you want it, it has everything you need 1 Quote Link to comment Share on other sites More sharing options...
Question
jamesandrew
I need help with an NPC script that resets the SN Death Counter in return for 10 Red Pots.
Edited by jamesandrewLink to comment
Share on other sites
1 answer 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.