Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Window names

  1. #1

    Default Window names

    Where can I find the list of window names for AoC?

    I mean for example:

    - TradeskillWindow
    - FactionsWindow
    - TokenListWindow
    - ClaimWindow
    - PlayfieldAccessWindow

    etc.

  2. #2

    Default

    You want to know what xml does what, and whete to find them, is that right?

    If so, I have never found such a list. That said, I could probably help you, but I am not entirely sure of what youre asking

  3. #3

    Default

    Quote Originally Posted by MisterClean View Post
    You want to know what xml does what, and whete to find them, is that right?
    Exactly!

    I need xml command for this windows:
    - emotions window
    - petition window
    - raid finder window
    - AA window

    Do you know them?

  4. #4

    Default

    Emote window:
    emotes.xml
    EmoteView.xml

    you can find them in age of conan/data/gui/default/views/emoteGUI/


    Afaik, the rest should be in flash so you won't be able to modify anything through xml. (I haven't check the raid finder window though, but I bet it is in flash)

  5. #5

    Default

    Sorry, I do not need to modify this windows, I just need to call them with help from Button or SidepanelTab tags in the game. Thats why I need to know the names of them.

  6. #6

    Default

    Edit: missunderstanding

    I'll look for them after tonights game
    Last edited by MisterClean; 3rd July 2016 at 19:03.

  7. #7

    Default

    Quote Originally Posted by MisterClean View Post
    I'll look for them after tonights game
    Thx

    Here I describe better what I need: http://forums.ageofconan.com/showthr...pen-the-window
    Last edited by beatart; 3rd July 2016 at 20:47.

  8. #8

    Default

    I'm afraid I can't find them.
    I thought we could create something like:

    Code:
    <View view_layout="stacked">
    	<Button name="Button"
    		chat cmd_name="aafeatplanner_window true"
    		gfxid_raised=".../customized/gfx/topmenubuttons/yourbutton.png"
    		gfxid_pressed=".../customized/gfx/topmenubuttons/yourbutton.png"
    		gfxid_highlight=".../customized/gfx/topmenubuttons/yourbutton.png"
    		layout_borders="Rect(0,0,0,0)"  />
    	</View>
    But..I can't find the right code to make it work. Sorry

  9. #9

    Default

    Try AAFeatPlanner ; PetitionBrowser ; GroupFinder if you want to create more top bar buttons (<SidePanelTab ... /> )
    Last edited by Cappa; 3rd July 2016 at 23:24.
    Hungry Bear.
    Chamacappa - Happyshamie - Sekmheth - Oyako - Nexoxcho - and an other dozen of cripples !

  10. #10

    Default

    Quote Originally Posted by Cappa View Post
    Try AAFeatPlanner ; PetitionBrowser ; GroupFinder if you want to create more top bar buttons (<SidePanelTab ... /> )
    thx, it works!!!
    Emotions window is Emotes.
    Last edited by beatart; 4th July 2016 at 16:35.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •