Jump to content

SmyleMDFK95

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About SmyleMDFK95

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SmyleMDFK95's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Dedicated
  • One Year In
  • Reacting Well
  • One Month Later

Recent Badges

2

Reputation

  1. On my test the server work .. i instaled on windows mariadb106 with no_engine_substitution for that .. The problem when i inter the client: Sound and config not work.. if i set in config.exe the rezolution 1920x not work .. the sound not work.When I teleport or do certain things, I get random crashes from the client. No sys errors appear. syserr i think it's disable default .. becouse i dont have in folder log/syserr.txt In rest thank and kep going up <#
  2. questlua_npc.cpp Search int npc_is_pc(lua_State* L) { // function } Add int npc_is_stone(lua_State* L) { LPCHARACTER npc = CQuestManager::instance().GetCurrentNPCCharacterPtr(); lua_pushboolean(L, npc ? npc->IsStone() : 0); return 1; } Search { "is_pc", npc_is_pc }, Add { "is_stone", npc_is_stone }, In quest search: when kill with not npc.is_pc() and npc.is_metin() begin modified with when kill with not npc.is_pc() and npc.is_stone() begin
  3. Not work in freebsd 13.2 tested.
×
×
  • 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.