Issue information

Issue ID
#7943
Status
Invalid
Severity
None
Started
Mhalicot
Jan 4, 2014 1:02
Last Post
Tepoo
Jan 4, 2014 18:15
Confirmation
N/A

Mhalicot - Jan 4, 2014 1:02

[quote]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]
Anyone knows how to fix this? The time remaining didn't appear. Thanks in advance.[/font][/color]
[color=rgb(40,40,40)][font=helvetica, arial, sans-serif]
[url="http://postimage.org/"][img]http://s23.postimg.org/bcblgcfdz/berserk.jpg[/img][/url][/font][/color][/quote]
[sup][url="http://herc.ws/board/topic/3780-berserk-potion-status-icon-timer/?hl=%2Bberserk+%2Bpotion"]Main topic[/url][/sup]

ossi0110 - Jan 4, 2014 9:08

thats a Client Side bug


the lub file setting is wrong


just edit the entrie for berserk potion in the stateiconinfo.lub



search for
[code=:0] StateIconList[EFST_IDs.EFST_ATTHASTE_POTION3] = { haveTimeLimit = 1, posTimeLimitStr = 1, descript = { {"Berserk Potion", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increase ASPD"} } } [/code]

and replace with
[code=:0] StateIconList[EFST_IDs.EFST_ATTHASTE_POTION3] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Berserk Potion", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increase ASPD"} } } [/code]

and all works fine

This post has been edited by ossi0110 on Jan 4, 2014 9:09

Tepoo - Jan 4, 2014 18:15

thanks ossi, i had the same problem ^^