-
Content Count
67 -
Joined
-
Last visited
-
Days Won
1
Minton last won the day on March 6 2020
Minton had the most liked content!
Community Reputation
18 NeutralAbout Minton

-
Rank
Friendly
- Birthday April 1
Informations
-
Gender
Not Telling
Recent Profile Visitors
1060 profile views
-
Minton started following Guild & Party Core Downer, Looking for Trading house, Web hosting and 6 others
-
Hi, Im looking for someone who can create or who have a Trading house which is able to manage trading with goldbars (because the server's max yang is 2.000.000.000 and its cannot be increased because of the gameplay). PM me if you are have one or code one!
-
What do you recommend then? Own VPS with NGINX and stuff?
-
Hi, I'm looking at https://www.ovh.ie/web-hosting/ this web hosting. What are your experiences with the packages? Which one is enough for a metin2 webserver with around 1k~ online player (in terms of usage)? Thank you!
-
Hi, I have a little problem with my PetSystem, i also have a Costume Mount System. So when i ride a mount and have a pet summoned and warp the pet's bonus is given twice until i remount or change equipment etc. Here is my PetSystem.cpp and quest if thats help: PetSystem.cpp: https://pastebin.com/UqVAxNZf Quest: https://pastebin.com/M7q03gMj Thank you!
-
Map Area Heavy Effect Usage Fix
Minton replied to Distraught's topic in Programming & Scripts / Systems
v142 toolset, 10.0 sdk, c++17 works well. -
Map Area Heavy Effect Usage Fix
Minton replied to Distraught's topic in Programming & Scripts / Systems
As always, good job! Thank you! -
Hi, i have the following problem: If i move a little closer: Another place: Any idea? (Fog turned off, with fog its all good because the fog "covers" it.)
-
Yes, i did the same thats why i wrote "after i compiled"....
-
VS2019, after i compiled the discordrpc.lib, this error occurs:
-
I've removed this feature from my client source. Still works, no problem.
-
Hi, I need a function on server side which returns true/false if the mob is a Boss. I want to use it in battle.cpp as pkVictim->IsBoss(). Did someone already developed it? Thank you!
-
Hi guys, It's maybe released somewhere else, but i ran into this with 300-400 player on my server and one of them injected a little python script which invites mobs or npcs into guild and party or forces guild skills on mobs or npcs. If that happens the core will crash since there is no checks for that. input_main.cpp Find in case GUILD_SUBHEADER_CG_ADD_MEMBER:: if (!ch->IsPC()) Replace: if (!ch->IsPC() || !newmember->IsPC()) Find in CInputMain::PartyUseSkill: if (pch) ch->GetParty()->SummonToLeader(pch->GetPlay
-
Fix Reading d:/ymir work, FPS Drops, Slow Loading Time
Minton replied to Speachless's topic in Guides & HowTo
I've tested it, and works great! Why are you caring about someone else's opinion? Who cares what he/she thinks... I've implemented it, and works well, lags are gone. Big thanks! -
Don't forget that, it works in Win8 compatibility mode or Win7, but without the compatibility mode it is crashing.