

ondry
Member-
Content Count
122 -
Joined
-
Last visited
-
Days Won
3
ondry last won the day on January 1
ondry had the most liked content!
Community Reputation
58 NeutralAbout ondry

- Currently Viewing Topic: Fix Effect Bug when Game is Minimized
-
Rank
Friendly
Informations
-
Gender
Male
Metin2
-
Kingdom
Jinno
Social Networks
-
Discord
ondry#7053
-
ondry started following looking for special storage, Texture Gloss problem, please?, SpawnMob method Z Coord not see and 5 others
-
did u try to lower "Specular" value in item_proto ?
-
it will not work.. Z coordinate is ignored in published ymir files..
-
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?
-
he can take the latest one from p3ng3r and translate the missing ones by himself within few minutes
-
you can find mob names and item names from official server here
-
no unfortunately i am not allowed to sell it as the sellers on this forum need to have 250+ posts
-
try to change if (!pkVictim->GetParty()) to if (pkVictim && !pkVictim->GetParty())
-
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
-
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/"
-
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
-
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: http://prntscr.com/wavtps and also this part http://prntscr.com/wavu6k also make sure you have updated item_proto in client
-
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
-
http://letmegooglethat.com/?q=metin2+special+storage+c%2B%2B