Jump to content

Meikis

Members
  • Posts

    164
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Meikis

  1. Lineage2 NGU 2 factions new server start 2014.12.26 http://www.l2ngu.eu Two factions: Demons | Trolls 40 min maps Clan reputation for flag capture Clan skills items in shop Clan reputation for kills Custom nobless item in shop Custom pvp drop (aden + randomly – cp pot/top LS/SBOG/Enchants) If your victim have more than 100 pvpkills after killin him you get more aden Custom drop for capturing flag (FA, + clan pts if you have a clan) Commands: /online – shows factions count /map – shows current map info /rank – show you your total points, rank, current map points Oflline trade system. Olympiad (start time: 18:00 PM GMT+2, period – 1 week, heroes on sunday, minimum participations – 3) Hero buffs – 20 min Buffs time – 3h Max enchant weapon +16 (with blessed scrolls +12, with crystall scrolls +16, you can buy crystall scrolls in vote or donate shop), armor/jewelry +18(+12 with blessed, +18 with crystall), safe +3, safe full armor +4 Enchant rates: Simple/Blessed scroll – 80%, Crystall scroll – 100% Auguement skill chance – 10% Buff slot – 28 Casino manager – you can doube you FA Unique maps: Dragon Valley Giran Castle Hot Springs Ketra Primeval Isle Talking Island Village The Forbidden Gateway The Goddard Town Town Of Giran VarkaDragon Valley Giran Castle Hot Springs Ketra Primeval Isle Talking Island Village The Forbidden Gateway The Goddard Town Town Of Giran Varka Custom grand bosses, drops RB jewell and adena, respawn time 12h +1h random, decreased pdef/m def/hp. You can find grand boss gatekeeper in every town. Queen Ant Zaken (doors opens 24:00 by game time, write /time to get time) Baium (need blooded fabric, you can buy it for adena) Antharas (need portal stone, after enter you have to wait 10min, after 10 min entrance is closed and boss is spawned) Valakas (need floating stone, after enter you have to wait 10min, after 10 min entrance is closed and boss is spawned) Custom title colors by pvp count, colors changing when your pvp kills count is: >100 < 250 >250 < 500 >500 < 1000 >1000 < 1500 > 1500 In game vote reward system (reward for all online players every 2 votes) Vote shop – tattoo of soul (+20 speed +65 p def) VIP system – 2x drop and VIP buffs (malaria/rheumatism, cat queen/seraphim) B grade is free, 3 types of A grade weapons (low, top, interlude) Starting level – 75
  2. Thanks for answers, i like idea with HashMap<L2PcInstance, Integer>
  3. Hello, i want to make custom reward for players after killing another player not only when he killed him, but also if he made some damage, for e.g. if he made damage 50% of targets hp+cp, in which method I should add checks for how much damage did player to his target?
  4. Latest free acis, nvm, it seems it's not problem, corpse disapeared after ~ 5 mins...
  5. But if comapre with Baium AI (Baium is working good) it also don't have .deleteMe(), maybe problem is in core not in script?
  6. Hello, so im facing the problem - when I kill zaken it's corpse won't disapear, server files - latest acis, problem is even when I disable AI script, my Zakens AI is here: http://pastebin.com/tdv8BWRx
  7. Hello, how to add quest state arrow which shows where to? How to point this arrow to my coordinates?
  8. Hello, on acis 214 I had code: for(L2PcInstance player : getKnownList().getKnownPlayers().values()){ if(player.getFactionId() != getFactionId()) handleCast(player, 403, 10); } But on the newest acis, there is no method getKnownPlayers() in CharKnowList class, how to get known players?
  9. If I do that, you don't have a chance to write "useful" posts ;)
  10. So my issue posted here: http://www.maxcheaters.com/topic/186070-shout-chat-visible-by-other-but-not-by-author/?do=findComment&comment=2429471 seems not fixed yet, shout chat is working when I just enter the game, but when I make teleport my messages not visible for me, even speech baloon not apear above characters head when i write message, need help :|
  11. The biggest part of code is not mine, so there is not version history and I can't make a patch.
  12. It have lots of usefull code, so adopt to newest acis will cost lots of work. Maybe there are options i system folder to modify dsplaying chant messages? I mean files like Options.ini, user.ini etc. ?
  13. All is on and scrolled... maybe prblem can be in system patch?
  14. Hello, i have a little problem, shout (!) chat is working, but player's message is only by other people, he don't se his own message in chat, where is a problem?
  15. You don't understand what you saying...or you see GvE server for the 1st time... Only 1 thing I can agree it's about- balance, but now it's fixed
  16. All is fixed now, lol my friends don't play L2, donate shop is not hidden, it's for everyone, all I gave it's 10 donation coins for 1 man who said me bug...
  17. It was in the past, now is new balance
  18. What you mean saying useless checkS, if something is useless it is only - intention check
  19. Only for this... IMO problem is in instance code, here: @Override public void onAction(L2PcInstance player) { if (this != player.getTarget()) { player.setTarget(this); player.sendPacket(new MyTargetSelected(getObjectId(), player.getLevel() - getLevel())); player.sendPacket(new ValidateLocation(this)); } else if (isInsideRadius(player, INTERACTION_DISTANCE, false, false)) { player.setCurrentFolkNPC(this); showMessageWindow(player); player.sendPacket(ActionFailed.STATIC_PACKET); } else { player.getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, this); player.sendPacket(ActionFailed.STATIC_PACKET); } }
  20. Buffer works perfectly, it's instanced buffer, type - L2Buffer
×
×
  • Create New...