Few items missing buff icons

evilpuncker

vai se tratar garota
Messages
2,178
Points
0
Age
109
Location
bronzil
Github
EPuncker
Emulator
Client Version
2019-05-30a MAIN
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
default_tongue.png


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

 
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,
 
there are still some more missing, would be nice if someone that knows them post here so we can finish
default_tongue.png


 
Back
Top