Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name customowe setupy MEMOGRAM
- // @namespace http://menogram-dwa.pl/
- // @version 1.0
- // @author kot
- // @match http://*.margonem.pl/
- // @grant none
- // ==/UserScript==
- const example={
- /*
- TO JEST KOD PRZYKLAD WYJASNIAJĄCY, NIE ZOSTANIE ON WYŚWIETLONY, WŁAŚCIWY KOD ZACZYNA SIĘ OD 39 LINII
- */
- /* typ setupu dostępne opcje: exp, e2, inne */
- type:`exp`,
- /* nazwa setupu */
- name:`testowy (ithan -> dom aukcyjny)`,
- /* id map powrotowych */
- back:[1,610],
- /* poziom setupu opcjonalne dla typu inne */
- lvl:1,
- /* WYMAGANE DLA TYPU EXP */
- /*poziom setupu*/
- lvl_max:10,
- /*mapy z expem po których ma biegać bot*/
- exp_map:[610],
- /* OPCJONALNE DLA TYPÓW E2/INNE */
- /* kordy na które ma wracać bot [X,Y]*/
- coordinates:[10,10]
- };
- window.customSetups=[
- /*przykladowe setupy*/
- {
- type:`exp`,
- name:`pokątniki`,
- back:[257,246,229,500,701,1289],
- exp_map:[1289,3467,3468,3469,3470,3471,3472,3471,3470,3469,3468,3467],
- lvl:45,
- lvl_max:57,
- },
- {
- type:`e2`,
- name:`władca rzek`,
- back:[9, 725, 726, 727],
- lvl:37,
- },
- {type:`inne`,name:`eder do ithan`,back:[33, 244, 115, 110, 4, 3, 11, 1],lvl:0,},
- ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement