Signup Now
Page 14 of 57 FirstFirst ... 4121314151624 ... LastLast
Results 131 to 140 of 566
  1. #131
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by jokamaka View Post
    Hello Dekk, i love your larva, scarab and ancient scarab multicave script and using it for my mages 8-50.
    So im requesting a script for mages 50+ would appreciate it a lot!
    Soon baby

  2. #132
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by xeroH View Post
    @Dekklezz

    I botting a level 50 Paladin with royal spears. Problem is it keeps going to refill everytime, I cant find the "CAP" thing to change.
    Would be really awesome if you could help me out. I keep doing so I have like 50-100 cap free Then i go manually there and start the bot, but it walks to the first ready check and then going back to refill.

    How can i solve it?

    Thank you and really awesome script beside my small problem
    /xeroH
    You can edit it at Supplies > RPlvl50RSpear so it buy less royals :P

  3. #133
    Free User
    Join Date
    Nov 2014
    Posts
    5
    Reputation
    10
    Rep Power
    0
    @Dekklezz Man I solved my issue with the Royal Spears. Thats not the problem.

    The problem is, every time i start botting in the cave, at the first "ReadCheckSup" and something with (80). It always goes for refill. Why is that? And what does This (80) stand for on each "Readychecksup".

    I have also emailed you, Can Send pictures if you dont understand what I mean.

    Thanks

  4. #134
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by xeroH View Post
    @Dekklezz Man I solved my issue with the Royal Spears. Thats not the problem.

    The problem is, every time i start botting in the cave, at the first "ReadCheckSup" and something with (80). It always goes for refill. Why is that? And what does This (80) stand for on each "Readychecksup".

    I have also emailed you, Can Send pictures if you dont understand what I mean.

    Thanks
    Please, send me the pics to my mail using tinypic.com.
    Btw: I thougth u was talking about Larvas/Scarabs/Ancient Scarabs script.
    In Venore Coryms, you must choose the quantity of spears at the depot code here:



    The red number is the ammount of spears.

    Code:
    local Ring = getuseroption('Stealth')
    local stealthbp = getlootingdestination('stealthbp')
    local maindpbp = getlootingdestination('maindpbp')
    local mainbp = getlootingdestination('mainbp')
    local Utana = getuseroption('Utana')
    local RSpear = getuseroption('RSpear')
    local Hand = getuseroption('Hand')
    local rspearbp = getlootingdestination('rspearbp')
    local lvl50 = 17 - itemcount('royal spear','rhand')
    local lvl30 = 13 - itemcount('royal spear','rhand')
    
    depotaction('maindpbp', 'stackbp', {'l', 'lootdpbp', 'e', 'edrondpbp', 'v', 'venoredpbp', 'c', 'cheesydpbp'})
    setsetting('Looting/OpenNextBP', 'yes')
    if RSpear then
    	wait(1000,2000)
    	openitem(rspearbp,maindbpbp,true)
    	wait(1000,2000)
    	if Hand == 'Right' and itemcount('royal spear','rhand') < 17 and $level >= 50 then
    		moveitems('royal spear','rhand',rspearbp,lvl50)
    	elseif Hand == 'Right' and itemcount('royal spear','rhand') < 13 and $level < 50 then
    		moveitems('royal spear','rhand',rspearbp,lvl30)
    	elseif Hand == 'Left' and itemcount('royal spear','lhand') < 17 and $level >= 50 then
    		moveitems('royal spear','lhand',rspearbp,lvl50)
    	elseif Hand == 'Left' and itemcount('royal spear','lhand') < 13 and $level < 50 then
    		moveitems('royal spear','lhand',rspearbp,lvl30)
    	end	
    	closewindows(rspearbp,true)
    end
    if Ring then
    	openitem(stealthbp,maindpbp,true)
    	wait(1000,2000)			
    	if itemcount('stealth ring','0') < 2 then
    		moveitems('stealth ring','back',stealthbp,1)
    	end
    else
    	if $vocation == 'druid' or $vocation == 'sorcerer' then
    		if Utana == 'Stealth Ring' then
    			openitem(stealthbp,maindpbp,true)
    			wait(1000,2000)
    			if itemcount('stealth ring','0') < 2 then
    				moveitems('stealth ring','back',stealthbp,1)
    			end
    		end
    	end
    end
    About the cap: The red number is the cap I've set. Obviously will be hard to change all cap's from all script. I recommend you to wait till day 25th and it will be solved.
    Code:
    if needresupply(80) then
    		gotolabel('whatever')
    	end
    New way to configurate all scripts is coming.
    Soon (in 2 days) news at the first post (Will release a video explaining how will my scripts work from day 19th on).
    Last edited by Dekk; 12-19-2014 at 12:22 AM.

  5. #135
    Free User
    Join Date
    Aug 2014
    Posts
    2
    Reputation
    10
    Rep Power
    0
    I used your script Fenrock and enjoyed, good work friend. I am awaiting the PIRATES NARGOR script you had closed the topic a while back. thank you, success

  6. #136
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by gleyson View Post
    I used your script Fenrock and enjoyed, good work friend. I am awaiting the PIRATES NARGOR script you had closed the topic a while back. thank you, success
    The nargor pirates will be a paid script. Today im uploading a video on how will my scripts work from day 25th on.
    Cheers!

  7. #137
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Updated, check first post! 5 days to big christmas update!
    Last edited by Dekk; 12-20-2014 at 04:56 PM.

  8. #138
    Free User Dosinger's Avatar
    Join Date
    Dec 2013
    Posts
    146
    Reputation
    10
    Rep Power
    24
    Quote Originally Posted by Dekk View Post
    Updated, check first post! 5 days to big christmas update!
    Good Job! <3

  9. #139
    Free User
    Join Date
    Dec 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    doesnt work. bot stops working everytime when refilling

  10. #140
    Free User
    Join Date
    Dec 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    doesnt work. bot stop working when refilling

 

 

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
  •