Jump to content

[007]DawisHU

Member
  • Posts

    258
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by [007]DawisHU

  1. This is the fix ( Now tested) Upgradeitem BookItem StoneItem ChestItem Don't forget to define it (Char_item.cpp -> CHARACTER::MoveItem func) Enjoy If helped, Just drop LIKE to this.
  2. Hi, Yes it is avaliable (Check by yourself) Spawn the mob : from 11000 to 11117 and see, the NPC will attack each other.
  3. hi. I have a suggestion. But first i wanna see your char.cpp file. Can u show me?
  4. Hi, From @ Rakancito Premium offline shop +- @ Mali shop search system combination
  5. yes It is using. If u see little closer, some code are bugged, and useless... Link: Excuse me, for bad eng..
  6. My repli was deleted??? for why?? Hi @Trial BIG THANK for share it. I have a Premium Offline Shop by @ Rakancito. But sadly this system is total bugged,and have a lot core crash. Finally fixed. Thank again!
  7. Hi guyz and @ Rakancito ! I have some system from you, Rakancito. But first system is total bugged from you, i start developing and rewritting the whole bugged code. Shop is can't reupdate itself when server closed/restarted, problem start in char.cpp -> void CHARACTER::LoadPremiumPrivateShop(int iItemCount, TPlayerItem* pItems) function. And in db side, the example ( your files ) totally useless for me. Example: your code : My code : No need useless + lines just work smart if i fixed the items load, and other things in shop, and need this, i will paste it to here. Excuse me for bad eng. Best regard ! #Update Finally fixed
  8. Hi, nice thank for release. But is this system have update problem in python. When you switching channel, under minimap not refreshed. (Reference SF by TMP4) if somebody want this "little text" update, just writte Sry for bad eng
  9. Hi. You are need source for it. Dump_proto/src Szerver SRC/ Common Szerver/DB/SRC Szerver/GAME/SRC Client/userintergface It is just quick searching in source, maybe i forget something? (Don't forget to add in python too) Sorry for my bad english!
  10. Hi. If u want from config (Player can enable it) original: Metin2.cfg ->SHADOW_LEVEL number it is enum: SHADOW_NONE = 0 SHADOW_GROUND = 1 SHADOW_GROUND_AND_SOLO = 2 SHADOW_ALL = 3 SHADOW_ALL_HIGH = 4 SHADOW_ALL_MAX = 5 if u want to disable in source, go to : UserInterface/PythonBackground.cpp In this file search: bool CPythonBackground::SetShadowLevel(int eLevel) { if (!m_pkMap) return false; if (m_eShadowLevel == eLevel) return true; CMapOutdoor& rkMap = GetMapOutdoorRef(); After add this: eLevel = 0; looks like: bool CPythonBackground::SetShadowLevel(int eLevel) { if (!m_pkMap) return false; if (m_eShadowLevel == eLevel) return true; CMapOutdoor& rkMap = GetMapOutdoorRef(); eLevel = SHADOW_NONE; m_eShadowLevel = eLevel; switch (m_eShadowLevel) Excuse me for bad english.
  11. Huh!? I tested it, and it is work perfectly!!!!!! Image
  12. Are you sure? hidden? From virgin source, if not same, the hidden user name are found DB side, Next is: if (CConfig::instance().GetValue("SQL_ACCOUNT", line, 256)) Original looks like: Next is: if (CConfig::instance().GetValue("SQL_COMMON", line, 256)) Original looks like: Next is: if (CConfig::instance().GetValue("SQL_HOTBACKUP", line, 256)) Original looks like : Game side: Next is: TOKEN("common_sql") Original looks like: Next is: TOKEN("log_sql") Original looks like: And check last one: if (!isPlayerSQL) { puts("LOAD_PLAYER_SQL_INFO_FAILURE:"); puts(""); puts("CONFIG:"); puts("------------------------------------------------"); puts("PLAYER_SQL: HOST USER PASSWORD DATABASE"); puts(""); exit(1); } after this : AccountDB::instance().Connect(db_host[1], mysql_db_port[1], db_user[1], db_pwd[1], db_db[1]); these things is same, with originals?
  13. Hi. After deleting from tables. You are restarted mysql server on freebsd? If no, use this command.
  14. Maybe tracelog every moving ? Maybe some values return as false; But not implement logbox, and silently closing the client. What you modified? Remember back.
  15. Hmm, looks like worked. Mark this questions as solved.
  16. Hi. You have error in SQL syntax... (I think in invisible) It is not joke, or not trolling. Open your PHP file and use try Catch or Top side of PHP insert it. This is showing you(r) every errors.
  17. Hi, You have client side error. Client tried loading map, but it failed... Replace your client side coordinate with KingSora M2Coordinator, (i too using it).
  18. Hi! Tried start in visual studio ? (F5 in debug mod) And enable, break when errors occured.
×
×
  • 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.