General How would you cast a spell every time you enter a zone?
Reply
How would you cast a spell every time you enter a zone?
Basically Im trying to get my character to cast an item clicky that summons a bot pet every time he enters a zone. I want to do this because the bot pet leaves when you zone.

I tried an event that goes...

trigger=You have entered [*]

but it does not make the trigger true, therefor, no item cast.

Thanks for the help.
_________________
for fun
Mon Feb 10, 2014 5:58 pm
Tis is what I use in my event on my GM to help me not get killed when developing cause I forgot to turn #invul on.

ini
More +
[zoned]
trigger=|You have entered#*#
command=/multiline ; /say #gm on;/say #invul on;/say #flymode 1

_________________
Sorvani
Tue Feb 11, 2014 9:04 am
Senior Project Member
CFG file
Tue Feb 11, 2014 11:32 am
Listen to This Guy
Tue Feb 11, 2014 6:17 pm
Senior Project Member
trigger=|You have entered#*#

worked great! thank you!

what does that first pipe | mean?
_________________
for fun
Tue Feb 11, 2014 6:21 pm
Beginning of line.
_________________
Sorvani
Wed Feb 12, 2014 6:57 am
Senior Project Member
General How would you cast a spell every time you enter a zone?
Reply