Box of Resentment not showing the atk+20 in windows

nikki1200

New member
Messages
113
Points
0
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

 
yes it won't show but the effect is. script is

sc_start SC_PLUSATTACKPOWER,60000,20;
buff icon on the side must show.

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

Sir LuLu can you please teach me on how to use IP Banned?

Please advise,

Thanks,

 
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"

Code:
// Ipban features (SQL only)ipban.enable: yes
 
Hi Sir LuLu,

ipban is already enable to my login-server.conf. the problem now is how do i used it to player.

Please advise,

Thanks

 
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,

 
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

Code:
		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));			}
 
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.

 
Back
Top