Hmmm i added the voiv into frames.java and the packet under case 261 in actionbuttons.
and i get this strange error
Code:
------------ Compiling players ------------
------------ Compiling packets ------------
.\RS2E\Packets\ActionButtons.java:148: illegal start of expression
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: illegal start of expression
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: ';' expected
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: <identifier> expected
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: not a statement
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: ';' expected
public void setConfig(Player p, int configId, int status)
^
.\RS2E\Packets\ActionButtons.java:148: ';' expected
public void setConfig(Player p, int configId, int status)
^
7 errors
------------ Compiling util ------------
------------ Compiling world ------------
------------ Compiling main ------------
------------ Compile complete ------------
Press any key to continue . . .
Is this because im using RS2E v2 and not your base?