Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 10/02/17 in Posts

  1. To answer your question. Yes it isnt a problem to install both libraries. But please notice that you are using an unsupported version of trinitycore
    1 point
  2. https://github.com/Shauren/dbcviewer
    -1 points
  3. void HandleDummy(SpellEffIndex /*effIndex*/) { if (Unit* caster = GetCaster()) { if (Player* _player = caster->ToPlayer()) { if (GetSpellInfo()->Id == SPELL_MONK_ZEN_PILGRIMAGE) { _player->SaveRecallPosition(); save player position _player->TeleportTo(870, 3818.55f, 1793.18f, 950.35f, _player->GetOrientation()); tele new position } else if (GetSpellInfo()->Id == SPELL_MONK_ZEN_PILGRIMAGE_RETURN) { // need help return player save position _player->RemoveAura(SPELL_AURA_ZEN_PILGRIMAGE_RETURN); remove aura } } } help plz
    -1 points
  4. method Relocate? example plz
    -1 points
×
×
  • Create New...