PDA

View Full Version : Quest problem


Conan
10-18-2003, 06:44 AM
Are quests not working in 0.5?

I am trying to setup this quest in gfay

EVENT_SAY{

if ($1-=~ "hail")

{

say("You can now attack other players.")

pvp(

mollymillions
10-18-2003, 04:23 PM
Try this:

EVENT_SAY{
if($1-=~ "hail"){
say("You can now attack other players.")
pvp(

Conan
10-19-2003, 11:37 PM
Still cant seem to get quests to work with 5.0 :( Anyone have any ideas how get them to work?

Bori
10-20-2003, 02:41 AM
From what I understand, quests for 5.0 are not working correctly atm.

Conan
10-20-2003, 03:37 AM
Hmm okies was thinking they were cause the progress page has them working 100% =) Nb will just wait for them to work =)