• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Hyjal Zone Remove Teleport

Status
Not open for further replies.

revowow

Enthusiast
The zone "Hyjal" beside Winterspring and Felwood in wow 3.5.5, when you enter the zone you get teleported to Winterspring, is their a way i can remove this, im using Eluna and the WOTLK Branch. but everytime I enter the zone, it removes me.
 

Rochet2

Moderator / Eluna Dev
one way to find out is to place a break point at teleport function and get teleported and see the call stack in VS when debugging.
Another way is to go through the c++ scripts folder and try to look for hyjal and felwood scripts or something related to this
 

Tommy

Founder
this is a Fresh copy of the Eluna Project and ElunaWOTLK Git, no custom scripts

https://youtu.be/eVSA8a16cP4

Video of what happens.

Hm. Haven't witnessed it, but I never go to Hyjal. Something has to be doing it within the database (areatrigger?) or some unauthorized source edit.

Turning off the TrinityCore rev message is a worldserver config option. Below is an example of that.

Code:
#
#    Server.LoginInfo
#        Description: Display core version (.server info) on login.
#        Default:     0 - (Disabled)
#                     1 - (Enabled)

Server.LoginInfo = 0
 

revowow

Enthusiast
Ill check the option, i ahve not made any edits tot he core nore files. Everything was working on normal TC but not Eluna TC
 

revowow

Enthusiast
This is the Console Output :


There is no such command
TC> Command: .server info [Player: Nikita (GUID Full: 0x0000000000000001 Type: Player Low: 1) (Account: 1) X: 4674.994141 Y: -3813.531494 Z: 1017.356689 Map: 1 (Kalimdor) Area: 616 (Hyjal) Zone: Unknown Selected: Nikita (GUID Full: 0x0000000000000001 Type: Player Low: 1)]

- - - Updated - - -

Woot Worked thanks!

DELETE FROM `spell_target_position` WHERE `ID`=42200;
DELETE FROM `spell_area` WHERE `spell`=42202;

Just run that command
 

dmanson

New member
Hyjal zone Trinity core.

That's a stupid update imo. \o/

It is a stupid update, "They want it to be perfect blizz like server." That teleport spell was in wotlk live if you were able to get into the area it booted you to that zone. So they spent time doing that which took maybe an hour to research and make that change... Instead of working on something broke.. Which there are many possible fixes for but not clean enough for there likes. sigh.
 
Status
Not open for further replies.
Top