Author Topic: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)  (Read 150738 times)

0 Members and 1 Guest are viewing this topic.

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #270 on: November 16, 2019, 05:32:35 AM »
0
At the risk of sounding simple ....
I also have the buff bar and icons spinning crazy ...
I have all 3 items/files in the same dir - euo.exe - scanbuffbar.txt -  ScanBuffBar-Subs.txt
I have read most this 18page thread ... and now I give up and ask for help, cause Im truly stuck.


Remember folks this is a helper script,  you call it from within your existing script ..  YOU DO NOT , I repeat YOU DO NOT,  run this script directly.  You don't even need to open it,  just save it in the same directory as euox.exe and forget about it.   Then in your script you call scanbuffbar.txt  and it sets %BuffBarIconNames  with a list of the icons on the buffbar that is it.

in your script do...
Code: [Select]
call scanbuffbar.txt
display ok these are the %Buffbariconsfound icons that are on the buffbar: %Buffbariconnames


DO NOT OPEN ScanBuffBar.txt or  ScanBuffBar-Subs.txt IN EUOX and RUN IT.
« Last Edit: November 16, 2019, 05:34:43 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #271 on: February 11, 2020, 11:10:53 AM »
0
VERSION 43

-  Fix for issue with Multi-client usages.  (UOXL SWAP)

NOTE:  you must download and save in same place both  scanbuffbar.txt and scanbuffbar-subs.txt.

This thing works at blistering speeds even in multi-client scenarios,   Just tested it with 3 clients open switching between each client and then reading buffbar.  It read each buffbars at an average speed of 2ms, no matter number of icons on each bar.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #272 on: February 13, 2020, 09:19:00 AM »
0
Simple Test script to read and display icons.

Code: [Select]
; test buffbar script x300000
for !pp 1 300000
  {
   call ScanBuffBar
    setuotitle %BuffBarCalls : %BuffBar2ndScan : %BuffBarSubsCalls - BAR: %BuffbarDirection - Icons: %BuffBarIconsFound : %BuffBarIconsCount - %BuffBarIconNames
    }
halt
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

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: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #273 on: February 21, 2020, 09:42:37 PM »
0
Here the  new icon
gosub AddICon   SpecialAttack         #false  Howl_Of_Cacophony.gif              4881333 12447727  HowlOfCacophony

I tested tonight and it detect the icon.  Enjoy
« Last Edit: February 22, 2020, 09:23:51 PM by The Ghost »

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #274 on: February 26, 2020, 02:12:15 PM »
0
Here the  new icon
gosub AddICon   SpecialAttack         #false  Howl_Of_Cacophony.gif              4881333 12447727  HowlOfCacophony

I tested tonight and it detect the icon.  Enjoy

nice.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Subs - Buff/Debuff Bar Subs. (oEUO & EUO)
« Reply #275 on: March 02, 2020, 02:15:15 PM »
0
VERSION 45

-  New icon definition for HowlOfCacophony  Credits: The Ghost.

- Fix to make the buffbar scan speed ultafast 1-4ms work for RIGHT and UP Facing bars,  previously due to a typo is was only working ultra fast in LEFT and DOWN facing bars.

No matter which direction the bar is in UP DOWN LEFT RIGHT and no matter what background bar is placed on and no matter how many icons are present on the bar, or how many clients you have open the average scan speed is 1-4ms.   (Note: I recommend placing the buffbar where it is least likely to have other gumps accidentally cover it).


Thanks to everyone who has used and helped out over the years,  this is the best version to date.

NOTE:  you must download and save in same place both  scanbuffbar.txt and scanbuffbar-subs.txt.

Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: