Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. If you cares about player instance, as multiplier can change performance, then cares about cleanup any customs from any this instance. By the way, everyone player's instance it's another thread and not matter how many time will be done list's operation. In your case this difference less 0,00001 second. The general story line was in style of coding.
  2. In your case not matter "best way", because too small list for feeling difference. Less few billions object in list pointless for catching performance.
  3. @Tryskell my example works correct. I get index first and after remove object from ArrayList by him index. What's wrong? All follows Eclipse documentation.
  4. @StinkyMadness you don't understood one little thing. ArrayList in Java as Integer means index of array. You tries get index by itemId. Need get array index by object first and after remove the object by taken index. If i'm not mistaken i sent you the same code in Skype. I don't see the better way. https://stackoverflow.com/questions/8520808/how-to-remove-specific-object-from-arraylist-in-java public class Test { private static List<Integer> _ignored = new ArrayList<>(); public static void main(String[] args) { for (int i = 0; i < 10; i++) ignored(57); } public static void ignored(int itemId) { if (_ignored.contains(itemId)) System.out.println("Try to remove " + _ignored.remove(_ignored.indexOf(itemId))); else { _ignored.add(itemId); System.out.println("Try to add " + itemId); } } }
  5. + public void ignored(Integer itemId) + { + if (_ignored.contains(itemId)) + _ignored.remove(_ignored.indexOf(itemId)); + else + _ignored.add(itemId); + } Check this out.
  6. For selling available only existing addons. I'm sorry, at this moment no time for develop something new. http://rootware.ru/category/java/portfolio/paid-works/
  7. Give me IP of your server and login/pass for 10 min. I will check your ultra FPS with my client what you not scammed all with modified non server side.
  8. @aLzhite pointless video. Make him again w/o x2 speed everywhere and don't close client between servers restart and show lobby FPS. Also show your PC configuration. You can make screenshots only like me.
  9. 1. Give me your system folder. I saw modified dlls for increasing FPS, but it's anyway custom. 2. Try this test with default IL client and patch w/o any customs and show here the results. P.S. For CS: GO matter internet ping, input lag of LCD monitor and after FPS.
  10. What the problems have you? Post here all list. maybe you need not geo developer.
  11. For Eclipse not need to define where locates Java. Just make "jre" directory inside program folder and copy openjdk here.
  12. One question about AdvExt64 IL product. [Noblesse Only] teleport from gatekeeper's dialogue have TOWN (only in AI.obj), HUNTING_GROUND and SSQ teleport points. It was part of IL or uncutted legacy of GF base? Thanks.
  13. If he CAN everything, so what's the problems?
  14. You could make a diff patch and post here. L2JFrozen have publuc SVN and make diff not a problem. But you skilled troll and shares script for newbie.
  15. As i know this constant don't have unique ID like Clan Reputation Points or PC Caffe Points. Just use additional variable for this. If you find another info, then let me know. I will glad to use retail implementation.
  16. GM functions in L2J not the same as on the L2OFF. Too many difference.
  17. It is important to know what you will try to test. Not all features implemented in L2J. Around 50% missed or off-like.
  18. L2OFF mate. It was L2OFF servers. 10 years ago world didn't knew about SmartGuard, LameGuard and other client protections. And L2J based servers was rare like an mammoth shit.
  19. Yes. It was exclusive tool for PvP players. Ofc not meaning L2Control and other big tools.
  20. If you don't ready to pay at least $500 you never will find someone who will ready translate it to english. It's around 20,000 HTMLs and all need to check with L2OFF sources. Assume what around 5-10% HTMLs is custom for retail NPCs. In the end, i doubt what it good idea. Better learn russian and translate by self or find another sources on the english.
  21. You wanted shit what works every where and free of charge? lul. I'm not spoke what this clicker ivisible for any protections.
  22. View File Unreal Postal 2 Editor Postal2 Editor more adapted for Lineage 2 clients. Not requres install. Minimal complectation. Submitter Rootware Submitted 06/19/2019 Category Tools
  23. View File Auto Combat Points This the oldest clicker for automatization usage CP, HP, MP potions and additional elixires. By my memory this tool works with IL, Kamael, Hellbound, Gracia (all parts) and possible with another chronicles (not sure). The quick guid for installing and configure: VirusTotal link. Author: WARik P.S. Site is dead the last 10 years. it's last public revision. Next develop was stopped follows official by author announce. Submitter Rootware Submitted 06/19/2019 Category Tools
  24. No any ports opened before you didn't pressed button "Login". After this action opens TCP socket connection on the host:port while you didn't choose game server from the server list or login server didn't drop established connection by timeout (around 3-5 minutes). When you press the button "Ok" in server select window client will create the new TCP socket connection by "host:port" what was received from login server. That's all magic.
  25. View File Lineage 2 Geo Converter v.0.93b L2 Geo Converter tool generate geodata direct from client map to *_conv.dat file. Author: stazis VirusTotal link. Submitter Rootware Submitted 06/15/2019 Category Tools
×
×
  • Create New...