[Inglês]
I noticed that Item 16051 is faulty; Although the script in Item_db is the same as that of the ratemyserver, in-game the item is not giving the attributes correctly.
[Port-BR]
Verifiquei que o Item 16051 esta com erros; Embora o o script no Item_db esteja igual ao do ratemyserver, em jogo o item não está dando os atributos corretamente.
[Inglês]
I noticed that Item 16051 is faulty; Although the script in Item_db is the same as that of the ratemyserver, in-game the item is not giving the attributes correctly.
[Port-BR]
Verifiquei que o Item 16051 esta com erros; Embora o o script no Item_db esteja igual ao do ratemyserver, em jogo o item não está dando os atributos corretamente.
{ if ((eaclass()&EAJ_BASEMASK) == EAJ_NOVICE) { bonus bUseSPrate,-5; [email protected] = getrefine(); bonus bVit,[email protected]; bonus bMaxHP,200; bonus bFlee2,1; bonus bAspdRate,1; bonus bVariableCast,[email protected]/2; } else if ((eaclass()&EAJ_BASEMASK) == EAJ_SWORDMAN) { bonus bVit,getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; } else if ((eaclass()&EAJL_2) == EAJ_PRIEST) { bonus bBaseAtk,50; bonus bMatk,100; bonus bAspdRate,getrefine(); } else if ((eaclass()&EAJL_2) == EAJ_MONK) { bonus bMaxSP,200; bonus bUseSPrate,-5; bonus bFlee2,getrefine(); } else if ((eaclass()&EAJ_BASEMASK) == EAJ_MERCHANT) { bonus bBaseAtk,100; bonus bHit,10; bonus bVariableCast,getrefine()/2; } },{},{}Link to comment
Share on other sites