Vellum Claw not giving insta cast on +10 | closed | |
Inzanity 2014-01-03 17:34:04 | Vellum Claw 1832 (Velum_Claw) is supposed to give insta cast asura on +10 on WoE/PVP enabled maps. But as you can see in the script: { bonus2 bAddRace,RC_DemiHuman,100; if(getrefine()>7) { bonus2 bAddRace,RC_DemiHuman,20; } if(getrefine()>9) { bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100; bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,10000; bonus2 bHPLossRate,500,3000; } },{},{} It only reduces Variablecastrate by 100%, not fixed. Its missing the "bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100". Source: http://ratemyserver.net/index.php?iname=Vellum+Claw&page=re_item_db&quick=1&isearch=Search http://db.irowiki.org/db/item-info/1832/ http://forums.warpportal.com/index.php?/topic/94801-insta-cast-g-fist/ http://forums.irowiki.org/showthread.php?p=1340882 Should be enough source :) Thanks. | |
Euphy 2014-02-19 00:11:06 | Fixed in 944e7d0. |