Warrior Epic 1.0 complete
Preface: The following code segments will give you everything you need for the quest. The final combine requires the Red Scabbard to be able to take the 4 components and spit out the two blades, which it currently doesn't do and I personally don't know how to get it to (and didn't really bother trying to figure out). My only purpose in writing this code was to make it available to everyone since I couldn't find a completed version of it anywhere. I started with a couple of the files from the the PEQ quest release, and added files as needed.
NOTE: This quest does NOT reward experience or faction. As far as I can tell there are no faction hits in the warrior epic quest, but I did notice there are a lot of experience messages along the way. I did not reward experience because, quite frankly, I had no idea how much would be appropriate at each stage of the quest. I invite anyone who wants to to add the experience rewards to do so. There are 6 NPCs for this quest in 5 zones. I obtained the ID numbers for both the NPCs and the items from a server that runs a database that is a blend of cavedude's and PEQ's that you can get by installing cavedude's Serverpack 3.52 and choosing "both" under the database option. Tenal_Redblade in eastkarana: Code:
############################################ Code:
############################################ Code:
############################################ |
Final 3 NPCs:
Wenden_Blackhammer in freporte: Code:
############################################ Code:
############################################ Code:
############################################ |
Note to anyone at PEQ, feel free to put this in your quest pack, the base of a couple of files came from there to start with. :)
|
I have updated the quest to include experience (found a table of experience required per level on the PEQ forums). The full quest should reward approximately 15% experience at level 51.
Server admins will still have to add ground spawns for the unjeweled dragon head hilt and severely damaged dragon head hilt in Lake Rathe and Timorous Deep respectively. They will also have to add the recipe for the final combine in the red scabbard to their DB. The new code is as follows: Tenal_Redblade in eastkarana: Code:
############################################ Oknoggin_Stonesmacker in feerrott: Code:
############################################ Kargek_Redblade in freporte: Code:
############################################ |
Continued from above:
Wenden_Blackhammer in freporte: Code:
############################################ Mentrax_Mountainbone in frontiermtns: Code:
############################################ Denken_Strongpick in oot: Code:
############################################ |
The following should add the recipe required to combine the four pieces in the red scabbard to get the blades of strategy and tactics.
INSERT INTO tradeskill_recipe (name,tradeskill,skillneeded,trivial,nofail,replac e_container,notes) VALUES('Jagged Blade of War (final combine)',75,0,0,1,1,'Created by attempt37'); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,17859,0,0,0,1); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20671,0,0,1,0); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20672,0,0,1,0); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20667,0,0,1,0); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,20670,0,0,1,0); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,10909,1,0,0,0); INSERT INTO tradeskill_recipe_entries (recipe_id,item_id,successcount,failcount,componen tcount,iscontainer) VALUES(8759,10910,1,0,0,0); |
All times are GMT -4. The time now is 11:33 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.