Signup Now
Page 47 of 105 FirstFirst ... 3745464748495797 ... LastLast
Results 461 to 470 of 1043
  1. #461
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Nimo View Post
    I have done most of things, but I am thinking about add floor below as optional spawn, so you can hunt 2 caves using same script.

    Things I added today arent important. It's just new boxes depositer, and option to run if player/pk on spawn, that's why it's not relased yet.
    Ok. Thanks. Below spawn is not a big deal, just need to not lure 10+ monsters lol.

  2. #462
    Free User Nimo's Avatar
    Join Date
    Dec 2015
    Posts
    1,202
    Reputation
    120
    Rep Power
    23
    Quote Originally Posted by aussiehunter View Post
    Ok. Thanks. Below spawn is not a big deal, just need to not lure 10+ monsters lol.

    Fix for softcore mode has been sent yesterday. You can download it from the same link as before.

  3. #463
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Nimo View Post
    Fix for softcore mode has been sent yesterday. You can download it from the same link as before.
    Cool. What about hardcore? Surely better to have some method of turn on targetting if x monster around? ATM it runs to next 'targon' waypoint no matter how many monsters chasing = waste

  4. #464
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Testing new script... there is no new depot option?

  5. #465
    Free User Nimo's Avatar
    Join Date
    Dec 2015
    Posts
    1,202
    Reputation
    120
    Rep Power
    23
    Quote Originally Posted by aussiehunter View Post
    Testing new script... there is no new depot option?
    As I said I havent relased new version yet, just the fix for softcore mode. If you want to turn on targeting if X monsters on screen add this as new peristent. However I would use orginal script without this.

    local amount = 2 -- amount to turn on targeting

    auto(1000)
    if $wptsection == "Hunt" then
    if maround(8, unpack(MONSTERS)) >= amount then
    targon()
    end
    end

  6. #466
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Alright. Thanks i'll try that.

    Another problem. The "ignore single monster" option doesn't work.

  7. #467
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    In that targetting script, can you make it ignore Glooth Blob? Otherwise will turn on targetting at glooth blobs

  8. #468
    Free User Nimo's Avatar
    Join Date
    Dec 2015
    Posts
    1,202
    Reputation
    120
    Rep Power
    23
    Quote Originally Posted by aussiehunter View Post
    In that targetting script, can you make it ignore Glooth Blob? Otherwise will turn on targetting at glooth blobs
    Ignore single works only on hardcore mode.
    Use this if you want specifict monsters

    local amount = 2 -- amount to turn on targeting

    auto(1000)
    if $wptsection == "Hunt" then
    if maround(8, "Rat", "Cave Rat", "Bug") >= amount then
    targon()
    end
    end


    Just change and add monsters names like I did.

  9. #469
    Free User
    Join Date
    Jun 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Thanks

  10. #470
    Free User Digotsu's Avatar
    Join Date
    Jan 2014
    Posts
    112
    Reputation
    14
    Rep Power
    24
    Quote Originally Posted by Nimo View Post




    Tibia Coins: 275 TC Real Cash: 11 USD

    Vocation: Paladin
    Level: Softcore: 200+
    Script Mode: Normal
    Experience per Hour: 250k/h - 400k/h
    Profit per Hour: 30k/h to 80k/h
    This script doesn't require open portals in Thais North Temple
    General Features:
    Alarms
    Retro PVP Security
    Simple & Clean Setup
    Advance/Death Screenshot Taker
    Safe Stamina
    Safe Bank
    Soft Boots Refiller
    Supplies Refiller
    Smart Targeting
    Special Areas
    Amulet/Ring Equipper
    Smart Healing
    Auto Haste
    Great HUDs
    Optional Loot Gold
    Optional Valuable Bodies Only
    Withdraw Amulets
    Withdraw Rings
    Script Features:
    Grizzly Adams Tasker
    Use Exevo Mas San
    Use Teleport Carpet
    Use Teleport Shortcut
    Sell Zaoan Items
    Anti Lure
    Amount To Spells
    ... and more not listed above!
    Potions:
    • Strong Mana Potion
    • Great Spirit Potion
    Healing Spells:
    • Exura Gran San
    • Exura San
    • Exura
    • Utura Gran
    Attack Spells:
    • Exori San
    • Exori Con
    • Exevo Mas San
    Quests:




    Code:
    1.0 Initial release.
    This script needs a lot of fixing bro.
    1. Even with the option of Teleport TP unchecked, it kept trying to go up.
    2. Even with the option of Carpet unchecked, it kept trying to go through the carpet.
    3. It happened twice that the character whilst running from the drakens, it got into the tp and didnt come back ( this might happened cuz i play with 150-180 ping ).

    Oh and I think you should remake this script to actually start in Gray Island and go through the tp, its easier and faster than gathering the 7 tomes to be able to gain some speed, but it still has the risks of finding lancer beetles raid and such. This is just an opinion though. Keep it comming, I like your scripts bro.

 

 

Posting Permissions

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