XenoBot Forums - Powered by vBulletin

User Tag List

Page 27 of 40 FirstFirst ... 17252627282937 ... LastLast
Results 261 to 270 of 392

Thread: [PL] Polski Tutorial na Waypoint 100% AFK

  1. #261

    Join Date
    Apr 2012
    Posts
    20
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by tadek67 View Post
    Elo,
    Mam pytanko, jak dodac wpt do xbst stworzonego przez kogos. Bo jak dodaje od siebie to mi dodaje na sam koniec wpt'ow i lipa.
    Pomocy.
    Trzymajcie sie
    Pozdrawiam
    Jasne. Dodaj wpt, które Cię interesują (nie ważne, że będą na samym końcu), kiedy skończysz zapisz ustawienia. Przejdź do folderu Settings otwórz plik .xbts poprzez np. Sublimetext. i będziesz miał takie coś (przykład) :
    PHP Code:
    <item text="Node (33007, 32058, 6)" tag="0"/>
    --
    // TU WKLEI ODPOWIEDNIE WPT // -- 
    <item text="Node (33007, 32069, 6)" tag="0"/>
    <
    item text="Node (32996, 32073, 6)" tag="0"/>
    <
    item text="Node (32984, 32073, 6)" tag="0"/>
    <
    item text="Node (32975, 32073, 6)" tag="0"/>
    <
    item text="GoExp:" tag="255"/>
    </
    control>
    </
    panel
    I jak widzisz możesz przesunąć wpt z samego końca w odpowiednie miejsce w skrypcie

    Querton
    Siemka szukam skryptu lua który będzie ekwipował speary z potworów jeżeli będe miał w ręce poniżej 5.
    @Querton
    Sprawdź czy działa:

    PHP Code:
    local spearid 3333
    local spearcount 
    5
    if (Self.ItemCount(spearid) < spearcountthen 
    Self
    .Equip(spearid5spearcount)
    end 

  2. #262

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Dziekuje
    Pozdro 600

  3. #263

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Jeszcze mam jedno pytanko bo w skrypcie mi nie dziala reset bp, wszystkiego juz probowalem, moze ktos looknac?
    -- BP SETUP
    -- [Backpack] -- Backpack
    -- [RedBP] -- Red Backpack
    -- [GoldBP] -- Golden Backpack

    --DP SETUP
    -- [BP 1]
    -- [BP 2]
    -- [BP 3]
    registerEventListener(WALKER_SELECTLABEL, "onWalker")
    function onWalker(label)
    if (label == "backpackReset") then
    Container.GetByName(GoldBP):Close()
    Container.GetByName(RedBP):Close()
    wait(500, 600)
    Container.GetFirst():OpenChildren({RedBP, true}, {GoldBP, true})
    Po prostu omija mi label o tej nazwie i idze dalej, wie ktos jak to naprawic co zmienic:?
    Z gory dzieki
    Be care

  4. #264

    Join Date
    Apr 2012
    Posts
    20
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ja używam tego:
    PHP Code:
    function onWalkerSelectLabel(Label)
    if(
    Label == "ResetBP"then 
    Walker
    .Stop()
    Self.CloseContainers()
    Self.OpenMainBackpack():OpenChildren(NAZWA_BP)
    Container:OpenChildren(NAZWA_BP)
    wait(1000)
    Walker.Start() 
    Analogicznie możesz dodać więcej bp do otwarcia
    Spróbuj i powiedz czy Tobie działa

  5. #265

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Dziala, dzieki wielkie.
    Pytanko z innej beczki, skad pobiore za free takie cos gdzie mam napisane ile itemow lootnalem jakich ile waste/profitu mialem etc, bo patrze ze duzo ludzi, ktorzy robia screeny posiada takie cos. Tez by mi sie przydalo.
    Pozdrawiam

  6. #266

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    104
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by tadek67 View Post
    Dziala, dzieki wielkie.
    Pytanko z innej beczki, skad pobiore za free takie cos gdzie mam napisane ile itemow lootnalem jakich ile waste/profitu mialem etc, bo patrze ze duzo ludzi, ktorzy robia screeny posiada takie cos. Tez by mi sie przydalo.
    Pozdrawiam
    To sie nazywa HUD, poszukaj huda od nakuu, jest za free i ustawisz go do wszystkiego zmieniajac tylko nazwe w pliku.
    GL & HF

  7. #267

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Znalazlem orginal hud nakuu ale nie dziala, blad jakis jest, nie ogarniam ocb

  8. #268

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    104
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Ale jaki blad?
    GL & HF

  9. #269

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    15:21 XenoScript Error:
    Script: Nakuu.lua
    Line #: 100
    Chunk: C:?Users?~~~~?Documents?XenoBot?Scripts?Nakuu.lua
    Error: bad argument #1 to 'input' (..\Settings\[[[EK-XuX] Outlaw big walker]].xbst: No such file or directory)
    This is an error with user-input and should not be reported as a bug with XenoBot.
    To mi wyskakuje

  10. #270

    Join Date
    Nov 2013
    Location
    Poland
    Posts
    176
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    elseif (labelName == "backpackReset") then
    delayWalker(2000)
    setWalkerEnabled(false)
    Container.Close(goldBP)
    sleep(math.random(500, 1000))
    Container.GetFirst():OpenChildren(goldBP)
    sleep(math.random(500, 1000))
    setWalkerEnabled(true)
    Jak dodac do tego aby otwieral main bp pozniej loot bp i wszystko minimalizowal?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •