Search results

  1. P

    [Release] DGE text.bmd editor

    This is DGE text.bmd editor for all version : 1.0 , 1.02 , 1.03 , Thats Mean from 0.94 clients to Season3 episode 1 Clients For Season3 episode2 , and Season4 test by yourself Credits : Sobieh From DGE PaskaL for little modification
  2. P

    [Guide] Understanding Monster Spawns

    //This File was taken from SkyTeam Forum //All credits belong to them //www.lorencia.com //Do not remove this credits (If you do a virus will format your computer^^) ---------------------------------------------------------------------------- Monster Spawn File ЇЇЇЇЇЇЇЇЇЇЇЇЇЇЇЇЇЇ 0...
  3. P

    [Guide] How To remove md5 from Databases

    To remove md5 from Databases you need to run this query ! Note : All accounts will be deleted!!! Use MuOnline if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MANG_INFO]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[MANG_INFO] GO if exists...
  4. P

    [Guide] Editing movereq.bmd

    If you want to edit your ../data/local/movereq.bmd you need to understand how gate.txt(server) and gate.bmd(client) work and you can made it from here [Guide] How to Configure Gate.txt and Gate.bmd When you are ready you can begin. The editor is MgMuClientTools (If you check your gate.txt...
  5. P

    [Release] Local Folder Editors for Season 2,3

    //files in local folder editors ---------------------------------- credit.bmd - BmdDecoder ---------------------------------- Dialog.bmd - MuTool0.82.exe ---------------------------------- Everyone.ozj - MUimgGUI.exe ---------------------------------- filter.bmd - MuTool0.82.exe...
  6. P

    [Guide] Understanding Items(kor).txt

    -------------------------------------------------------------------------------------------------------- Column Guide -------------------------------------------------------------------------------------------------------- Index : 0-15 : Item Category (ie. Sword, Staff, Shield, Armor, etc)...
  7. P

    [Guide] SQL Query To Delete Empty Accounts

    -=EN=- , -=BG=- HOW TO USE: Easiest way is with your SQL Query Analyser. Open it (Start -> Programs -> Microsoft SQL Server -> Query Analyzer), login and Now simply copy-paste the code and press F5 to run it! Как да го ползваме: Лесния начин е да отворим нашия SQL Query Analyser . Отваряме го...
  8. P

    [Guide] How to fix Error-L10

    1. Отваряте вашия gameserver със хекс едитор. 2. Търсите E9 70 93 07 00 и замествате със C3 90 90 90 90 Credits : - LORD - [MFZT]PaskaL
  9. P

    [Guide] Dynamic IP - Work with No-Ip

    ===[EN]=== If you have a Unreal IP (your IP is changing everytime u reboot your PC) and u want to work with no-ip (for exemple: locanos.sytes.net) then this is the answer : MuServer Side : 1. Go to your MuServer files . 2. Change all IPs in the MuServer files to your "no-ip" address ...
  10. P

    [Release] 3D Camera Sources

    Product Name: 3D Camera Library Developer: FeliX Operation System: Windows NT/2003/XP Platform: Visual Studio 2005 Programming language: C++ Description: For zooming and rotation use mouse scrolling (it much more easy than using numpad keys). For return to initial mode press F10. Download...
  11. P

    [Release] Source Code of Sky Event

    .386 .Model flat, StdCall Option CaseMap:none Include \masm32\include\windows.inc Include \masm32\include\user32.inc Include \masm32\include\kernel32.inc Include \masm32\include\masm32.inc IncludeLib \masm32\lib\user32.lib IncludeLib \masm32\lib\kernel32.lib IncludeLib...
  12. P

    [Release] Minimap source for 1.04D main

    MiniMap.cpp // ############################# // ## Create By [CzF]Leo123 // ## MiniMap.cpp // ## Street-Mu DLL // ## For: Street-Mu Server // ## Version: 1.0 // ## www.Street-Mu.com // ############################# int IsMiniMap; int LastMapInUse=-1; class MiniMap...
  13. P

    [Guide] How To Fix "Account is Allready Connected"

    1-во : Създавате *.txt файлче 2-ро : Спирате всички бачкащи Gameserver.exe 3-rd : Отваряте Txt файла който създадохте 4-то : Там пишете : "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\isql.exe" -S ВашияСървърАдрес -U SQLПотребител -Q "update [memb_stat] set [connectstat]=0;" -d MuOnline...