DeVBlaze Posted September 27, 2012 Posted September 27, 2012 Exw auto to provlima. Kai mia erwtisi ta revision tha prepi na ta valo panw se kapio allo project? (p.x L2J, L2JFree) Quote
0 Ovenuç® Posted September 27, 2012 Posted September 27, 2012 Exw auto to provlima. Kai mia erwtisi ta revision tha prepi na ta valo panw se kapio allo project? (p.x L2J, L2JFree) sou lipi ena dll arxio mesa apo tin installed java sou unstall kai xana install Quote
0 DeVBlaze Posted September 27, 2012 Author Posted September 27, 2012 kapia sigekrimeni version pou pezi ? Quote
0 DeVBlaze Posted September 28, 2012 Author Posted September 28, 2012 Exw kialo ena provlima. Kai edw einai kodikas tou arxiou package npc.model; import inproject.nuc.instancemanager.commission.CommissionShopManager; import inproject.nuc.model.Player; import inproject.nuc.model.instances.NpcInstance; import inproject.nuc.templates.npc.NpcTemplate; public class CommissionAuctioneerInstance extends NpcInstance { public CommissionAuctioneerInstance(int objectId, NpcTemplate template) { super(objectId, template); } public void onBypassFeedback(Player player, String command) { if (!canBypassCheck(player, this)) return; if (command.equalsIgnoreCase("ShowCommission")) { CommissionShopManager.getInstance().showCommission(player); } else { super.onBypassFeedback(player, command); } } } Quote
Question
DeVBlaze
Exw auto to provlima.
Kai mia erwtisi ta revision tha prepi na ta valo panw se kapio allo project? (p.x L2J, L2JFree)
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.