Jump to content

Xlybriem

Members
  • Posts

    5
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Xlybriem's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. 'bolt' at 'km' dot 'pl' dot 'ua'
  2. If you want a blizzlike faction change, you must create a cross-factions item list, which will be use for items swap between two factions. And do this: - delete all curent spells; - delete not needed reputaion and swap other reputation data for other faction; - delete taxi flightpaths; - wipe all quests(?); - delete friend-list, quest items; - delete character from guild; - change model, race, class and other face and hair data;
  3. You can try write a function to send this opcode. Like this: void WorldSession::SendShowBank( uint64 guid ) { WorldPacket data( SMSG_SHOW_BANK, 8 ); data << guid; SendPacket( &data ); }
  4. You must use MOVEMENT flags on the boss to make them fly. Just see Illidan script or something else for example.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use