What's new

Others achievements criteria fixes

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Some achievements not work in the server because are outdated with LK criteria. I fixed some of then.

Code:
[COLOR="#006400"]-- For Winter Veil Event[/COLOR]
[COLOR="#0000FF"]DELETE FROM[/COLOR] `achievement_criteria_data` [COLOR="#0000FF"]WHERE[/COLOR] `criteria_id` [COLOR="#0000FF"]IN[/COLOR] (12658, 12662, 12664, 10441, 5272, 3936);
[COLOR="#0000FF"]INSERT INTO[/COLOR] `achievement_criteria_data` (`criteria_id`, `type`, `value1`, `value2`, `ScriptName`) [COLOR="#0000FF"]VALUES[/COLOR]
[COLOR="#006400"]-- BB King Alliance[/COLOR]
(12658, 1, 39605, 0, ''),
(12662, 1, 36648, 0, ''),
[COLOR="#006400"]-- BB King Horde[/COLOR]
(12664, 1, 42928, 0, ''),
[COLOR="#006400"]-- Scrooge Alliance[/COLOR]
(10441, 1, 42928, 0, ''),
(10441, 16, 141, 0, ''),
[COLOR="#006400"]-- Scrooge Horde[/COLOR]
(5272, 1, 36648, 0, ''),
(5272, 16, 141, 0, ''),
[COLOR="#006400"]-- Fa-la-la-la-Ogri'la Alliance/Horde[/COLOR]
(3936, 5, 62061, 0, ''),
(3936, 16, 141, 0, '');
 
Last edited:

ExO

Admin
5,119
2014
1,639
Yeah achievements is one of the things that needs a lot of work, many of them are broken/invalid.
Thanks for the fixes so far! :)
 

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
I fixed many events, but i use my custom fixes, not all blizz. Can you confirm if the Stranglethorn Fishing Extravaganza event is working fine in your server, i fixed it for other server and can share the fix if you need.
 
Last edited:

ExO

Admin
5,119
2014
1,639
I fixed many events, but i use my custom fixes, not all blizz. Can you confirm if the Stranglethorn Fishing Extravaganza event is working fine in your server, i fixed it for other server and can share the fix if you need.
Feel free to share to the project, would be appreciated :)
 
Top