Thread: Bugs Thread
View Single Post
  #377  
Old 11-04-2012, 03:42 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Again, you must not be using the latest patch.
Code:
set_vampire {
  category=o
  image=
  hint_config=object_item
  label=itm_set_vampire_name
  hint=itm_set_vampire_hint
  information_label=
  maphint=
  mapinfo=
  price=10
  maxcount=0
  level=1
  race=human
  use {}
  fight {
    {
      filter {
        belligerent=enemy
        level=<5
      }
      pbonus=defense,0,-10,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    attack=count,10
    defense=count,10
    mana=limit,10
    rage=limit,10
  }
  propbits=setbonus
  params {
    items=bloodsucker_sword,vampire_ring,chaos_crown
  }
}
Reply With Quote