Variables

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
105
is there any way of deleting or re-setting a killcount in the integral folder, so that a player can redo a monkill type quest if they didnt complete it within a set time...

this is part of script in the qmanage

#IF
checknamelist ..\market_Def\Completemquest14.txt
#ACT
Var Integer Human mq14Killed 0 << i thought this reset it :(
goto @test2
#ELSEACT
Var Integer Human mq14Killed
LoadVar Human mq14Killed ..\QuestDiary\Variables\Integral.txt
goto @test1
 

jasper

Golden Oldie
Golden Oldie
Sep 10, 2005
890
3
105
sorted it, i think, thanks to liandrins guide and using calcvar in the npc
 
Upvote 0