Signup Now
Page 35 of 65 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 647
  1. #341
    Free User
    Join Date
    Dec 2013
    Posts
    260
    Reputation
    26
    Rep Power
    24
    1. alert if character x, ..., ... , is on screen
    2. use energy ring if character x,y,z,..,... are on screen (this is for pvp worlds where people rush into your spawn and ue combo so u lose full bless)

    thanks

  2. #342
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Hi,

    what is the code to use ''The Noxios Spawn' to remove poison?

    thanks

  3. #343
    Free User
    Join Date
    Feb 2014
    Posts
    45
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by curry View Post
    1. alert if character x, ..., ... , is on screen
    2. use energy ring if character x,y,z,..,... are on screen (this is for pvp worlds where people rush into your spawn and ue combo so u lose full bless)

    thanks
    You lose full bless from UE? Can you please explain how this works? Haven't really played in a while

  4. #344
    Free User
    Join Date
    Dec 2013
    Posts
    79
    Reputation
    12
    Rep Power
    24
    Just wondering is it possible to make a alert to go to a certain waypoint if a enemy logs into your vip list

    Example:

    Bob logs in

    bot goes

    auto(1000,1200)
    if (vip.list.enemy) >= 1 then
    gotolabel ( 0, "enemyon")
    end

    something kind of like that :P i could not find the action for enemy online :| or even if the bot kills all the monsters around your screen fills mana to 100% equips energy ring and xlogs :P

  5. #345
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by Kwazy View Post
    Just wondering is it possible to make a alert to go to a certain waypoint if a enemy logs into your vip list

    Example:

    Bob logs in

    bot goes

    auto(1000,1200)
    if (vip.list.enemy) >= 1 then
    gotolabel ( 0, "enemyon")
    end

    something kind of like that :P i could not find the action for enemy online :| or even if the bot kills all the monsters around your screen fills mana to 100% equips energy ring and xlogs :P
    try this

    local vipEnemy = {'mirade', 'count to fifty'}

    table.lower(vipEnemy)

    auto(500)
    for i = 1, #vipEnemy do
    foreach vipentry v do
    if v.name:lower() == vipEnemy[i] then
    beep()
    gotolabel(0, 'Escape')
    wait(20000)
    end
    end
    end

  6. #346
    Free User Knoe's Avatar
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Can you add Raid alerts to this bot if possible? or make a custom one?? Would be very helpful so i can pause or use other PC/account to hunt raids while im hunting?

    also another good one I can think of...

    Green/Blue Djinn/Rashid/Yasir loot seller (once you've already sorted it) It goes from dp > green/blue djinn fortress to sell > bank > dp > withdraws > repeat.

    aka for Rashid ( there are 7 bubbles to click for what day of the week, and one for what town you want it to grab loot from)
    aka for yasir once you know the location, same, bubbles for what boat he is at and then bubbles for what town he is in)
    and then for fiona in edron, telas as well etc.
    this could probably even be a payed script for like 1-5$

    same with certain items like bugwt has in his dara drag ek free script, it sells all non essential loot items before it deposits to the proper vendors etc.


    2nd script which would be helpful... potion stacker/pickup for quick money. so once you finish hunting if it is an easy area to get to, you can bring a high lvl/char with lots of cap and pick up all empty vials etc.


    3rd script since I don't see it would be a skinning/staking script
    Last edited by Knoe; 05-30-2014 at 08:32 PM. Reason: adding extra requests
    "My Strength...
    Awe Inspiring..."

  7. #347
    Free User Knoe's Avatar
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0
    This might be a little much and definitely would probably require a lot of time and most likely be a paid script but since the market function is added... any chance of a market scanner? where it checks every item no matter what it is and pops out a document or some type of thing where it will track and record market prices. as to see when during the month or week people seem to buy/sell, raise prices/lower prices etc.
    "My Strength...
    Awe Inspiring..."

  8. #348
    Free User
    Join Date
    Apr 2014
    Posts
    17
    Reputation
    13
    Rep Power
    0
    Quote Originally Posted by Knoe View Post
    Can you add Raid alerts to this bot if possible? or make a custom one?? Would be very helpful so i can pause or use other PC/account to hunt raids while im hunting?

    also another good one I can think of...

    Green/Blue Djinn/Rashid/Yasir loot seller (once you've already sorted it) It goes from dp > green/blue djinn fortress to sell > bank > dp > withdraws > repeat.

    aka for Rashid ( there are 7 bubbles to click for what day of the week, and one for what town you want it to grab loot from)
    aka for yasir once you know the location, same, bubbles for what boat he is at and then bubbles for what town he is in)
    and then for fiona in edron, telas as well etc.
    this could probably even be a payed script for like 1-5$

    same with certain items like bugwt has in his dara drag ek free script, it sells all non essential loot items before it deposits to the proper vendors etc.


    2nd script which would be helpful... potion stacker/pickup for quick money. so once you finish hunting if it is an easy area to get to, you can bring a high lvl/char with lots of cap and pick up all empty vials etc.


    3rd script since I don't see it would be a skinning/staking script

    Already made the djinn script, ill probably release it for free on RoxZin's thread soon

  9. #349
    Free User
    Join Date
    May 2014
    Posts
    20
    Reputation
    10
    Rep Power
    0
    Bro, I need something for my EK stop targeting when he need to resupply... >.<

  10. #350
    Free User
    Join Date
    Dec 2013
    Posts
    18
    Reputation
    10
    Rep Power
    0
    I need some help with Spider Webs, im hunting in a place that I need to break some webs to hunt all monsters, (gs forbiden~) and some kind of action to use any weapon on them would help me a lot =D
    thx

 

 

Posting Permissions

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