Signup Now
Page 35 of 53 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 525
  1. #341
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Trollmanft View Post
    Hive west script needs some work, it stops walking to use potions a lot to/from spawn causing it to lure lots of creatures and when it gets stuck (see my attachment on the above post) it will sit there and spam potions until it dies.
    When i finally decided to use exori gran because i was bored of watching my character die, it ran back into the hive area on low potions... so i had to completely turn cavebot off and run manually back to the dp. (this is probably how ratrider died)
    Another problem with Hive west, when i first ran to spawn, it stopped to kill creatures just outside the hive west door and got stuck.
    A problem ive found with more than 1 of your scripts is that it doesnt have checkers after traveling, this made my characters get stuck on boats and once at the forbidden island travel npc...
    Also i find that the looting on a few of your scripts is really annoying as its trying to drag items 24/7 while healing which causes it to miss items/throw items in the wrong bps/throw items on the floor (did not have this problem with yalahar workers however).
    Hai sir, sorry for delay but I've updated the script to version 1.2 and now it will kill swarmers while being stuck. and the reason it was going back to spawn was because it was trying to find moveable waypoints and it found one while you killed the swarmer manually at towers but would anyway go back to the city
    I added more boatcheckers on this version and some other small unnoticeable stuff.
    The bot will loot after ALL monsters are dead if you have more monsters than "Ignore when X or less monsters around" in the settings around, else it will loot smart. so you might change that to lower if your bot doing too many actions at the same time ^^

    thx for report anyway <3

  2. #342
    Free User Dosinger's Avatar
    Join Date
    Dec 2013
    Posts
    146
    Reputation
    10
    Rep Power
    24
    This service was not good 1.2kk pay for EK Walls script does not work me, I hope this can be fixed asap ..

  3. #343
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by ratrider View Post
    Just curious, do you have any list that you write down issues that needs to be updated and fixed?
    At the moment nope! But just created one and will be updating it as much as possible, thats for the tip bro!
    so please throw errors and ideas at me! x)

    Quote Originally Posted by ragulf View Post
    Im using your Corruption Hole -1 script and its working great.. but it doesnt have any safe script for raids? (mainly thinking of the lancer beetles raid) I didnt notice it thats why I am asking! If you could add one it would be awesome!
    It doesn't react on raids for now, added it on my list (:

    Quote Originally Posted by Dosinger View Post
    This service was not good 1.2kk pay for EK Walls script does not work me, I hope this can be fixed asap ..
    I updated the script and sent you new version on skype - please test it bro! =D

  4. #344
    Free User
    Join Date
    Aug 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Hey I am very interested in your Ramoa Script for my Druid.

    BUT I have one question...Could you PLEASEEE add an Undead Cavebear Tamer to your script? That would be awesome, I would buy it immediately. :-D

  5. #345
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Eiki View Post
    Hey I am very interested in your Ramoa Script for my Druid.

    BUT I have one question...Could you PLEASEEE add an Undead Cavebear Tamer to your script? That would be awesome, I would buy it immediately. :-D
    Hey sir! It's a great and well functioning script, I am sure you won't be disapointed!

    I wrote some time ago code to use an item on the bossmonster Midnight Panther, you can add this manually to your script, inside 'Cavebot -> Scripter', after you bought it (:

    Code:
    --Using item on bossmonster and check for message afterwards
    auto(200,350)
    --12306 = Leather Whip
    local msg1 = 'MSG OF OBTAINED PANRTAAAAH XDD'
    local msg2 = 'queeeeeeeeeeee POR FAVOR'
    
    if maround(0, 'Undead Cavebear') > 0 then
    	useoncreature(12304, 'Undead Cavebear')
    	wait(1000)
    end
    
    foreach newmessage m do
    	if m.content == msg1 or m.content == msg2 then
    		playsound('monster.wav')
    		flashclient()
    	end
    end
    I can't find any message after you tamed it, if you neither do just ignore the message - not important
    Last edited by TibiaDealer; 09-30-2014 at 06:28 PM.

  6. #346
    Free User
    Join Date
    Aug 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    I bought it now - will using it soon

    Thank you mate ! :-)

  7. #347
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Eiki View Post
    I bought it now - will using it soon

    Thank you mate ! :-)
    And review? thx

  8. #348
    Free User
    Join Date
    Jan 2014
    Posts
    40
    Reputation
    11
    Rep Power
    0
    Quote Originally Posted by TibiaDealer View Post
    Hey sir! It's a great and well functioning script, I am sure you won't be disapointed!

    I wrote some time ago code to use an item on the bossmonster Midnight Panther, you can add this manually to your script, inside 'Cavebot -> Scripter', after you bought it (:

    Code:
    --Using item on bossmonster and check for message afterwards
    auto(200,350)
    --12306 = Leather Whip
    local msg1 = 'MSG OF OBTAINED PANRTAAAAH XDD'
    local msg2 = 'queeeeeeeeeeee POR FAVOR'
    
    if maround(0, 'Undead Cavebear') > 0 then
    	useoncreature(12304, 'Undead Cavebear')
    	wait(1000)
    end
    
    foreach newmessage m do
    	if m.content == msg1 or m.content == msg2 then
    		playsound('monster.wav')
    		flashclient()
    	end
    end
    I can't find any message after you tamed it, if you neither do just ignore the message - not important
    It's set to use leather whip as you wrote it, maxilla is for the cavebear

  9. #349
    Free User
    Join Date
    Aug 2014
    Posts
    48
    Reputation
    2
    Rep Power
    0
    Very nice scripts, recommended.

  10. #350
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by brianibarra View Post
    Very nice scripts, recommended.
    Thank you sir, hope you will be back and continue our business

 

 

Tags for this Thread

Posting Permissions

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