Purpose: to fix most of the wepons emotes.
Difficulty: 1/10
Assumed Knowledge: how to find,copy and paste.
Server Base: works for all server i think
Classes Modified: client.java
Purpose: to fix most of the wepons emotes.
Difficulty: 1/10
Assumed Knowledge: how to find<--(Ctrl+f) ,copy<--(Ctrl+c) and paste<--(Ctrl+v)
Server Base: works for all server i think
Classes Modified: client.java
Procedure
Step 1: open up client.java and search for :
then you should see :Code:public int GetWepAnim()
now under the last }Code:if(playerEquipment[playerWeapon] == 4151) // whip { return 1658; }
add these you dont have to paste those that you already have but you can delete those and add mines.
obby maul fix
scythe fixCode:if(playerEquipment[playerWeapon] == 6528) // Obby Maul { return 2661; }
dragon 2h fixCode:if(playerEquipment[playerWeapon] == 1419) // Scythe { return 408; }
d mace fixCode:if(playerEquipment[playerWeapon] == 7158) // dragon 2h { return 407; }
dragon longsword fixCode:if(playerEquipment[playerWeapon] == 1434) // Dragon Mace { return 1060; }
Hope you like it ;)Code:if(playerEquipment[playerWeapon] == 4587) // dragon scimmy { return 451; }
Cyaz.



![[Tut] [317] Fixing most of the wepons emotes](http://ragezone.com/hyper728.png)

