RєVєnGeR^ Posted October 7, 2009 Posted October 7, 2009 *L2WyvernManagerInstance.java Hello , with this simple code you can make all the clan members allowed to spawn wyvern from wyvern manager :) Simple enough huh?! Haven't seen it posted anywhere so.. First find public void onBypassFeedback(L2PcInstance player, String command) Then just make it { if (command.startsWith("RideWyvern")) { if (!player.isClanLeader()) { return; Make sure that after that you delete if (!player.isClanLeader()) { player.sendMessage("Only clan leaders are allowed."); return; } Thanks Quote
Apithanos Posted October 7, 2009 Posted October 7, 2009 hmmm.....very nice topic dude ! thanks 4 share it ! offtopic:[GR]ti egine kai teleutea me ta share kai me auta? asxolisei me java? :O Quote
Apithanos Posted October 7, 2009 Posted October 7, 2009 [GR]nai ;)[/GR] [GR]offtopic:tote sinexise etc ;) gz me ola s ta shares ;) perimenw kati apithano apo sena ![/GR] Quote
RєVєnGeR^ Posted October 7, 2009 Author Posted October 7, 2009 Updated , added a not for it to work 100% Quote
Cloud Posted October 7, 2009 Posted October 7, 2009 U are a genius:D,rly nice idea....thx for share;waiting for more good share^^ Quote
Kabamaru® Posted October 7, 2009 Posted October 7, 2009 lawl my member's in my server now are all happy with this -beep-ing sh1t epic and simple code dude take a reward +1 ;) Quote
SneakyBeaky Posted October 7, 2009 Posted October 7, 2009 ahahaha really cool.You can play the leader :P Quote
Emrys Posted October 7, 2009 Posted October 7, 2009 A fix :D if (!player.isClanLeader() && player.isClanLeader()) Quote
Horus Posted October 8, 2009 Posted October 8, 2009 A fix :D if (!player.isClanLeader() && player.isClanLeader()) Are you serious ? lool. Quote
Setekh Posted October 8, 2009 Posted October 8, 2009 A fix :D if (!player.isClanLeader() && player.isClanLeader()) @ bump HBAHAHAHHAHAHAHAHAHAHAHAH sorry xD Quote
Łighto™ Posted October 8, 2009 Posted October 8, 2009 A fix :D if (!player.isClanLeader() && player.isClanLeader()) Well, what this is supposed to do ? To check if player isn't clan leader and player is clan leader ? ??? Quote
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.