Jump to content

stevamirkovic

Members
  • Posts

    33
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

stevamirkovic's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Testing finished 80%. Tomorow new bug list.
  2. List will be updated after Mangos support new patch.
  3. If you want fast fix, here is my hack. Just execute in DB. Tested on my server and work. update gameobject_template set data10 = 29216 where entry = 194569; update spell_target_position set target_map = 603 where id = 29216; update spell_target_position set target_position_x = 1497.365723 where id = 29216; update spell_target_position set target_position_y = -24.363924 where id = 29216; update spell_target_position set target_position_z = 421.366669 where id = 29216; update spell_target_position set target_orientation = 0.104423 where id = 29216;
  4. Please dont post bugs here. All bugs post in Bug section and make 1 topic per bug. This topic is 100 revisions out of date, but all bugs from the list are still bugged. List will be updated soon.
  5. Your script is out of date. Find this line in your telenpc.cpp if(!pPlayer->HasAura(SPELL_ID_PASSIVE_RESURRECTION_SICKNESS,0)) and replace with this : if(!pPlayer->HasAura(SPELL_ID_PASSIVE_RESURRECTION_SICKNESS, EFFECT_INDEX_0)) Credits go to Kicho.
  6. Will be tested again. Thanks for the report.
  7. True, but some of this spells work, but not completely. On the list are only totaly bugged spells and talents (70-100% bugged). If I add all the little things, the list will be very long. For now, in my opinion, the priorities are to fix spells that are immediately notice that they are bugged. Thank you for reports.
  8. And i was suprised when i looked in commit log. Now i need to test again all spells. Slow down with patches Vladimir.
×
×
  • 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