Jump to content

RaMMz

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by RaMMz

  1. Please leave an extensive descripcion of the features, bug fixes, and to-do list along with the price. Thanks.
  2. Jimaras, the fact that you don't like or you disagree with L2JEqual creator's/developers doesn't mean that you should be 24/7 flaming in this post...
  3. Really nice pack, I'm starting to share some fixes in your forum :) Post up!
  4. Thanks! That was what i wanted for a looong time :P Thread can be closed now :)
  5. Hi, does anyone have the CT1-like buttons? (brown buttons) Also if you have the ct1 interface for il would be appreciated :D Thanks!
  6. Ok, BSS are definitely not allowed for olys in the l2 official server, and it seems that l2jserver (l2jofficial) won't fix this, so I'll share this little piece of code that can balance the olys again. Edit *your-server-path*\gameserver\data\scripts\handlers\itemhandlers\BlessedSpiritShot.java Find (row 48) int itemId = item.getItemId(); Add after that if (activeChar.isInOlympiadMode()) { activeChar.sendPacket(new SystemMessage(SystemMessageId.THIS_ITEM_IS_NOT_AVAILABLE_FOR_THE_OLYMPIAD_EVENT)); return; } That should disable BSS for olys, now for Beasts (Pets) do this Edit *your-server-path*\gameserver\data\scripts\handlers\itemhandlers\BeastSpiritShot.java Find (row 68) short shotConsumption = activePet.getSpiritShotsPerHit(); Add after that if (activeOwner.isInOlympiadMode() && itemId == 6647) { activeOwner.sendPacket(new SystemMessage(SystemMessageId.THIS_ITEM_IS_NOT_AVAILABLE_FOR_THE_OLYMPIAD_EVENT)); return; } I couldn't test the last (for beast bss), but it should work... Good luck!
  7. Hiding your ip is absolutely impossible, you can check your current connections through a command (windows command line, not in l2) (while you're connected to the server) and your ip would appear... Don't waste your time because it would be useless (at least, thats my opinion). For doing this: I guess you should put your ip inside l2.exe :/
×
×
  • Create New...