Facebook
From TMKG, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 211
  1. # Duengon 3
  2.  
  3. on command "warp Dolina_Orków":
  4.     if {lvl::%player%} is more than or equal to 10:
  5.         send "&c&o-=+=- &e&oDolina Orków &c&o-=+=-"
  6.     else:
  7.         cancel event
  8.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  9.        
  10. on region enter:
  11.     if event-region is "d2" parsed as region:
  12.         execute player command "warp Dolina_Orków"
  13.  
  14.         # Duengon 4
  15.  
  16. on command "warp Lochy_Pająków":
  17.     if {lvl::%player%} is more than or equal to 15:
  18.         send "&c&o-=+=- &e&oLochy Pająków &c&o-=+=-"
  19.     else:
  20.         cancel event
  21.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  22.        
  23. on region enter:
  24.     if event-region is "d2" parsed as region:
  25.         execute player command "warp Lochy_Pająków"
  26.  
  27.         # Duengon 5
  28.  
  29. on command "warp Kotlina":
  30.     if {lvl::%player%} is more than or equal to 20:
  31.         send "&c&o-=+=- &e&oKotlina &c&o-=+=-"
  32.     else:
  33.         cancel event
  34.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  35.        
  36. on region enter:
  37.     if event-region is "d2" parsed as region:
  38.         execute player command "warp Kotlina"
  39.  
  40.         # Duengon 6
  41.  
  42. on command "warp Las":
  43.     if {lvl::%player%} is more than or equal to 25:
  44.         send "&c&o-=+=- &e&oLas &c&o-=+=-"
  45.     else:
  46.         cancel event
  47.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  48.        
  49. on region enter:
  50.     if event-region is "d2" parsed as region:
  51.         execute player command "warp Las"
  52.  
  53.         # Duengon 7
  54.  
  55. on command "warp Magiczne Pola":
  56.     if {lvl::%player%} is more than or equal to 30:
  57.         send "&c&o-=+=- &e&oMagiczne Pola &c&o-=+=-"
  58.     else:
  59.         cancel event
  60.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  61.        
  62. on region enter:
  63.     if event-region is "d2" parsed as region:
  64.         execute player command "warp Magiczne_Pola"
  65.  
  66.         # Duengon 8
  67.  
  68. on command "warp Łąki_Czaszek":
  69.     if {lvl::%player%} is more than or equal to 35:
  70.         send "&c&o-=+=- &e&oŁąki Czaszek &c&o-=+=-"
  71.     else:
  72.         cancel event
  73.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  74.        
  75. on region enter:
  76.     if event-region is "d2" parsed as region:
  77.         execute player command "warp Łąki_Czaszek"
  78.  
  79.         # Duengon 9
  80.  
  81. on command "warp Wyspa_Kości":
  82.     if {lvl::%player%} is more than or equal to 40:
  83.         send "&c&o-=+=- &e&oWyspa Kości &c&o-=+=-"
  84.     else:
  85.         cancel event
  86.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  87.        
  88. on region enter:
  89.     if event-region is "d2" parsed as region:
  90.         execute player command "warp Wyspa_Kości"
  91.  
  92.         # Duengon 10
  93.  
  94. on command "warp Otchłań":
  95.     if {lvl::%player%} is more than or equal to 45:
  96.         send "&c&o-=+=- &e&oOtchłań &c&o-=+=-"
  97.     else:
  98.         cancel event
  99.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  100.        
  101. on region enter:
  102.     if event-region is "d2" parsed as region:
  103.         execute player command "warp Otchłań"
  104.  
  105.         # Duengon 11
  106.  
  107. on command "warp Zamek_Zombie":
  108.     if {lvl::%player%} is more than or equal to 50:
  109.         send "&c&o-=+=- &e&oZamek Zombie &c&o-=+=-"
  110.     else:
  111.         cancel event
  112.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  113.        
  114. on region enter:
  115.     if event-region is "d2" parsed as region:
  116.         execute player command "warp Zamek_Zombie"
  117.  
  118.         # Duengon 12
  119.  
  120. on command "warp Wrota_Mroku":
  121.     if {lvl::%player%} is more than or equal to 55:
  122.         send "&c&o-=+=- &e&oWrota Mroku &c&o-=+=-"
  123.     else:
  124.         cancel event
  125.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  126.        
  127. on region enter:
  128.     if event-region is "d2" parsed as region:
  129.         execute player command "warp Wrota_Mroku"
  130.  
  131.         # Duengon 13
  132.  
  133. on command "warp Obóz_Dywizji":
  134.     if {lvl::%player%} is more than or equal to 60:
  135.         send "&c&o-=+=- &e&oObóz Dywizji &c&o-=+=-"
  136.     else:
  137.         cancel event
  138.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  139.        
  140. on region enter:
  141.     if event-region is "d2" parsed as region:
  142.         execute player command "warp Obóz_Dywizji"
  143.  
  144.         # Duengon 14
  145.  
  146. on command "warp Kraina_Krwi":
  147.     if {lvl::%player%} is more than or equal to 65:
  148.         send "&c&o-=+=- &e&oKraina Krwi &c&o-=+=-"
  149.     else:
  150.         cancel event
  151.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  152.        
  153. on region enter:
  154.     if event-region is "d2" parsed as region:
  155.         execute player command "warp Kraina Krwi"
  156.  
  157.         # Duengon 15
  158.  
  159. on command "warp Neverdeath":
  160.     if {lvl::%player%} is more than or equal to 70:
  161.         send "&c&o-=+=- &e&oNeverdeath &c&o-=+=-"
  162.     else:
  163.         cancel event
  164.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  165.        
  166. on region enter:
  167.     if event-region is "d2" parsed as region:
  168.         execute player command "warp Neverdeath"
  169.  
  170.         # Duengon 16
  171.  
  172. on command "warp Sheogh":
  173.     if {lvl::%player%} is more than or equal to 75:
  174.         send "&c&o-=+=- &e&oSheogh &c&o-=+=-"
  175.     else:
  176.         cancel event
  177.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  178.        
  179. on region enter:
  180.     if event-region is "d2" parsed as region:
  181.         execute player command "warp Sheogh"
  182.  
  183.         # Duengon 17
  184.  
  185. on command "warp Polana_Owiec":
  186.     if {lvl::%player%} is more than or equal to 80:
  187.         send "&c&o-=+=- &e&oPolana Owiec &c&o-=+=-"
  188.     else:
  189.         cancel event
  190.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  191.        
  192. on region enter:
  193.     if event-region is "d2" parsed as region:
  194.         execute player command "warp Polana_Owiec"
  195.  
  196.         # Duengon 18
  197.  
  198. on command "warp Kraina_Smoków":
  199.     if {lvl::%player%} is more than or equal to 85:
  200.         send "&c&o-=+=- &e&oKraina Smoków &c&o-=+=-"
  201.     else:
  202.         cancel event
  203.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  204.        
  205. on region enter:
  206.     if event-region is "d2" parsed as region:
  207.         execute player command "warp Kraina_Smoków"
  208.  
  209.         # Duengon 19
  210.  
  211. on command "warp Mroczny_Las":
  212.     if {lvl::%player%} is more than or equal to 90:
  213.         send "&c&o-=+=- &e&oMroczny Las &c&o-=+=-"
  214.     else:
  215.         cancel event
  216.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  217.        
  218. on region enter:
  219.     if event-region is "d2" parsed as region:
  220.         execute player command "warp Mroczny_Las"
  221.  
  222.         # Duengon 20
  223.  
  224. on command "warp Pustkowia":
  225.     if {lvl::%player%} is more than or equal to 95:
  226.         send "&c&o-=+=- &e&oPustkowia &c&o-=+=-"
  227.     else:
  228.         cancel event
  229.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  230.        
  231. on region enter:
  232.     if event-region is "d2" parsed as region:
  233.         execute player command "warp Pustkowia"
  234.  
  235.         # Duengon 21
  236.  
  237. on command "warp Aleje_Bogów":
  238.     if {lvl::%player%} is more than or equal to 100:
  239.         send "&c&o-=+=- &e&oAleje Bogów &c&o-=+=-"
  240.     else:
  241.         cancel event
  242.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  243.        
  244. on region enter:
  245.     if event-region is "d2" parsed as region:
  246.         execute player command "warp Aleje_Bogów"
  247.  
  248.         # Duengon 22
  249.  
  250. on command "warp Eden":
  251.     if {lvl::%player%} is more than or equal to 105:
  252.         send "&c&o-=+=- &e&oEden &c&o-=+=-"
  253.     else:
  254.         cancel event
  255.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  256.        
  257. on region enter:
  258.     if event-region is "d2" parsed as region:
  259.         execute player command "warp Eden"
  260.  
  261.         # Duengon 23
  262.  
  263. on command "warp Drakenborg":
  264.     if {lvl::%player%} is more than or equal to 110:
  265.         send "&c&o-=+=- &e&oDrakenborg &c&o-=+=-"
  266.     else:
  267.         cancel event
  268.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  269.        
  270. on region enter:
  271.     if event-region is "d2" parsed as region:
  272.         execute player command "warp Drakenborg"
  273.  
  274.         # Duengon 24
  275.  
  276. on command "warp Est_Haemlet":
  277.     if {lvl::%player%} is more than or equal to 115:
  278.         send "&c&o-=+=- &e&oEst Haemlet &c&o-=+=-"
  279.     else:
  280.         cancel event
  281.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  282.        
  283. on region enter:
  284.     if event-region is "d2" parsed as region:
  285.         execute player command "warp Est_Haemlet"
  286.  
  287.         # Duengon 25
  288.  
  289. on command "warp Tetraburg":
  290.     if {lvl::%player%} is more than or equal to 120:
  291.         send "&c&o-=+=- &e&oTetraburg &c&o-=+=-"
  292.     else:
  293.         cancel event
  294.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  295.        
  296. on region enter:
  297.     if event-region is "d2" parsed as region:
  298.         execute player command "warp Tetraburg"
  299.  
  300.         # Duengon 26
  301.  
  302. on command "warp Walkiria":
  303.     if {lvl::%player%} is more than or equal to 125:
  304.         send "&c&o-=+=- &e&oWalkiria &c&o-=+=-"
  305.     else:
  306.         cancel event
  307.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  308.        
  309. on region enter:
  310.     if event-region is "d2" parsed as region:
  311.         execute player command "warp Walkiria"
  312.  
  313.         # Duengon 27
  314.  
  315. on command "warp Irollan":
  316.     if {lvl::%player%} is more than or equal to 130:
  317.         send "&c&o-=+=- &e&oIrollan &c&o-=+=-"
  318.     else:
  319.         cancel event
  320.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  321.        
  322. on region enter:
  323.     if event-region is "d2" parsed as region:
  324.         execute player command "warp Irollan"
  325.  
  326.         # Duengon 28
  327.  
  328. on command "warp Olimp":
  329.     if {lvl::%player%} is more than or equal to 135:
  330.         send "&c&o-=+=- &e&oOlimp &c&o-=+=-"
  331.     else:
  332.         cancel event
  333.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  334.        
  335. on region enter:
  336.     if event-region is "d2" parsed as region:
  337.         execute player command "warp Olimp"
  338.  
  339.         # Duengon 29
  340.  
  341. on command "warp Wieża_Demonów":
  342.     if {lvl::%player%} is more than or equal to 140:
  343.         send "&c&o-=+=- &e&oWieża Demonów &c&o-=+=-"
  344.     else:
  345.         cancel event
  346.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  347.        
  348. on region enter:
  349.     if event-region is "d2" parsed as region:
  350.         execute player command "warp Wieża_Demonów"
  351.  
  352.         # Duengon 30
  353.  
  354. on command "warp Wieża__Kresów":
  355.     if {lvl::%player%} is more than or equal to 145:
  356.         send "&c&o-=+=- &e&oWieża Kresów &c&o-=+=-"
  357.     else:
  358.         cancel event
  359.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  360.        
  361. on region enter:
  362.     if event-region is "d2" parsed as region:
  363.         execute player command "warp Wieża_Kresów"
  364.  
  365.         # Duengon 31
  366.  
  367. on command "warp Nicość":
  368.     if {lvl::%player%} is more than or equal to 150:
  369.         send "&c&o-=+=- &e&oNicość &c&o-=+=-"
  370.     else:
  371.         cancel event
  372.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  373.        
  374. on region enter:
  375.     if event-region is "d2" parsed as region:
  376.         execute player command "warp Nicość"
  377.  
  378.         # Duengon 32
  379.  
  380. on command "warp Świątynia":
  381.     if {lvl::%player%} is more than or equal to 155:
  382.         send "&c&o-=+=- &e&oŚwiątynia &c&o-=+=-"
  383.     else:
  384.         cancel event
  385.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  386.        
  387. on region enter:
  388.     if event-region is "d2" parsed as region:
  389.         execute player command "warp Świątynia"
  390.  
  391.         # Duengon 33
  392.  
  393. on command "warp Obszar_X":
  394.     if {lvl::%player%} is more than or equal to 200:
  395.         send "&c&o-=+=- &e&oObszar X &c&o-=+=-"
  396.     else:
  397.         cancel event
  398.         send "&8>>> &cNie masz odpowiedniego poziomu! Wbij go w kopalni lub na innej mapie!"
  399.        
  400. on region enter:
  401.     if event-region is "d2" parsed as region:
  402.         execute player command "warp Obszar_X"
  403.  
  404.  
  405.