Search results

  1. S

    Tank pulling with EQ2bot

    First of all, there is an engang melee checkbox you should probably check. (dosn't allways work for me, but it helps) Secondly, JW is a bit different. SoE has different sizes for the various zones. basically a meter in JW is a lot smaller than in most other zones. Therfore you need to up your...
  2. S

    VolumePage in EQ2UIElement

    So anyone have any ideas for this, or is it still just something that can't be done?
  3. S

    VolumePage in EQ2UIElement

    I'm working through the collections part of the journal. The following piece of code will return the Name of the second collection in your journals collection part. (depending of whatever filter you have on) echo...
  4. S

    VolumePage in EQ2UIElement

    I'm running into a little problem with the EQ2UIElement (again) where i'm trying to see whats in a VolumePage element... Except all I can get is .Type (and thats obviously VolumePage) everything else returns NULL... I'm wondering if this is because the VolumePage is not supported by...
  5. S

    : (colon) in EQ2UIPage

    I'm atempting the read some values from the UI through the EQ2UIPage object.. works quite well when I figured out the path to the element... Though now I'm running into a problem where it wont return the whole label... seems to be the problem that there is a : in the string... So "Level...
  6. S

    EQ2UIPage and .NET

    Ahh, good to know it's not me being a complete moron. Any timeframe for how fast something like that gets fixed? or any workaround to instantiate an object? Possibly a way for me to instantiate a LavishScriptObject that I could use as a parameter? if it is possible to do that at all...
  7. S

    EQ2UIPage and .NET

    I have unfortunatly allready tried that. Tried every variation I could think of with the Script language... unfortunatly the EQ2UIPage object does not have a constructor with 2 string parameters. It exist only with 1 LavishScriptObject parameter new EQ2UIPage(LavishScriptObject obj)...
  8. S

    EQ2UIPage and .NET

    I'm trying to figure out how this EQ2UIPage stuff works. Think I pretty much have it, except for the little problem I'm coding in .NET... And I have no idea how to get an EQ2UIPage. I have all the includes as far as I know. using EQ2.ISXEQ2; using LavishVMAPI; using InnerSpaceAPI...
Top Bottom