View Single Post
  #1  
Unread 06-03-2006, 04:18 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default New dynamic data on the Test Server, June 3rd 2006

These things may go into the persona window but it's great that they're adding them: The June 3 Test Server Notes

*** User Interface ***
- UI Modders: You now have access to the following dynamic game data: health regen, power regen, melee, ranged, heal and damage spell critical chances, and casting time properties.

- You can now specify "Jewelry" in the broker search.

*** UI Files Modified ***
eq2ui_gamedata.xml

<DataSource description="Stats" Name="Stats">
......
<DynamicData description="Melee Critical Chance" Name="Melee_Crit_Chance"/>
<DynamicData description="Ranged Critical Chance" Name="Ranged_Crit_Chance"/>
<DynamicData description="Heal Critical Chance" Name="Heal_Crit_Chance"/>
<DynamicData description="Damage Spell Critical Chance" Name="DmgSpell_Crit_Chance"/>
<DynamicData description="HP Regen" Name="HP_Regen"/>
<DynamicData description="Power Regen" Name="Power_Regen"/>
<DynamicData description="Double Attack Chance" Name="Double_Atk_Percent"/>
<DynamicData description="AE Auto Attack Chance" Name="AE_AutoAtk_Percent"/>
<DynamicData description="Spell Reuse percent reduction" Name="Spell_Reuse_Percent"/>
<DynamicData description="Spell Cast percent reduction" Name="Spell_Cast_Percent"/>
<DynamicData description="Spell Recovery percent reduction" Name="Spell_Recovery_Percent"/>
</DataSource>
Reply With Quote