Jump to content

Ekinox

Member
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Ekinox

  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 :
  7. Hi, I'am a bug with toggle skill for all charactere, when i use 1 toggle skill my all skill go toggle Someone would have any idea thx
  8. I checked my char_item.cpp and it's was good... Thank you for answering
  9. Hi, I have a problem on my server i can't move or use an object on page 2-3-4 Syserr is empty If anyone has an idea thank you
  10. Hi, First of all thank you for having lost your time answering my topic but you doesn't help me much about my problem ! Up
×
×
  • 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.