View Single Post
  #7  
Unread 07-10-2006, 09:42 AM
asknotthou asknotthou is offline
A Brown Bear
 
Join Date: Jun 2006
Server: Butcherblock
Posts: 12
Default

ok ive have come up with..

Code:
Onhide="current=/GameData.Self.ExperienceCurrent
bubble=/GameData.Self.ExperienceBubble
condition=(bubble)'>'(49)
/GameData.Self.ExperienceCurrent = (condition ? (/GameData.Self.ExperienceCurrent - 1) : (/GameData.Self.ExperienceCurrent) )"
i put it into eq2ui_mainhud_target.xml

like this

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0001" eq2usescomwndcontrols="true" Name="Target" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="174,98" Size="174,98" UserMovable="true" Onhide="current=/GameData.Self.ExperienceCurrent
bubble=/GameData.Self.ExperienceBubble
condition=(bubble)&apos;&gt;&apos;(49)
/GameData.Self.ExperienceCurrent = (condition ? (/GameData.Self.ExperienceCurrent - 1) : (/GameData.Self.ExperienceCurrent) )">
and im not totally positive that it works but, it dosent crash the target window or anything elce
*wispers*anymore...

soo.. i think its fixed

Last edited by asknotthou : 07-10-2006 at 09:58 AM.
Reply With Quote