Hi rAthena, I have a problem.
When I try to test a particular script with @reloadscript, the effect does not apply.
But if I try @loadnpc and relog a character, it does. I'm using a OnPCLoadMapEvent variable to trigger.
if @reloadscript after i used @loadnpc the effect is gone again too....
Can anyone help?
This is the script the problem is about:
(quest is not complete yet, i did not even talk to/touch npc yet this and problem happens)
OnPCLoadMapEvent:
if(@mapname$ == "new_1-1" && Q88002 !=2 ){
viewpoint 1,121,117,1,0xFF3355;
end;
}else{
viewpoint 2,121,117,1,0xFF3355;
end;
}
}
}
new_1-1 mapflag loadevent