So, since I couldn't find bRO scripts done, I'm starting to custom add the items myself...
Buuuut... My Red Dragon Armor is just giving me hit +1 bonus, doesn't matter the refine.
This is the script I made:
{ Id: 15240
AegisName: "RED_DRAGON"
Name: "Armadura do Dragão Vermelho"
Type: "IT_ARMOR"
Weight: 40
Def: 100
Slots: 1
Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Loc: "EQP_ARMOR"
EquipLv: 90
Script: <"
bonus bHit,10;
bonus bAllStats,1;
if(getrefine()>=6) {
bonus bHit,10;
bonus2 bAddRace,RC_Boss,10;
};
if(getrefine()>=11) {
bonus bHit,10;
bonus2 bAddRace,RC_Boss,10;
};
">
Buuuut... My Red Dragon Armor is just giving me hit +1 bonus, doesn't matter the refine.
This is the script I made:
{ Id: 15240
AegisName: "RED_DRAGON"
Name: "Armadura do Dragão Vermelho"
Type: "IT_ARMOR"
Weight: 40
Def: 100
Slots: 1
Upper: ["ITEMUPPER_UPPER", "ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]
Loc: "EQP_ARMOR"
EquipLv: 90
Script: <"
bonus bHit,10;
bonus bAllStats,1;
if(getrefine()>=6) {
bonus bHit,10;
bonus2 bAddRace,RC_Boss,10;
};
if(getrefine()>=11) {
bonus bHit,10;
bonus2 bAddRace,RC_Boss,10;
};
">