I did testing on this tonight and I found the teleport_zone column in the spells_new table. I tried updating that column to 'commons' for all the common port spells. It had been set to 'commonlands' which looks to be the new zone. I assumed the bot spells are being pulled from that spells_new table (maybe I'm wrong there). After the change I tried the commons portal with my wizard again and I got sent back to Greater Faydark (where I cast the spell from).
I checked the quests folder for a redirect in Commonlands like you suggested Uleat and I found in the player.lua file there was the following code in there:
function event_enter_zone(e)
local client = eq.get_entity_list():GetClientByID(e.self:GetID()) ;
client:MovePC(22, -144, -1543, 2, 122);
end
So I commented out that code and tried zoning into Commonlands from Nektulos and it sent me to the new version of the zone and didn't redirect to the EC commons tunnel (old version) like it did before. I'm guessing commenting out the script must have fixed that.
I then tried the North Ro portal from the NEW version of commonlands and it sent me to the new version of North Ro and then immediately redirected me to the old version of North Ro and put me next to the LDON camp there. I then tried porting back to Commonlands, but it just kept me in the old version of North Ro.
So the issue seems to be trying to port to new version of zones from old version of zones or regular unchanged zones such as Greater Fay. However, changing the portal spell in the case of commonlands to teleport to the old version of the zone doesn't seem to work either (unless the teleport_zone column isn't the place to do that).
DanCanDo - are you saying that the PC port spells and the bot port spells are actually different spells? In my case that would actually explain my problem as I probably an just changing the PC version of the spell.
|