N N e s s New member Messages 202 Points 0 Age 33 Dec 30, 2013 #2 can someone help me to convert this item script to herc thanks in advance Script: <" bonus bAtkRate,1; if(isequipped(2968)||isequipped(2969)){ bonus bMatkRate,4; bonus bAtkRate,4; ">
can someone help me to convert this item script to herc thanks in advance Script: <" bonus bAtkRate,1; if(isequipped(2968)||isequipped(2969)){ bonus bMatkRate,4; bonus bAtkRate,4; ">
Mhalicot Gamers Republic Messages 1,971 Points 0 Location Asia Github mhalicot Emulator Dec 30, 2013 #3 I think you only miss the closing bracket '}'. Please try this. Code: Script: <" bonus bAtkRate,1; if(isequipped(2968) || isequipped(2969)) { bonus bMatkRate,4; bonus bAtkRate,4; }">
I think you only miss the closing bracket '}'. Please try this. Code: Script: <" bonus bAtkRate,1; if(isequipped(2968) || isequipped(2969)) { bonus bMatkRate,4; bonus bAtkRate,4; }">