Page 1 of 1

Uleguerand Range Home Point

Posted: Thu Mar 30, 2017 6:11 pm
by Isenduil
I was looking around through all the zones and have found that some home points are missing.
Checking the script files I see there was no POS for any of the 5 HP's in this particular zone
even after adding the POS into the lua file I reloaded everything and they havn't appeared is there anything else I can do to get them up and working?
If they were even working to begin with @.@

Re: Uleguerand Range Home Point

Posted: Tue Apr 04, 2017 10:48 pm
by Delaide
I wanted to add these a while ago, but there is a problem. I do not know exactly where these go. You would need to add in not only the lua files, but also the npc database entries. There are many zones that are missing these, and I would love to add them. But, we need to ensure it follows retail. If you can point me towards information on the exact position of these (The wikis just show the map coords, like H7, not the actual location, and since the map coords are relatively...large, it is not helpful...), I can add these in.

Re: Uleguerand Range Home Point

Posted: Wed Apr 05, 2017 4:31 pm
by Isenduil
I will see what I can come up with and let you know. I was aware of many of the HP's before I stopped playing awhile into SoA so i'm at least familiar with where most of them are.
The only thing i'm not sure on if how to go about obtaining the specific co-ordinates. All that comes to mind is loging out at them and checking the MySQL database for them.

Re: Uleguerand Range Home Point

Posted: Wed Apr 05, 2017 11:42 pm
by Delaide
My windower shows my exact coords, but you can also @pos command if you are GM on your server.

Code: Select all

function onTrigger(player, x, y, z, zone, target)
For that command, I believe you just enter @pos and it will default to your position. Just don't enter position details, or else it moves you, rather than printing out your coords.
-- func: pos <x> <y> <z> <optional zone> <optional target>
-- desc: Sets the players position. If none is given, prints out the position instead.

Re: Uleguerand Range Home Point

Posted: Fri Apr 07, 2017 8:27 pm
by TeoTwawki
Isenduil wrote:I was looking around through all the zones and have found that some home points are missing.
Checking the script files I see there was no POS for any of the 5 HP's in this particular zone
even after adding the POS into the lua file I reloaded everything and they havn't appeared is there anything else I can do to get them up and working?
If they were even working to begin with @.@
Do they exist in npc_list.sql ? do they have a valid (non zero) x/y/z position? have you reimported that table after any editing?

script can't spawn it if it doesn't already exist, so check that
Delaide wrote:My windower shows my exact coords, but you can also @pos command if you are GM on your server.

Code: Select all

function onTrigger(player, x, y, z, zone, target)
For that command, I believe you just enter @pos and it will default to your position. Just don't enter position details, or else it moves you, rather than printing out your coords.
-- func: pos <x> <y> <z> <optional zone> <optional target>
-- desc: Sets the players position. If none is given, prints out the position instead.
default behavior when no input is given is same as @where which is annoying and confusing in chat because people start saying "pos" for both things.

Re: Uleguerand Range Home Point

Posted: Tue Apr 11, 2017 2:52 am
by Delaide
lol, sorry, missed that command completely. So used to just using @pos with nothing after it xD