Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.11 KB | None | 0 0
  1. Buffs = {}
  2.     --[[ Buff Options :
  3.    
  4.     ]]--
  5.  
  6. Chatting = {
  7.     ChickenToTown = ""
  8.     ChickenExit = ""
  9.     Hostiled = ""
  10.     HotTP = ""
  11.     ColdTP = ""
  12.     NewGame = ""
  13. }
  14.  
  15. DiabloOptions = {
  16.     TPLocation = {7793, 5555}
  17.     StartMessage = ""
  18.     KillMessage = ""
  19. }
  20.  
  21. BaalOptions = {
  22.     TPLocation = {15116, 5006}
  23.     --PreWaveAuras = {}
  24.     PreWave1Location = {15095, 5031}
  25.     PreWave2Location = {15095, 5031}
  26.     PreWave3Location = {15095, 5031}
  27.     PreWave4Location = {15095, 5031}
  28.     PreWave5Location = {15095, 5031}
  29.     Kill = true
  30.     StartMessage = ""
  31.     WaveMessages = {"", "", "", "", ""}
  32.     KillMessage = ""
  33. }
  34.  
  35. Kill = {
  36.     Monster = function()
  37.  
  38.     end
  39.  
  40.     AllMonstersInRadius = function()
  41.  
  42.     end
  43.  
  44.     AllHeroesInRadius = function()
  45.  
  46.     end
  47.  
  48.     Countess = function()
  49.  
  50.     end
  51.  
  52.     Andariel = function()
  53.  
  54.     end
  55.  
  56.     CowKing = function()
  57.  
  58.     end
  59.  
  60.     Duriel = function()
  61.  
  62.     end
  63.  
  64.     Travincal = function()
  65.  
  66.     end
  67.  
  68.     Mephisto = function()
  69.  
  70.     end
  71.  
  72.     Diablo = function()
  73.  
  74.     end
  75.  
  76.     ShenkTheOverseer = function()
  77.  
  78.     end
  79.  
  80.     Pindleskin = function()
  81.  
  82.     end
  83.  
  84.     NihlathakBoss = function()
  85.  
  86.     end
  87.  
  88.     Baal = function()
  89.  
  90.     end
  91.  
  92.     Player = function()
  93.  
  94.     end
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement