Page 1 of 2

[ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:21 pm
by Yaliskah
I talk about this addon ( integrated in the client )

Image

If some of you are able to make it visible in their UI, i'm quite interested...


Thx


Yali.

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:46 pm
by areanda
U have addon called state of realm works same

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:47 pm
by Yaliskah
Sadly, State of realm doesn't work atm. It seems that EA_RvRTracker does.

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:50 pm
by sullemunk
isnt it visible by default?

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:52 pm
by Portni
If you leave scenario using book of binding+relogging or crashing client you will sometimes have this UI element enabled. Once i even had bug that showed me BO control and Realm vs Realm victory points, but do not know how i did it.

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sat Nov 28, 2015 4:53 pm
by sullemunk
check the "Warhammer Online - Age of Reckoning\user\settings\Martyrs Square\current profile\EA_RvRTracker\ModSettings.xml" and make sure the alpha is set to 1.0 and showing is set to "true"

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sun Nov 29, 2015 10:28 am
by Yaliskah
Well thx sulllemunk. It was what i did. Changing value, saving, /rel ingame. : no change.
It seems that the game has to be totally closed to make it work :).

btw i really love your UI project. Will you make it public when finished?

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sun Nov 29, 2015 11:27 am
by Luth
The xml file created by the game itself doesn't show the RvR tracker, the xml file from "yakUI" does show it. I can't see any difference between them, maybe someone can solve this riddle. :|

The one from yakUI is attached.

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sun Nov 29, 2015 11:32 am
by sullemunk
try changing values when not logged in the game, because the game seems write the values from memmory to the ModSettings.xml and SavedVariables.lua upon reloading, overwriting the settings you changed while in game. also, check so that it's not positioned outside of game window

Re: [ADDON] EA_RvRTracker : If you know how to enable it...

Posted: Sun Nov 29, 2015 3:44 pm
by Londo
Here it is working
Image

Following packet sequence will active it, should be relatively easy to decode them by ror devs.

Code: Select all

[Server] packet : (0xE4) F_UPDATE_STATE  Size = 13 
|------------------------------------------------|----------------|
|00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF|
|------------------------------------------------|----------------|
|00 0A E4 00 01 11 02 01 00 00 00 00 00          |.............   |
-------------------------------------------------------------------
[Server] packet : (0xC6) F_REALM_BONUS  Size = 6 
|------------------------------------------------|----------------|
|00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF|
|------------------------------------------------|----------------|
|00 03 C6 02 14 00                               |......          |
-------------------------------------------------------------------
[Server] packet : (0xE4) F_UPDATE_STATE  Size = 13 
|------------------------------------------------|----------------|
|00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF|
|------------------------------------------------|----------------|
|00 0A E4 37 8E 12 14 14 00 00 00 00 00          |.............   |
-------------------------------------------------------------------
[Server] packet : (0xC5) F_OBJECTIVE_STATE  Size = 19 
|------------------------------------------------|----------------|
|00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF|
|------------------------------------------------|----------------|
|00 10 C5 00 00 02 79 00 00 00 1F FF FF 00 00 01 |......y.........|
|01 04 00                                        |...             |
-------------------------------------------------------------------
[Server] packet : (0xC5) F_OBJECTIVE_STATE  Size = 19 
|------------------------------------------------|----------------|
|00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F |0123456789ABCDEF|
|------------------------------------------------|----------------|
|00 10 C5 00 00 02 7A FF FF FF FF FF FF 00 78 01 |......z.......x.|
|01 18 00                                        |...             |
-------------------------------------------------------------------