Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 7th, 2012  |  syntax: None  |  size: 2.35 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Tibia - graphical Multi-User-Dungeon
  2. # MonsterRace File
  3. # 2005/10/12 - 16:37:51
  4.  
  5. RaceNumber    = 35
  6. Name          = "demon"
  7. Article       = "a"
  8. Outfit        = (35, 0-0-0-0)
  9. Corpse        = 4097
  10. Blood         = Fire
  11. Experience    = 6000
  12. SummonCost    = 0
  13. FleeThreshold = 0
  14. Attack        = 80
  15. Defend        = 65
  16. Armor         = 40
  17. Poison        = 0
  18. LoseTarget    = 10
  19. Strategy      = (70, 10, 10, 10)
  20.  
  21. Flags         = {KickBoxes,
  22.                  KickCreatures,
  23.                  SeeInvisible,
  24.                  Unpushable,
  25.                  NoSummon,
  26.                  NoIllusion,
  27.                  NoConvince,
  28.                  NoBurning,
  29.                  NoPoison,
  30.                  NoEnergy,
  31.                  NoLifeDrain,
  32.                  NoParalyze}
  33.  
  34. Skills        = {(HitPoints, 8200, 0, 8200, 0, 0, 0),
  35.                  (GoStrength, 80, 0, 80, 0, 0, 0),
  36.                  (CarryStrength, 800, 0, 800, 0, 0, 0),
  37.                  (FistFighting, 120, 120, 120, 50, 1000, 5)}
  38.  
  39. Spells        = {Actor (13) -> Healing (120, 30) : 7,
  40.                  Victim (7, 0, 0) -> Damage (512, 70, 30) : 8,
  41.                  Origin (0, 13) -> Summon (49, 1) : 12,
  42.                  Destination (7, 4, 6, 7) -> Damage (4, 155, 45) : 3,
  43.                  Destination (7, 4, 0, 0) -> Field (1) : 7,
  44.                  Angle (0, 8, 12) -> Damage (8, 360, 60) : 10}
  45.  
  46. Inventory     = {(3420, 1, 7),
  47.                  (3356, 1, 12),
  48.                  (3275, 1, 200),
  49.                  (3320, 1, 40),
  50.                  (3731, 6, 200),
  51.                  (3281, 1, 20),
  52.                  (3031, 100, 700),
  53.                  (3031, 100, 600),
  54.                  (3031, 100, 500),
  55.                  (3031, 100, 400),
  56.                  (3063, 1, 11),
  57.                  (3364, 1, 4),
  58.                  (3306, 1, 15),
  59.                  (3284, 1, 6),
  60.                  (3366, 1, 1),
  61.                  (3414, 1, 5),
  62.                  (3048, 1, 2),
  63.                  (3060, 1, 30),
  64.                  (3055, 1, 7),
  65.                  (2848, 1, 13),
  66.                  (3098, 1, 5),
  67.                  (3032, 1, 110),
  68.                  (3049, 1, 14),
  69.                  (3034, 1, 35)}
  70.  
  71. Talk          = {"#Y MUHAHAHAHA!",
  72.                  "#Y I SMELL FEEEEEAAAR!",
  73.                  "#Y CHAMEK ATH UTHUL ARAK!",
  74.                  "Your resistance is futile!",
  75.                  "#y Your soul will be mine!"}