XenoBot Forums - Powered by vBulletin

User Tag List

Page 11 of 19 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 187

Thread: Suggestions List II

  1. #101
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by hellsgods91 View Post
    FUCKING CM ALARMS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!
    Can be done in a script, made by Spectrus.

    lua code:
    Module.New('gm alarm', function(module)
    local mob = Self.GetTargets(7)
    for i = 1, #mob do
    if mob[i]:Name():find("GM") then
    alert()
    module:Delay(4000)
    end
    end
    end)

  2. #102

    Join Date
    Feb 2012
    Location
    Missouri, USA
    Posts
    282
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    dont want in script >.> hard coded would be more reliable.

  3. #103

    Join Date
    Feb 2013
    Posts
    70
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wanting to express my interest in a Self.Skills() or Self.SwordLevel() type function... Not sure how he decides if/when he will implement a feature, but figured if it is based on requests, I'll throw mine out there!

    @DarkstaR

  4. #104

    Join Date
    Apr 2013
    Posts
    12
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Alert on someone talking in default chat!
    @DarkstaR

  5. #105
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    @DarkstaR Mind going through the list again when you get a chance? Thanks.

  6. #106
    Avdero's Avatar
    Join Date
    Mar 2013
    Location
    Nottingham
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    increase the capacity of frag helper, things liek ring changer, amulet changert etc for wars, similar to magebot
    Successful trades:
    6kk with PunktG
    180 RP with Abuse
    5kk with Xiaospike

    Scammers:

    Projects:

    Full JXScripts 100% AFK 0-100 MS and EK on Antica.
    http://forums.xenobot.net/showthread...sing-JXScripts
    MS - 70%
    EK - 90%

  7. #107
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Avdero View Post
    increase the capacity of frag helper, things liek ring changer, amulet changert etc for wars, similar to magebot
    Use a script.

  8. #108
    Avdero's Avatar
    Join Date
    Mar 2013
    Location
    Nottingham
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was talking about building it into bot, frag helper could use more built in options
    Successful trades:
    6kk with PunktG
    180 RP with Abuse
    5kk with Xiaospike

    Scammers:

    Projects:

    Full JXScripts 100% AFK 0-100 MS and EK on Antica.
    http://forums.xenobot.net/showthread...sing-JXScripts
    MS - 70%
    EK - 90%

  9. #109
    Senior Member
    Join Date
    Sep 2012
    Posts
    1,070
    Mentioned
    18 Post(s)
    Tagged
    0 Thread(s)
    A way to use item from ground with some other item on ground:
    Self.UseItemFromGroundWithGround(fromx, fromy, fromz, withx, withy, withz) z is not needed even, but who knows about what future brings.

    Disable/enable spellcaster, ammo refiller etc... just like with targeting, looting, walker. (through scripts that is)

    Possibly adding a small soulpoints box in spellcaster where default is 0 and spells are being cast, while if you write eg.50 it wont cast the spell under 50 souls.(can be done through scripts, but so can ammo refiller, spellcaster and basicly everything that is user-friendly in the bot)

    Had something else in mind... will come back later

    Edit:
    Add protection zone check
    Add drunk check, and also drowning if it doesn't exist yet
    A way to use an item in a container with another item in the container

    Edit2: When using pots in Support, make a check so you really have pots, otherwise it will spam and server will tell you "Sorry, not possible."
    Also idk if Suggestion #17 should be there or Forum suggestion list.

    Also a question to DarkstaR, what kind of info can we get from tibia.dat? I am thinking of "allow projectiles" thing to be more specific.

    @Hendy please check this
    Last edited by dinmamma; 05-01-2013 at 11:04 PM.

  10. #110
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    @dinmamma the first one is possible using Map.MoveItems can't remember it exactly though.

    The other stuff I'll add in later.

Posting Permissions

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