Jump to content

ondry

Member
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by ondry

  1. If you are getting "Unknown packet header : [random number], last: 251 250" then you can try to disable IMPROVED_PACKET_ENCRYPTION - but you will have to make some changes about buffer
  2. No, its not safe nor good solution for unknown header packets.. Your client will not be closed if you receive wrong packets, but your whole client will go nuts (you will see that your level is 98865556, you will see nonsense items in your inventory etc.)
  3. did u try to lower "Specular" value in item_proto ?
  4. it will not work.. Z coordinate is ignored in published ymir files..
  5. dont ask me.. he said, he is translating server files.. and if he doesnt have items (icons/models), what is the point of having protos anyway?
  6. he can take the latest one from p3ng3r and translate the missing ones by himself within few minutes
  7. you can find mob names and item names from official server here
  8. no unfortunately i am not allowed to sell it as the sellers on this forum need to have 250+ posts
  9. try to change if (!pkVictim->GetParty()) to if (pkVictim && !pkVictim->GetParty())
  10. try to edit server_timer function like that: when PAJp_OutAll.server_timer begin if d.select(get_server_timer_arg()) then local setting = flame_dungeon_01.setting() d.set_warp_location(62, setting.outside_entry_pos[1] , setting.outside_entry_pos[2]) d.exit_all() end end
  11. yes thats because your item_proto is not updated in client, google for "metin2 item_proto packer" and put correct item_proto to client "locale/xx/"
  12. i think the problem is in client item_proto did you pack properly item_proto and placed it correctly to the locale/xx/item_proto ? try to change the level of item and see if it changes ingame
  13. since the item does not dissapear from your inventory while its showing time "0" it seems like a client bug check the uiToolTip.py file for function def AddItemData check if you have this part: [Hidden Content] and also this part [Hidden Content] also make sure you have updated item_proto in client
  14. seems like you are setting the time in value0 instead of limittype and limitvalue or you are missing the code for mount costume in uitooltip.py first make sure you are setting the limittype to "7" and limitvalue to the time in seconds
  15. put this to the top of index.php on your website and it will tell you exactly what is the problem error_reporting(E_ALL); ini_set('display_errors', '1');
  16. yes i am pretty sure that crash is because of missing motlist.txt
  17. try to change map index or coordinates
  18. check if the monster folder in client contains file "motlist.txt"
  19. there is no error on that line.. try doing "gmake clean" and then "gmake"
  20. try to upload char_item.cppp somewhere else, pastebin.com won't load for me
  21. try pkg install devil otherwise check your path to DevIL in "Makefile" and make sure it exists in your "Extern" folder
×
×
  • 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.