[Question] NPC Coordinates

Newbie Spellweaver
Joined
Jan 4, 2008
Messages
23
Reaction score
0
Hi first i want to say i already used search function. my question is.. i have changed some NPC coordinates because i added new maps to my server... it worked but the npcs look to wall for example how can i change where the npc is looking?
 
in intNPC :

there are coordinates for mob location
(x z y)

and coordinates which direction npc should look
(x1 z1)

eg.:
(gennpc (index 1) (country 2) (kind 0) (shape 3) (html 1) (map 0) (xy X Z Y) (dir X1 Z1))
 
Upvote 0
you're saying where the npc is looking,
So learn English and write "How can i change where npc is standing."

Looking - Standing are both different words.
 
Upvote 0
easy thing is to go ingame an do command /set frame

stand where you want the NPC looking an write down the first 2 sets of system cords from the info in yellow at top of screen then in the NPC change the last two cords for the NPC to these new cords..

Code:
(gennpc (index 1) (country 2) (kind 0) (shape 3) (html 1) (map 0) (xy 257491 258584 16120) (dir 254491 257584))

change (dir 254491 257584)
 
Upvote 0
you're saying where the npc is looking,
So learn English and write "How can i change where npc is standing."
omg i hate ppl like this i am german so sorry...

edit: max and tommys thx for the good answers.. if it worked ill edit this post
 
Upvote 0
easy thing is to go ingame an do command /set frame

stand where you want the NPC looking an write down the first 2 sets of system cords from the info in yellow at top of screen then in the NPC change the last two cords for the NPC to these new cords..
sry im not the best in english, can u give me an example?

Code:
;Keeper Of Eggs [Too-Gur]
(gennpc (index 2007) (country 2) (kind 1) (shape 109) (html 301) (map 0) (xy 267773 19750 240366) (dir 267773 19750))
 

Attachments

  • shot_2008_8_21_005 - [Question] NPC Coordinates - RaGEZONE Forums
    shot_2008_8_21_005.webp
    97.3 KB · Views: 21
Upvote 0
use dictionary, if you cant understand what we are sayin to you...
btw, better quit server creation here, couse there are more troublesome things in the way of making good server..
 
Upvote 0
Back