Author Topic: spell in use  (Read 4255 times)

0 Members and 1 Guest are viewing this topic.

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
spell in use
« on: November 12, 2017, 10:04:24 AM »
0
Hello,

There is a way to check if a spell are in use or ended casting ?
I know possible to know when the spell ending if cursor open or like Magic Reflection show in buff. 

Thanks

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: spell in use
« Reply #1 on: November 12, 2017, 12:41:40 PM »
0
Check in your status
 
Code: [Select]
f #CHARSTATUS = A
{
wait to finish spell
}
i

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: spell in use
« Reply #2 on: November 12, 2017, 01:12:57 PM »
0
it's "frozen", I'm looking for another way.

I would like to simulate a hotkey like the EC Client, when we click on a spell it turns red until the end of the cast.
the problem of charstatus "A" is that there are too many conditions for what i want.

i wonder if there is a packet that handle it or it's client itself.

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: spell in use
« Reply #3 on: November 12, 2017, 01:14:32 PM »
0
Maybe if you post the spell issue , we might be able to provide a better solution.

Offline bendelTopic starter

  • Full Member
  • ***
  • Posts: 215
  • Activity:
    0%
  • Reputation Power: 4
  • bendel has no influence.
  • Respect: +34
  • Referrals: 0
    • View Profile
Re: spell in use
« Reply #4 on: November 12, 2017, 01:21:31 PM »
0
ok, basically.
I would like to make a hotkey bar simulator like EC, for all spells. What I would like is to be able to make the spell buttons turn red once I click on until the cast is finished.

For that, I need to know the status of my character when he cast a spell.

For example, "Invisibility" we know that the cast is no longer active once the cursor is open, or when  casting magic reflection, the buff is activated.
« Last Edit: November 12, 2017, 01:25:33 PM by bendel »

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: spell in use
« Reply #5 on: November 12, 2017, 01:27:43 PM »
0
No need to build it, just look here.   someone had one made for all the spell.

https://www.easyuo.com/forum/viewtopic.php?f=3&t=18734

Tags: