Jump to content

Ekinox

Member
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About Ekinox

Informations

  • Gender
    Not Telling

Recent Profile Visitors

896 profile views

Ekinox's Achievements

Enthusiast

Enthusiast (6/16)

  • Dedicated
  • Reacting Well
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

14

Reputation

  1. Hello I found some old buttons, I'll share them with you
  2. Hello If you want you can disable pvp protection for level 15 and lower Char.cpp if (level < PK_PROTECT_LEVEL) SetPKMode(PK_MODE_PROTECT); if (GetLevel() < PK_PROTECT_LEVEL) m_bPKMode = PK_MODE_PROTECT; You just need to comment on its lines //if (level < PK_PROTECT_LEVEL) //SetPKMode(PK_MODE_PROTECT); //if (GetLevel() < PK_PROTECT_LEVEL) //m_bPKMode = PK_MODE_PROTECT;
  3. Hello Look in this feature : LPITEM ITEM_MANAGER::CreateItem(DWORD vnum, DWORD count, DWORD id, bool bTryMagic, int iRarePct, bool bSkipSave) Item manager.cpp
  4. Hello To use mysql 8.0 you simply need to include ' ' in mysql database server side queries on mysql 8.0 reserved words. You can find the list of reserved swords here: [Hidden Content] For example for account your SQL queries containing the word account on the database side should look like 'account' just add the includes ' ' around these words Concerning the PASSWORD function, for example, simply replace it with MD5 You don't have to change anything else
  5. Hello, Have you checked that the authentication key corresponds to the client/server source level ?
  6. Hi, All compil it's ok but when login with this sytem core crash and this :
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.