You need to declare the variables: ChillId and InterfaceId, as well as the readInt2 method.
|
|

Please help...
Code:src\com\rs2hd\packethandler\MagicOnPlayer.java:34: cannot find symbol symbol : method readInt2() location: class com.rs2hd.net.Packet int magicId = packet.readInt2() & 0xff; ^ src\com\rs2hd\packethandler\MagicOnPlayer.java:39: cannot find symbol symbol : variable id location: class com.rs2hd.model.Player p.id = packet.readLEShort(); ^ src\com\rs2hd\packethandler\MagicOnPlayer.java:48: cannot find symbol symbol : variable InterfaceId location: class com.rs2hd.packethandler.MagicOnPlayer switch(InterfaceId) { ^ src\com\rs2hd\packethandler\MagicOnPlayer.java:54: cannot find symbol symbol : variable ChillId location: class com.rs2hd.packethandler.MagicOnPlayer switch(ChillId) { ^ 4 errors Press any key to continue . . .

You need to declare the variables: ChillId and InterfaceId, as well as the readInt2 method.


And then you say you a 525 coder? lol
In Packet.java around com.rs2hd.net and open up packet.java and add this
Code:public int readInt2() { return ((pData[caret++] & 0xff) << 16) | ((pData[caret++] & 0xff) << 24) | (pData[caret++] & 0xff) | ((pData[caret++] & 0xff) << 8); }


| « [508]Death equipment | [508] Client - Source Help [508] » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |