Author Topic: New Stance Command  (Read 1895 times)

Imshi

  • Hydlaa Resident
  • *
  • Posts: 95
    • View Profile
New Stance Command
« on: June 23, 2011, 11:20:36 am »
"Improved sorting in some windows, it's now possible to change attack stance by defining going up or down in level of stance"

0.5.7 Release notes.

Has this attack stance change been implemented, and if so what are the commands?

Thankyou.

"I am in spectacular shape and my trousers fit quite nicely."

Levrus Dahrenn

weltall

  • Associate Developer
  • Veteran
  • *
  • Posts: 1671
    • View Profile
    • http://weltall.heliohost.org
Re: New Stance Command
« Reply #1 on: June 23, 2011, 12:42:56 pm »
raise lower as argument

Imshi

  • Hydlaa Resident
  • *
  • Posts: 95
    • View Profile
Re: New Stance Command
« Reply #2 on: June 23, 2011, 05:02:10 pm »
Thanks Weltall. Works like a charm, great function.
"I am in spectacular shape and my trousers fit quite nicely."

Levrus Dahrenn

Suno_Regin

  • Forum Addict
  • *
  • Posts: 2445
    • View Profile
Re: New Stance Command
« Reply #3 on: June 23, 2011, 06:02:44 pm »
I don't even understand what that feature means, nor the way to use it. Raise lower as argument? It sounds like I'm working with a Planeshift Excel sheet. What does this actually do, and what benefit does it have? If anyone could please explain.

Aensor

  • Traveller
  • *
  • Posts: 36
    • View Profile
Re: New Stance Command
« Reply #4 on: June 24, 2011, 04:15:27 am »
There has been added 2 more arguments to the attack command to raise / lower your current attack stance.

We already had
Code: [Select]
/attack [fullydefensive|defensive|normal|aggressive|bloody] to directly switch into a specific stance.

Now you can also use
Code: [Select]
/attack [lower|raise] to lower / raise  the current stance.

Examle:
Code: [Select]
/target npc
/attack aggressive    -> You're in [aggresive] stance.
/attack raise         -> You're in [bloody] stance.
/attack raise         -> You stay in [bloody] stance since there is no higher stance.
/attack lower         -> You're back in [aggresive] stance.
...

Regards.
« Last Edit: June 24, 2011, 04:19:57 am by Aensor »

LigH

  • Forum Legend
  • *
  • Posts: 7096
    • View Profile
Re: New Stance Command
« Reply #5 on: June 24, 2011, 04:26:38 am »
The theoretical use is now understandable: There may be opponents where I have to switch the stance often - raise it to deal any damage at all, then lower it again not to get hurt too much.

The practical not yet ... if I wanted to build a kind of attack/defense combo, I would possibly also need a way to delay the execution of shortcut commands.

Gag Harmond
Knight and Ambassador
The Royal House of Purrty

Imshi

  • Hydlaa Resident
  • *
  • Posts: 95
    • View Profile
Re: New Stance Command
« Reply #6 on: June 24, 2011, 05:59:06 am »
This is how I am using it at present. Three binds to different keys. First key /attack [default normal attack], second key /attack raise [each time you use the key will go up one stance level, -aggressive-bloody], third key /attack lower [each time you use the key will go down one stance level]. So with three keys you can quickly change stances, tapping one key for more damage less defence, another for the opposite. From fully defensive you can instantly switch to normal with the first /attack bind.
"I am in spectacular shape and my trousers fit quite nicely."

Levrus Dahrenn

Suno_Regin

  • Forum Addict
  • *
  • Posts: 2445
    • View Profile
Re: New Stance Command
« Reply #7 on: June 24, 2011, 03:09:39 pm »
Ahhh, I see. That makes much more sense, now that I know what "argument" is referring to. Non-coder person here. That helps a ton!