Signup Now
Page 13 of 53 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 525
  1. #121
    Wind Powered Mamuth's Avatar
    Join Date
    Mar 2014
    Location
    Poland
    Posts
    232
    Reputation
    30
    Rep Power
    23
    You have video for Lizard City Walls North 0 & +1 & +2 Floor << ek 280+,
    HFF + Crystal Caves INQ - Mage AvalancheStyle <<< ed 280+
    Edron Behemoths - Avalancher Mage <<< ed 240+?

  2. #122
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Mamuth View Post
    You have video for Lizard City Walls North 0 & +1 & +2 Floor << ek 280+,
    HFF + Crystal Caves INQ - Mage AvalancheStyle <<< ed 280+
    Edron Behemoths - Avalancher Mage <<< ed 240+?
    Hey buddy, I do not got videos of any script at the moment "/ Will add it soon.

    if you got any questions about those scripts just ask
    @Mamuth man I just added video on Walls EK, check it out ^^ pretty nub and bad quality "/ but gives you a view how it works atleast ^^
    Last edited by TibiaDealer; 05-06-2014 at 08:26 PM.

  3. #123
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Lowered price of few scripts today.

    Also have 3 EK scripts under testing mode!

    Mines 4 floors, Hive West tower 4 Floors & Edron Demons (:

  4. #124
    Free User
    Join Date
    Apr 2014
    Posts
    54
    Reputation
    10
    Rep Power
    23
    was not the behemoth in edron 150+ before or something? :S @TibiaDealer

  5. #125
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by MANGE View Post
    was not the behemoth in edron 150+ before or something? :S @TibiaDealer
    I am pretty sure you can do the first floor without a problem on a 200 mage.

    150 tho is too dangerous when you have 3-4 behemoths running after you =P

  6. #126
    Banned
    Join Date
    Dec 2013
    Posts
    122
    Reputation
    15
    Rep Power
    0
    hey dude, im using edorn behemoths script, there's anyway to disable using the Gold BP if i'm not picking up gold?

  7. #127
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    Quote Originally Posted by Encor View Post
    hey dude, im using edorn behemoths script, there's anyway to disable using the Gold BP if i'm not picking up gold?
    Hey buddy! yeah ofc - go "Cavebot" > "Scripter" and then open "Backpacker"

    & then replace

    Code:
    		while windowcount(goldbp) == 0 do
    			pausewalking(2200,2700)
    			wait(1189,1311)
    			openitem(goldbp, mainbp, true)
    			resizewindows()
    		end
    with...

    Code:
    	if getuseroption("lootGPs") then
    		while windowcount(goldbp) == 0 do
    			pausewalking(2200,2700)
    			wait(1189,1311)
    			openitem(goldbp, mainbp, true)
    			resizewindows()
    		end
    	end
    should work, tell me if it doesn't (=

  8. #128
    Banned
    Join Date
    Dec 2013
    Posts
    122
    Reputation
    15
    Rep Power
    0
    Quote Originally Posted by TibiaDealer View Post
    Hey buddy! yeah ofc - go "Cavebot" > "Scripter" and then open "Backpacker"

    & then replace

    Code:
    		while windowcount(goldbp) == 0 do
    			pausewalking(2200,2700)
    			wait(1189,1311)
    			openitem(goldbp, mainbp, true)
    			resizewindows()
    		end
    with...

    Code:
    	if getuseroption("lootGPs") then
    		while windowcount(goldbp) == 0 do
    			pausewalking(2200,2700)
    			wait(1189,1311)
    			openitem(goldbp, mainbp, true)
    			resizewindows()
    		end
    	end
    should work, tell me if it doesn't (=
    ty, i'll try it and will elt you know how it goes

    edit: im getting this error in cosole: error in Cavebot script Backpacker:
    ["end"]:Backpacker:33: 'end' expected (to close 'function' at line 1) near '<eof>'


    the full code i have in backpacker is:

    --open backpacks
    auto(2555,5888)
    if (windowcount(mainbp) == 0) or (windowcount(lootbp) == 0) or (windowcount(goldbp) == 0) or (windowcount(supplybp) == 0) then

    while windowcount(mainbp) == 0 do
    pausewalking(2200,2700)
    wait(1189,1311)
    openitem(mainbp, "back", true)
    end

    while windowcount(lootbp) == 0 do
    pausewalking(2200,2700)
    wait(1189,1311)
    openitem(lootbp, mainbp, true)
    resizewindows()
    end

    while windowcount(supplybp) == 0 do
    pausewalking(2200,2700)
    wait(1189,1311)
    openitem(supplybp, mainbp, true)
    resizewindows()
    end

    if getuseroption("lootGPs") then
    while windowcount(goldbp) == 0 do
    pausewalking(2200,2700)
    wait(1189,1311)
    openitem(goldbp, mainbp, true)
    resizewindows()
    end
    end
    Last edited by Encor; 05-08-2014 at 03:35 PM.

  9. #129
    Free User TibiaDealer's Avatar
    Join Date
    Dec 2013
    Location
    Tibia-Dealer.com
    Posts
    391
    Reputation
    9
    Rep Power
    0
    @Encor there is a missing "end" in the end =P

  10. #130
    Banned
    Join Date
    Dec 2013
    Posts
    122
    Reputation
    15
    Rep Power
    0
    Quote Originally Posted by TibiaDealer View Post
    @Encor there is a missing "end" in the end =P
    lol ty, i will add another end :P

 

 

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
  •