PDA

View Full Version : Zone Points


dfjestuss
05-02-2003, 04:13 PM
Does anyone out there have a zone_point DB add on that really works for all zones? I have been trying for weeks to get these all working and I have had no success. I would really appreciated anyones help. I also would like to know why my spawns are not repoping, I use the npcspawn add command and then when the zone is reloaded there is no spawns there. Once again I would appreciate anyones help on all of this stuff.

dfjestuss
05-02-2003, 05:00 PM
Well I got the zone problem fixed finally, but I still need some help. When I zone, I am not facing the correct way. I would like to be able to fix this if it is possible?

eq-chris
05-05-2003, 09:42 AM
I've never gotten a response when I asked the same question. Noone knows or is telling how direction is decided. I also tried asking on IRC, and didn't get an answer. Good luck.

Bigpull
05-07-2003, 12:33 PM
Try this. face north and camp and log back in take note of where you are faceing, find the pattern. untill that works it won't be fixed

eq-chris
05-08-2003, 03:00 AM
The heading numbers are 0-255. 0 being straight North, 191 East, 128 South, and 63 West. It's a counter clockwise circle, going up. That doesn't do you a bit of good until somone can tell you how heading is decide when zoning. Is it taken from the heading in the character table? Is it supposed to be taken from when you zone?

Bigpull
05-09-2003, 04:05 PM
/*0088*/ float heading; // Heading
Thats a spawn packet

/*0088*/ float heading; // Heading
thats a Zone entry

/*16*/ float heading;
Casting (used for bolt spells)

/*2916*/ float heading; // Player Heading
Player sent to client

/*0001*/ int8 heading; // Current Heading
Spawn entry

dfjestuss
05-11-2003, 03:42 PM
I am not sure that I understood all that. But I will sift through it and see what I come up with.