try: public boolean wearing2h() { in player.java
|
|
Yes my chaotic maul wields with shields how would I make it not be able to wield like a 2h with a shield any help is rep++![]()
try: public boolean wearing2h() { in player.java
Ill try that nice to talk to you again Satan hope to see more in your server bro good luck
Edit: this is what I find in player.java
Do i need to add this under godswordCode:public boolean wearing2h() { Client c = (Client)this; String s = c.getItems().getItemName(c.playerEquipment[c.playerWeapon]); if (s.contains("2h")) return true; else if (s.contains("godsword")) return true; return false; }
Yeah its not working.Code:else if (s.contains("chaotic maul"))

Code:public boolean wearing2h() { Client c = (Client)this; String s = c.getItems().getItemName(c.playerEquipment[c.playerWeapon]); if (s.contains("2h")) return true; else if (s.contains("godsword")) return true; else if (s.contains("chaotic maul")) return true; return false; }
| « Project Insanity Teleports | paying 20 $ for setting up chaotic maul, MUST _BE THE PERFECT MODEL » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |