can not find reset NPC

arisgamers

New member
Messages
173
Points
0
Github
arisgamers
Emulator
I am looking for reset npc from npccustomresetnpc.txt

it is said the npc is in prontera,150,193,4

if in coordinate location 150 = x, and 193 = y

what is the meaning of 4?

and where is the npc exactly? (in prontera city or prontera castle)

 
I am looking for reset npc from npccustomresetnpc.txt

it is said the npc is in prontera,150,193,4

if in coordinate location 150 = x, and 193 = y

what is the meaning of 4?

and where is the npc exactly? (in prontera city or prontera castle)
NPC is on prontera city => x-150 y-193

4 = Facing Direction of NPC

List of Directions:

Code:
DIR_NORTH	0DIR_NORTHWEST	1DIR_WEST	2DIR_SOUTHWEST	3DIR_SOUTH	4DIR_SOUTHEAST	5DIR_EAST	6DIR_NORTHEAST	7
 
I am looking for reset npc from npccustomresetnpc.txt

it is said the npc is in prontera,150,193,4

if in coordinate location 150 = x, and 193 = y

what is the meaning of 4?

and where is the npc exactly? (in prontera city or prontera castle)
NPC is on prontera city => x-150 y-193

4 = Facing Direction of NPC

List of Directions:

DIR_NORTH 0DIR_NORTHWEST 1DIR_WEST 2DIR_SOUTHWEST 3DIR_SOUTH 4DIR_SOUTHEAST 5DIR_EAST 6DIR_NORTHEAST 7
Alternatively, if your account is an admin/gm level, you may use @warp mapname,x,y to instantly warp to the exact location of the npc.

for example, since you have the coordinates you may use @warp prontera,150,193.
default_smile.png


 
Back
Top