Hey we currenty switched to ArcEmu 3.1.3 r2776
And now our portals doesent work anymore, before we upgraded after word of recall nothing, now if someone goes trough a portal he gets teleported to his inkeeper after a few seconds...
I found this fix:But it seems we already got it in, and it doesnt work... I tried to alter/query it again but no change.ALTER TABLE gameobject_names add Size float NOT NULL default 1 after UnkStr;
ALTER TABLE gameobject_names add QuestItem1 int(11) unsigned NOT NULL default 0 after Size;
ALTER TABLE gameobject_names add QuestItem2 int(11) unsigned NOT NULL default 0 after QuestItem1;
ALTER TABLE gameobject_names add QuestItem3 int(11) unsigned NOT NULL default 0 after QuestItem2;
ALTER TABLE gameobject_names add QuestItem4 int(11) unsigned NOT NULL default 0 after QuestItem3;
Anyone could help us, because its so annoying that everone gets teleported back after going through a portal e.g. hyjal or icecrown.
HELP
p.s. :
For example this is how the hyjal portal looks likeThe lua qoute:33003 22 3693 Portal to Hyjal GroupLevel Area(65-110) Alliance 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0function Teleporting_Hyjalalli (pUnit, Event, player)
player:Teleport (1, 4620.830, -3855.820, 944.21)
end
RegisterGameObjectEvent (33003, 4, "Teleporting_Hyjalalli")