Signup Now
Page 89 of 227 FirstFirst ... 3979878889909199139189 ... LastLast
Results 881 to 890 of 2270
  1. #881
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    Quote Originally Posted by Hmatus View Post
    there is a chance i could get my scripts from ibot to windbot? I bought like 5 or something on ibot =( My user name was Boskk, I sent you a private msg with my email that I used to buy those scripts
    Check PM.

    Quote Originally Posted by rey isaac View Post
    @blakw , bro will you please improve the exori function on your grimvale EK script. i have been running it for several weeks, playing with the settings to get better results from the exoris by changing the number of when to do what, but the bot doesn't prioritize the stronger spells, when have many monsters in battle. it keeps shooting exori hurs, and exori icos, more then it should. since monsters do not die fast enough, i am wasting and not getting the best results i could. please help.
    You mean it should use Exori/Exori Gran before Exori Ico/Exori Hur?


    Visit:
    (◣_◢)

  2. #882
    Free User
    Join Date
    Dec 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    [QUOTE=blakw;343033]It no longer wait for bodies, what should be improved in your opinion?

    It should loot then immediately fish the body, instead it usually lags behind one kill. i.e. if I kill a water elemental and loot drops from it, my char will loot but not fish, then if another monster is killed and looted next to the previous water elemental body, it will loot that monster then fish the previous water elemental. Since this is conditional , it only happens sometimes and it often leaves many bodies in one area unfished.

  3. #883
    Free User
    Join Date
    Jan 2016
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Bot is stuck on this waypoint, I have everything correctly set in settings. No idea why it is getting stuck opening bps.
    Code:
    setsetting("Persistent/Scripts/Auto Reopen Backpacks/Enabled", "no")
    setsetting("Looting/OpenNextBP", "no")
    
    closewindows(goldBp)
    
    wait(1000, 1500)
    
    if (useMainBp == true) and windowcount(mainBp) == 0
    then
    	openitem(mainBp, "back")
    	wait(1500, 2000)
    	resizewindows()
    end
    
    wait(500, 1000)
    
    if (useLootBp == true) and windowcount(lootBp) == 0
    then
    	openitem(lootBp, mainBp, true)
    	wait(1500, 2000)
    	resizewindows()
    	local BPNAME = lootBp
    	local getbp = getcontainer(BPNAME)
    	while getbp.maxcount-getbp.itemcount == 0 
    	do
    		openitem(lootBp, lootBp, false)
    		wait(1500, 2000)
    	end
    end
    
    wait(500, 1000)
    
    if (useSupBp == true) and windowcount(supBp) == 0
    then
    	openitem(supBp, mainBp, true)
    	wait(1500, 2000)
    	resizewindows()
    end
    
    wait(500, 1000)
    
    --For Extra Backpack
    if (useExtraBackpack == true) and windowcount(extraBp) == 0
    then
    	openitem(extraBp, mainBp, true)
    	wait(1500, 2000)
    	resizewindows()
    end
    
    wait(500, 1000)
    resizewindows()
    wait(1000)
    Also got this console error when trying to start the script:
    Code:
    Console Error: error in Persistent script Spells Attack:
      ["    elseif itemcount("avalanche rune"..."]:Spells Attack:101 attempt to compare nil with number
    This is for the minotaur plains script for MS.

  4. #884
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    [QUOTE=Ticcow;343463]
    Quote Originally Posted by blakw View Post
    It no longer wait for bodies, what should be improved in your opinion?

    It should loot then immediately fish the body, instead it usually lags behind one kill. i.e. if I kill a water elemental and loot drops from it, my char will loot but not fish, then if another monster is killed and looted next to the previous water elemental body, it will loot that monster then fish the previous water elemental. Since this is conditional , it only happens sometimes and it often leaves many bodies in one area unfished.
    Waiting for bodies to be looted may be interfering with it, will take a look.

    Quote Originally Posted by Nignog View Post
    Bot is stuck on this waypoint, I have everything correctly set in settings. No idea why it is getting stuck opening bps.

    Also got this console error when trying to start the script:
    Code:
    Console Error: error in Persistent script Spells Attack:
      ["    elseif itemcount("avalanche rune"..."]:Spells Attack:101 attempt to compare nil with number
    This is for the minotaur plains script for MS.
    Ensure you got Tibia Classic Controls enabled as well full minimap and clean of marks.
    About rune error, redownload and try again please.


    Visit:
    (◣_◢)

  5. #885
    Free User
    Join Date
    Apr 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Hey man ur script Ankrahmun Mountain Tomb doesnt work well for lvl 50 i trying now its getting stuck in some places just moving like a circle.. take a look at it pls.
    Srsly this scripts is fucked up.
    Last edited by berkana; 01-21-2016 at 06:43 PM.

  6. #886
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    Quote Originally Posted by berkana View Post
    Hey man ur script Ankrahmun Mountain Tomb doesnt work well for lvl 50 i trying now its getting stuck in some places just moving like a circle.. take a look at it pls.
    Take a printscreen of the stuck location please (including minimap).


    Visit:
    (◣_◢)

  7. #887
    Free User
    Join Date
    Mar 2015
    Posts
    62
    Reputation
    7
    Rep Power
    0
    yes bro, it should not even bother with exori ico or exori hur, if theres enough monsters to exori and exori gran and min.
    please fix, the way it is it takes forever to kill monsters

  8. #888
    Free User
    Join Date
    Jan 2016
    Posts
    11
    Reputation
    16
    Rep Power
    0
    I'm using your ghaz mines script but i found this when I wake up in the morning.. (he's moving some arrow to the loot bp)


  9. #889
    Free User
    Join Date
    Nov 2015
    Posts
    38
    Reputation
    10
    Rep Power
    0
    check Freyr on Celesta

  10. #890
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,666
    Reputation
    73
    Rep Power
    29
    Quote Originally Posted by rey isaac View Post
    yes bro, it should not even bother with exori ico or exori hur, if theres enough monsters to exori and exori gran and min.
    please fix, the way it is it takes forever to kill monsters
    It automatically should remove Exori Ico/Hur from targeting spells when there is more than 2 creatures close to your character, not happening your case? If yes please redownload the script and try again.
    If the issue persist contact me on skype blakw.scripts (confirm ownership on forum by PM because there are fake ones).

    Quote Originally Posted by Hmatus View Post
    I'm using your ghaz mines script but i found this when I wake up in the morning.. (he's moving some arrow to the loot bp)

    It could have been a miss-click while moving the arrows to ammo slot.
    Did it happened more than once?


    Visit:
    (◣_◢)

 

 

Posting Permissions

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