Jump to content

colt

Members
  • Posts

    52
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by colt

  1. the best pack that exists today for Interlude is ACIS from Tryskell.
  2. First question: You have created a double topic, it's not good, please more attention. Second question: Did you opened the ports in your firewall? Inbound rules to be exact. Good luck
  3. Did you look an " after 99999_NPCBuffer that is not ok? Maybe is this, but need look with attention.
  4. the second photo have an error I think, you put the IP with --> and <-- need put in the properly location. 2: to avoid DDOS you need a little changes, like: Use domain, turn off IGMP to your computer, activate your firewall and configure properly. Good luck
  5. this is a retail function in l2jserver pack. Please look into //admin menu, list the players, select and add what you want.
  6. and the console is not your best debug dude, activate LOG's to debug.
  7. to your class or your npc? To skills of NPC you need add in database.
  8. I use the custom port to MySQL as 6033, so, in my loginserver.ini (l2jserver use loginserver.properties) and gameserver.ini (l2jserver use gameserver.properties) to: jdbc:mysql://localhost:6033/l2jgs If is not port, please, change the name of your database to the name that you define before, like: myserverdb. Thanks
  9. Hello guys, looking here a source, I see some informations about VADC Database in the source, I don't find any information. Any links/docs/tutorials about this? Thank you
  10. I don't know how frozen works, but you may need change the coliseum.xml file to change the spawn locations and change .properties files related to olympiad, generally is olympiad.properties
  11. Thanks again, awesome (I print to pdf for documentation purpose!) :)
  12. that information was VERY, VERY IMPORTANT. I use float in my changes, now I'll update all to double! :) (Edited to be like Tryskell suggested below) Thanks
  13. Sure, I read the error: java.net.BindException: Address already in use but not see the wrong hexid. It's easy, he just need copy the text of actual hexid.txt and put in the database! :)
  14. Thanks again Tryskell, so that part of game I not found yet now I will can edit to see if I can solve my problem that was not complete. So this is what I have: java/Config.java: public static final String SECURITY_CONFIG_FILE = "./config/GM/Security.properties"; // Security L2Properties SecuritySettings = new L2Properties(); final File security = new File(SECURITY_CONFIG_FILE); try (InputStream is = new FileInputStream(security)) { SecuritySettings.load(is); } catch (Exception e) { _log.log(Level.SEVERE, "Error while loading Security settings!", e); } And the "protection" against fake GM's: // Protecao contra GMs corruptos GM_EDIT = Boolean.valueOf(SecuritySettings.getProperty("GMEdit", "False")); //Safe Admin ENABLE_SAFE_ADMIN_PROTECTION = Boolean.parseBoolean(SecuritySettings.getProperty("EnableSafeAdminProtection", "True")); String[] san = SecuritySettings.getProperty("SafeAdminName", "").split(","); SAFE_ADMIN_NAMES = new ArrayList<>(san.length); if (san.length != 0) { for (String name : san) { SAFE_ADMIN_NAMES.add(name); } } SAFE_ADMIN_PUNISH = Integer.parseInt(SecuritySettings.getProperty("SafeAdminPunish", "3")); SAFE_ADMIN_SHOW_ADMIN_ENTER = Boolean.parseBoolean(SecuritySettings.getProperty("SafeAdminShowAdminEnter", "False")); And give some errors whenI try to compile, talking about the SAFE_ADMIN_PUNISH variable, so I will look for l2pcinstance. Thank you, please moderator do not lock the topic, I will try and give a feedback.
  15. this problem are new (to some users), sometimes are ok the configuration but we have a little problem! To solve: If you're running some Android emulator in your computer just EXIT, close all services related to Android Emulator AKA Bluestacks or anything else and try to run again the server emulator and will work properly! Credit: I don't remember the name of the member of MaxCheaters but I found this solution here a long time ago.
  16. Hello guys, I requested to a moderator, for reopen a topic but he don't read my PM, so forgive me because I will create a topic with the same request but I need this diff too. ORIGINAL TOPIC: http://www.maxcheaters.com/topic/170376-safe-admin/ Anyone have a backup of this diff? The original website are offline. Thank you.
  17. this is the biggest problem of "pvp" servers, they add various customs and as we know, Titans are OP. So, after this they need "edit" the core to "balance"! The best pvp server that I test was a 50x that we need make quests to get S-Grade weapons / armors. It's pvp but not too easy.
  18. really, really, really thanks, you help me a lot dude, thank you. hahaha, so, I trust them because I can make some meth with my parents! HAHAHAHA :dat: Thank you, this info was very important bypasses. I am learning an will buy from serious guys, for sure. So, I can mark as solved if any moderator want to close. Thank you all!
  19. Yes it's my case, BUT I am trying to not be lazy and study this case, safety. Legit it's my father, my mother and my brother because I can see they all days, guys from internet are not legit before proof (with my own analisys), so I'll continue this "work" studying and asking for help from good guys that have here, thank you for your help anyway. Thank you again, you help me a lot.
  20. Thanks Reborn12, that logic is strange but set accesslevel to 1. Thanks I will see if are some things that send accesslevel commands to the server. Thanks But is very hard huh? Rootware thanks again, but I think that I will buy the source from NeverMore but I want to learn about this things, I need be carefull to all things that I put in my network/servers, so I buy but I check all the code. I am studying based on L2Tales because I am sure that have backdoors like the guys said and to create solutions we need problems right? If you have a better suggestion to buy, please if you want send a PM to me. But I really need learn about this, my real knowledge base is C# but I am studying Java specific to Lineage 2 servers. Thanks
  21. Thank you sir for your awesome reply! About Lineage 2 gameplay I know 80% (I think). About Server Core I know 8% (or minus). About backdoors: I don't find too much information but I understand that backdoor it's a possible variable or function used to connect in the server as administrator (GM) independent of database setup, by a secondary port for sure. But if the "ADMIN" find the fake "Administrator" in the database and remove, when restart the server get access again by java files installed in the server that keep the information about the fake admin. So I suppose that is this occurence, but I am not finding at the source these informations or codes, and I know that have backdoors in L2 Tales source shared here (I am using just to study because I'll not open a shitty server, I'll study and buy a source from a serious guy). Maybe you can't understand what I mean in some words, please let me know if I am being understandable because I speak "self-learning" hahaha. Thank you
×
×
  • 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