Jump to content

iFreakTime~.~

Member
  • Posts

    120
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iFreakTime~.~

  1. Can show me the void CHARACTER::GemShopBuy(BYTE bPos) function?
  2. Easiest solution ? Refresh the whole shop when someone buys something. Search in game/char.cpp in void CHARACTER::GemShopBuy(BYTE bPos) LPITEM item = ITEM_MANAGER::instance().CreateItem(dwVnum, bCount); if(item) { add before } RefreshGemShopItems();
  3. Hi everyone. Is safe to use mainline anymore to make a server? Or people now use only martysama (v4/v10).. Is worth to fix every exploit/warning in mainline, remove dead code, update libs, VS, etc and work on it? I really want to know. Best regards, iFreakTime.
  4. Host my local server? What? I don't understand. I want to use my old laptop as a "server", install FreeBSD on it and connect to it via putty on my pc.
  5. Hello community. I have an old laptop with 4GB RAM DDR3, a Pentiun B960 2.2Ghz proccesor and a integrated GPU. I can install freebsd on it to compile my metin2 sources? I don't use this laptop anymore. I want to know required dependencies, a private network hub (like 192.168.X.X), and etc. Thank you all very much.
  6. Hi community. I saw some months ago a map like OX map event, but instead O and X map place, is A B C and D. Someone have this map? Or someone can create?
  7. Hello. I need a XML to SQL item proto and mob_proto like the old stevecraft.cz/hracky/ip_xml_to_sql.php I can pay.
  8. Ahh, everytime i verify for the ? and unknown symbols, and this time i forgot. Thank you, good man. ?
  9. Hello, after i do this i have errors. [Hidden Content]
  10. I want to add a "logout effect" for player when a gm type /inv. I think is from .. binary source
  11. Try Freebsd 12 on amd64 or freebsd 11 on amd64. On my server i have: 11.2-RELEASE-p10 amd64
  12. What version of FreeBSD do you use ? i386 / amd64?
  13. Hello guys. I have a little error on my pin system. I maked a "pin" system based on password and, when i try to login, the client says my password is invalid. The error from this query, input_auth.cpp in this query. DBManager::instance().ReturnQuery(QID_AUTH_LOGIN, dwKey, p, "SELECT PASSWORD('%s'),password,securitycode,social_id,id,status,availDt - NOW() > 0," "UNIX_TIMESTAMP(silver_expire)," "UNIX_TIMESTAMP(gold_expire)," "UNIX_TIMESTAMP(safebox_expire)," "UNIX_TIMESTAMP(autoloot_expire)," "UNIX_TIMESTAMP(fish_mind_expire)," "UNIX_TIMESTAMP(marriage_fast_expire)," "UNIX_TIMESTAMP(money_drop_rate_expire)," "UNIX_TIMESTAMP(create_time)" " FROM account WHERE login='%s'", szPasswd, szLogin); I tried a to edit the query to read both : szPinwd and szPasswd, but i dont have any result. Can someone help me with this ?
  14. I want to make to equip items from storage, i edited storage already, but after i equip, let's say, a costume, i need to unequip first to equip another costume. A solution? Thanks. Sorry for my bad English.
  15. Hello guys. I have a little problem on "Add friend" dialog. I can write maximum of 12 characters in this dialog [Hidden Content] I want to set the max lenght to 24.
  16. This maps are so beautiful.. Nice work man.
×
×
  • 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.