EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-24-2008, 12:31 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
Originally Posted by reins View Post
From testing it somethings I have noticed are that...

A) Misses do not show up in orange like they are supposed to, they are showing up a grey color for me, so aren't triggering the reset of the bars.
B) The combatbubbles are appearing later than the auto attack is happening. You may be able to make the bar more accurate by using an event handler that occurs before the OnShow event. I don't know the event hierarchy though.
C) The bar needs to remain visible when the user has entered stealth, otherwise it is a bit confusing.
A) Melee auto attack misses don't show up at all. Misses only show up when you do a CA/Spell or a Ranged auto attack. I'm aware of this, but I'm not sure how to fix this.

B) Do you use a dual wield weapon with different delays? What's your average latency? Care to elaborate? (I'm not sure if I understand you)

C) When the user enters stealth, autoattack turns off...so I'm not sure what to do there.

I'm going to try to streamline the code with my next update.
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-24-2008 at 12:43 AM.
  #2  
Unread 11-24-2008, 01:59 AM
speedycerv speedycerv is offline
A Berserk Golem
 
Join Date: Apr 2005
Posts: 57
Default

ok I downloaded the file, and i dont see anything different with my UI. How do I load this? or what folder am I supposed to put it in.
  #3  
Unread 11-24-2008, 02:08 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
Originally Posted by speedycerv View Post
ok I downloaded the file, and i dont see anything different with my UI. How do I load this? or what folder am I supposed to put it in.
Right now it's in testing so it's only about 95% functional. Put the file in your customui directory.
Quote:
Originally Posted by dragowulf
Remember to put <include>eq2ui_custom_autoattacktimer.xml</include> inside your eq2ui_custom file. You don't need to type anything to make it work, just auto-attack
If you don't have eq2ui_custom.xml, copy the one from the default ui folder and paste it in your custom ui folder and follow the instructions of this quote.
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-24-2008 at 02:16 AM.
  #4  
Unread 11-24-2008, 04:33 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Here's my latest version. Nothing major in this test release. I cleaned up some code and streamlined events and calculations. I also added the function which turns off the secondary bar display when Primary/Secondary delays are both the same.
Attached Files
File Type: xml eq2ui_custom_autoattacktimer.xml (9.5 KB, 412 views)
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 11-24-2008 at 04:37 AM.
  #5  
Unread 11-24-2008, 07:20 AM
nluerdarea nluerdarea is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Crushbone
Posts: 115
Default

Great work so far dragowulf, even for a freep =P

One suggestion that will take care of one issue is to have the bar remain visible if it is still counting down.

For example, if you kill a mob with auto ranged attack, your bar will continue to be visible while it is counting down. Once it has finished, and you are no longer attacking, the bar disappears. This will also let you know that as a tank, when you press the autoattack button to target the next mob (most tanks do this right?!?!) you may not hit it right away and could hit a few CA's first.
__________________
  #6  
Unread 11-24-2008, 08:51 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
Originally Posted by nluerdarea View Post
Great work so far dragowulf, even for a freep =P

One suggestion that will take care of one issue is to have the bar remain visible if it is still counting down.

For example, if you kill a mob with auto ranged attack, your bar will continue to be visible while it is counting down. Once it has finished, and you are no longer attacking, the bar disappears. This will also let you know that as a tank, when you press the autoattack button to target the next mob (most tanks do this right?!?!) you may not hit it right away and could hit a few CA's first.
Good idea. I'll try to do that.
__________________
May Jesus Have Mercy On Us
  #7  
Unread 11-24-2008, 09:34 AM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

Quote:
Originally Posted by dragowulf View Post
A) Melee auto attack misses don't show up at all. Misses only show up when you do a CA/Spell or a Ranged auto attack. I'm aware of this, but I'm not sure how to fix this.

B) Do you use a dual wield weapon with different delays? What's your average latency? Care to elaborate? (I'm not sure if I understand you)

C) When the user enters stealth, autoattack turns off...so I'm not sure what to do there.

I'm going to try to streamline the code with my next update.
To get auto attack misses to show you, you need to use a command, i believe its
/combatbubble_only_spell_misses 0

When i did that the auto attack misses started showing up, but they were grey instead of orange, and it looked like they had a shadowstyle heh.

And what I mean by B) is that if you watch the chat log, you get the auto attack message before the combat bubble actually appears (Some times). I've seen it take a full second before the combat bubble renders. So if you are running ACT and have the autoattack notification plug in running, you'll hear it fire before the combat bubble appears atleast half of the time.
  #8  
Unread 11-24-2008, 10:56 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by reins View Post
but they were grey instead of orange, and it looked like they had a shadowstyle heh.
you can just filter by the text

Quote:
Originally Posted by reins View Post
And what I mean by B) is that if you watch the chat log, you get the auto attack message before the combat bubble actually appears (Some times). I've seen it take a full second before the combat bubble renders. So if you are running ACT and have the autoattack notification plug in running, you'll hear it fire before the combat bubble appears atleast half of the time.
the question is whether that also makes the bar delayed or whether it is just a visual thing for the floating bubbles. They might well OnShow on time but be scrolled into view only later.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
  #9  
Unread 11-24-2008, 11:02 AM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

Yes it does delay the bar, I was testing it with the both the chat window and the ACT auto attack notification.

The log line would show up a good 1/2 second to 1 second before the bar would reset at least 40 to 50% of the time.
  #10  
Unread 11-24-2008, 11:07 AM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

I toyed around with all of the /combatbubble commands. none of them made the combat bubbles appear when they were supposed to with any form of accuracy. That is why i'm curious if there is an event that could be used before the OnShow event. Maybe OnActivate... I don't know the event hierarchy for the UI - any event that occurs before the OnShow event.
  #11  
Unread 11-24-2008, 11:09 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Hmm, hope somebody finds a solution to that, because I don't see one.

You can't run an event script before the event occurs, what you could do it offset the entire bar by the delay but that would be fairly inaccurate.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
  #12  
Unread 11-24-2008, 11:27 AM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

Yeah right now I don't see a way around it, I'll test it more tonight and maybe come up with some ideas.
  #13  
Unread 11-24-2008, 11:31 AM
Jida Jida is offline
A Berserk Golem
 
Join Date: Mar 2006
Server: Unrest
Posts: 58
Default

Just make the last little section of the bar red.. like the last 5% of the 100%.

That will take into account bubble lag.




  #14  
Unread 11-24-2008, 11:34 AM
Jida Jida is offline
A Berserk Golem
 
Join Date: Mar 2006
Server: Unrest
Posts: 58
Default

Quote:
Originally Posted by reins View Post
Yes it does delay the bar, I was testing it with the both the chat window and the ACT auto attack notification.

The log line would show up a good 1/2 second to 1 second before the bar would reset at least 40 to 50% of the time.
What kind of (PC) system you using?
  #15  
Unread 11-24-2008, 12:04 PM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

Quote:
Originally Posted by Jida View Post
What kind of (PC) system you using?
I can raid in high quality with no lag
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 02:39 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI