Sorry for making multiple threads ><
Didn't know i would release this
Since there's a few people asking me.
I'll just release
Btw, @opennpc is to open a npc from anywhere.
Remember to give me credits xP
Put this in your command processor
Replace NPCID with the npc you want it to open.Code:} else if (splitted[0].equals("@opennpc")) { NPCScriptManager npc = NPCScriptManager.getInstance(); npc.start(c, NPCID);
EDIT : Forgot import
Code:import net.sf.odinms.scripting.npc.NPCScriptManager;



Reply With Quote

