Sybar Posted October 11, 2016 Posted October 11, 2016 Hi Guys, Does anyone know how to change the Vitality Bonus values in client? I've marked in red what I want to change. I use different bonus rates but they're not reflected in the client. Thank you
UgliBiBagli Posted October 11, 2016 Posted October 11, 2016 general string is in fact taken from sysmsg (id 2329, 2330) you wont be able to edit it there though, because values are assigned by statuswnd script
Etuldan Posted October 12, 2016 Posted October 12, 2016 (edited) Yep, from StatusWnd script : Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"0",MakeFullSystemMsg(GetSystemMessage(2330),"0","")))); Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"4",MakeFullSystemMsg(GetSystemMessage(2330),"300%","")))); Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"3",MakeFullSystemMsg(GetSystemMessage(2330),"250%","")))); Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"2",MakeFullSystemMsg(GetSystemMessage(2330),"200%","")))); Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"1",MakeFullSystemMsg(GetSystemMessage(2330),"150%","")))); Statustooltipwnd.SetTooltipCustomType(MakeTooltipSimpleText(MakeFullSystemMsg(GetSystemMessage(2329),"0",MakeFullSystemMsg(GetSystemMessage(2330),"0","")))); So, you'll need to edit Interface.u As it's Strings edition, it should be doable. If you need help, I made a 'short' guide here : http://www.maxcheaters.com/topic/207983-editing-interfaceu/ Edited October 12, 2016 by Etuldan
Sybar Posted October 13, 2016 Author Posted October 13, 2016 Thanks guys, I'll look into it this afternoon. :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now