-
Content Count
24 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout Flr

-
Rank
Neutral
- Birthday 05/02/1998
Informations
-
Gender
Male
Social Networks
- Website
Recent Profile Visitors
1007 profile views
-
Flr started following [BUG] Core, Looking for a good developer and Youtubers?
-
Hi, i m looking for a good developer to fix/debug some sistems for me. I will be pay him per hour. Don't contact me if you don't know really good c++. discord: FLR#5616 skype: live:6d4be73b2e5376d
-
Yep, i used few "Contents" from Evion @everyone The last updates: https://www.ephelion2.global/board/index.php?/topic/7-development-area-update-previews/&tab=comments#comment-57 THE BETA SERVER WILL BE CLOSED THIS NIGHT AT 00:00. Who wanna stay connected with us, join to Ephelion2 Discord: https://discord.gg/njAauR3
-
All the bugs reported by the players so far have been solved, and besides, I would like to inform you that the npc for GAYA have been fixed and added to each Map1 next to the Alchemist. The Alchemist's texture has been changed to: The visual bug on weapons about the Magic Attack and Attack Value has been fixed. The Dungeon of Queen Meley being the last one not tested was also verified and works perfectly now. Texture of the new Fisher has been fixed. The texture of the Guardian of Pets has also been modified. Pick-up all was added on the "Z" and "~" keys. The login logo has been
-
Hi guys ^.^, who can tell me few youtubers who promoting Metin2? (from any country). Cheers!
-
Flr changed their profile photo
-
Hi, devs. It's somebody here who know smthing about this error: https://youtu.be/GznwJ2T0ReY ? So at the first logon, or teleportation, the scarf looks bigger if I don't change it while the other player is next to me . hmm, i think it's something about InstanceBase.cpp or scale
-
You added the exclusion of removing the New Pet System from "Destroy item" ? Couse maybe someone try to remove pet when he is called and you recieve core down. If you did not att exclusion for New Pet System , follow this step: Open char_item.cpp and search: bool CHARACTER::DestroyItem(TItemPos Cell) in that bool (bool CHARACTER::DestroyItem(TItemPos Cell)) search : if (item->IsExchanging()) return false; below add: if (GetNewPetSystem()->IsActivePet() && item->GetVnum() >= 55701 && item->GetVnum() <= 55706) {
-
Ah , sorry