View Single Post
  #2  
Unread 02-10-2005, 02:30 PM
insomniac's Avatar
insomniac insomniac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Blackburrow
Posts: 555
Default hardcoded.

Hi.
Your new compass isnt working because the game sends all the compass info to the compass window. If you move the compass out of its original window (or rename some of the compass objects) it will break.

You can prolly get a compass experience combo working it you put all the code in the compass xml file.

You'll find when moving alot of stuff around it'll stop working, because the game can no longer find the object to send data to it. Luckly soe gave us these dynamicdata values (info here) that can send values like, your hp, to whatever piece you put the tag in.

-------
Oh! and now that i actually look, there's a dd for compass heading.. Gamedata.Self.Heading. I'm not really sure where you would put it tho. (the scrollpage maybe?)

The easiest thing to do is just move your code to the compass window, (cause the experience stuff is already using dynamicdata, so it can be moved around)

To kill off your extra window, look in control options for the Alt+(whatever) command it is to close a window.

i'm in a rambling mood i guess
__________________
Shizlak Xml - Templar/Provisioner
Blackburrow
Join Chat! irc: #EQ2Interface (dalnet) Ingame: /join eq.serverwide.eq2ui


Reply With Quote