Jump to content

Mitachi

Developer
  • Posts

    139
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Mitachi

  1. Are you sure you did something in the source code? It seems strange. I think you forgot to put deadlines on your accounts. interest to you: autoloot_expire Tips: Right click on account table -> design table, search x_expire field, and edit default, my example: In this way, Default: is 2030, so, when you make an account, he reiceve this flag. Usually, they are given through registration from the site. But, if you have a test server, I recommend that you do this to avoid forgetting about it.
  2. Honestly, I've never used return -1. However, if you give 0 or 1 to the return command, it will directly interpret it as a boolean return 0; /*or*/ return false; //they are equal return 1; /*or*/ return true; //they are equal btw, the result of return has type int
  3. In your game folder, check in data folder, example: usr/game/share/data. Well, do you have a folder named pc3? Anyway, in you client folder, open pc3 situated in ymir work And copy pc3 folder client in share/data server (Delete all .gr2 files, server no need gr2 files) example:
  4. If you using proto from txt, all changes in Navicat is useless, you can change txt files. Which file server do you have? Look this, If you have martysama source, you can enable/disable txt from conf.txt file, situated in db folder
  5. I think you need check in uiTooltip.py Check def __AppendHairIcon
  6. This problem occurs on martysama 4.9ex +, if you are a customers, send pm him, he will be able to adapt her new function for you TO BE CLEAR: It's not a bug, we just need to adapt any function
  7. You aren't using a virtual machine with gcc4.9 installed. He isn't compatible with new freebsd versions, so if you want to compile that source code, have two ways: 1. You can use a classic Freebsd 9.2 with gcc4.9 installed (easy) 2. You can update the source code but I don't recommend it if you have low skills. (hard)
  8. If you post the error it would be a lot, if the ip is right, try changing your mysql password *pasting the commands into the putty subsequently* /usr/local/etc/rc.d/mysql-server stop mysqld_safe --skip-grant-tables & mysql --user=root mysql update user SET password=PASSWORD('mypassword') WHERE user='root'; exit; service mysql-server start Password is mypassword I'm just helping you, but just do a Google search.
  9. [Hidden Content] Open navicat.exe, click on Register. Then, open the KeyGen file present in the folder. Disconnect from the internet, generate key, it will give you an error Click manual activation, copy the output code to the generator And click generate (the one at the bottom left for manual activation)
  10. I recommend this for a test server [Hidden Content]
  11. Very interesting. I am not a graphic designer, this is the version I made in Italian Thanks @Tatsumaru and @LordZiege MEGA LINK: [Hidden Content]
  12. I doubt you have disabled it in source, technically from the syserr you should understand that files are missing NB The yellow damage is what you deal The red damage is what you take, based on how much reflect chance has your enemy Btw, the source code is: Srcs/Client/UserInterface/InstanceBaseEffect.cpp, in: void CInstanceBase::ProcessDamage() { ... } Example: Instead in Python, go and search in: root/playersettingmodules.py chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_TARGET, "", "d:/ymir work/effect/affect/damagevalue/target.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_NOT_TARGET, "", "d:/ymir work/effect/affect/damagevalue/nontarget.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_SELFDAMAGE, "", "d:/ymir work/effect/affect/damagevalue/damage.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_SELFDAMAGE2, "", "d:/ymir work/effect/affect/damagevalue/damage_1.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_POISON, "", "d:/ymir work/effect/affect/damagevalue/poison.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_MISS, "", "d:/ymir work/effect/affect/damagevalue/miss.mse") chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_TARGETMISS, "", "d:/ymir work/effect/affect/damagevalue/target_miss.mse") #chrmgr.RegisterCacheEffect(chrmgr.EFFECT_DAMAGE_CRITICAL, "", "d:/ymir work/effect/affect/damagevalue/critical.mse")
  13. There is an even simpler solution, just don't quit the game and replace metin2 with real life
  14. If you followed the tutorial correctly, it should work. If you have added macros, make sure the sheets arrive in Locale_inc.h
  15. Unfortunately, I recently signed up, when I landed on M2Dev the theme was already the current. However, the 2014 theme reminds me a lot of Windows7 AERO
  16. It should be the WINDOWS SDK that makes this difference
×
×
  • 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.