Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heal/Support Priest Bot #1275

Closed
WildThot opened this issue Oct 15, 2017 · 5 comments · Fixed by #1277
Closed

Heal/Support Priest Bot #1275

WildThot opened this issue Oct 15, 2017 · 5 comments · Fixed by #1277

Comments

@WildThot
Copy link

WildThot commented Oct 15, 2017

Summary: Continuously looped blessing/buffing of self, repeatedly checked the config file and it only stops when the party skills are removed from the config file, they previously worked until a week or so ago. This is from a fresh/clean install. Nothing in the config file is out of place as it would have caused the same errors prior to this.
Expected Behavior:

Normal bless, agi & heal + party buffs and following the set target.

Actual Behavior:

Found my master!
Packet Parser: Unknown switch: 0AB8
You are casting Blessing on yourself (Delay: 0ms)
You are again: Blessing (Duration: 240s)
You use Blessing on yourself (Lv: 10)
Packet Parser: Unknown switch: 0AB8
You are casting Blessing on yourself (Delay: 0ms)
You are again: Blessing (Duration: 240s)
You use Blessing on yourself (Lv: 10)
Packet Parser: Unknown switch: 0AB8
You are casting Blessing on yourself (Delay: 0ms)
You are again: Blessing (Duration: 240s)
You use Blessing on yourself (Lv: 10)
Packet Parser: Unknown switch: 0AB8
Packet Parser: Unknown switch: 0AB8
You are casting Blessing on yourself (Delay: 0ms)
You are again: Blessing (Duration: 240s)
You use Blessing on yourself (Lv: 10)
You are now: Sitting
You are sitting.
You are no longer: Sitting
You are standing.
You are casting Increase AGI on yourself (Delay: 331ms)
You are again: Increase AGI (Duration: 240s)
You use Increase AGI on yourself (Lv: 10)
You are now: EFST_POSTDELAY (Duration: 1s)
You are now: Sitting
You are sitting.
You are no longer: EFST_POSTDELAY
You are no longer: Sitting
You are standing.
You are casting Blessing on yourself (Delay: 0ms)
You are again: Blessing (Duration: 240s)
You use Blessing on yourself (Lv: 10)
You are now: Sitting
You are sitting.
Disconnecting (numbers)...disconnected
Error: Out of sync with server

It runs from the master even though the master is within a few cells (and moving) half way across the map then returns to continuously bless itself, I have tried looking for alternative threads and found nothing at all similar.

@alisonrag
Copy link
Contributor

post your blessing config

@iamtonysoft
Copy link
Contributor

iamtonysoft commented Oct 16, 2017

i experience the same with my party master-slave but never got the disconnected issue. Slave just wont use the skill to target player.

#1272 and #1154 dunno if its related to the latest merge.

Here is my sample config

partySkill Heal {
	lvl 10
	sp > 10%
	target Player1
	target_hp < 80%
}
partySkill Increase AGI {
	lvl 10
	sp > 45
	target Player1
	target_whenStatusInactive Increase AGI
	timeout 120
}

@WildThot
Copy link
Author

WildThot commented Oct 16, 2017

I have tried several including these with the timeout edited etc....

useSelf_skill Blessing {
lvl 10
whenStatusInactive Blessing
sp > 10%
timeout 5
}

useSelf_skill Blessing {
lvl 10
sp > 10
notWhileSitting 1
whenStatusInactive Blessing
target_timeout 240
timeout 240
}>

but still the issue is... it worked perfectly fine 1-2 weeks ago and since a fresh install the heal slave no longer buffs nor heals the master.

Edit: Added party skill use config

partySkill Blessing {
lvl 10
sp > 64
notInTown 1
timeout 5
target_whenStatusInactive Blessing
target_timeout 240
}

partySkill Blessing {
lvl 10
sp > 10
whenStatusInactive EFST_POSTDELAY
notWhileSitting 1
target_timeout 240
timeout 240
}<

again these all worked fine 1-2 weeks ago (don't use it much at all and when i do a install fresh/update whenever needed (yes i'm using the latest))

@iamtonysoft
Copy link
Contributor

@WildThot

On my case the priest still heal/buffs himself but never the master. For now all we can do is wait.

@Fadreus
Copy link
Contributor

Fadreus commented Oct 16, 2017

I have same issue after updating src folder.
Another issue with latest src updates are:

  • Monster are lost Target lost before they are confirmed dead Target died.

  • Unable to cast skill on target after 3 tries due to monster exist in kore while in game it's already long
    gone.

  • Some skill (example mine; Mug) printed Casting failed: Requirement (10) and other skills Casting falied: Mid-Delay (4)

  • Another is (i don't know what cause it) after waking up from sleep, it just stuck at town and disconnect while ai sequence on route. I don't log everything form console but it's related to casting skill repeatedly and DC > Log in > DC > loop.

After I reverting back to previous version everything back to normal again (as far for my usage)
Anyone who want quick solution can use src previous version while waiting for fix update (Updates from before 2 days ago are still fine).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants