Signup Now
Results 1 to 10 of 10
  1. #1
    Free User Dolmero's Avatar
    Join Date
    Jun 2016
    Location
    Sweden
    Posts
    118
    Reputation
    56
    Rep Power
    16

    Dolmero Library v0.0.1

    My library can be found on github.
    It is not very big yet though.

    How to activate

    Download and put inside WindBot/libs..
    Reload libraries (press your bot and CTRL+R)

    Noteworthy functions
    Code:
    naturalsell(categories)
    kiteuntil(num, monster1, monster2, ...)
    Some examples in the next post

    This isn't a persistent script, but I had to pick a prefix for the thread.
    Last edited by Dolmero; 08-18-2016 at 10:22 AM.

  2. #2
    Free User Dolmero's Avatar
    Join Date
    Jun 2016
    Location
    Sweden
    Posts
    118
    Reputation
    56
    Rep Power
    16

    Examples

    kiteuntil()
    Kites the given monsters until you have a given number of monsters close to you, then turns on targeting to kill them.
    isnear() Checks if you are near the given coordinates.
    auto(100)
    if getsetting("Cavebot/Enabled") == 'yes' then
    if not trapped() and $posz == 7 and paround(10) == 0 and not (isnear(3, 33582, 31285, 7) or isnear(2, 33557, 31318, 7) or isnear(2, 33457, 31296, 7)) then
    kiteuntil(4, "Waspoid", "Swarmer", "Crawler", "Insectoid Worker")
    else
    setsetting("Targeting/Enabled", 'yes')
    end
    end


    naturalsell()
    Sells your items in a more natural order, like a human would. (Rather than the order of your loot list)
    reachcreature('Rock In A Hard Place')
    if ischannel('NPCs') then
    npcsay('hi')
    else
    say('hi')
    wait(2200,3200)
    end
    wait($ping*3,$ping*5)
    npcsay('creature products')
    wait($ping*3,$ping*5)

    naturalsell('s')
    Last edited by Dolmero; 08-21-2016 at 12:57 PM.

  3. #3
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    Cool!

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  4. #4
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    27
    A short description about functions would help to users understand it better.
    Keep up the good work.


    Visit:
    (◣_◢)

  5. #5
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,569
    Reputation
    149
    Rep Power
    28
    good job

  6. #6
    Free User Dolmero's Avatar
    Join Date
    Jun 2016
    Location
    Sweden
    Posts
    118
    Reputation
    56
    Rep Power
    16
    Quote Originally Posted by blakw View Post
    A short description about functions would help to users understand it better.
    Keep up the good work.
    There are descriptions in the actual file above every function. I'll copy that to the examples.
    Thanks!

    Quote Originally Posted by Imba View Post
    good job
    Quote Originally Posted by ozzix View Post
    Cool!
    Thanks guys.

  7. #7
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    32
    Liked the naturalsell thing. Keep it up!



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  8. #8
    Free User Akiller's Avatar
    Join Date
    Aug 2015
    Posts
    239
    Reputation
    33
    Rep Power
    18
    use waitping(1value,2value)
    e.g. waitping(4,7)

  9. #9
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,166
    Reputation
    25
    Rep Power
    23
    Very nice keep the good work
    Old 'n Proud Neobot-Elfbot and blackd user

  10. #10
    Free User Dolmero's Avatar
    Join Date
    Jun 2016
    Location
    Sweden
    Posts
    118
    Reputation
    56
    Rep Power
    16
    Quote Originally Posted by Akiller View Post
    use waitping(1value,2value)
    e.g. waitping(4,7)
    oh yeah im stupid
    Thanks

 

 

Posting Permissions

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