Play Legend of the Green Dragon Play BNT Play Promisance Play Alien Assault Traders Play Quantum Star Play Some Chess  
   D3jsp RPGRPG   ArcadeArcade   Multiplayer PokerD3Jsp Poker   FAQ/RulesFAQ/Rules  SearchSearch  MemberlistMemberlist   UsergroupsUsergroups   ChatroomLive Chat   Log inLog in   RegisterRegister 

Kolbot Script Question

 
Post new topic  Reply to topic  d3jsp Forum Index -> Diablo II- Trading -> USEAST Ladder Trading
View previous topic :: View next topic ::  


Author Message
WannaBe83


Group: Banned
Joined: 19 Apr 2014
Posts: 13
Gold: Locked


Status:
Warn: Banned
Reputation: 0    


Banned

Post#1 Posted: 29 Apr 2014 03:20 pm    Post subject: Kolbot Script Question Reply with quote

so say I want to modify how long my bot searches for XP shrine, do i simply modify the 15 in (Misc.getShrinesInArea(i, 15, true)? Or does that have nothing to do with time and it just checks all shrines in the area i designate?

trying to modify this

Code:
        for (i = 4; i > 1; i -= 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }
 


Last edited by WannaBe83 on 29 Apr 2014 03:20 pm; edited 1 time in total

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
Ne0


Group: Members
Joined: 29 Apr 2014
Donor:
Posts: 89
Gold: 53.60
Clan: D3JSP


us.gif

Status:
Warn:
Reputation: 2    



Post#2 Posted: 29 Apr 2014 03:49 pm    Post subject: Re: Kolbot Script Question Reply with quote

WannaBe83 wrote:
so say I want to modify how long my bot searches for XP shrine, do i simply modify the 15 in (Misc.getShrinesInArea(i, 15, true)? Or does that have nothing to do with time and it just checks all shrines in the area i designate?

trying to modify this

Code:
        for (i = 4; i > 1; i -= 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }
 


Your bot should only search for a experience shrine until your leader says safe message.
Back to top
View user's profile Send private message AIM Address
WannaBe83


Group: Banned
Joined: 19 Apr 2014
Posts: 13
Gold: Locked


Status:
Warn: Banned
Reputation: 0    


Banned

Post#3 Posted: 29 Apr 2014 06:01 pm    Post subject: Re: Kolbot Script Question Reply with quote

Nuisance wrote:
WannaBe83 wrote:
so say I want to modify how long my bot searches for XP shrine, do i simply modify the 15 in (Misc.getShrinesInArea(i, 15, true)? Or does that have nothing to do with time and it just checks all shrines in the area i designate?

trying to modify this

Code:
        for (i = 4; i > 1; i -= 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }
 


Your bot should only search for a experience shrine until your leader says safe message.


I'm not using this with baal assistant, and that's the thing. I don't want him to stop until he finds shrine

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
Ne0


Group: Members
Joined: 29 Apr 2014
Donor:
Posts: 89
Gold: 53.60
Clan: D3JSP


us.gif

Status:
Warn:
Reputation: 2    



Post#4 Posted: 01 May 2014 03:10 pm    Post subject: Re: Kolbot Script Question Reply with quote

WannaBe83 wrote:
Nuisance wrote:
WannaBe83 wrote:
so say I want to modify how long my bot searches for XP shrine, do i simply modify the 15 in (Misc.getShrinesInArea(i, 15, true)? Or does that have nothing to do with time and it just checks all shrines in the area i designate?

trying to modify this

Code:
        for (i = 4; i > 1; i -= 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }
 


Your bot should only search for a experience shrine until your leader says safe message.


I'm not using this with baal assistant, and that's the thing. I don't want him to stop until he finds shrine


PM Jeff, i'm pretty sure he is good with Kolbot.
Back to top
View user's profile Send private message AIM Address
TooLegitTooQuit


Group: Members
Joined: 25 Mar 2014
Donor:
Posts: 895
Gold: Locked
Clan: Integrity


us.gif

Status:
Warn:
Reputation: 3    



Post#5 Posted: 01 May 2014 05:40 pm    Post subject: Re: Kolbot Script Question Reply with quote

Nuisance wrote:
WannaBe83 wrote:
Nuisance wrote:
WannaBe83 wrote:
so say I want to modify how long my bot searches for XP shrine, do i simply modify the 15 in (Misc.getShrinesInArea(i, 15, true)? Or does that have nothing to do with time and it just checks all shrines in the area i designate?

trying to modify this

Code:
        for (i = 4; i > 1; i -= 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }
 


Your bot should only search for a experience shrine until your leader says safe message.


I'm not using this with baal assistant, and that's the thing. I don't want him to stop until he finds shrine


PM Jeff, i'm pretty sure he is good with .


Hellllllll no!!! Jeff's a known scammer. Pm warrior ten times better than Jeff he's also 10 times more active than Jeff. Also when I messaged warrior first time he never said anything bad about Jeff. The only thing Jeff has said to me was bad things about his competitor (warrior) with absolutely no proof.
Good luck w ur problem I went from knowing nothing about kolbot to running 50 bots no problem about to run another 70 on my brand new computer!! Great guy warrior is super voucher
Back to top
View user's profile Send private message
TooLegitTooQuit


Group: Members
Joined: 25 Mar 2014
Donor:
Posts: 895
Gold: Locked
Clan: Integrity


us.gif

Status:
Warn:
Reputation: 3    



Post#6 Posted: 01 May 2014 05:49 pm    Post subject: Reply with quote

I respect the fact that the mods can't do anything bc the trade occurred on skype not this site. However proof provided Jeff = scammer
Back to top
View user's profile Send private message


name


Group: Banned
Joined: 25 Jun 2013
Posts: 16
Gold: Locked


Status:
Warn: Banned
Reputation: 0    


Banned

Post#7 Posted: 04 May 2014 08:42 am    Post subject: Reply with quote

15 just means the type of shrine it's searching for, 15 = exp shrine.

In the for loop you posted the i = areaid, it starts at area 4 (stoney field) and searches back to area 1 (rouge encampment).

If you wanted to add more areas you could make it go back to town after that loop and then search, dark wood -> tamoe highland with something like this

Code:

         for (i = 5; i < 8; i += 1) {
                if (Misc.getShrinesInArea(i, 15, true)) {
                        break;
                }
        }

_________________
This user's signature has been disabled
Back to top
View user's profile Send private message
Nate
Forum Police!

Group: Retired Moderators
Joined: 13 Jul 2008
Donor:
Posts: 8615
Gold: 2007.49


ca.gif

Status:
Warn:
Reputation: 152    


Retired Moderators

Post#8 Posted: 04 May 2014 05:44 pm    Post subject: Reply with quote

Let's keep scammer accusations to the correct forum only please
_____________________



How To Get Verified!
http://www.d3jsp.org/viewtopic.php?t=84882
PM Me With ANY Questions Or Concerns smile
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
1 Members: Guest
Post new topic  Reply to topic  d3jsp Forum Index -> Diablo II- Trading -> USEAST Ladder Trading All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum



D3jsp is proudly powered by phpBB © 2.0
Theme and Forum by tramway