Jump to content

`Rοmeο

Legendary Member
  • Posts

    8,223
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by `Rοmeο

  1. lolz then why the patch is 90 MB ? :o
  2. Error: Forbidden WIKI_VIEW privileges are required to perform this operation on WikiStart thats a private project ? btw thanks for the share
  3. # TvT Event NPC (create a custom npc of type L2TvTEventNpc). TvTEventParticipationNpcId = 70010 your npc is L2TvTEventNpc instanced ?
  4. also you need to restart the server :D and you are ready
  5. find : if (player.getLevel() < 75) { player.sendMessage("You may not add a new sub class before you are level 75 on your previous class."); allowAddition = false; } and add after : if (player.isInCombat()) { player.sendMessage("You can't use priest in combat mode."); return; } find : if (Olympiad.getInstance().isRegisteredInComp(player) || player.getOlympiadGameId() > 0) { player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_ALREADY_BEEN_REGISTERED_IN_A_WAITING_LIST_OF_AN_EVENT)); return; } add after : if (player.isInCombat()) { player.sendMessage("You can't use priest in combat mode."); return; } find : if (Olympiad.getInstance().isRegisteredInComp(player) || player.getOlympiadGameId() > 0) { player.sendPacket(new SystemMessage(SystemMessageId.YOU_HAVE_ALREADY_BEEN_REGISTERED_IN_A_WAITING_LIST_OF_AN_EVENT)); return; } add below : if (player.isInCombat()) { player.sendMessage("You can't use priest in combat mode."); return; } its working for me in interlude hope that it will work for you too.
  6. did you create npc with L2TvTManagerInstance ?
  7. http://www.2shared.com/document/FU9bWTdC/ShopLists___L2JOneo___.html hf :P
  8. Normal npc? custom npc? or the epilogue enchant system http://www.lineage2.com/epiloguec/images/patch-notes/skillenchanting3.jpg we cant help without info....
  9. pff stop spaming.. or in zero time you will get -4 karma again and you will get banned AGAIN ! read the replys and the main topic first then post...
  10. This can help you. Index: /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java =================================================================== --- /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java (revision 8) +++ /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java (revision 150) @@ -80,4 +80,10 @@ } + if (trade.isConfirmed() || trade.getPartner().getActiveTradeList().isConfirmed()) + { + player.sendMessage("You may no longer adjust items in the trade because the trade has been confirmed."); + return; + } + if (Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX)
  11. if you whant post the merchant_buylists.sql file and I will edit it for you :D
  12. hmmmmmmmmmmmmmmmmmmmmmmm..... Did you try this : ???
  13. 1) Thats not our problem and it should be moved to client mod help sectio 2) If you use -> http://www.maxcheaters.com/forum/index.php?topic=144665.0 that interface. Simply reinstall your client...
  14. do you whant to show me so I can see where "maybe" you are making a mistake ?
  15. damn sorry I ment when they... and again WORST BALANCE ever seen...
  16. dude ? LOL ! ;D when the officail server lunch I will come to check it :P
  17. I cant understand realy clear... Try again. Btw did you add something by you in L2ViligeMaster ?
  18. Amaizing :o Great work ! Keep up. You have 10/10 from me.
  19. The worst make of a server i have ever saw ! 1st start with 50kk adena = failed - you cant buy set +wep 2nd Retail level system ! 1 mob 13 lvl and so on no level zone = failed for a second time 3rd No Custom Shop nor a normall GK (What i mean?) I mean that there is no farm zone and no custom shop (atleast i couldnt see it) = failed for a 3rd time 4th Lag spikes !It is playeble but it is annoying = Failed for a fourth time ... and that was the last fail i saw i hit Exit and //delete to patch ... Fix your server .
  20. worst server ever seen... the balance is just SUX... mages are OP fighters are suxzors... maybe when they balance the stats I will come back
  21. You are wrong !Almost all server play titan and kill with frenzy + dagger rsk haste for faster reuse = unbalance . you should check your server before post ...
  22. Spam is not allowed too you know ... //ontopic This is the most bugged server i have ever played xD All play titan for frenzy no point for play pvp in this server and Bounty Hunter = Mage class? Didnt know this Oo . It have skills from all mage classes necro , sps , sph loled hard IMO dont waste you time here.
×
×
  • Create New...