EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-16-2006, 10:29 PM
Xaero Xaero is offline
A Young Mystail Rat
 
Join Date: Feb 2006
Server: Antonia Bayle
Posts: 2
Default "CoolDownCount"

Perhaps I haven't looked closely enough. However, I am a former WoW player coming to EQ2 for the new pvp server.

I am looking for a "CoolDownCount". Basically, it places a number over the skill that is cooling down so you have a clear view on how much time until you can use the ability again. There were several variants of this in WoW and I would like one for EQ2 if it is currently available. Thanks in advance, I realize that I am requesting something without attempting to create it myself (I am clueless when it comes to even simple scripting).

A visual example to what "CoolDownCount" is:

http://www.curse-gaming.com/mod_screens/5237.jpg
Reply With Quote
  #2  
Unread 02-17-2006, 04:58 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

In EQ2 terms, this would be a "Recast Timer" and would require SOE to add Dynamic Data objects to the XML that don't already exist. The nearest thing to it are the "Duration Timers" recently added to the Maintained window.

It might be possible to enable a mouseover effect that displays the refresh progress as a percentage, but that wouldn't give you an actual time value, and it wouldn't update until you moused over the icon.
Reply With Quote
  #3  
Unread 02-17-2006, 05:19 AM
Xaero Xaero is offline
A Young Mystail Rat
 
Join Date: Feb 2006
Server: Antonia Bayle
Posts: 2
Default

Ah well, I really appreciate the response nonetheless. On another note, is the xml/lua scripting in WoW completely different from EQ2's? If so, What are the main differences between them? I am simply curious and am not trying to say that either game is superior to the other. Thanks again.
Reply With Quote
  #4  
Unread 02-17-2006, 05:52 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

I haven't messed with the WOW ui at all but imagine the two are very similar. The tag and param names may vary, but it should follow the usual XML conventions (which are VERY similar to HTML).

Likewise, script syntax may vary but its all very much like any other stripped down programming language. Allot of the functions found in real programming languages won't be available. For example EQ2 doesn't provide any loops, and almost no string operations like trunc(), split(), indexof(), etc.

As with any XML layer, what can be achieved is entirely dependant on what hooks have been provided to the client. If a particular piece of data hasn't been exposed to the XML layer, it usually isn't possible to extract dynamically.

Relative object positioning/sizing schemes can vary significantly. EQ2 is based (mostly) on total object size while other schemes allow for positioning based on edge distance.

EQ2's UIBuilder is quirky but once you get used to it, it makes large scale editing extreamly easy.
Reply With Quote
  #5  
Unread 02-17-2006, 10:10 AM
Garick's Avatar
Garick Garick is offline
A Grassland Beetle
 
Join Date: Nov 2005
Server: Runnyeye
Posts: 64
Default

The recasst timer appears in the tooltip when you mose over an ability that is cooling down, would it not be possible to get this value in the tooltip to appear on the icon?
Reply With Quote
  #6  
Unread 02-17-2006, 03:40 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Garick
The recasst timer appears in the tooltip when you mose over an ability that is cooling down, would it not be possible to get this value in the tooltip to appear on the icon?
Nope, the data in the tool tip is provided by "hard code". As Zonx stated that information isn't suplied for ui mod use.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #7  
Unread 02-17-2006, 08:59 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

The only option we have with "hard code" data is to use a player driven event to grab the entire text of that object and shove it into another object. Once that's done, it requires another player driven event to update. Player driven events being stuff like Mouse Over, Button Press, etc.

Since you have to use the mouse for an update, you might as well just mouse over the icon and read the tooltip.

In contrast, "Dynamic Data" can be applied to an XML object, directly hooking into the client for an active data feed that doesn't require a user event.
Reply With Quote
Reply



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 10:12 AM.


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