mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #352] No Whip Animation #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sch4ff3r on GitHub (Jan 7, 2020).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/352
Whip Animation on monsters doesn't show up.
@Jmx77-RS commented on GitHub (Jan 7, 2020):
Which monsters in particular?
@Gptaqbc commented on GitHub (Jan 7, 2020):
In specials.java line 108 method activateSpecial doesnt support NPC because in a fight with a NPC the o var is null so it never happens(line 222):
@Gptaqbc commented on GitHub (Jan 27, 2020):
Oh I got it! Add this before the line 108:
(Server.npcHandler isn't what we use but it shouldn't be hard to find what to use)
EZPZ