Jump to content

SkyLord

Members
  • Posts

    809
  • Credits

  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

SkyLord last won the day on October 14 2023

SkyLord had the most liked content!

2 Followers

About SkyLord

Contact Methods

  • Skype
    f4sh10n

Profile Information

  • Current Mood
    Angry
  • Gender
    Male
  • Country
    Bulgaria

Recent Profile Visitors

9,779 profile views

SkyLord's Achievements

Rising Star

Rising Star (9/16)

  • Dedicated Rare
  • First Post Rare
  • Collaborator Rare
  • Posting Machine Rare
  • Conversation Starter Rare

Recent Badges

38

Reputation

  1. He's a reseller. I recommend you don’t get PTS files from him. there are more skilled people on this forum. personally sold him files and fixes. The screenshot says it all. I sold him files and fixes, and then with just a couple of words he said he wouldn’t resell them Since he can’t handle the server files properly, he prefers to give them away or sell them for nothing. jerk
  2. People really like my server. But whenever someone mentions L2Mid, the haters show up and start throwing shits I can't really say much about the 50–100 online players. I’m thinking of giving L2Mid a try later this yearif anyone’s interested, let’s keep it positive.
  3. The real issue is that trust has been broken, and that’s why the community isn’t as lively. The forum used to be full of activity, but now it’s quiet, not because people don’t care, but because they don’t feel safe or respected anymore. Over time, I’ve realized the problem isn’t the community, it’s the management. There’s been a lack of transparency, and honestly, a breach of trust when it comes to handling user information. I found out that sensitive data like IP addresses and personal details have been shared between admins without properly protecting people’s privacy. This type of behavior destroys the trust.
  4. Not everything is very “professional” with AdvExt64. They mostly just take your money, then ask for more to fix things they can’t even fix properly. I remember years ago they couldn’t even solve the Varka/Ketra quest the problem was in ai.obj But hey, who knows maybe now they’re ai.obj experts
  5. -- Delete records where there is no corresponding name user_data USE lin2db; DELETE FROM ssn WHERE NOT EXISTS ( SELECT 1 FROM [lin2world].[dbo].[user_data] AS world_data WHERE world_data.account_name = ssn.name ); DELETE FROM user_auth WHERE NOT EXISTS ( SELECT 1 FROM [lin2world].[dbo].[user_data] AS world_data WHERE world_data.account_name = user_auth.account ); DELETE FROM user_info WHERE NOT EXISTS ( SELECT 1 FROM [lin2world].[dbo].[user_data] AS world_data WHERE world_data.account_name = user_info.account ); DELETE FROM user_account WHERE NOT EXISTS ( SELECT 1 FROM [lin2world].[dbo].[user_data] AS world_data WHERE world_data.account_name = user_account.account ); -- Check Existing account with character name USE lin2world; DECLARE @char_name NVARCHAR(50); SELECT @char_name = char_name FROM [dbo].[user_data] WHERE account_name = 'root'; IF @char_name IS NOT NULL BEGIN PRINT 'Existing account with character name: ' + @char_name; END ELSE BEGIN PRINT 'No account with character name root found.'; END
  6. why would admins waste their time selling epic items or high level gear for just 50 bucks? mid-rate server can generate over 30k per month with average online activity.
  7. Updater for https://lineage2ivy.com/
  8. TravorJ source is with too many problems and bugs. Start by fixing the crash problems with the offline restore system. After that, there's a bunch of missing packets, which aren't there at all.
  9. Thanks Back to work... Today's first update is here to kick off the new year! Learn new skills after reaching level 1. The fix applies to both the live and classic versions.
  10. the best https://active-ac.com/
  11. Truly a poor choice for a server. Goodluck in fixing the bugs in this extender (TravorJ) can begin with initiating the crafters manufacture shop. You can start fixing, just like me, since 2021 when I bought the source.
  12. Update:November 9, 2023: We began making a BR shop for the Live version, just for those who can access my private git. It's being built like L2J server grand crusade 110.
  13. or he might scam you and abscond with your funds in exchange for trash files.
  14. Swindler Give me a specific example please. If you repeat it back, you can make people think you are the one whos banned here... for very similar behavior, right?
×
×
  • Create New...