Swiftwind and Earthcaller - The Ranger Epics
This is the first installment of the Ranger Epic quest. It is missing some things, but I will search for the remedies to these problems =)
File 1 - Telin Darkforest (Burning Woods) Code:
#Zone - Burning Woods Code:
#Zone - Greater Faydark Code:
#Zone - Kithicor Forest This concludes step ONE (Obtaining The Worn Coin). Next step - Reavers in Eastern Karana. Note, in the files that are posted, has all the code needed for Step one (Shown here), AND further steps, so NOTHING IS LACKING in the files, except for the notes in each one, so read over them. |
STEP 2 - REAVERS IN EASTERN KARANA
NOTE : - I need to know how to make mobs move to waypoints when they are spawned, this is one crucial thing missing from almost every file in this section. IF ANYONE KNOWS HOW TO DO THIS, PLEASE post below telling me how so i can update the files. Note, i am still new to the whole quest business so I apologize =). File 1 - Althele [code]#zone - East Karana #mob - Althele sub EVENT_SAY { if($text=~ /Hail/i) { quest::say("Hello, friend. Beautiful is what I would call such a day normally, but lately?"); } if($text=~ /Hail, Tholris/i) { quest::say("Tholris does not speak much. He is here to assist me in my duties. He is my hands, as Fang is my eyes."); } if($text=~ /him as your hands and Fang as your eyes/i) { quest::say("Yes. I cannot see any longer, my sight long since lost in the march of years. By the blessings of Tunare and Karana, though, I still make myself useful."); } } sub EVENT_ITEM { if($itemcount{20448} == 1) { quest::emote("looks at the coin and nods gravely at you as she slips it into a fold of her clothing."); quest::say("I see. The story of this coin speaks much to me as do the words you have given me. Telin sent word that you would arrive. The tidings you bring are ill indeed. Here, take this amulet and find Sionae. She is nearby. We will speak more on this matter when all are present."); quest::spawn(0,0,0,0,0,0); #NEED NPCID OF Sionae and Loc of Spawn quest::summonitem(0); #Item ID of "Braided Grass Amulet" Not in DB =/ } if($itemcount {20452} == 1) { quest::emote("Althele hands the book to Tholris who reads through it with lines of concern etched on his face, then whispers into her ear"); quest::say("Dire news, indeed. This cannot be allowed. I must keep this book but you must not allow Innoruuk, to seed the land with his hatred and filth. You have only just begun your quest. The path you are guided upon will be difficult, if not impossible, but someone must finish it. Please, take this, read of it, follow its instructions. Tunare bless your path and Karana watch over you."); quest::summonitem(18959); quest::say("We cannot speak again. Our circle is now known and must seek sanctuary. In case this note were to fall into others |
All times are GMT -4. The time now is 08:10 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.