Advertisement
avuenja

PyOT / Deepling Elite

Oct 17th, 2014
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.86 KB | None | 0 0
  1. Deepling_Elite = genMonster("Deepling Elite", (441, 15176), "a deepling elite")
  2. Deepling_Elite.setHealth(3200, healthmax=3200)
  3. Deepling_Elite.bloodType("blood")
  4. Deepling_Elite.setDefense(armor=1, fire=0, earth=1.2, energy=1.2, ice=0, holy=1, death=1.0, physical=1.2, drown=0)
  5. Deepling_Elite.setExperience(3000)
  6. Deepling_Elite.setSpeed(210)
  7. Deepling_Elite.setBehavior(summonable=0, hostile=1, illusionable=0, convinceable=0, pushable=1, pushItems=1, pushCreatures=1, targetDistance=0, runOnHealth=0)
  8. Deepling_Elite.walkAround(energy=0, fire=1, poison=0)
  9. Deepling_Elite.setImmunity(paralyze=1, invisible=1, lifedrain=0, drunk=0)
  10. Deepling_Elite.voices("Njaaarh!!")
  11. Deepling_Elite.loot((2148, 100000, 100), (2148, 100000, 86), (15425, 25000), (7591, 25000), (13870, 25000))
  12.  
  13. Deepling_Elite.regMelee(80)
  14. Deepling_Elite.regSelfSpell("Light Healing", 150, 200, check=chance(10))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement