Signup Now
Page 27 of 65 FirstFirst ... 17252627282937 ... LastLast
Results 261 to 270 of 647
  1. #261
    Free User
    Join Date
    Feb 2014
    Posts
    17
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    You had 24 and set it to xlog with less than 10.
    I believe it is of common understanding that 24 is not less than 10, therefore it shouldn't xlog.
    Its True \z my bad !! sry .. i will test again !!!

  2. #262
    Free User
    Join Date
    Feb 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    hello, i need 3 alerts wich are not availble on the alerts interface.
    1- when cap is under X make a sound
    2- when manas are under X make a sound
    3- when heatlhpotions are under X make a sound

    is dat possible? i rly need it,

  3. #263
    Free User Nucky's Avatar
    Join Date
    Dec 2013
    Location
    Canada
    Posts
    31
    Reputation
    10
    Rep Power
    0
    Hello i need a hotkey to use enchanted ruby on worn firewalker boots, please

    enchanted rubies will be in main bp/ i think u have to take off worn firewalker boots to use the ruby on it idk..

  4. #264
    Free User
    Join Date
    Mar 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    How do I make so my character run to DEPOT and puts every loot in DP when Its full or out of cap?

  5. #265
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by shockua View Post
    hello, i need 3 alerts wich are not availble on the alerts interface.
    1- when cap is under X make a sound
    2- when manas are under X make a sound
    3- when heatlhpotions are under X make a sound

    is dat possible? i rly need it,
    Potions:
    init start
    local itemName = 'mana potion' -- Any item
    local minCount = 10

    -- DO NOT EDIT ANYTHING BELOW THIS LINE
    itemName = itemid(itemName)
    init end

    auto(100)
    if itemcount(itemName) < minCount then
    beep()
    wait(1000)
    end


    Cap:
    init start
    local minCap = 30

    -- DO NOT EDIT ANYTHING BELOW THIS LINE
    init end

    auto(100)
    if $cap < minCap then
    beep()
    wait(1000)
    end

  6. #266
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Nucky View Post
    Hello i need a hotkey to use enchanted ruby on worn firewalker boots, please

    enchanted rubies will be in main bp/ i think u have to take off worn firewalker boots to use the ruby on it idk..
    Can you confirm if you do need to take it off, please?

  7. #267
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by qwertyuiop View Post
    How do I make so my character run to DEPOT and puts every loot in DP when Its full or out of cap?
    There a few nice tutorials on the forum, take a look at them.

  8. #268
    Free User Nucky's Avatar
    Join Date
    Dec 2013
    Location
    Canada
    Posts
    31
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    Can you confirm if you do need to take it off, please?
    Yes you do have to take off boots first to use gem on it,

  9. #269
    Free User
    Join Date
    Jan 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Hey so I like to use my Mwall Hotkey on my mouse scroll button, is there anyway to make a hotkey so that when i press the mouse key it automatically presses a hotkey like F5 which is usually my mw hotkey?

  10. #270
    Free User Henkz's Avatar
    Join Date
    Dec 2013
    Location
    Venore
    Posts
    241
    Reputation
    22
    Rep Power
    24
    I want a hotkey for enchant gems, I hope you can help me ^^

    My char will stand here


    What I need is, the hotkey will use the gem to the south of my char (x, y+1, z) while I have more than 1 soul, it will use potion on urself also.
    Also would be good to have option
    Gem to use (user will write wich one he want to enchant)
    Kind of Mana Potion to use (user will write wich one he want to use to mana up)

 

 

Posting Permissions

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