Teleport Item

Looked around but no luck.

How should I go about making an item that teleports you to xyz on-use?

Make a script on use with C++

Or you can use a spell on use and the spell could be scripted or it can be a teleporting spell that has it’s coordinates changed.

Links:

Item template tc2 - TrinityCore Wiki (64)

Teleport - Spell - World of Warcraft

Item template tc2 - TrinityCore Wiki

Spell target position tc2 - TrinityCore Wiki

[/URL][URL=“https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Examples/example_misc.cpp#L49”]TrinityCore/src/server/scripts/Examples/example_misc.cpp at master · TrinityCore/TrinityCore · GitHub

[/URL][URL=“https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Examples/example_spell.cpp”]TrinityCore/src/server/scripts/Examples/example_spell.cpp at master · TrinityCore/TrinityCore · GitHub

Thanks, got them working /emoticons/default_smile.png