hey soo i was adding chaos ele's moves
http://www.rune-server.org/runescape...ml#post2284848

link and got to the end followed everything

then i get this error

Code:
src\server\model\npcs\NPCHandler.java:254: error: method loadSpell in class NPCH
andler cannot be applied to given types;
                                                loadSpell(c,i);
                                                ^
  required: Client,int
  found: int,int
  reason: actual argument int cannot be converted to Client by method invocation
 conversion
src\server\model\npcs\NPCHandler.java:300: error: cannot find symbol
                                                loadSpell(c,i);
                                                          ^
  symbol:   variable c
  location: class NPCHandler
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Press any key to continue . . .
ive tried loadspell(c, i);
loadpsell(i);

i dnooo wat to do now

any help repped