aeon0 / botty

D2R Pixel Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how skill setting?

choitout opened this issue · comments

I want to enable static field for pindle hunting. Can I edit the number of attacks as well?

@choitout I don't have a sorc, so didn't test it. But did you configure the option at params.ini line 127?

[sorceress]
teleport=
frozen_armor=
energy_shield=
thunder_storm=
telekinesis=
static_field=

I think if you configure static_field with a valid shortcut it will work.

Attack lengths for pindle are configured under [char] line 70:

atk_len_arc=2.5
atk_len_trav=4.0
**atk_len_pindle=3.0**
atk_len_eldritch=3.0
atk_len_shenk=4.0
atk_len_nihlathak=4.0

Consider setting atk_len_pindle to a higher number for more attacks. No idea if that increases the amount of static_field attacks, so I guess you'll have to check for yourself.

PS: Don't use Github issues for these sort of questions. Ask them in the Discord please.