ottconnect / Legion

Legion 7.2.5 24461 ( bug tracker and c++ updates)
http://www.devapexteam.com
12 stars 3 forks source link

Wandering Island #20

Open ottconnect opened 7 years ago

ottconnect commented 7 years ago

This is where we are going to discuss and show work progress on Wandering Island Level 1 - 10

Wandering Island Quest

ottconnect commented 7 years ago

Also the first quest is an auto quest accept at the start just like retail, working on that

ottconnect commented 7 years ago

Quest 31450 - New Fates Added Faction script to the core 1.0.0.7 today and also added the script to npc 56013

Haven't had the chance to test it yet, but if someone is willing to test it out just add me on skype : ottconnect

ottconnect commented 7 years ago

Can anyone test this out and let me know if you can get the first quest in the Pandaren start zone with applying this code in a database edtior and booting the server and log into the server and test the first quest if you can accept it.

DELETE FROM creature_questender WHERE id=53566; 
 INSERT INTO creature_questender (id, quest) VALUES 
 (53566, 30039), -- Much to Learn
 (53566, 30040), -- Much to Learn
 (53566, 30041), -- Much to Learn
 (53566, 30042), -- Much to Learn
 (53566, 30043), -- Much to Learn
 (53566, 30044), -- Much to Learn
 (53566, 30045), -- Much to Learn
 (53566, 30027), -- The Lesson of the Iron Bough
 (53566, 30033), -- The Lesson of the Iron Bough
 (53566, 30034), -- The Lesson of the Iron Bough
 (53566, 30035), -- The Lesson of the Iron Bough
 (53566, 30036), -- The Lesson of the Iron Bough
 (53566, 30037), -- The Lesson of the Iron Bough
 (53566, 30038); -- The Lesson of the Iron Bough

 -- Master Shang Xi Quest Starters
 DELETE FROM creature_queststarter WHERE id=53566;
 INSERT INTO creature_queststarter (id, quest) VALUES 
 (53566, 30039), -- Much to Learn
 (53566, 30040), -- Much to Learn
 (53566, 30041), -- Much to Learn
 (53566, 30042), -- Much to Learn
 (53566, 30043), -- Much to Learn
 (53566, 30044), -- Much to Learn
 (53566, 30045), -- Much to Learn
 (53566, 30027), -- The Lesson of the Iron Bough
 (53566, 30033), -- The Lesson of the Iron Bough
 (53566, 30034), -- The Lesson of the Iron Bough
 (53566, 30035), -- The Lesson of the Iron Bough
 (53566, 30036), -- The Lesson of the Iron Bough
 (53566, 30037), -- The Lesson of the Iron Bough
 (53566, 30038); -- The Lesson of the Iron Bough
Brodywood900 commented 7 years ago

wowscrnshot_060317_204822

wowscrnshot_060317_205625

I can confirm that the code above kinda of works but the quests are not class locked and loot tables for the weapon rack are not there yet.

ottconnect commented 7 years ago
Brodywood900 commented 7 years ago

warriors have the warrior quest and the priest quest for The Lesson of the Iron Bough making it so priests can't continue on. wowscrnshot_061817_125855 wowscrnshot_061817_125916 wowscrnshot_061817_130114

and I am willing to test the faction script I will add you on skype

ottconnect commented 7 years ago

i'll fix that on the next update.

ExxorD commented 7 years ago

I'm still trying to figure this one out myself. I've even resorted to marking all horde factions as hated and vice-versa. All pandaren are also locked out from PvP gear. Even the faction-based PvE gear.

ottconnect commented 7 years ago

https://github.com/ottconnect/Legion/issues/115 reference post

ottconnect commented 7 years ago

handwrap are added on Version 1.0.1.9

wildmandan commented 6 years ago

Coudn't turn in quest=29787 worthy-of-passing, manually changing players phase to 1527 allowed player to hand in.