Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. I'm not pretending that is not my fault and I admit of what I did. I will inform all the buyers as soon I can.
  2. It's not my problem that this guy shared all the details of the backdoors. The only solution to this, is for all using my files to remove that backdoor. Also, I would be really dumb to use my email to join this guy's server.
  3. Hello there, my apologies to all. I won't deny that I added that backdoor, but honestly it was just in case of scamming. I'm out of l2 scene since quarantine was over because I am working a lot of hours in my real life business. I never joined that server and used that backdoor, someone else used it using my email probably. I had no reasons to use this backdoor on your server since you did nothing wrong to me. I could use it on many many servers that opened with my pack, but you won't hear anything because I'm not that guy. Sorry for that and honestly I have nothing to do with this action. Edit: I wouldn't risk my reputation here for having a GM char to any server since I don't play L2 anymore. I'm just opening servers or developig.
  4. At Clan.java find LOAD_PRIVILEDGES and update it with the following line -> private static final String LOAD_PRIVILEDGES = "SELECT `privs`,`rank` FROM `clan_privs` WHERE `clan_id`=?";
  5. At the source of the project @clientpackets/EnterWorld.java
  6. I suggest you to find real time balancers in order to optimize the damages of each class in real time. Also, you need to create a new system in order to count specific buffs in order to avoid counting other skills in buff slots.
  7. Seems decent project, good luck.
  8. Hey there! Referring to aCis project, I noticed an issue that if you open a public server from your PC, other players can join but you can't join from the machine that you are running the server (as localhost). Here is the quick fix about that issue, --- a/aCis_gameserver/java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java +++ b/aCis_gameserver/java/net/sf/l2j/loginserver/network/serverpackets/ServerList.java @@ -22,10 +22,13 @@ { _lastServer = client.getLastServer(); + String clientIp = client.getConnection().getInetAddress().getHostAddress(); + boolean isLocalhost = clientIp.equals("127.0.0.1"); + for (GameServerInfo gsi : GameServerManager.getInstance().getRegisteredGameServers().values()) { final StatusType status = (client.getAccessLevel() < 0 || (gsi.getStatus() == StatusType.GM_ONLY && client.getAccessLevel() <= 0)) ? StatusType.DOWN : gsi.getStatus(); - final String hostName = gsi.getHostName(); + final String hostName = isLocalhost ? "127.0.0.1" : gsi.getHostName(); _servers.add(new ServerData(status, hostName, gsi)); }
  9. It's not working properly and it's too old code. What do you need exactly to create it from scratch.
  10. 2 new features added: - .soulcrystal Displays Soul Crystal leveling info - CB Auction House (like L2Tales)
  11. Using shared l2eola files & unprofessional for advertising the server in other servers media.
  12. Added previews and video of Project Valorant.
  13. Hello guys, I have made several mods & features for my project and I'm going to sell them individually. This topic has nothing to do with the project's topic. Here I'm selling only the features individually. They are made for only for aCis project. Fast Augmentation -> 10 Euro - If you double click on the Lifestone, your equipped weapon gets augmented. - If you get a skill, you get an announcement on screen and the weapon gets unequipped automatically. .soulcrystal Soul crystal leveling info -> 10 Euro - Useful tool for mid/low rate servers (can be put as VIP account feature etc). - Displays information for the crystal currently in your inventory. - Displays crystal leveling monsters/bosses, sorted by monster level. - Auto generated (you don't need to change htmls never when editing soul crystal parameters). - Automatic paging systems, no need to edit htmls manually. Video: CB Auction House (like L2Tales) -> 50 Euro - Many configs to customize it as you want. - Instant DB item saving/loading to avoid item loss (roll-backs when server shuts down etc). - Easy searching for items with many options. - Simple & clean html design. - Inventory view build in the auction house. Video: The descriptions aren't detailed, just the necessary information. In case of many codes, a discount will be applied. Contact via PM, Skype (harris.devlin).
  14. L2Eola files, L2Eola files everywhere xD
  15. Because of the money they've made from L2 servers. Also, such a fake story. They are working together.
  16. https://maxcheaters.com/topic/235602-l2-autobots-the-most-advanced-fake-player-engine/
  17. Very unprofessional, they give reward to players in order to advertise their server in other servers.
  18. Hello, as title says I am looking for server advertisement services. Reply below or send me private message, thanks.
  19. Hello guys thanks for your answers but I am looking for a similar icon I have seen in many servers. They are using in rankings mostly. It's like this crown but not this one.
  20. Σέβομαι την δουλειά σου και το ξέρεις, απλά εννοούσα από την στιγμή που δεν είναι live όπως είπες κλπ. δεν το θεωρώ project. Αυτή την στιγμή θεωρείτε ενα shared pack.
×
×
  • Create New...