Jump to content

Trance

Global Moderator
  • Posts

    3,896
  • Credits

  • Joined

  • Last visited

  • Days Won

    61
  • Feedback

    0%

Everything posted by Trance

  1. I will assist people, one by one, not all at once. We will only use Discord as it's my favorite and always displayed on one of my monitors. I can also teach you if you are interested - how DDoS attack works, what (and why) are we going to do to prevent/block it. Trance#5043
  2. It was shared on another forum. Do not copy your sensitive data there. :)
  3. I had fun for 2 days straight. :)
  4. Thanks. I want to help projects that are serious.
  5. Hi everyone, Since 2014 until now, I've been working for different companies as AVIT officer. Networking, audio visual - satellite connectivity, distribution, etc. I'd like to help the server owners that are struggling with DDoS. Most of attackers are brainless monkeys trying to make money. If you're buying a Dedicated Server at OVH, I can take care of everything - Setting up the firewall and all of that, and the OS. I'm trying to focus on Windows Servers - I know it's tricky and challenging - but that's the point. As about Linux - I'd prefer CentOS 8. However, there is no guarantee that you'll be 100% protected, but what I can guarantee is, I'll do my best with the resources provided. This isn't about money. If I know you and you're a cool dude, I'll most likely help you for free. I don't sell a product - I offer my services. I'd like to have the right to choose the people I want to work with.
  6. ddddddddddddd
  7. Are you looking for forum mods for a forum you don't have?
  8. Wouldn't be his interest to have servers listed on his website?
  9. We used simple/common words.
  10. I haven't seen anybody else, except xdem & myself doing something about it. Here it is from L2Finest. Replace the 9999(9) with the ID from Dawn. Probably can be fixed on client side, but I never wasted my time on it. This topic can be moved from client to l2j server. Index: src/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java =================================================================== --- src/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (revision 2) +++ src/net/sf/l2j/gameserver/network/serverpackets/CharInfo.java (working copy) @@ -2,10 +2,10 @@ import net.sf.l2j.gameserver.enums.skills.AbnormalEffect; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.actor.Summon; +import net.sf.l2j.gameserver.model.item.instance.ItemInstance; import net.sf.l2j.gameserver.model.itemcontainer.Inventory; public class CharInfo extends L2GameServerPacket @@ -51,7 +51,11 @@ writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_LEGS)); writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_FEET)); writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_BACK)); - writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_RHAND)); + final ItemInstance item = _player.getInventory().getItemByItemId(99999999999999999999999999999999999); + if (item != null && item.isEquipped()) + writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_LRHAND)); + else + writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_RHAND)); writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_HAIR)); writeD(_inv.getPaperdollItemId(Inventory.PAPERDOLL_FACE)); Index: src/net/sf/l2j/gameserver/network/serverpackets/UserInfo.java =================================================================== --- src/net/sf/l2j/gameserver/network/serverpackets/UserInfo.java (revision 2) +++ src/net/sf/l2j/gameserver/network/serverpackets/UserInfo.java (working copy) @@ -3,10 +3,10 @@ import net.sf.l2j.Config; import net.sf.l2j.gameserver.data.manager.CursedWeaponManager; import net.sf.l2j.gameserver.enums.PolyType; -import net.sf.l2j.gameserver.enums.TeamType; import net.sf.l2j.gameserver.enums.skills.AbnormalEffect; import net.sf.l2j.gameserver.model.actor.Player; import net.sf.l2j.gameserver.model.actor.Summon; +import net.sf.l2j.gameserver.model.item.instance.ItemInstance; import net.sf.l2j.gameserver.model.itemcontainer.Inventory; public class UserInfo extends L2GameServerPacket @@ -70,10 +70,15 @@ writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LEGS)); writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FEET)); writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_BACK)); - writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_RHAND)); + + final ItemInstance item = _player.getInventory().getItemByItemId(99999999999999999999999999999999999); + if (item != null && item.isEquipped()) + writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_LRHAND)); + else + writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_RHAND)); + writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_HAIR)); writeD(_player.getInventory().getPaperdollObjectId(Inventory.PAPERDOLL_FACE)); - writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_HAIRALL)); writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_REAR)); writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEAR)); @@ -88,7 +93,12 @@ writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LEGS)); writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FEET)); writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_BACK)); - writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_RHAND)); + + if (item != null && item.isEquipped()) + writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_LRHAND)); + else + writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_RHAND)); + writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_HAIR)); writeD(_player.getInventory().getPaperdollItemId(Inventory.PAPERDOLL_FACE));
  11. We have good news for Clan Leaders and its Members! https://www.lineage2.gold/index.php?/topic/28-forum-clubs-for-clans/
  12. People need to move on from c4 and c6 - Classic Client may be the best option.
  13. Our Discord invite link: https://discord.gg/XSwcw8y
  14. Why don't you just stop using it?
  15. It was as preview but moved in here by staffers - most likely the reason was that we're pretty much open for anything - from suggestions to joining the team.
  16. Where are my niggas?
  17. And every single shared revision is bugged they say. Even if the files are only a few days old, the ninja reply still appears. Lul
  18. It's also a good period for the esports.
  19. We can provide masks in-game.
  20. It matters more when it's about Microsoft SQL. You really need a good plan for it - but it's duuper simple.
  21. https://acis.i-live.eu/index.php?board=59.0
  22. One thing I can tell you for sure, we'll focus on both, solo and party/clan. We already had several discussions on this. We'll try to soon open a topic regarding farm, we may also need to tweak the farm areas. --- Team Member Applications are open: https://forum.lineage2.gold/index.php?/topic/18-team-member-application
  23. Our first official announcement: https://forum.lineage2.gold/index.php?/topic/14-l2gold-server/
×
×
  • Create New...