Signup Now
Page 28 of 57 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 566
  1. #271
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by galk View Post
    Sorry about multiple reply's here dekk, didnt meant to bother you or something, just trying to tell the bugs i found. Sorry for anything.

    Sorry for what? XD I must fix a bug if there is one xD.
    Last edited by Dekk; 02-12-2015 at 11:56 AM.

  2. #272
    Free User ash katchup's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    144
    Reputation
    15
    Rep Power
    24
    Quote Originally Posted by Brovar View Post
    I have question about your DekklezZ Menu. there is a soft changer script, which is switching between bohs and softs. pretty simple, right? but when softs are used and are changing into worn soft boots, script makes it more complicated cuz trying to repeat function moveitems(6529,'feet',MainBP,1) but there are no more softs in bp anymore. So, here is the question - how can i change the script so it would ignore that worn softs and just exp with more manas use? im botting lvl 90 coryms and have only 1 soft boots, after few hours in night bot just repeat "pause walking" since it has no softs to put on feet. anyway great script, i love you man!
    ps. i wasnt botting since 2008, many solutions in bots are changed, also i am not programmer so the code isnt that clear for me.
    I don't know which script you're using, but you can add the following line BEFORE moveitems:

    if itemcount('soft boots') > 0 then

  3. #273
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by ash katchup View Post
    I don't know which script you're using, but you can add the following line BEFORE moveitems:

    if itemcount('soft boots') > 0 then
    He's using the outdated corym script.

    Quote Originally Posted by Brovar View Post
    I have question about your DekklezZ Menu. there is a soft changer script, which is switching between bohs and softs. pretty simple, right? but when softs are used and are changing into worn soft boots, script makes it more complicated cuz trying to repeat function moveitems(6529,'feet',MainBP,1) but there are no more softs in bp anymore. So, here is the question - how can i change the script so it would ignore that worn softs and just exp with more manas use? im botting lvl 90 coryms and have only 1 soft boots, after few hours in night bot just repeat "pause walking" since it has no softs to put on feet. anyway great script, i love you man!
    ps. i wasnt botting since 2008, many solutions in bots are changed, also i am not programmer so the code isnt that clear for me.
    Didn't read it fully, thought you was using any of the current ones. Coryms is outdated. I'll fix at the same time when upload it. Anyway
    replace this code at Scripter > Persistent > EquipSofts

    Code:
    auto(200,400)
    local MainBP = getuseroption('MainBP')
    local UseSofts = getuseroption('UseSofts')
    local CustomSofts = getuseroption('CustomSofts')
    local MPSofts = getuseroption('MPSofts')
    if UseSofts then
    	if CustomSofts == '' then
    		return
    	else
    		if $mppc <= MPSofts and not $pzone then
    			if $feet.id ~= 3549 and itemcount(6529) > 0 then
    					pausewalking(1000)
    				moveitems(itemid(CustomSofts),MainBP,'feet',1)
    					pausewalking(1000)
    				moveitems(6529,'feet',MainBP,1)
    			end
    		else
    			if $feet.id == 3549 then
    				pausewalking(1000)
    				moveitems(3549,MainBP,'feet',1)
    				pausewalking(1000)
    				moveitems(CustomSofts,'feet',MainBP,1)
    			end
    		end
    	end
    end
    Last edited by Dekk; 02-12-2015 at 11:55 AM.

  4. #274
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Found a bug at the antistalker at the Peninsula Tomb and fixed it. Also improved the smoother action. Updated.

  5. #275
    Free User
    Join Date
    Jul 2014
    Posts
    71
    Reputation
    10
    Rep Power
    23
    Ankrahmun - Larvas, Scarabs and Ancients.xml

    bot don;t reach the spawn ... why?

  6. #276
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by marcink View Post
    Ankrahmun - Larvas, Scarabs and Ancients.xml

    bot don;t reach the spawn ... why?
    Which spawn and which floor?

  7. #277
    Free User
    Join Date
    Jul 2014
    Posts
    71
    Reputation
    10
    Rep Power
    23
    i set - first hole - and bot go to gate and back to depo..

  8. #278
    Free User
    Join Date
    Jan 2015
    Posts
    11
    Reputation
    9
    Rep Power
    0
    When will be again reuploaded coryms 6! script?

  9. #279
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by marcink View Post
    i set - first hole - and bot go to gate and back to depo..
    I need to know which one. East? West? Hidden? which one?

  10. #280
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by Jugg View Post
    When will be again reuploaded coryms 6! script?
    Haha as soon as It's finished hehe, need some time still. Today Im busy with gf, so to put a date for uploading Carlin - Dragon Lair and Venore - Coryms, it will be probably between 2~3 days, together with a new paid script which is taking most of my time now: Grey Island - All Spawns + Tasker + Auto Loot Seller + Hardcore/Lure mode. Testing them part by part so its taking 1 or 2 days after finishing them. (Pretended to have it before this weekend but hadn't time enough).
    Last edited by Dekk; 02-14-2015 at 05:13 PM.

 

 

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
  •