Search results

  1. 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...
  2. P

    [Guide] Understanding Items(kor).txt

    If people want i can update this thread with how to understand index of items P.S feel free to make comments and add new information
  3. P

    [Guide] Understanding Items(kor).txt

    -------------------------------------------------------------------------------------------------------- Column Guide -------------------------------------------------------------------------------------------------------- Index : 0-15 : Item Category (ie. Sword, Staff, Shield, Armor, etc)...
  4. 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 . Отваряме го...
  5. P

    [Guide] How to fix Error-L10

    1. Отваряте вашия gameserver със хекс едитор. 2. Търсите E9 70 93 07 00 и замествате със C3 90 90 90 90 Credits : - LORD - [MFZT]PaskaL
  6. 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 ...
  7. 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...
  8. 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...
  9. 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...
  10. 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...