Jump to content
  • 0
nikki1200

Box of Resentment not showing the atk+20 in windows

Question

Hi Sir,

 

Seeking for your assistance on why is that the box of resentment is not showing the atack +20 in the window? is this because of this?

 

{    if(!sc || !sc->count)        return cap_value(batk,0,USHRT_MAX);        if( !viewable ){        /* some statuses that are hidden in the status window */        if(sc->data[SC_PLUSATTACKPOWER])            batk += sc->data[SC_PLUSATTACKPOWER]->val1;        return (unsigned short)cap_value(batk,0,USHRT_MAX);    } #ifndef RENEWAL    if(sc->data[SC_PLUSATTACKPOWER])        batk += sc->data[SC_PLUSATTACKPOWER]->val1;

Please advise,

 

Thanks

Share this post


Link to post
Share on other sites

11 answers to this question

Recommended Posts

  • 0

yes it's show. but how can i show it to windows?

you can modify the script that will add +20 attack and icon won't show if you edit default item script. i don't recommend to edit it.

 

ip-ban. check "conflogin-server.conf"

// Ipban features (SQL only)ipban.enable: yes

Share this post


Link to post
Share on other sites
  • 0

Hi Sir LuLu, seeking for your assistance on how to fix the 100% strip of Earth Strain. I can't find the skill in status.c

 

Please advise,

 

Thanks,

 

@skill.c

 

 

		case WL_EARTHSTRAIN:			{				// lv 1 & 2 = Strip Helm, lv 3 = Strip Armor, lv 4 = Strip Weapon and lv 5 = Strip Accessory. [malufett]				const int pos[5] = { EQP_HELM, EQP_HELM, EQP_ARMOR, EQP_WEAPON, EQP_ACC };				skill->strip_equip(bl, pos[skill_lv-1], 6 * skill_lv + status->get_lv(src) / 4 + status_get_dex(src) / 10,					skill_lv, skill->get_time2(skill_id,skill_lv));			}

Share this post


Link to post
Share on other sites
  • 0

Please, avoid requesting multiple things different in nature on the same topic. This will help other users that could have the same issue find their reply earlier.

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
Answer this question...

×   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...

×
×
  • Create New...

Important Information

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