- script hourlypoints -1,thanks, now it seems that it doesn't have error, but this is what it says.
[Warning]: npc_parsename: Duplicate unique name in file 'npc/gmh_freenpc/hourlybonus.txt', line '15'. Renaming 'hourlypoints' to '1_-1_0_0'.
[Debug]: this npc:
display name 'hourlypoints'
unique name 'hourlypoints'
map=(not on a map), x=0, y=0
[Debug]: other npc in 'npc/gmh_freenpc/hourlybonus.txt' :
display name 'hourlypoints'
unique name 'hourlypoints'
map=(not on a map), x=0, y=0
just tried it and its not giving cash points.
- script hourlypoints#hourly1 -1,
By the way if you have loaded the npc once via @loadnpc, don't load it again via @loadnpc.
Just use @reloadscript if you have changed something on the script.
Now i suggest you restart your server and load it again, if you have already put it on scripts_custom.conf before starting your server there's no need to load it again.
going to try that give me a few minutes, and just want to ask do I need to put a map on this?
getmapxy( .@map$, .@x, .@y, 0 );
if(@map$ == .@map$ && @x == .@x && @y == .@y) {
set @afk, @afk + 1;
}
else {
set @afk, 0;
}
set @map$, .@map$; set @x, .@x; set @y, .@y;