hey guys im release a remake of Downscape, and i need help with something major for the release
i made acustom command that pops up a interface and tells you what to do and how to get there, fully works... for owner only.. that i know of, i made a random account and tried it.. didn't work, so is there anyone there to help me out with this code ?
Code:
if (playerCommand.equalsIgnoreCase("startdung")) {
c.getItems().addItem(15707, 1);
c.getPA().showInterface(8134);
c.getPA().sendFrame126("@[email protected]~ xxDestructionxx Dungeoneering ~",8144);
c.getPA().sendFrame126("@[email protected]'re rewarding with Ring of Kinship",8145);
c.getPA().sendFrame126("@[email protected] click and select teleport to daemonheim",8146);
c.getPA().sendFrame126("@[email protected] click and select teleport to daemonheim",8147);
c.getPA().sendFrame126("@[email protected] follow the path till you",8148);
c.getPA().sendFrame126("@[email protected] a portal, enter the portal",8149);
c.getPA().sendFrame126("@[email protected] have fun Dungeoneering!",8150);
}
can anyone help make it so everyone can use that command ?
Fish
[Only registered and activated users can see links. ]