Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0

    Tank or keep away option.

    Sorry if this is in the wrong spot, trying to find a script that will give me the option in my script to tank a monster or keep it away (using on a mage). tried looking but couldnt find it.

  2. #2
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    Should be something like this:
    if getuseroption("TankMonster") then
    setsetting('Targeting/Creatures/Nightmare/Setting1/Stance', 'Reach')
    else
    setsetting('Targeting/Creatures/Nightmare/Setting1/Stance', 'Keep Away')
    end


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Ty ill test it out right now

    tested i uncheck and it wont switch back to reach. :P maybe im doing it wrong put it in cavebot scripter
    Last edited by Ctown; 02-24-2014 at 07:50 PM.

  4. #4
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Ctown View Post
    Ty ill test it out right now

    tested i uncheck and it wont switch back to reach. :P maybe im doing it wrong put it in cavebot scripter
    Did you set user options right?

    & maybe you should put an auto(500) before that

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0
    i think i messed that part up cuz when i did it it screwed up my supplies. didnt notice till it was to late.. but its all good

  6. #6
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0
    PHP Code:
    {
                    {
                            
    "type"        "checkbox",
                            
    "name"        "Tank",
                            
    "description" "If checked, your character will keep away from monster",
                            
    "text"        "Keep away",
                            
    "value"       true
                    
    }, 
    this is my user, and then
    PHP Code:
    if getuseroption("Tank"then
         setsetting
    ('Targeting/Creatures/Earth Overlord/Setting1/Stance''Reach')
         
    setsetting('Targeting/Creatures/Jagged Earth Elemental/Setting1/Stance''Reach')
         
    setsetting('Targeting/Creatures/Muddy Earth Elemental/Setting1/Stance''Reach')
    else
         
    setsetting('Targeting/Creatures/Earth Overlord/Setting1/Stance''Keep Away')
         
    setsetting('Targeting/Creatures/Jagged Earth Elemental/Setting1/Stance''Keep Away')
         
    setsetting('Targeting/Creatures/Muddy Earth Elemental/Setting1/Stance''Keep Away')
    end 

  7. #7
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Where do you have the geruseroption code?
    Last edited by TibiaDealer; 02-25-2014 at 01:06 AM.

  8. #8
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0
    tried under cavebot

  9. #9
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Just
    add
    the
    freaking
    auto(100)

  10. #10
    Free User
    Join Date
    Dec 2013
    Posts
    9
    Reputation
    10
    Rep Power
    0
    tried that raph. still doesnt switch it back and forth

 

 

Posting Permissions

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