derida trainer update needed

TheSearcher

Fledgling Freddie
Joined
Nov 24, 2004
Messages
472
anyone have a patch for derida UI so i can see the spell lines in trainer window or know how to do it




regards


Lee
 

Pirkel

Fledgling Freddie
Joined
Sep 13, 2005
Messages
1,888
- Go to your game/UI/custom folder
- Open the file called "train.xml" in notepad or your favorite xml hax0r program
- Find the following:
Code:
        <ButtonDef>
            <ControlId>1002</ControlId>
            <Position>
                <X>152</X>
                <Y>9</Y>
            </Position>
            <Alignment>
                <OffsetBottom>true</OffsetBottom>
            </Alignment>
            <TemplateName>button_large</TemplateName>
            <Label>Info</Label>
            <onClickEvent>TrainInfo</onClickEvent>
        </ButtonDef>
- Change the 1002 to 1001 so that it looks like this
Code:
        <ButtonDef>
            <ControlId>1001</ControlId>
            <Position>
                <X>152</X>
                <Y>9</Y>
            </Position>
            <Alignment>
                <OffsetBottom>true</OffsetBottom>
            </Alignment>
            <TemplateName>button_large</TemplateName>
            <Label>Info</Label>
            <onClickEvent>TrainInfo</onClickEvent>
        </ButtonDef>
- Save the file
- Start your game and your info button works like a charm
- /target Pirkel
- /hug
 

TheSearcher

Fledgling Freddie
Joined
Nov 24, 2004
Messages
472
ok alliance and guild social window dont seem to work either any ideas
 

Darzil

Fledgling Freddie
Joined
Jan 10, 2004
Messages
2,651
TheSearcher said:
ok alliance and guild social window dont seem to work either any ideas

Wait for Mythic / GOA to fix it.

Darzil
 

Users who are viewing this thread

Top Bottom