-
Posts
1,671 -
Credits
0 -
Joined
-
Last visited
-
Days Won
6 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by pirama
-
WTS Ex-Guard Interlude Client Protection
pirama replied to Reborn12's topic in Marketplace [L2Packs & Files]
what you mean ? X0R = ? -
Help Implement Verification/Activation system to my java program.
pirama replied to Solomun's question in Request Server Development Help [L2J]
make one program how can get Hwid from your customer pc and after use the Hwid hard code on your program -
wrong ... if is perfectionist never can add feature without work 100% and give it on updates for live servers ... as i have said and on past is one beta project ... no one big rework work correct ... "maybe as thinking" but after leaving Hasha i think this team no have skills for end the job and i think before end 2020 this project is unstable for used on live server " as all shared project " better use l2off for live servers
-
as GeoEngine i think is better the aCis as performance but need big rework ( for give better performance and stable game play ) has good code style ( " code thinking " ) L2Sunrise has more update from L2j then if you are developer better see how work ( the acis geoengine as thinking ) and make one better ... L2Sunrise is best choice
-
Help acis have problem with packets
pirama replied to tazerman2's question in Request Server Development Help [L2J]
leader.setParty(party); player.setParty(party); this don't needed on code on new Party(leader, _players.get(1), LootRule.ITEM_RANDOM); they set leader.setParty(party); and on party.addPartyMember(player); has set for player.setParty(party); this method can create max 1 party because new party is up of for try this // create party players public void createPartyOfTeam(int teamId) { final List<PcInstance> _players = new ArrayList<>(); for (PcInstance p : players.keySet()) { if (getTeam(p) == teamId) { if (p.isInParty()) p.getParty().removePartyMember(p, MessageType.EXPELLED); _players.add(p); } } int i = 0; PcInstance leader = null; Party party = null; for (PcInstance player : _players) { if (i == 0) leader = player; else if (i == 1 || party == null) party = new Party(leader, player, LootRule.ITEM_RANDOM); else if (i < 9) party.addPartyMember(player); else { i = 0; leader = player; } i++; } } -
WTB Anti-bot for premium adrenaline - REAL SOLUTION
pirama replied to Phantro's topic in Marketplace [L2Packs & Files]
http://l2exteam.com/?_fromLogin=1 you can test it if you want ... is only for interlude server ( at this moment ) if you join try to bot -
WTS Ex-Guard Interlude Client Protection
pirama replied to Reborn12's topic in Marketplace [L2Packs & Files]
Test Server is online The ExGuard now is more safe and clean for more info you can join on official forum -
this is one simple share ( for see some new dev how work the java part ) is only for interlude after interlude i think i go to H5
-
Help little command help
pirama replied to tazerman2's question in Request Server Development Help [L2J]
StringTokenizer st = new StringTokenizer(command, " "); String comnd = st.nextToken(); if (comnd.equals("MatchingInvite")) { String targetName = st.nextToken(); String type = st1.nextToken(); System.out.println("Main Command is " + st); System.out.println("Command is " + comnd); System.out.println("TargetName is " + targetName); System.out.println("Type is " + type); switch(type) { case "FKeepers": RuleSet = 1; System.out.print("im here " + RuleSet); break; case "Random": RuleSet = 2; System.out.print("im here " + RuleSet); break; case "RanSpoil": RuleSet = 3; System.out.print("im here " + RuleSet); break; case "ByTurn": RuleSet = 4; System.out.print("im here " + RuleSet); break; case "ByTurnSpoil": RuleSet = 5; System.out.print("im here " + RuleSet); break; default: return; } PcInstance receiver = World.getInstance().getPlayer(targetName); } java read automatic the st.nextToken() on the call step and you call it on system.out -
WTS Ex-Guard Interlude Client Protection
pirama replied to Reborn12's topic in Marketplace [L2Packs & Files]
good morning about blowfishkey error you never give report for this ... ( and this bug can exist in first rev but only you useit .. all another customer use the last rev and no one has problem ) your pc has problem on your raid 0 ... stuck on different files ( all debug on this hdd ) has different stuck every time you test it and on hdd without raid ( and no stuck on protection ) but l2 can't open ... without error or something . just don't open and as you told me you have the same problem and with script guard protection . i send you and one server who use vanganth protection and you have again problem . maybe your pc stuck ? i have lost many time for i'm trying to find what happened with your pc ( because this problem is only for you ) ... yes i missing for some days but i have send you the ExGuard forum and i have add you as customer . but you never have write nothing and you don't ask help ... so the support is not over from the moment you think you have done right ( this posts , delete the protection and this is the end ) i think i can i delete you and from customer now ( you don't need it ) -
Discussion How Much Ram And Cpu For 200 Players
pirama replied to DontKnow's topic in Server Development Discussion [L2J]
first of all you talk for what happened before 2 months +- and is not for 10 minute is about 4-5 hours as i remember from server log and is not stable bypass , after first bypass need 5-10 minute from trys for 1 correct join but after that many have try without correct results and i don't talk for 1-2 trys i talk for 6-7 hours with trys and that happen on all protections so don't flame more about for what happen before 2 months -
WTS Ex-Guard Interlude Client Protection
pirama replied to Reborn12's topic in Marketplace [L2Packs & Files]
yes my love :wub: -
L2jServer src/main/java after open the package com.l2jserver.gameserver.model.actor.instance find L2PcInstance.java @Override public void doPickupItem(L2Object object) { ..... find sendPacket(SystemMessageId.SLOTS_FULL); return; edit if (!item.isStackable() || _inventory.getItemByItemId(item.getItemId()) == null) { sendPacket(SystemMessageId.SLOTS_FULL); return; }
-
on your next post write " if you have program for edit the code " op L2j Dev "lol" OnTopic L2PcInstance.java find @Override public void doPickupItem(L2Object object) find sendPacket(SystemMessageId.SLOTS_FULL); return; make it if (!item.isStackable() || _inventory.getItemByItemId(item.getItemId()) == null) { sendPacket(SystemMessageId.SLOTS_FULL); return; }
-
WTS Interlude (C6) Pack No Custom
pirama replied to djagripnos's topic in Marketplace [L2Packs & Files]
if they have problem can block this topic only with 1 report Server Files + BackUp Database + Source : 40Euro Last Price no more comment ... gl -
better wait 1-2 days before you try to bypass it on next days they update the system ( so if you try now or pay , is lost time or money ) sorry but only this help can i give you ...
-
the protection added on forum before 40 days before 30 days is this about backdoor , bypass and other before 26 days i fix and bypass and filter for url and more feature added on project ... and you coming now to tell on global chat your summary ? for what ? for what happened before 26 days ? or you are said me one report ( about security or what ever and i don't fix it ? ) im don't looking if you are my customer or no ( if you give me one report ) for sure if is correct report can i fix it but for you can call me scammer if you are is customer and to have give me report ( and if i don't fix it , then you can tell me scammer ) you can call me scammer and if i said you lies for i sell you my protection
-
anyway ... that is off topic .. i have add filter after your report ... so no reason for talk for this after 26 days from fix
-
ofc and i have learned many from google and on java and on c++ first of all as ExGuard i can't send enything on user client i don't create it with this purpose , and i fix my mistake on the next update from report ( before 26 days for today ) but you don't said the protection backdoored before 26 days , you tell it today and you call me and scammer can you explain me why ?
-
you are not customer ( and i have 3 customers ) no one of them have any problem all customers have customer acc on ExGuard forum ( and no one have post any problem ) so who can you tell me scamer ? about backdoored is ridiculous ( i don't open connection with other ghost ip ) the connection is only ( client -> server , server -> client ) just you are e people who don't have nothing yours and spam and flame other who have create a project good or not i have customers and they can tell more about scam or backdoor ect .... you have 1 proofs for that who you said for me ?
-
if some one tell you scamer and your job air you can don't report it ,, and you can said and thanks ... what problem i making ?
-
http://www.maxcheaters.com/topic/202047-l2sguard-server-protectionstable-and-trustedsummer-discount-dealvirustotal-score-update220717/page-8