Jump to content

Recommended Posts

Posted

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

Posted (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 by Veracious
  • Upvote 1
Posted

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
Posted (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 by Veracious

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...