Author Topic: Dismount,cast spell, say all kill  (Read 2346 times)

0 Members and 1 Guest are viewing this topic.

Offline M4yH3mTopic starter

  • Jr. Member
  • **
  • Posts: 32
  • Activity:
    0%
  • Reputation Power: 1
  • M4yH3m has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Dismount,cast spell, say all kill
« on: February 07, 2020, 12:01:12 PM »
0
I am trying to figure out how to write a script in EUO that, upon a hotkey press, will cast explode, dismount from my mount and say all kill on a selected target, and then finish with targeting the explode. Can anyone help me out?

Basically I want this:

press hotkey
Cast spell explosion
dismount from horse
whisper all kill and target enemy
target explosion on same target

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Dismount,cast spell, say all kill
« Reply #1 on: February 07, 2020, 02:27:59 PM »
0
So now that you have a plan, do you have all the sub for each of those step.   

Here something to start building.   This is the kind of logic you will need
If you search the forum, you sill be able to find most of the sub you need, or see how to build them.

Quote

while #true
{
  onHotKey (enter key)
        goSub SetTarget
onHotKey (enter key)
       {
         gosub xxxxx
        gosub xxxxx
        gosub xxxxx
        }
}

Sub Cast spell explosion

Return

Sub dismount

Return

Sub PetAttack
    whisper all kill and target enemy

Return

Sub SetTarget
    Set the enemy
Return


Offline M4yH3mTopic starter

  • Jr. Member
  • **
  • Posts: 32
  • Activity:
    0%
  • Reputation Power: 1
  • M4yH3m has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Dismount,cast spell, say all kill
« Reply #2 on: February 07, 2020, 02:42:10 PM »
0
My problem is that I can not find a dismount event macro. How would I search that in EUO?

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Dismount,cast spell, say all kill
« Reply #3 on: February 07, 2020, 03:08:24 PM »
0

Tags: