RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
WeaponAttackStyle.java
1package com.osroyale.game.world.entity.combat.weapon;
2
28
29public enum WeaponAttackStyle {
30
31 /*
32
33 328 - Magic Staff
34 425 - Hammer
35 5855 - default
36 6103 - staff
37
38 12290 - whip
39
40 776 - scythe
41 1698 - axe
42 2276 - short sword
43 4705 - 2h sword
44 5570 - pickaxe
45
46 2423 - longsword
47 3796 - mace
48 7762 - claws
49
50 4679 - spear
51
52 8460 - halberd
53
54 1764 - bow
55 4446 - thrown
56 24055 - chinchompa
57
58 */
59
62
65
68
71
74
77
80
81}