"/sit on" question/rant

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

joedirt
decaying skeleton
decaying skeleton
Posts: 8
Joined: Sun Oct 19, 2003 2:41 pm

"/sit on" question/rant

Post by joedirt » Wed Oct 22, 2003 1:41 pm

Why the heck does "/sit on" make you stand if you are already sitting?

Do you realize how annoying this "feature" is?

Is there anyway around it? /stand is stand, why isn't "/sit on" sitting?

I need a simple way to make sure I am sitting and it's running in a loop. I don't want to add more vars, I shouldn't have to track sitting with a var.

Am I missing something obvious?

Guest

Post by Guest » Wed Oct 22, 2003 1:55 pm

The problem is the way everquest handle the sit command. /stand is a simple command, but /sit (even /sit on) is a toggle, so when you type /sit on, evequest look at your state and make you sit if you stand or make you stand if you are sit. You can use this code as a workaround:

Code: Select all

 /if $char(state)==STAND /sit 
Hope this can help you.

Falco72
a hill giant
a hill giant
Posts: 215
Joined: Fri Sep 26, 2003 3:24 am

Post by Falco72 » Wed Oct 22, 2003 1:59 pm

Bha, I forgot to log in, the last post is mine (the Guest one, of course).