Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. define DUNGEON_MAP_INDEX 241
  2. define DUNGEON_INDEX_MIN 2410000
  3. define DUNGEON_INDEX_MAX 2420000
  4. define DUNGEON_LEVEL 70
  5. define DUNGEON_ITEM 77200 -- KEVIN HEIR ITEM EINTRAGEN ODER SOWAS
  6.  
  7. -------------------------------------------
  8. -- EBENE 0 CONSTANTS
  9. -------------------------------------------
  10. define NPC1 30289
  11. define METIN_STONE 8073
  12. define METIN_AMOUNT 10
  13.  
  14. -------------------------------------------
  15. -- EBENE 1 CONSTANTS
  16. -------------------------------------------
  17. define BOSS1 232
  18.  
  19. -------------------------------------------
  20. -- EBENE 2 CONSTANTS
  21. -------------------------------------------
  22. define BOSS2 235
  23.  
  24. -------------------------------------------
  25. -- EBENE 3 CONSTANTS
  26. -------------------------------------------
  27. define MOBS_TO_KILL 1000
  28.  
  29. -------------------------------------------
  30. -- EBENE 4 CONSTANTS
  31. -------------------------------------------
  32. define BOSS4 236
  33.  
  34. quest pflanzen_dungeon begin
  35. state start begin
  36. -------------------------------------------
  37. -- FUNKTIONEN
  38. -------------------------------------------
  39. function is_in_dungeon()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement