• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

BattlefieldUI

jow

Junior Spellweaver
Joined
Nov 30, 2009
Messages
111
Reaction score
132
GUI source only, queue function not included.

This is a source release, i will not give any support to this on how to add it and how to add function.

Enjoy :)



jow - BattlefieldUI - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jan 3, 2009
Messages
166
Reaction score
6
wow wow wow ! nice share idol :D go to hell KPAP GROUP ULOL
 
Junior Spellweaver
Joined
May 11, 2011
Messages
157
Reaction score
28
believe me only few here can successfully use this. btw thanks for the share! :p
 
Newbie Spellweaver
Joined
Dec 6, 2016
Messages
15
Reaction score
0
How to PopUp this battleField Ui window ??

update your competition button, when click call ur battlefield ui window

also you can set at innerinterface.cpp, set shortcutkey, press 'u' then call battlefield ui window

example for competitionbutton
void CCompetitionWindowButton::TranslateUIMessage(UIGUID ControlID, DWORD dwMsg)
{
switch (ControlID)
{
case COMPETITION_NOTIFY_BUTTON:
{
if (CHECK_MOUSE_IN(dwMsg))
{
CInnerInterface::GetInstance().SHOW_COMMON_LINEINFO("Battlefield UI", NS_UITEXTCOLOR::WHITE);
}


if (CHECK_MOUSEIN_LBUPLIKE(dwMsg))
{
if (CInnerInterface::GetInstance().IsVisibleGroup(RNCOMPETITION_WINDOW))
CInnerInterface::GetInstance().HideGroup(RNCOMPETITION_WINDOW);
else
CInnerInterface::GetInstance().ShowGroupFocus(RNCOMPETITION_WINDOW);
}
}
break;
}
}

RED : CHANGE TO YOUR BATTLEFIELD UI
 
Last edited:
Junior Spellweaver
Joined
May 11, 2011
Messages
157
Reaction score
28
with just few modification here it goes.
pure UI only no function and such. lab this HAHAH
xD - BattlefieldUI - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 6, 2016
Messages
15
Reaction score
0
jow, is it possible for you to share the function too ? the timer and record ranking ?

with just few modification here it goes.
pure UI only no function and such. lab this HAHAH
View attachment 159437
not just few modification, but you can update the interface itself, change it to whatever design u want, just like what i did

 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
jow, is it possible for you to share the function too ? the timer and record ranking ?


not just few modification, but you can update the interface itself, change it to whatever design u want, just like what i did


wowwwwwowowowo
 
Experienced Elementalist
Joined
Mar 18, 2013
Messages
280
Reaction score
14
update your competition button, when click call ur battlefield ui window

also you can set at innerinterface.cpp, set shortcutkey, press 'u' then call battlefield ui window

example for competitionbutton

RED : CHANGE TO YOUR BATTLEFIELD UI

sir can you share your BasicLineBoxEx.cpp ??

Thank you ...
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
Guide me to add queue function Please Thanks
 
Back
Top