Rathena: White wing set Bonus effects

Created on 6 Dec 2020  路  4Comments  路  Source: rathena/rathena

  • rAthena Hash:
  • Client Date: 20200304
  • Server Mode: Renewal
  • Description of Issue:

    • Result: Bonus effects of white wing suit is not working. It seems like missing table on item_combo_db.txt
    • Expected Result:
    • How to Reproduce: Try to equip all white wing suits ( 15042, 2580, 2479 and 2890 ) and use Arrow Storm, Based on my test 40k damage with/without set.
    • Official Information:
  • Modifications that may affect results:

core prerenewal renewal low bug

All 4 comments

i think item_combo_db bug

test on rAthena Hash: dade413935cfbd65935730ef78386f5a68742317 not working

i think item_combo_db bug

test on rAthena Hash: dade413 not working

default
Capture

if item combo <= 2 is working
2359:2654,{ bonus bUseSPrate,-20; bonus bMaxHP,300; }
https://github.com/rathena/rathena/blob/master/db/re/item_combo_db.txt#L190
Capture

if item combo >= 3 not working
2353:2417:2516,{ bonus bAgi,3; bonus bMaxHPrate,5; bonus bMaxSPrate,5; }
https://github.com/rathena/rathena/blob/master/db/re/item_combo_db.txt#L183
Capture

if item combo >= 3 not working
2357:2421:2524:5171,{ bonus bAllStats,1; }
https://github.com/rathena/rathena/blob/master/db/re/item_combo_db.txt#L188
Capture

5561

thanks to @Atemo it works

Was this page helpful?
0 / 5 - 0 ratings