Log in

View Full Version : Priest of Discord Teleport to dranik working


warkid
11-04-2013, 07:10 PM
i got priest of discord to teleport me to dranik... i tried hunting around for awhile and found nothing so heres how i did it

1. open EMemuserver (Folder) go to quest/global
2. in there you will find priest of discord file
3. right lick and click edit
4.look for sub event say and scroll down to find the following

if($text=~/wish/i) {

5. make sure the following is the same as below

if($text=~/wish/i) {
#quest::say("I am sorry but Discord is closed to me right now.");
quest::say("Prepare yourself to cross into the depths of Discord!");
quest::setglobal("OOW_PoD_Origin", $zoneid, 5, "F");
quest::movepc(302, -1485.52, -1263.29, 222.0);

6. after you edit to match what i posted click save and close text window

7. right click file you edited and copy

8. go to \EQEmuServer\quests\poknowledge and past the file

(not sure if server restart is required but i reset mine as i changed other setting anyway) any problems drop me a pm and ill help best i can... this seems to work for gm's to port to dranik without a problem but when i try on my none GM account it says
You are not yet eperianced enough to pass thorough an inter-planer portal
(level 65 was tested)

sorvani
11-04-2013, 11:07 PM
by default any zone not open on PEQ is locked by status. Edit the zone table.

demonstar55
11-04-2013, 11:49 PM
The Priests of Discord already have a global quest file written for them, just comment out the 3 lines in the wish response.