Jump to content

marcelito

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

454 profile views

marcelito's Achievements

Poring

Poring (1/15)

2

Reputation

  1. Yep, it looks wrong, i think it's best if you post this issue on rathena's github, someone will probably give you an answer there.
  2. It's working now, thanks for the help! This is the working script if anyone's interested 20725:2189,{ autobonus "{ bonus bMatk,5*getequiprefinerycnt(EQI_HAND_L)/3; bonus2 bHPLossRate,30,1000; }",100,10000,BF_MAGIC,"{ transform 1930,10000; specialeffect2 EF_FIRESPLASHHIT; }"; } i couldn't make it work with .@r
  3. So like this? bonus bMatk,5*(getequiprefinerycnt(EQI_HAND_R)/3) or should i just change .@r = getrefine to .@r = getequiprefinerycnt(EQI_HAND_R)
  4. 20725:2189,{ .@r = getrefine (); autobonus "{ bonus2 bHPLossRate,30,1000; bonus bMatk,5*(.@r/3); }",100,10000,BF_MAGIC,"{ transform 1930,10000; specialeffect2 EF_FIRESPLASHHIT; }"; } This is for the Piamette ribbon/mad bunny combo, and it's supposed to increase your MATK by 5 per 3 refine level. Everything works, except the Matk part. Can someone shed me a light into this? Thanks!
×
×
  • Create New...