robecks Beginner
Joined: 22 Jun 2010 Posts: 17
|
Posted: Tue Jun 22, 2010 1:45 am
trigger not fireing like intended |
i have a trigger so when my questor gives me a quest, i run to that area, all of a sudden it stopped working, the original patten i used was
#trigger {^@current_questmaster tells you 'of (*)~.'$} {#exec @areacapture.%trim(%1)}
that worked then it stopped so i changed it to #exec %db( @areacaptrue, %trim(%1)) and still did not work and both ways i also tried #send
EG:
questor tells you 'of The Great City of Knossos.'
in my db i have The Great City of Knossos=.knossos
then i have a path set to either run to knossos or use my portal depending on level
thanks for the help!
edit: figured it out, i had the db in lowercase while the trigger was trying to send it in upper |
|