Sign in to follow this  
Followers 0
valhro

[Accepted][Legion]: [Legion] Jewelcrafting Questline

3 posts in this topic

Title: [Legion] Jewelcrafting Questline
Bugtracker Link:


Patch Content:

Hi ! 

 

Here is a patch for Jewelcrafting Questline. I posted it on French Forum but I think this is more efficient here. 

 

Corrected Quest : 

1. Facet-nating Friends
2. Truly Outrageous
3. An Eye for Detail
4. Swift Vengeance
5. Making the Cut
6. A Familiar Ring to It
7. Getting the Band Back Together
8. Knocked for a Loop
9. Finishing Touches
10. Raising the Drogbar
11. Bruls Before Jewels
12. Lapidary Lessons
13. Hidden Intentions
14. Come at Me, Brul
15. The Charge Within
16. Mysteries of Nature
17. Eyes of Nashal
18. Jabrul Needs You
19. To Dalaran, With Love
20. Socket to Me

 

Content access : 

- Tiffany's Design

- Jabrul's Design (Only if questchain completed)

- Jewelcrafting mini-game

- Achievement  http://wowhead.com/achievement=10587/

 

SQL PATCH (>900 lines so I put it on pastebin)

https://pastebin.com/gjRSHySJ

 

C++ PATCH :

class scene_jewelcrafting_game : public SceneScript
{
    public:
        scene_jewelcrafting_game() : SceneScript("scene_jewelcrafting_game") { }

    // Called when a player receive trigger from scene
    void OnSceneTriggerEvent(Player* player, uint32 /*sceneInstanceID*/, SceneTemplate const* /*sceneTemplate*/, std::string const& triggerName) override
    {
		if(player)
			if (triggerName == "achievement")
				player->CompletedAchievement(10587);// Jewel crafting Achievement (HOT SWAPPER)
    }
};

 

 

SCREENSHOT (French texts because of locales but they are in english in my SQL)

 

 

WoWScrnShot_030618_232950.thumb.jpg.ccb8e686727b94f67fca725dbc9888a0.jpgWoWScrnShot_030618_233208.thumb.jpg.c59fc9092dd8362e6587286cfc775d38.jpgWoWScrnShot_030618_233213.thumb.jpg.0cece8671757cea41e1254d80c066690.jpgWoWScrnShot_030618_233311.thumb.jpg.0924a755ead23c22737542a014c40b39.jpgWoWScrnShot_030618_233359.thumb.jpg.bfb6f04ca8d500d58f9dbc3567ff9d4b.jpgWoWScrnShot_030618_233412.thumb.jpg.ea02a384ef4dd801a66bdb0b3fa1f35f.jpgWoWScrnShot_030618_233616.thumb.jpg.9027d049e0c94a441fa1343750be3ff7.jpgWoWScrnShot_030618_234632.thumb.jpg.74e4f802b0e4fca52106d5ca94578091.jpgWoWScrnShot_030618_234655.thumb.jpg.305de68088bc670e8e05196a50d42cc9.jpgWoWScrnShot_030618_234725.thumb.jpg.bb5101e51af4e95be33525f513f3b222.jpgWoWScrnShot_030618_235006.thumb.jpg.f0bf1e20806461a7f74a4627df8e19a0.jpgWoWScrnShot_030618_235306.thumb.jpg.2678b8c33e6467744dfd0a5f1e29bd11.jpgWoWScrnShot_030618_235339.thumb.jpg.1c85eb6bb6357a6da47f3a57e13e8654.jpgWoWScrnShot_030618_235616.thumb.jpg.50f9919ea128bd4ec509fbb5d7f6c237.jpgWoWScrnShot_030618_235621.thumb.jpg.b9392a0c0a46cb0d080d06b7980b8969.jpgWoWScrnShot_030618_235623.thumb.jpg.f201a71ece0a240b396102e8d557e767.jpgWoWScrnShot_030618_235626.thumb.jpg.1b9b3bcb91a137c17146903f3456bf0e.jpgWoWScrnShot_030618_235812.thumb.jpg.cfcc15b3953f4029c30a967f35da98ce.jpgWoWScrnShot_030718_000333.thumb.jpg.5d42458bc05b0023c263f64f9d07fcc3.jpgWoWScrnShot_030718_000339.thumb.jpg.85d5f4c1e5fbdc97c2899309e7cc2c1d.jpgWoWScrnShot_030718_000916.thumb.jpg.fe1882ef761261827483a32fc241f8ae.jpgWoWScrnShot_030718_001221.thumb.jpg.e8cab431c60b380be9e35b99fb2644e1.jpgWoWScrnShot_030718_001350.thumb.jpg.2516d820bb1a275fddeea9a4e4bada4b.jpg

3 people like this

Share this post


Link to post
Share on other sites

Astonishing work, i hope they implement this patch

Share this post


Link to post
Share on other sites

Already fixed

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0