Dori Posted November 19, 2013 Share Posted November 19, 2013 Something is not right with this item's script. Where is the EXP boost in this script? Malang Cat Can: 12633,Malang_Cat_Can,Malangdo Cat Can,2,20,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ specialeffect2 EF_MAGICALATTHIT; bonus_script "{ bonus2 bAddRace,RC_Boss,10; bonus2 bAddRace,RC_NonBoss,10; /* bAddMonsterEquip,20; */ }",1200; sc_start SC_ITEMBOOST,1200000,20; },{},{} I don't understand this part in the script either cuz according to the info below, bonus2 bAddRace,n,x; has nothing to do with EXP. bonus2 bAddRace,n,x; +x% physical damage against race n n: 0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect, Quote Link to comment Share on other sites More sharing options...
iraciz Posted November 19, 2013 Share Posted November 19, 2013 (edited) where did you get that script from?? use this: { specialeffect2 EF_MAGICALATTHIT; sc_start SC_EXPBOOST,1200000,10; sc_start SC_ITEMBOOST,1200000,20; },{},{} official obviously your script seems to be modified by someone else, to deal 10% more damage Edited November 19, 2013 by iraciz Quote Link to comment Share on other sites More sharing options...
Dori Posted November 20, 2013 Author Share Posted November 20, 2013 It's official o.O Check ID 12633: https://github.com/rathena/rathena/blob/master/db/re/item_db.txt Quote Link to comment Share on other sites More sharing options...
iraciz Posted November 20, 2013 Share Posted November 20, 2013 (edited) ok, that was added 18 hours ago, god damm wow, but why? head revision keeps the older scripts? everything is a mess I'm getting tired of this I should get a life and forget this stuff Edited November 20, 2013 by iraciz Quote Link to comment Share on other sites More sharing options...
Dori Posted November 20, 2013 Author Share Posted November 20, 2013 ... lmao Quote Link to comment Share on other sites More sharing options...
iraciz Posted November 20, 2013 Share Posted November 20, 2013 Quote Link to comment Share on other sites More sharing options...
Something is not right with this item's script. Where is the EXP boost in this script?
Malang Cat Can:
12633,Malang_Cat_Can,Malangdo Cat Can,2,20,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ specialeffect2 EF_MAGICALATTHIT; bonus_script "{ bonus2 bAddRace,RC_Boss,10; bonus2 bAddRace,RC_NonBoss,10; /* bAddMonsterEquip,20; */ }",1200; sc_start SC_ITEMBOOST,1200000,20; },{},{}I don't understand this part in the script either cuz according to the info below, bonus2 bAddRace,n,x; has nothing to do with EXP.bonus2 bAddRace,n,x; +x% physical damage against race n n: 0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect,Link to comment
Share on other sites