Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] in WorldStateFrame.xml there's a script:

[DiscordArchive] in WorldStateFrame.xml there's a script:

[DiscordArchive] in WorldStateFrame.xml there's a script:

rektbyfaith
Administrator
0
08-30-2024, 07:58 AM
#1
Archived author: IslJack • Posted: 2024-08-30T07:58:07.385000+00:00
Original source

in WorldStateFrame.xml there's a script:
```xml
<Button name="WorldStateScoreColumn1" inherits="WorldStateScoreColumnTemplate">
<Anchors>
<Anchor point="LEFT" relativeTo="WorldStateScoreFrameHealingDone" relativePoint="RIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
self.sortType = "stat1";
</OnLoad>
</Scripts>
</Button>
```
depending on the type of bg, this column takes on different values. On wsg, these are captured flags, and on alterac assaulted buildings. is this some kind of api or is it ref to a var from the core?
rektbyfaith
08-30-2024, 07:58 AM #1

Archived author: IslJack • Posted: 2024-08-30T07:58:07.385000+00:00
Original source

in WorldStateFrame.xml there's a script:
```xml
<Button name="WorldStateScoreColumn1" inherits="WorldStateScoreColumnTemplate">
<Anchors>
<Anchor point="LEFT" relativeTo="WorldStateScoreFrameHealingDone" relativePoint="RIGHT">
<Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
self.sortType = "stat1";
</OnLoad>
</Scripts>
</Button>
```
depending on the type of bg, this column takes on different values. On wsg, these are captured flags, and on alterac assaulted buildings. is this some kind of api or is it ref to a var from the core?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)