Jump to content
Sign in to follow this  
evilpuncker

Few items missing buff icons

Recommended Posts

I suggest the fix of items (14597,14598,14602,14603,14604,14605 and other scrolls maybe) so they display their respective buff icon like on official servers instead of nothing :P

 

 

 

 

Also I would like to see Reins of mount implemented as in official servers, not using a script command but using the sc_start thing

Share this post


Link to post
Share on other sites

from lua files:

 

StateIconList[EFST_IDs.EFST_MVPCARD_TAOGUNKA] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Tao Gunka Scroll", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Increases Max HP"},
{"Reduces DEF/MDEF"}
}
}
StateIconList[EFST_IDs.EFST_MVPCARD_MISTRESS] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Mistress Scroll", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Able to use magic without gemstones"},
{"SP Consumption Increase"}
}
}
StateIconList[EFST_IDs.EFST_MVPCARD_ORCHERO] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Orc Hero Scroll", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Cannot get stunned"}
}
}
StateIconList[EFST_IDs.EFST_MVPCARD_ORCLORD] = {
haveTimeLimit = 1, posTimeLimitStr = 2, descript = {
{"Orc Lord Scroll", COLOR_TITLE_BUFF},
{"%s", COLOR_TIME},
{"Reflect back some physical melee attack"}
}
}

 

from status.h

SI_MVPCARD_TAOGUNKA = 368,
SI_MVPCARD_MISTRESS = 369,
SI_MVPCARD_ORCHERO = 370,
SI_MVPCARD_ORCLORD = 371,

Share this post


Link to post
Share on other sites

there are still some more missing, would be nice if someone that knows them post here so we can finish :P

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.