Page 1 of 1
Looking for /camp desktop when you die
Posted: Fri Jan 21, 2005 3:11 am
by Chanter101
Looking for a Sub Event_Zoned /camp desktop when you die. I looked at the manual and got this:
Code: Select all
#event Zoned "You have entered #*#."
Sub Event_Zoned
/delay 1m
/camp desktop
What am I doing wrong here?
Posted: Fri Jan 21, 2005 4:00 am
by aChallenged1
using "You have entered" is not what you want.
try: "#*#You have been slain#*#"
The otherone will start camping you even if you just zone.
Posted: Fri Jan 21, 2005 6:04 am
by dont_know_at_all
sub main is missing, for one.
Posted: Fri Jan 21, 2005 8:09 am
by aChallenged1
I was figuring he was just showing us his #event and the sub that went with it, not the whole code. /shrug
Posted: Fri Jan 21, 2005 10:26 am
by JGC84
Posted: Fri Jan 21, 2005 11:16 am
by Neolesh
I use..
Code: Select all
#event Slain "You have been slain by#*#"
Sub Event_Slain
/echo Something went wrong and I died! Ending Macro!
/delay 200
/beep
/camp Desktop
/delay 40
/beep
/endmacro
/return
Posted: Fri Jan 21, 2005 3:04 pm
by Chanter101
Thanks that works great. I was under the impression to use #event zoned from other things I saw. Didn't even camp me when I zoned for some odd reason but #event slain works.
Posted: Fri Jan 21, 2005 4:09 pm
by aChallenged1
Doing and even based on zoning is fine, IF you want to do something each time you zone. However, because you specifically wanted something to do with character death "you have been slain..." then that is the way to go.
Wouldn't want to try to camp out each time you zoned, would you?
Posted: Mon Mar 07, 2005 5:02 am
by papanuget
why would you wanna camp every time you died?
Posted: Mon Mar 07, 2005 5:04 am
by Geekylad
If you're not at the keyboard it's so that you don't expire the rezz timer.
well, thats one reason.
Posted: Mon Mar 07, 2005 5:05 am
by papanuget
ahhh. new to the whole macro thing, i just use it to see people on map and to check tribue value on items