Acesta este un FIX pentru serverele unde affect-urile de la pesti nu functioneaza.
Verifica si tu, poate ai problema si nu stii

Exemplu: /i 27863 -> Vezi daca are bonus cand dai click pe el.
*Poze / Video:
*Link download / Code:
Deschidem affect.h si cautam:
Code:
AFFECT_QUEST_START_IDX =
Deschidem char_affect.cpp si cautam:
Code:
void CHARACTER::ClearAffect(bool bSave)
Code:
if (IsPC())
{
SendAffectRemovePacket(GetDesc(), GetPlayerID(), pkAff->dwType, pkAff->bApplyOn);
}
Deschidem char_item.cpp si cautam:
Code:
case USE_SPECIAL:
switch (item->GetVnum())
{
Si in service.h / CommonDefines.h, adaugam:
Code:
#define ENABLE_FISHING_AFFECT
In item_proto.txt:
Bonusul efectiv -> GetValue(0)
Valoare bonus -> GetValue(1)
Durata bonus -> GetValue(5) (in secunde)