

NoobMaster1337
Member-
Content Count
10 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout NoobMaster1337

-
Rank
Neutral
Informations
-
Gender
Not Telling
Recent Profile Visitors
273 profile views
-
hey guys, i am looking for a decoration with target render for great's offline shop. please do not try to sell me a other offline shop.
-
You have to share your request here: https://metin2.dev/board/index.php?/forum/46-searching/ #moverequest
-
With this you can use .txt files and can work with Filezilla. You should use WinSCP instead of Filezilla.
-
Thats not possible. With BYTE/byte you just can set up to 255. You have to change it to WORD/Word if you want stack 2.000 items. There is no else way.
-
open Dropped items instant to inventory
NoobMaster1337 replied to avertuss's question in Questions & Answers
Not tested: Replace the void CHARACTER::Reward(bool bItemDrop) function. (char_battle.cpp) void CHARACTER::Reward(bool bItemDrop) { if (GetRaceNum() == 5001) { PIXEL_POSITION pos; if (!SECTREE_MANAGER::instance().GetMovablePosition(GetMapIndex(), GetX(), GetY(), pos)) return; LPITEM item; int iGold = number(GetMobTable().dwGoldMin, GetMobTable().dwGoldMax); iGold = iGold * CHARACTER_MANAGER::instance().GetMobGoldAmountRate(NULL) / 100; iGold *= GetGoldMultipler(); int iSplitCount = number(25, 35); sys_log(0, "WAEGU Dead gold %d split %d", iGold, iSplitCount); for -
Changing epx/eix wont help you. You have to crypt your client also you have to change/remove the pack module in your client. If you remove that, it shouldnt be possible to get the files which you wanna save.
-
A solution would be nice.
-
Metin2 | Mount System Renewal
NoobMaster1337 replied to .ZeNu's topic in Programming & Scripts / Systems
reupload?