Jump to content

StinkyMadness

Legendary Member
  • Posts

    1,036
  • Credits

  • Joined

  • Last visited

  • Days Won

    20
  • Feedback

    100%

Everything posted by StinkyMadness

  1. Δεν το έχω ξαναδεί αυτό αλλά το θέμα είναι οτι θέλει άλλη IP οπότε μάλλον δεν γίνεται.
  2. If you have not started on old school L2 maybe :P i play from C3 :D
  3. Rules : If you want to report someone, you have to: 1. Provide the link of the [WTB]/[WTS]/[WTT] transaction 2. Provide valid proofs as concern the scam a. Converastion (private message, skype messages, etc.) b. Paypal Transaction (or other well-known transaction site) c. Proofs have to include maxcheaters member name, member's paypal email or any other useful information 3. Use only the English language (if you don't know then you can use google translator)
  4. maybe ways xD if (player.getActiveClass() == 83 || player.getActiveClass() == 97 || player.getActiveClass() == 98)
  5. if (player.getActiveClass() == 83) OR if (player.getClassId().getId() == 83)
  6. if (player.getClassId() && 83) > if (player.getClassId() == 83) ???? But that way only classId 83 will be ported out
  7. Κομμάτι απο το RandomZoneChanger: Index: java/net/sf/l2j/gameserver/network/clientpackets/RequestRestartPoint.java =================================================================== --- java/net/sf/l2j/gameserver/network/clientpackets/RequestRestartPoint.java (revision 6) +++ java/net/sf/l2j/gameserver/network/clientpackets/RequestRestartPoint.java (working copy) @@ -14,6 +14,8 @@ import net.sf.l2j.gameserver.model.entity.Siege.SiegeSide; import net.sf.l2j.gameserver.model.location.Location; import net.sf.l2j.gameserver.model.pledge.Clan; +import net.sf.l2j.gameserver.model.zone.ZoneId; +import net.sf.l2j.gameserver.taskmanager.RandomZoneTaskManager; public final class RequestRestartPoint extends L2GameClientPacket { @@ -120,7 +122,10 @@ - if (!player.isGM() && !player.isFestivalParticipant()) - return; - loc = player.getPosition(); + if (!player.isGM() && player.isInsideZone(ZoneId.RANDOM)) + loc = RandomZoneTaskManager.getInstance().getCurrentZone().getLoc(); + else + loc = player.getPosition(); } // To jail. else if (_requestType == 27) Index: java/net/sf/l2j/gameserver/network/serverpackets/Die.java =================================================================== --- java/net/sf/l2j/gameserver/network/serverpackets/Die.java (revision 6) +++ java/net/sf/l2j/gameserver/network/serverpackets/Die.java (working copy) @@ -7,6 +7,7 @@ import net.sf.l2j.gameserver.model.entity.Siege; import net.sf.l2j.gameserver.model.entity.Siege.SiegeSide; import net.sf.l2j.gameserver.model.pledge.Clan; +import net.sf.l2j.gameserver.model.zone.ZoneId; public class Die extends L2GameServerPacket { @@ -27,7 +28,7 @@ if (cha instanceof Player) { Player player = (Player) cha; - _allowFixedRes = player.getAccessLevel().allowFixedRes(); + _allowFixedRes = player.getAccessLevel().allowFixedRes() || player.isInsideZone(ZoneId.RANDOM); _clan = player.getClan(); }
  8. RequestRestartPoint.java Die.java Εδώ θα βρεις ότι χρειάζεσαι.
  9. Meh... close your eyes and give him your money, its ready to go pack.
  10. With source access xD thanks owner //Edit They don't need "work" they are ready.. you can just close your eyes and earn Donos.
  11. I have seen a lot of aCis commits to other sources/project so please... As @JohnBoy13 said, we give AdvEx as Low Rate option. And without source access he CAN'T make the server "customs" as he can with full source access, what you do not understand on that? Where is the problem to understand that having FULL access its something that matter when you working in any project?
  12. i said and something about aCis if i'm not wrong, also i said "if you don't sit and work you will never do your dreams come true. Better use an free L2jaCis L2jFrozen L2jHellas or else go to AdvEx Interlude (L2OFF), stop paying for compiled packs." What is wrong with you? Lucera team paying you to advertice? xD I never said that the Lucera its bad choice, but you don't give him all info about what you provide on him. You just said "close your eyes and buy lucera" so please...
  13. "extremely good" "the only thing" to be continue..
  14. Its simple your server issues to be on the hand of somebody else xD OK... Now i see how you reach 1,3k posts, you have no idea how an L2J works and what means to have instant access to your files. Case closed.
  15. I like that you saw me that players love project that "insta opens without to worry about anything" xD Also even if he "worry about anything" he can't edit it, only add as Elfo said.
  16. Maybe you have kind of problem to read: Topic author asking for stable project to works with, not to PLAY.
  17. No i had try lucera long time ago, but still he is advertising the Lucera as the best project, in my opinion server without source its not worth. I want to have access to all my files, if he don't care and on any issue he will face he want to wait if Lucera team is available then go ahead :D With that API you can edit like some StringBulders for some HTML's? because i have try design NPC on lucera back to time and we had no access to modify achievement htmls complete. You are a player, and here we are talking as developers/admins.. what is wrong with 2k19 peoples?
  18. You can add not edit/fix/rework, that what i'm saying.
  19. 1) Even frozen is balance when you don't have 64 buffs and 12 hours buffs xD 2) Just LOL, even L2OFF had bugs xD 3) Yes lets wait till my support wakeup and fix my issues/bugs server that i have pay 3k for Adver/Host/Protects/Guards. You know that sound pathetic to me, better to open Frozen that is 6 years inactive.
  20. What have to do "the last time i played" xD He want to be admin not player, if he face issue he will never fix it. (Compiled)
  21. There not exist any, if you don't sit and work you will never do your dreams come true. Better use an free L2jaCis L2jFrozen L2jHellas or else go to AdvEx Interlude (L2OFF), stop paying for compiled packs. Ofc not xD
  22. Even more easy : https://pastebin.com/HCpT4JCy
×
×
  • 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