Jump to content

sotf

Members
  • Posts

    173
  • Joined

  • Last visited

Community Answers

  1. sotf's post in A simple help about a item script about if Refine % increase was marked as the answer   
    if(getrefine()==9) { set .wbchance,5; } else if(getrefine()>=10) { set .wbchance,10; } bonus3 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",1,10+.wbchance; +9 refine: 10+5/10  = 1.5%
    +10 refine or more: 10+10/10 = 2%
    Not tested but you can try.
  2. sotf's post in R>Making Bow 1 Handed was marked as the answer   
    Just change the 'Loc' of your bows from 34 to 2 like so:
     
     
    1704,Composite_Bow,Composite Bow,4,2500,,600,29,,5,3,0x000A0848,7,2,34,1,4,1,11,{},{},{}
    1704,Composite_Bow,Composite Bow,4,2500,,600,29,,5,3,0x000A0848,7,2,2,1,4,1,11,{},{},{}
×
×
  • Create New...