-
Posts
1,041 -
Joined
-
Last visited
-
Days Won
21 -
Feedback
100%
Content Type
Articles
Profiles
Forums
Store
Everything posted by S-T-I-N-K-Y
-
Δεν το έχω ξαναδεί αυτό αλλά το θέμα είναι οτι θέλει άλλη IP οπότε μάλλον δεν γίνεται.
-
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
If you have not started on old school L2 maybe :P i play from C3 :D -
Help Don't remove buffs when dea char
S-T-I-N-K-Y replied to martuxas1's question in Request Server Development Help [L2J]
Locked -
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)
- 1 reply
-
- 1
-
-
Help ClassId not allowed
S-T-I-N-K-Y replied to martuxas1's question in Request Server Development Help [L2J]
Locked -
Help ClassId not allowed
S-T-I-N-K-Y replied to martuxas1's question in Request Server Development Help [L2J]
maybe ways xD if (player.getActiveClass() == 83 || player.getActiveClass() == 97 || player.getActiveClass() == 98) -
Help ClassId not allowed
S-T-I-N-K-Y replied to martuxas1's question in Request Server Development Help [L2J]
if (player.getActiveClass() == 83) OR if (player.getClassId().getId() == 83) -
Help ClassId not allowed
S-T-I-N-K-Y replied to martuxas1's question in Request Server Development Help [L2J]
if (player.getClassId() && 83) > if (player.getClassId() == 83) ???? But that way only classId 83 will be ported out -
Κομμάτι απο το 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(); }
-
RequestRestartPoint.java Die.java Εδώ θα βρεις ότι χρειάζεσαι.
-
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
Meh... close your eyes and give him your money, its ready to go pack. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
With source access xD thanks owner //Edit They don't need "work" they are ready.. you can just close your eyes and earn Donos. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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? -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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... -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
"extremely good" "the only thing" to be continue.. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
Maybe you have kind of problem to read: Topic author asking for stable project to works with, not to PLAY. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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? -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
You can add not edit/fix/rework, that what i'm saying. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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. -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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) -
Most stable Interlude pack
S-T-I-N-K-Y replied to WhatsUpSon's topic in Server Development Discussion [L2J]
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 -
Request IconTable
S-T-I-N-K-Y replied to whatisup's question in Request Server Development Help [L2J]
Locked -
Request IconTable
S-T-I-N-K-Y replied to whatisup's question in Request Server Development Help [L2J]
Even more easy : https://pastebin.com/HCpT4JCy
