First Option Enter Your Clickingmost.java
And Search For The Case's Or The Name OF The Teleport And Remove The Code For Them.
Then Go Into Client.java And Remove The Global Object.
The 2nd One Find The Case For One Of Your Modern / Ancient / Lunar Spells And Go Into Clickingmost.java
And Do Some Like This.
Must Has c. Before Each Thing.
Case 4146 = Falador Teleport
c.triggerTele(2870,3589,0); = Were Your Going This Isnt Correct Coords...
c.killMyNPCs(); = Is The Void Used To Kill Any Npc's You've Attacked.
case 4146:
c.triggerTele(2870, 3589, 0);
c.killMyNPCs();


