evilpuncker 503 Posted June 22, 2013 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 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 Quote Share this post Link to post Share on other sites
Ind 945 Posted June 23, 2013 whats the icon for these monster scrolls? (name or a image would be most helpful), I've updated the reins of mount thing along others (in http://herc.ws/board/topic/561-3rd-class-effects-update/ ) it can already be used as a sc to my knowledge, just need to update the item. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 23, 2013 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, Quote Share this post Link to post Share on other sites
Ind 945 Posted June 24, 2013 There we go, (didnt find the first 2 by the way): https://github.com/HerculesWS/Hercules/commit/02bb58d320f16ddc30ac3d1e6508cf08997f583a Thank you again. 1 evilpuncker reacted to this Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted June 24, 2013 there are still some more missing, would be nice if someone that knows them post here so we can finish Quote Share this post Link to post Share on other sites