I feel that it just seems a lot easier to make it so that the emulation community does not have to modify their client version of titanium. It seems so much easier just to set it up to work with the new nektulos. I realize it's part of the new expansion, but you know, you can make it so the old quests still work in the new zone, it just seems to much easier to me.
However, I do see that I'm spawning under the world on a lot of the servers. This just might prove your point though. Anyone know what AngeloX uses on his server?
The problem is that like I said earlier, I already changed my database. So if somene could get the the following information that would be great:
PEQ Database
I need the vaules for the following rows:
Code:
SELECT id, y, x, z, target_y, target_x, target_z FROM zone_points z WHERE zone="nektulos" AND target_zone_id<'100';
I need the vaules for this row as well
Code:
SELECT id, pos_x, pos_y, pos_z FROM doors d WHERE dest_zone="poknowledge" AND zone="nektulos";
I also need the values of this row:
Code:
SELECT id, dest_x, dest_y, dest_z FROM doors d WHERE dest_zone="nektulos";
If the sql query line above does not work, then try these lines
Code:
SELECT id, y, x, z, target_y, target_x, target_z FROM zone_points z WHERE zone="nektulos" AND target_zone_id<'100';
Code:
SELECT id, pos_x, pos_y, pos_z FROM doors d WHERE dest_zone="poknowledge" AND zone="nektulos";
Code:
SELECT id, dest_x, dest_y, dest_z FROM doors d WHERE dest_zone="nektulos";
If someone running the updated peq database could just give the those vaules, that would be very helpful.
Thanks,