mangosR2 / scriptdev2

MangosR2 universal Script Library, compartible with all mangosR2 cores (v2, 3, 4 and possible later).
http://mangosr2.2x2forum.com/
GNU General Public License v2.0
82 stars 47 forks source link

Trial of the Champion #183

Open Undergarun opened 11 years ago

Undergarun commented 11 years ago
  1. LFG Reward does not works.
  2. Intro of the event Not Yet Implemented!
  3. Mounts event Not Yet Implemented!
  4. Eadric the Pure http://www.wowhead.com/npc=35119 should cast Hammer of Justice http://www.wowhead.com/spell=66863 to any player in order to interact with Hammer of the Righteous http://www.wowhead.com/spell=66867
  5. The Faceroller Achievement http://www.wowhead.com/achievement=3803 does not works. Related to issue 4.
  6. Argent Confessor Paletress should be spawned as enemy. Appears as friendly for both factions.
  7. Argent Confessor Achievement http://www.wowhead.com/achievement=3802 does not work.
  8. The Black Knight spawn event not yet implemented.
  9. I've Had Worse achievement http://www.wowhead.com/achievement=3804 does not works.
  10. https://github.com/mangosR2/scriptdev2/issues/156
Venom commented 11 years ago

for 6:

Normal UPDATE creature_template SET faction_A=14 WHERE entry=34928; UPDATE creature_template SET faction_H=14 WHERE entry=34928;

For Heroic UPDATE creature_template SET faction_A=14 WHERE entry=35517; UPDATE creature_template SET faction_H=14 WHERE entry=35517;

Undergarun commented 11 years ago

Thank, you, i'll commit asap.

rsa commented 11 years ago

no. palethress spawned true, but must change faction by scenario. script long ime requires rework...