PDA

View Full Version : 5.2 Linux Quest Problem [Sorta Lengthy]


_OZZY_
12-18-2003, 03:01 AM
I'm having a problem getting quests to work at all under linux with 5.2. Here's an example of what I have:

/eqemu/Quests/qeynos/5548.qst

EVENT_SAY {
if ($1-=~ "Hail") { say("Greetings $name . When a hero of our world is slain. their soul returns to the place it was last bound and the body is reincarnated. As a member of the Order of Eternity. it is my duty to [bind your soul] to this location if that is your wish."); }
if ($1-=~ "bind my soul") { say("Very well. You will return to this spot when you die.");
castspell($userid,2049); }
}
/END of FILE Zone:qeynos ID:5548 -- Soulbinder_Novalu /


I am running wraith's full 5.3DR1 database, if that matters. Also, I do not have the embeded perl enabled (commented three lines in the Makefile when I compiled zone). Nothing appears in my log files for the zone concerning quests or parser.

Any help is appreciated :)

Muuss
12-18-2003, 05:55 AM
remove the row starting with /END, it may help.