Jump to content

metin2team

Inactive Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by metin2team

  1. when you download the source or take a look at it.. you will understand the line in bold
  2. 1. maybe in the afterlife ( basic knowledge about C++ is necessary to edit ) 2. there is a noob-proof tutorial in this forum. 3. mainline game / mainline_released client 4. not much it depends on the extern folder as well as the previously compiled Win *.obj or FreeBSD *.o files. if you delete unnecessary stuff it will be ~100mb. 5. yes I think there is in this forum. Good Luck!
  3. DSS = Dragon Soul System DDS = the textures used for models. (Direct Draw Surface)
  4. strlen($_POST['pass'])>=8 it should be >= 8 slots (ex: Pa1uL3oX)
  5. ITEM_STACKABLE = 4 the item you want it to be stack-able must have this "flag"
  6. if (LC_IsEurope() || LC_IsSingapore() || LC_IsVietnam()) return false; comment it. make sure you add the if (item2->GetType() != ITEM_COSTUME) // say something return false;
  7. sometimes this happens because of patch2 is packed with type 3 so you have to unpack it then pack it again. > if you're using the official serverfiles.
  8. and you are a grown up man? even if you are, you have a mind of a kid
  9. make sure that you have the same columns in item_proto.txt as in the source "SItemTable"
  10. maybe it's being held in your pending balance?
  11. Thanks for sharing that.. it's really useful
  12. change this: $consulta="SELECT * FROM account WHERE login='".$user."'"; to $consulta="SELECT * FROM account WHERE login='".$user."' AND password=PASSWROD('".$pass."')"; it will work. you shouldn't tell a visitor if the password is wrong or the username is wrong that will make someone tries until he hacks into an account. you can just say the username and password didn't match! also always keep in mind filtering all of your inputs. good luck.
  13. if not pc.get_level() >= 50 and not pc.get_level() <= 80 then
  14. You have to install the package mentioned above by Shogun then recompile if it still doesn't work .. you have to link the "static lib" in your Makefile.
  15. // ŔŻ·´, ˝Ě°ˇĆú, şŁĆ®ł˛ ÁřŔç°ˇ »çżë±ÝÁö if (LC_IsSingapore() || LC_IsVietnam()) return false; remove that.
×
×
  • 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.