Signup Now
Page 6 of 65 FirstFirst ... 456781656 ... LastLast
Results 51 to 60 of 650
  1. #51
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by manuena View Post
    hotkey for use a lever ?? i was looking for it at libraries but nothing like usegrounditemid
    useitem(0, ground(x, y, z))

  2. #52
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by Dworak View Post
    Checked, its standing with npc and not even buying manas
    Regards
    Fixed, just use this new persistent, I did two errors with case sensitivity

  3. #53
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by RoxZin xD View Post
    Anti-Stalker hotkey?

    init start
    local creatures = {"stalker"}
    init end

    auto(200)
    table.lower(creatures)
    foreach newmessage m do
    if m.type == 18 then
    local x = string.lower(string.match(m.content, 'You lose %d+ hitpoints due to an attack by .- (.-)%.') or '')
    if table.find(creatures, x) then
    if not findcreature(x) then
    -- what now?
    end
    end
    end
    end


    You should decide what kind of function you'll do to attack that monster, here's an example:
    if cancastspell("exori") then
    cast("exori")
    waitping()
    end
    Last edited by Donatello; 12-16-2013 at 04:32 AM.

  4. #54
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Quote Originally Posted by Raph_ View Post
    Fixed, just use this new persistent, I did two errors with case sensitivity
    Not working ;/

    function buyItemsAndMove(supply, itemName, Amount, CurrentAmount)

    did i need change itemName or it will check from category 'a' ?

  5. #55
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Raph_ View Post
    init start
    local creatures = {"stalker"}
    init end

    auto(200)
    table.lower(creatures)
    foreach newmessage m do
    if m.type == 18 then
    local x = string.lower(string.match(m.content, 'You lose %d+ hitpoints due to an attack by .- (.-)%.') or '')
    if table.find(creatures, x) then
    if not findcreature(x) then
    -- what now?
    end
    end
    end
    end


    You should decide what kind of function you'll do to attack that monster, here's an example:
    if cancastspell("exori") then
    cast("exori")
    waitping()
    end
    That's all I need, I can variate it with runes/exori/mas san, thank you very much <3



    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

  6. #56
    Free User
    Join Date
    Dec 2013
    Posts
    58
    Reputation
    10
    Rep Power
    21
    Hello, someone got hotkey for unrusty armors?
    thanks

  7. #57
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    try but i didnt test it:

    --[[ Settings ]]

    local BACKPACK_NAME = getlootingdestination('backpack name')
    local DROP_TRASH = true
    local ITEMS_TO_DROP = {3358, 3359, 3557, 3377, 3372, 3357}


    --[[ ENGINE ]]

    local RUSTY_ITEMS = {8895, 8896, 8898, 8899}

    auto(400)

    if (maround(7) == 0) then
    for i=1, #RUSTY_ITEMS do
    if (itemcount(RUSTY_ITEMS[i]) > 0 and itemcount(9016) > 0) then
    pausewalking(1000)
    useitemon(9016, RUSTY_ITEMS[i], BACKPACK_NAME)
    wait(1000, 1200)
    end
    end
    if (DROP_TRASH == true) then
    for i=1, #ITEMS_TO_DROP do
    if (itemcount(ITEMS_TO_DROP[i]) > 0) then
    dropitems(ITEMS_TO_DROP[i])
    wait(800, 950)
    end
    end
    end
    end

    Last edited by mistgun; 12-21-2013 at 09:56 AM.

  8. #58
    Free User joraanpe's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    36
    Rep Power
    21
    Hey raph could you get some time to make us a Area Rune shooter with optional strike spells depending the amount of monsters? different strike spells types though, like vis, frigo, etc.... and also, Special Area HUD hehe.

    Thanks!

  9. #59
    Free User
    Join Date
    Dec 2013
    Posts
    23
    Reputation
    10
    Rep Power
    0
    Hello, how to drop flasks while hunting?

  10. #60
    Free User tomaszsvd's Avatar
    Join Date
    Dec 2013
    Location
    GB
    Posts
    3
    Reputation
    10
    Rep Power
    0
    hello, can u post, pause targeting and cave bot hotkey?

 

 

Posting Permissions

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