Jump to content

SkyLord

Members
  • Posts

    807
  • 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,764 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. 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.
  2. 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
  3. -- 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
  4. 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.
  5. Updater for https://lineage2ivy.com/
  6. 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.
  7. 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.
  8. the best https://active-ac.com/
  9. 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.
  10. 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.
  11. or he might scam you and abscond with your funds in exchange for trash files.
  12. 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?
  13. Over 200 admins have asked me in the last 10 years if i am selling them. For some, they are trash, for others, they are like a treasure ps. Gustavo I dont know what you are still doing here on this forum after being banned for scamming. @Celestine Instead of hiding posts where someone speaks the truth, it would be better to clean up the forum from those who scam, otherwise, the problems will persist. It's in their blood, after all.
  14. Nobody has my files. I am talking about Interlude not this garbage Classic from TravorJ
×
×
  • Create New...