Advertisement
Nolifeq

customowe setupy MEMOGRAM

Sep 15th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. // ==UserScript==
  2. // @name customowe setupy MEMOGRAM
  3. // @namespace http://menogram-dwa.pl/
  4. // @version 1.0
  5. // @author kot
  6. // @match http://*.margonem.pl/
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. const example={
  11. /*
  12. TO JEST KOD PRZYKLAD WYJASNIAJĄCY, NIE ZOSTANIE ON WYŚWIETLONY, WŁAŚCIWY KOD ZACZYNA SIĘ OD 39 LINII
  13. */
  14. /* typ setupu dostępne opcje: exp, e2, inne */
  15. type:`exp`,
  16.  
  17. /* nazwa setupu */
  18. name:`testowy (ithan -> dom aukcyjny)`,
  19.  
  20. /* id map powrotowych */
  21. back:[1,610],
  22.  
  23. /* poziom setupu opcjonalne dla typu inne */
  24. lvl:1,
  25.  
  26.  
  27. /* WYMAGANE DLA TYPU EXP */
  28. /*poziom setupu*/
  29. lvl_max:10,
  30. /*mapy z expem po których ma biegać bot*/
  31. exp_map:[610],
  32.  
  33.  
  34. /* OPCJONALNE DLA TYPÓW E2/INNE */
  35. /* kordy na które ma wracać bot [X,Y]*/
  36. coordinates:[10,10]
  37. };
  38.  
  39. window.customSetups=[
  40.  
  41. /*przykladowe setupy*/
  42. {
  43. type:`exp`,
  44. name:`pokątniki`,
  45.  
  46. back:[257,246,229,500,701,1289],
  47. exp_map:[1289,3467,3468,3469,3470,3471,3472,3471,3470,3469,3468,3467],
  48.  
  49. lvl:45,
  50. lvl_max:57,
  51. },
  52.  
  53.  
  54. {
  55. type:`e2`,
  56. name:`władca rzek`,
  57.  
  58. back:[9, 725, 726, 727],
  59.  
  60. lvl:37,
  61. },
  62. {type:`inne`,name:`eder do ithan`,back:[33, 244, 115, 110, 4, 3, 11, 1],lvl:0,},
  63. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement