Sightless Mind

International

Moderator: Moderators

Nicodareus
Noob
Noob
Posts: 17
Joined: 12 Feb 2012, 17:56
Noob?: Yes

Sightless Mind

#1 Post by Nicodareus »

Code: Select all

monsterSkill Hiding {
	lvl 10
	sp > 10
	whenStatusInactive Hiding
	timeout 0.5
	partyAggressives >= 3
	dist <= 2
}
monsterSkill Sightless Mind {
	lvl 5
	sp > 20
	whenStatusActive Hiding
	maxUses 10
}
What i assume that this does (i "wrote" it) is that when the bot detects 3 or more aggressives attacking it, it goes into hiding and then immediately uses sightless mind. This works quite well for the most part. The 0.5 timeout is there to account for lag on my end, so it doesn't spam hiding.
There are 2 observed problems with this:

1 - when my internet is laggy (all the time cause shared residence isp), the bot sometimes goes into hiding before it can teleport (due to low hp or too many aggressives) and then idles in hiding status and can't teleport away or attack. At which point it would wait until it completely runs out of sp and either fwings (if mobs are still there) or or sits to regen.

2 - it spams hiding cause it detects >3 aggressives, but there's so many mobs that it can't go into hiding cause it keeps getting hit, so it spams the block and dies instead of teleporting to safety.
---------------------------------------------------------------------------

Also, another relevant question: <teleportUseSkill 3> - Does it work for anyone on iRO? I used to bot 3~ years ago, and this was the only reason tele search was so essential to a good farm.
iMikeLance
Moderators
Moderators
Posts: 208
Joined: 01 Feb 2010, 17:37
Noob?: No
Location: Brazil - MG

Re: Sightless Mind

#2 Post by iMikeLance »

Nicodareus wrote: What i assume that this does (i "wrote" it) is that when the bot detects 3 or more aggressives attacking it, it goes into hiding and then immediately uses sightless mind. This works quite well for the most part. The 0.5 timeout is there to account for lag on my end, so it doesn't spam hiding.
There are 2 observed problems with this:

1 - when my internet is laggy (all the time cause shared residence isp), the bot sometimes goes into hiding before it can teleport (due to low hp or too many aggressives) and then idles in hiding status and can't teleport away or attack. At which point it would wait until it completely runs out of sp and either fwings (if mobs are still there) or or sits to regen.

2 - it spams hiding cause it detects >3 aggressives, but there's so many mobs that it can't go into hiding cause it keeps getting hit, so it spams the block and dies instead of teleporting to safety.
---------------------------------------------------------------------------

Also, another relevant question: <teleportUseSkill 3> - Does it work for anyone on iRO? I used to bot 3~ years ago, and this was the only reason tele search was so essential to a good farm.
1 - Increase teleportAuto_minAggressives <#>. # should be higher than aggressives <#> in your skill block.
2 - You can try maxUses <#>.
Nicodareus
Noob
Noob
Posts: 17
Joined: 12 Feb 2012, 17:56
Noob?: Yes

Re: Sightless Mind

#3 Post by Nicodareus »

I've done more testing and i'm using attackSkillSlot for the Sightless Mind block now.. seems to work better even with lag

Code: Select all

monsterSkill Hiding {
	lvl 10
	sp > 10
	whenStatusInactive Hiding
	timeout 0.25
	partyAggressives >= 3
	dist <= 3
	maxUses 1
}
attackSkillSlot Sightless Mind {
	lvl 5
	sp > 20
	whenStatusActive Hiding
}
Another thing...i'm not sure if this is a bug or not but it's damn annoying.
The bot likes to spam "msg_id: 1923 gave unknown results in: message_string"
Image
sorry for the image mindfuck. >=D

and seems to do so more frequently when people in my residence are sodomizing the bandwidth... :evil: which is all the time..can't wait to have my own isp and share it with one other person who respects low ms and internet gaming.. :mrgreen:

But yeah my guess is that because there's insane delay on my end of the connection all the timeouts get fucked up and the bot uses hiding before teleport and fails to use potions and stuff it's pretty annoying having to babysit it so i guess i won't be botting until i fix the connection issue. :|
Or i'll be botting safer maps.. There's two biolab3 spawns in there atm <.<... the high wiz and the lord knight. >=(