Leaderboard
Popular Content
Showing content with the highest reputation since 04/20/2022 in all areas
-
Sziasztok! Ezt a védelmet nem én készítettem én csak megosztom veletek hátha valakinek a javára válik. Letöltés: MEGA.NZ + Csatolva Virustotal: [Hidden Content] Exodus_HackShield_2020.rar48 points
-
Üdv mindenkinek! Ez a védelem egy egyszerű, úgymond mergelés. Sokkal szebb letisztultabb és rendezettebb is lehet a pack mappád. Sokkal többet dob a kliensed főkönyvtárán ha rendet is tartasz ott. A leírás végén csatoltam minden fájlt. a rarba csomagolt libet az Extern/library mappádba csomagold. Hiba esetén kérlek jelezz, akár a leírásban akár a megvalósításban. Discord: TheRiniii#2785 Remélem hasznotokra lesz, használjátok egészséggel. Videó: [Hidden Content] EterPack.cpp Keresd: #include <iostream> #include <fstream26 points
-
[Hidden Content] password: metin2academy.com Ezt meg csak így itt hagyom hogy tudjátok mi a helyzet vele Umbra — ma 16:23-kor if you want wom2.global version [16:24] is wonder fixed [16:24] with out bugs [16:24] you can get it for 75 euro [16:24] wom2.global version [16:24] no bugs Mikee — ma 16:24-kor Thanks but I don't need it Umbra — ma 16:25-kor oh ok23 points
-
20 points
-
17 points
-
16 points
-
Web Download: Web Original: [Hidden Content] ########################################################################################################################### Introduction Web Download: Introduction Web Original :[Hidden Content]16 points
-
Sziasztok itt a teljes Empire of PvP 2 sf. Az első link sf lesz. A második link meg a javított fájlokat tartalmazza. 1.: [Hidden Content] drivesd 2.: [Hidden Content]14 points
-
Bolt név színezése [Hidden Content] root.eix/epk Megnyitod az uiprivateshopbuilder.py fájlt! Rákeresel erre: class PrivateShopAdvertisementBoard(ui.ThinBoard): def __init__(self): ui.ThinBoard.__init__(self, "UI_BOTTOM") self.vid = None self.__MakeTextLine() Így módosítod: class PrivateShopAdvertisementBoard(ui.ThinBoard): def __init__(self): ui.ThinBoard.__init__(self, "UI_BOTTOM") self.shopAdvertismentBoardSeen =[] self.vid = None self.__MakeTextLine() Rákeresel erre: def Open(self, vid, text): Í14 points
-
13 points
-
Download: to turn on the server 3) Navicat: monty Pass: some_pass Source/Server/db/src \source\Server\game\src13 points
-
11 points
-
11 points
-
11 points
-
Üdvözöllek. Ebben a topicban bemutatom neked, hogyan hozhatod létre a saját szerveredet könnyen és egyszerűen az én megoldásommal. A következőkre lesz szükségünk ahhoz, hogy a szervert feltelepítsük: Operációs rendszer: FreeBSD 12.3 Adatbázis: MySQL56 szerver Libek: Libek (Fontos, hogy a libeket ne írd felül és csak azokat a fájlokat másold át amelyeket hiányol a szervered, pl.: libstdc++.so.6) Git (ha klónozni akarod a repóm) ZIP / Unzip (ha nincs telepítve akkor, pkg install unzip vagy pkg install zip)10 points
-
uiiventory.py Keress rá erre: RefreshStatus A def RefreshStatus(self): alá másolod: money = player . GetElk () if money <= 100000000 : self . wndMoney . SetFontColor ( 1.0 , 0.2 , 0.2 ) elif money >= 100000001 and money <= 1000000000 : self . wndMoney . SetFontColor ( 1.0 , 0.6 , 0.2 ) elif money >= 1000000001 and money <= 1500000000 : self . wndMoney . SetFontColor ( 1.0 , 1.0 , 0.2 ) elif money >= 1500000001 : self . wndMoney . SetFontColor ( 0.6 , 1.0 , 0.2 ) self . wndMoney . SetText ( localeInfo . NumberToMo10 points
-
Sura skill bugfix-> effekt nem jól jelenik meg ha kosztümöt viselünk. Keresd ezen az elérésen.: /ymir work/pc/sura/skill/ a következő fájlokat.: muyeong_4.msa muyeong_3.msa muyeong_2.msa muyeong.msa Nyisd meg őket Keress rá erre mindnél: Bip01 L Finger1Nub Cseréld ki erre mindnél: Bip01 L Finger01 mentsd el mind a 4 fájlt! A kövi elérésen dettó hajtsd végre az előzőket /ymir work/pc2/sura/skill/ Ha minden megvolt Menthető/visszacsomagolható! forrás: [Hidden Content]10 points
-
t Teszteltem , működik. Uicommon.py import wndMgr #ha még nincs!10 points
-
9 points
-
Üdvözlök mindenkit! Köszönöm! Hogy e fórum tagja lehetek... Nem jöttem üres kézzel, hoztam magammal egy kis csemegét is. Remélem hasznotokra válik 🙂9 points
-
9 points
-
8 points
-
8 points
-
Sziasztok, sokak számára problémát jelent az ALT+TAB, egér beragadás és mit kell hogy mondjak valamikor rohadt idegesítő... Elhoztam rá egy elég egyszerű saját kis fixet. Illusztráció kép : [Hidden Content] Fixről Videó: [Hidden Content] ~ Ha tudtam segíteni egy pacsi nagyon jól esne 😛8 points
-
8 points
-
8 points
-
"Distraught" Author: Martysama: Original thread:8 points
-
Memória szivárgásra fix: //Bin //UserInterface\PythonCharacterManager.cpp - Keresd: if (pkInstEach->IsForceVisible()) { dwForceVisibleInstCount++; continue; } //Módosítsd így: /*if (pkInstEach->IsForceVisible()) { dwForceVisibleInstCount++; continue; }*/ //Game - NEM TUDOM, HOGY MŰKÖDIK-E! //game/main.cpp - Keresd: int main(int argc, char **argv) { //Add alá: return 0; //db/Main.cpp - Keresd: int main() { //Add alá: return 0; //UserInterface/UserInterface.cpp - Keresd: int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { //Ad8 points
-
Fix: Srcs/Server/game/input_main.cpp Search: LPCHARACTER m_pkChrTarget = CHARACTER_MANAGER::instance().Find(p->dwVID); Add under: if (!ch || !m_pkChrTarget) return; Download: [Hidden Content]8 points
-
Hi there! About the beginnings: I will bring you the first Server file we are making soon. It's actually based on a marty 4.9.6, but we've done a lot of work to remove a lot of unused codes and optimize it for today's requirements. The goal of the project itself is to make the metin2 community use a slightly more modern resource than the current ones. I'm sorry to see that a lot of people don't develop the basic pillars of the game, but just add systems and that's fine. Many people are fine with the basic gcc 4.3 version, or even just the c++11 version, which I don't understa7 points
-
7 points
-
7 points
-
7 points
-
[40250] Reference Serverfile + Client + Src [15 Available Languages] My goal was to make a reference r40250 serverfile as official as possible compared to what GF had back when their files got leaked in early 2014. No new systems added, only bug fixes. While I spent several hours testing, there may still be bugs. Please report bugs to me so I can fix them in the future, I want to make this project as bug free as possible. Available languages: EN/DE/HU/FR/CZ/DK/ES/GR/IT/NL/PL/PT/RO/RU/TR Please read Languages.txt to learn how to change the default EN language. SSH for VM: r7 points
-
7 points
-
Sajnos képet nem tudok ehhez adni, de 100%-ig működik! Tesztelve van. Magyarul: Céh raktár Download:7 points
-
7 points
-
6 points
-
6 points
-
6 points
-
Amit te csináltál az az hogy azt hazudod a szervernek (elég csúnyán beégetve a kódba) hogy a publikus ip címedről fut a szerver, miközben nem, hisz a privát ip címeden fut (192.168...). Ne csodálkozz ha nem várt mellékhatásai lesznek ha ilyet csinálsz😄 Vond vissza a módosításokat és tedd be inkább ezt: [Hidden Content] Ez sokkal professzionálisabb megoldás arra hogy privát ip címen futtasd a szervert, de mégis fel lehessen csatlakozni a publikus ip címedet használva. Amúgy azért dob vissza mert a karakterválasztó után tenne egy core-ra (pl ch1 core1) ami privát6 points
-
6 points
-
6 points
-
6 points
-
6 points
-
Összes Meldion Online pálya megtalálható a csomagban. Letöltés: [Hidden Content] Használjátok egészséggel 🙂6 points
-
5 points
-
5 points
-
5 points