Jump to content

xXObanXx

Members
  • Posts

    416
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by xXObanXx

  1. man this is for announcement (Say2.ANNOUNCEMENT) not for screen message!!!
  2. on eclipse don't get any error and on build too... but in the game don't show me the screenmessage check please if this code is ok: ExShowScreenMessage vote = (new ExShowScreenMessage("Need " + votesneed + " votes More to Reward all Players.", 10000)); for(L2PcInstance player : L2World.getInstance().getAllPlayers().values()) { if(player == null) continue; sendPacket(vote); } i have any problem on this?
  3. that is only for 1 person... i want to show it to ALL in game
  4. Hello MxC! so i want to tell me a code that all players will see the screen message that i will put! everyone knows how to do that?!!! i have freya server last revision!
  5. hah... my old website... it was good... but the new will be better!!!
  6. nice share, keep goiing and i hope the best weapons from you!!!
  7. but don't forget that light don't give so much p.def like Heavy... so they will die easier!
  8. i cannot do that to any class... titan from default equip heavy armor... and as secondary is light armor... when i will finish with server's codes and npc i will check very much the balance... every player will tested and will nerfed or will be fixed for better balance vs other classes!
  9. thank you Shadow! .dressme will be added on server! you will see it on the next update here about server will no have very much farm... but just for 1 only item! Will have big and good PvP Zones for Much Fun! Farming Zones will be very good and interested with good mobs and drops! Events will be coded but another but will be Very Reworked by me or my developers... I hope i answered you! :D
  10. You will informed very soon about server's new futured features and you will inform too when will be opened... man is just a preview... and read on the topic... the webiste is on development side yet!
  11. i forget that! but now is on the topic! Thank's!
  12. Hello MaxCheaters Members! This is a Preview of my Futured Server! Check: --------------------------------------- Rates & Limits: --------------------------------------- Xp: x1000 Sp: x1000 Drop: x1 Party Xp/Sp: x2 Safe Enchant: +5 Max Enchant: +20 Max Subclass: 3 Max Enchant Level (Attribute): lv7 Safe Enchant Change: 70% Blessed Enchant Change: 100% Max Buff Amount: 45 Max Dance/Song Amount: 24 --------------------------------------- All The Custom Features & Bugs Fix: --------------------------------------- Custom Unstuck Animation Skill ID ✓ Anti-Walker Protection System (Rework) ✓ OverEnchant Fix! (Anti-Hack) ✓ Olympiad Balanced Regen ✓ Forbidd Combat Players to use GK ✓ Anti-Pk Protection for low level characters ✓ Take Clan Skills Without Restart ✓ Fixes duplicate classes ✓ 1 week Olympiad ✓ Anti Heavy For Archers and Daggers + SubClass Fix ✓ Visual NPC to PC transform ✓ Guard hitting only pkers ✓ Tanker classes with bow fixed ✓ PvP Color System ✓ Cannot Speak While player is Dead ✓ Anti - Stuck sub Fixed ✓ Cannot Drain HP When is in Flag ✓ Double speed when is inside Peace Zone ✓ Killing Spree System ✓ Npc Chat ✓ Vote Reward System ✓ Cannot Trade while in Combat ✓ Anti feed same ip (Party-Clan etc) ✓ Last Hero Evet ✓ Nerf Dagger's and Archer's while use Heavy ✓ PvP Protection ✓ Not allow bsoe when you are Flagged ✓ PvP Related Chat System ✓ Anti-AFK on TvT ✓ DM Event Loading.... TvT Round Event Loading.... CTF Event Loading.... --------------------------------------- NPC: --------------------------------------- Luxury Gatekeeper Deluxe Buffer GMShop Anti-PK Guard Sex Manager Noblesse Manager (Website is on Develop Side, You will inform about website when will be ready!) AND MUCH MORE WILL COME... See the topic for the New Updates will come... for any Extra bug or any good feature that want to server have PM me or post here! [move]Until the Next Update, Good Bye and Have Fun![/move]
  13. o thank you very much! i edit a line from this code and it work perfectly! thank you very much all!!! Someone can close the topic now!
  14. i edit that... is it true? - if (allowAddition && !Config.ALT_GAME_SUBCLASS_WITHOUT_QUESTS) + if (allowAddition && !Config.ALT_GAME_SUBCLASS_WITHOUT_QUESTS && !player.isInCombat()) allowAddition = checkQuests(player); if (allowAddition && isValidNewSubClass(player, paramOne)) { if (!player.addSubClass(paramOne, player.getTotalSubClasses() + 1)) return;
  15. I know some thing's but not exactly this! e.g. i know: if (activeChar.isInCombat) && player.(any code for subclass) { player.sendMessage("bla bla bla") return; }
  16. Hello Guys! so as i say on the title i need a code to when a player is in combat, he will cannot change or add any subclass! can anyone help me please? is Important! Thank's!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock