pinyinhuo Posted June 17, 2014 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Share Posted June 17, 2014 Hello, I dont know which is bug, my client or my server files, I hope you can help me with this bug, Thank You Guys! Quote Link to comment Share on other sites More sharing options...
Kido Posted June 17, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share Posted June 17, 2014 Hello, I dont know which is bug, my client or my server files, I hope you can help me with this bug, Thank You Guys! yeah i have the same issue, when i cast Concentration the LK also uses the Endure Icon, hmm i tested it and it's like if is using Endure Hmm maybe is not a bug at all lol http://irowiki.org/wiki/Spear_Dynamo Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 17, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 17, 2014 (edited) Hello, I dont know which is bug, my client or my server files, I hope you can help me with this bug, Thank You Guys! Are you using a customized GRF? If you're not then check 1) trunk\src\map\status.h Line No. 816 SI_CONCENTRATION = 105, If you change it, you will need to re-compile. 2) trunk\db\const.txt Line No. 1823 SI_CONCENTRATION 105 Edited June 17, 2014 by Veracious 1 Quote Link to comment Share on other sites More sharing options...
pinyinhuo Posted June 18, 2014 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 54 Reputation: 0 Joined: 12/26/12 Last Seen: April 30, 2017 Author Share Posted June 18, 2014 Hi, I checked the files that need to be replaced, but it seems when i checked them both, they are constantly set to SI_CONCENTRATION 105, do you know any other stuffs that affects icons? Thank you for answering in my thread Hello, I dont know which is bug, my client or my server files, I hope you can help me with this bug, Thank You Guys! Are you using a customized GRF? If you're not then check 1) trunk\src\map\status.h Line No. 816 SI_CONCENTRATION = 105, If you change it, you will need to re-compile. 2) trunk\db\const.txt Line No. 1823 SI_CONCENTRATION 105 Quote Link to comment Share on other sites More sharing options...
Veracious Posted June 19, 2014 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 179 Reputation: 17 Joined: 04/24/14 Last Seen: February 17, 2024 Share Posted June 19, 2014 (edited) Hi, I checked the files that need to be replaced, but it seems when i checked them both, they are constantly set to SI_CONCENTRATION 105, do you know any other stuffs that affects icons? Thank you for answering in my thread Like Kido said, it shows endure icon. Its not a bug, may be 3-4 years back the icon was different as i remember it not showing the endure icon long before. So, if you really want to change then you can try. In your GRF 1) Search for data\luafiles514\lua files\stateicon\efstids.lua Line No. 107 EFST_LKCONCENTRATION = 105, 2) Search for data\luafiles514\lua files\stateicon\stateiconinfo.lua Add this at the bottom StateIconList[EFST_IDs.EFST_LKCONCENTRATION] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Concentration", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increases ATK & HIT"}, {"Decreases DEF"} } } 3) Search for data\luafiles514\lua files\stateicon\stateiconimginfo.lua Add this under Priority Red - " [PRIORITY_RED] = { " [EFST_IDs.EFST_LKCONCENTRATION] = "LKCONCENTRATION.TGA", 4) Add your desired .tga file at the effect folder of your GRF and make sure you name it lkconcentration.tga - data\texture\effect\lkconcentration.tga If you don't want it to display icon then you can try to remove lkconcentration.tga (will work only if you have done all the above steps except step 4) Edited June 19, 2014 by Veracious Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.