Stat Reset NPC

Takumirai

New member
Messages
60
Points
0
Reset NPC

- an NPC that reset your stat/skill with the use of item, 

Configuration:

set .stoneid,6320; //reset stone id = 6320 ?

set .npcname$,"["+strnpcinfo(0)+"]";

setarray .minrange[0],1 , 41, 71, 91, 111, 126, 141;  // Min Level Required

setarray .maxrange[0],40, 70, 90, 110,125, 140, 150;  // Max Level Required

setarray .stones[0], 1, 2, 3, 4, 5, 6, 7;  // Number of Stones
Reseter NPC.txt

 

Attachments

Last edited by a moderator:
it doesnt work, 

[Error]: npc_parsesrcfile: Unknown syntax in file 'npc/ekstra/Reseter.txt', line
 '1'. Stopping...
 
anyone know how to fix ? 
 
Last edited by a moderator:
it doesnt work, 

[Error]: npc_parsesrcfile: Unknown syntax in file 'npc/ekstra/Reseter.txt', line
 '1'. Stopping...
 
anyone know how to fix ? 
There were a couple of issues. I fixed some space->tab conversions, and then fixed check/setriding->check/setmount.

Should work fine now.

Reseter.txt

 

Attachments

Hi there, where i can found a Skill Reset NPC or how i can modify the Valkyrie menu options of the Offline Newbie Pack 2020 ?

 
Back
Top