Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Posts posted by Devlin

  1. 1 minute ago, zemaitis said:

     

    It's your problem, because you added the backdoor. Take some responsibility mate and stop pretending that its not your fault.

     

    Go through your chatlogs, find all buyers, inform all your buyers ASAP about backdoor and tell them to remove it.

     

    That is the only way you have hope of saving your face in this community. 

    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. 4 minutes ago, melron said:

    Nothing personal with you and i won't stick with your action, but... That means that there are servers out there with that backdoor inside and its also means that everyone who saw this thread, can log in and get gm status. Am i right?

     

    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. 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));
     		}

     

    • Upvote 1
  5. 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).

    • Like 1
    • Upvote 1
  6. Σέβομαι την δουλειά σου και το ξέρεις, απλά εννοούσα από την στιγμή που δεν είναι live όπως είπες κλπ. δεν το θεωρώ project. Αυτή την στιγμή θεωρείτε ενα shared pack.

×
×
  • Create New...