- script hourlypoints FAKE_NPC,{
OnPCLoginEvent:
if (getgmlevel() == 99){
initnpctimer;
end;
}
OnTimer1000:
getitem 20172,1;
stopnpctimer;
end;
OnPCLogoutEvent:
stopnpctimer;
}
Last edited by a moderator:
- script hourlypoints FAKE_NPC,{
OnPCLoginEvent:
if (getgmlevel() == 99){
initnpctimer;
end;
}
OnTimer1000:
getitem 20172,1;
stopnpctimer;
end;
OnPCLogoutEvent:
stopnpctimer;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.