ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

Improvements to Trial of the Crusader #880

Closed Loukie closed 11 years ago

Loukie commented 11 years ago

here is some Improvements to Trial of the Crusader https://github.com/TrinityCore/TrinityCore/commit/a84ac50f1cdfc45c30cdbcd25d8bd2416393e7a0 i have tested and it works still need some work but not a lot like when i got feared my char run thrue the wall and fell to the bottom of the pit had to use gem fly to get back and the 1st and 3de bosses waypoint is shit the get stuck at the main door but i could play the hole Arena here is what was fix. ++++++++++++++++++++ Fixed creature_text errors. Icehowl now works properly *Fixed waypoints so creatures don't enter the arena through the wall, Lich King now spawns at a proper place, after you start a new fight corpse of a the previous boss despawns (chest also after you start valkyries.) ++++++++++++++++++++

Loukie commented 11 years ago

https://github.com/ProjectSkyfire/SkyFireEMU/commit/73f69102525e472226e0d4adb0047d9e7b27ee4f

Loukie commented 11 years ago

o before i forget the 2 DK bosses you fight just before the LK gets to the Arena they are unknown but they do spawn and you can fight them

Loukie commented 11 years ago

found a Trial of the Crusader rewrite https://github.com/TrinityCore/TrinityCore/commit/1f9db80b69379f3abc4b2f8bb5dbc26ec971cc92 but before i test need to know if the sql is the same as our one can someone confirm please?

Loukie commented 11 years ago

so far the first update is a move in the right direction first confirmation about the second one.

Loukie commented 11 years ago

was there any changes made for Trial of the Crusader after patch 4.0.6?

ImageDev commented 11 years ago

mostly all of our pre-cataclysm scripts are still that of TC, and as the other topic in commit 73f69102525e472226e0d4adb0047d9e7b27ee4f says, with the coming of Cataclysm, the height and weight calculations had changed a bit, this has knocked alot of hard work done by the members of TrinityCore way off. none of these changes have been accounted for in our scripts as of yet. submit pull request fixes if anyone wants to improve them ;)

Loukie commented 11 years ago

ok but the first part TrinityCore/TrinityCore@a84ac50 works so far

SkyFire commented 11 years ago

This is a bug tracker not a suggestion forum. If you wish to offer a suggestion you can do 1 of 2 different things.

  1. Make an account in the forum under the appropriate section then post your suggestion.
  2. Make a fork and modify the code to your liking and then make a pull request to share with the rest of the community.

Thanks.