Skip to content

Commit

Permalink
chore: update attack keys (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonrag authored Dec 29, 2024
1 parent 435ddcd commit 2aa90e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions control/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ aggressiveAntiKS 0

attackUpdateMonsterPos 1

attackBeyondMaxDistance_waitForAgressive 1
attackBeyondMaxDistance_sendAttackWhileWaiting 1
attackSendAttackWithMove 1
# the following attack keys are meant to work only in private server (rAthena/Hercules)
# if you enable this in a official server you character will act weird, because character can't attack beyond the range
attackBeyondMaxDistance_waitForAgressive 0
attackBeyondMaxDistance_sendAttackWhileWaiting 0
attackSendAttackWithMove 0
attackWaitApproachFinish 1

autoMoveOnDeath 0
Expand Down
2 changes: 1 addition & 1 deletion tables/packetdescriptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
0368 Actor Get Info
0369 Actor Get Info (Name)
0436 Map Login
0437 Character Move
0437 Actor Action (Attack, Sit or Stand)
0438 Skill Use
0439 Item Use
0443 Skill Select
Expand Down

0 comments on commit 2aa90e2

Please sign in to comment.