Welcome to RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar) Mark forums read | View Forum Leaders
RaGEZONE - MMORPG Development Forums (sponsored by: www.SCFMT.com.ar)


World of Warcraft Discuss, [MaNGOS] Latest binaries and SDB (With no support questions! Only files) at Server Developments forum; .code{font-family: Courier, Courier New, Verdana, Arial; color: #465584; background-color: #FAFCFE; border: 1px dotted #000; padding: 2px; width:98%; margin: 0px auto ...




Your banner here Image
Want your server advertisement here? for $100 you can, click the link to contact MentaL today. Garanteed exposure to thousands of users.

Reply
LinkBack (57) Thread Tools
[MaNGOS] Latest binaries and SDB (With no support questions! Only files)
 
 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
08-31-2006, 12:51 AM
 
Moderator's Warning:
please keep this post as clean as possible. error reportings and questions are not welcome here. No support at all in this thread. Anyone posts here not binaries will be given an infraction.
[lexx]


Moderator's Warning:

Latest posts got newer MaNGOS builds, so go straight to last page for newest release.


Moderator's Warning:

Latest compiled win32 builds can be obtained at: http://www.mangos-files.de/index.php?show=revs
newest releases posting here are still welcome



Quote: Originally Posted by tr4shm4n
Windows Version compilled by bogie :
[Only Registered and Activated Users Can See Links. Click Here To Register...]

Linix version compilled by Whiroph :
MaNGOS 2652 [Only Registered and Activated Users Can See Links. Click Here To Register...]

DBC:
1.12.1
[Only Registered and Activated Users Can See Links. Click Here To Register...]

DATABASE:
silver db 0.5.0 full [Only Registered and Activated Users Can See Links. Click Here To Register...]
silver db 0.5.1 svn patches [Only Registered and Activated Users Can See Links. Click Here To Register...]
silver db 0.5.2 svn patches [Only Registered and Activated Users Can See Links. Click Here To Register...]
silver db 0.5.3 svn patches [Only Registered and Activated Users Can See Links. Click Here To Register...]


New MAPS:
1.12.1 [Only Registered and Activated Users Can See Links. Click Here To Register...]


New ad.exe [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Quote:
Linux guide

easy way to get it running - 1 Week Ago
ok, u have problem - try it this way 10 steps - it's easy hehheeh

1.
install svn (subversion)
(debian e.g.) sudo apt-get install subversion

2.
create dir for mangos:

lala:/opt# mkdir mangos

3.
download newest ver by exec this:

notice - there is a link to svn, but you need to type it the as it is.
lala:/opt# svn checkout [Only Registered and Activated Users Can See Links. Click Here To Register...] /opt/mangos

If all went ok go to to next one

6.
run this one and have a cup of coffe -> it'll take some time
lala:/opt/mangos# make

7.
ok, so you'r not sleeping - good
now it's time to install it
lala:/opt/mangos# sudo make install


so - it's installed now - great but, it's not done yet.
u have to download maps -> link
and extract them into maps dir (in this archive is maps folder, so just copy&paste it in mangos dir.
and you need one more tihng DBC -> link
extract it into mangos dir (u have dbc dir in this archive so just copy&paste it into mangos dir).

8.
ok, you can start the server. go to mangos/bin directory and from first shell (or term window) start ./realmd by typing ./realmd

now start mangos from second shell or term window (also from your bin directory) type ./mangosd

it will end like this (if all went ok)
Loading Teleport Coords...
Loading Game Object Templates...
>> Loaded 180105 game object templates
Scripts Library was successfully loaded.
Initializing Scripts...
Reference thread created.
1 reference-thread added.
Grid compression apply on creatures....
Grid compression apply on gameobjects....
WORLD: SetInitialWorldSettings done
WORLD: Starting Event System

Setting Grid clean up delay to 300 seconds.
Setting map update interval to 100 milli-seconds.
User thread created.
pollPendingThreads()
1 user-thread added.
User thread created.
Thread starting...
pollPendingThreads()
1 user-thread added.
Thread starting...

mangos>

9.
so now u have a server.
you can download acc creation page -> here
and if you want to add new realm (i've done that from phpmyadmin - open database realmd, click on realmlist - on left side, then on the right side click on insert. Fill in the field "name" and address (if you want to allow your network clients to connect) with your IP address of the "mangos" computer.

10.
patch your W*W to 1.12.1 or 1.12.2 and you can play.

-------------------------------------------------------------------------------------------------------------------------------------------

ok, one little update!!!!!

IF you download mangos via svn, it can be ver 0.6, and then u need maps 1.12.2 and u can find them here

(usualy, u get error that maps are outdated, then just download 1.12.2 maps and place them in /maps dir and play it again Sam )


--------------------------------------------------------------------------------------------------------------------

MySql tutorial

MySql is required for mangos to work, optional is PHPMyAdmin and PHP.

i.e. (debian) apt-get install mysql-server phpmyadmin php5 (to be able to install php5 and mysql 5 maybe you'll need to modify your apt source list - but that's way out of this tutor).

When you install MySql, download newest SDB (HERE - SDB forum - registration needed).

Ok, you have latest database, now let's create database. If you installed phpmyadmin, point your browser to i.e. [Only Registered and Activated Users Can See Links. Click Here To Register...] login to your mysql server with usrname & passwd, and you'll see a field - Create new database, there create database called mangos and once again create database realmd. Becouse phpmyadmin has a limitation of filesize to import, got to shell/terminal and type: lala:/where/u/xtracted/sdb/ mysql -p mangos < name-of-sql.sql (i.e. lala:/opt/mangos/sql# mysql -p mangos < mangosdb.sql)

It will take some time to import about 100-120mb of data.
Repeat the same action for realmd.sql (i.e. lala:/opt/mangos/sql# mysql -p realmd < realmd.sql ).

So you have your databases up and running. You need to edit realmd database table realmlist to set it the way you want (realmname, ip .. . .).

In case that it is needed, update your mangos db (in your mangos dir, there is dir sql, and inside is dir updates. There are located updates for mangos and realmd. So, point your browser to [Only Registered and Activated Users Can See Links. Click Here To Register...] login and on the left side select database mangos, then go to import, click browse and navigate to your mangos/sql/updates dir. select the update you want (recommended is to exec ALL UPDATES newer than your DB release) and hit go. If you get error, in most cases it means that the update you'r trying to do is already included in your database, but read the error output.

So, this is really short mysql tutorial, i'll try to add some more things later.
------------------------------------------------------------------------------------------------------------------
To update your mangos (core and sql) you can do it this way:

lala:/# svn up [Only Registered and Activated Users Can See Links. Click Here To Register...] /opt/mangos

it will download all updated files newer than your release, but you have to read a bit to figure out if some major update has been made (like transports.sql) becouse transports.sql needs transports.cpp and transports.h to work fine. That's just an example,

I hope this can help someone.

------------------------------------------------------------------------------------------------------------------------------------------

TESTING REALMD: UploadTemple.COM - Free File Hosting up to 30MB!
TESTING MANGOS: UploadTemple.COM - Free File Hosting up to 30MB!
(for acc usernames and passwords open realmd.sql, mangos.sql is patched to 2633_character_spell_cooldown.sql, that's the last patch).
Quote:
Windows setup guide

1. What you need:
- Patch to 1.12.1 or 1.12.2 >
[Only Registered and Activated Users Can See Links. Click Here To Register...]
- MaNGOS maps & DBC files - [Only Registered and Activated Users Can See Links. Click Here To Register...] & [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...] & [Only Registered and Activated Users Can See Links. Click Here To Register...]
- MaNGOS ver. 2639 - [Only Registered and Activated Users Can See Links. Click Here To Register...] warning! this is ONLY for new installation!!!
- MySQL 5 > [Only Registered and Activated Users Can See Links. Click Here To Register...]
- SQLyog Free > [Only Registered and Activated Users Can See Links. Click Here To Register...]

2. Installation
- install MYSQL5 for user root with password mangos then install SQLyog
- open SQLyog, first connect (do not enter databases in conection dialog!!!) and then create two databases: MANGOS and REALMD
- run mangos_maps1.exe and then mangos_maps2.exe and extract them to C:/MANGOS/
-extract argief to C:/MANGOS/
- NOW BACKUP YOUR DATABASE FIRST!!!!
- open SQLyog and right click on REALMD, then select IMPORT BATCH FILE and select REALMD.SQL from C:/MANGOS/SQL/ and import it (just click OK)
- right click on MANGOS database in SQLyog, then select IMPORT BATCH FILE and select SDB.SQL from C:/MANGOS/SQL/ and import it (just click OK)
- open SQLyog and click on + next to REALMD, then right click REALMLIST and select VIEW DATA, then edit NAME and ADDRESS columns.
Name = name of your server
ADDRESS = IP or DNS address like 192.168.0.100 or private-test.dyndns.org

3. Config files
- configure MANGOS.CONF & REALMD.CONF for your needs, but they are already configured for default

4. Accounts
- You can create account with this command in mangosd.exe window:
create USERNAME PASSWORD

5. Starting server
- click realmd.exe
- click mangosd.exe

6. Update
- Deinstall old updates
- Backup your database
- Download update
- Install new update
- Check mangosd.conf and realmd.conf becouse they might have changed.
- IMPORT realmd_update.sql to your REAMLD database and then sdb_update.sql to your MANGOS database, if you got errors while importing then import all sql files from SQL/partial/
- that's it

Enjoy!
I hope this help evryone ;) All links tested and working corect .






Quote: Originally Posted by kennythekid
MANGOS SETUP GUIDE FOR WIN32:
I - BASIC NEEDS:
1. Mangos Latest Bins:
1st link: [Only Registered and Activated Users Can See Links. Click Here To Register...] (by bogie)
2nd link: [Only Registered and Activated Users Can See Links. Click Here To Register...] (official mangos forum)

2. Mangos DBc and map packs:
*Dbcs 1.12.1: [Only Registered and Activated Users Can See Links. Click Here To Register...]
*New maps: [Only Registered and Activated Users Can See Links. Click Here To Register...]

3. Mangos Database SDB:
1st link: [Only Registered and Activated Users Can See Links. Click Here To Register...] (and find there)
2nd link: [Only Registered and Activated Users Can See Links. Click Here To Register...]

-------------------------------------------------
SDB Database 0.5.2 for MaNGOS rev. 2641
-------------------------------------------------
-Full SDB
-All SQL Mangos Updates
-Rev 277

4. Mysql and Navicat | and other software that u might need (for Database needs)

Navicat download link:
[Only Registered and Activated Users Can See Links. Click Here To Register...]
conTEXT download link:
[Only Registered and Activated Users Can See Links. Click Here To Register...]
Apache 2.0.59 win32 source:
[Only Registered and Activated Users Can See Links. Click Here To Register...]
PhP-5.1.6-Win32.zip source:
PHP: Get Download (choose a mirror)
mySQL Download Link:
[Only Registered and Activated Users Can See Links. Click Here To Register...]

II - INSTALATION

1. Extract your latest mangos rev. in (i'll take for example C:/mangos)
2. Get Maps and Dbc files (in case u don't know allready how to extract them)
3. Extract dbc in C:/mangos/dbc/ and maps in C:/mangos/maps
4. Get Mysql and Navicat
5. Install and configure them (if u don't know this part search someware else)
6. Open Navicat create a new connection open it then right click on connection - NEW DATABASE - name it mangos and set charset utf-8
then click OK create another database named realmd
7. Get SDB 052 unpack it and go into Navicat right click on mangos db and - Execute batch file - browse the file then OK wait untill it finishes to get all data (be sure to not get any error)
8. Open Navicat again go to realmd db right click on it execute batch file and browse C:/mangos/sql/realmd.sql, Open it wait until it finishes to get data
9. With Navicat now go into realmd db and edit realmlist table change ip and name
10. Go into C:/mangos/ and open mangos.conf and configure it with db name user name and pass otherwise mangos will not connect to mysql and it will crash same goes for reamld.conf u will have there some little help about what does every entry
11. After you configure it all save and open mangos.exe then realmd.exe if it doesn't crash that means u have configure it good same goes for realmd.exe
12. Open Navicat go to realmd db open account table create an account and try to connect

UPDATE:

As u can see now u have Mangos 2641 with SDB rev 277
- when a new mangos or SDB rev goes public downlaod it from the links i provided you
- what do u have to do :

Mangos REV:

Changelog: [Only Registered and Activated Users Can See Links. Click Here To Register...]

copy all files and folders in C:/mangos/ except the config files (just check them for new entries if they have just copy them to your config files and save)
check C:/mangos/sql/updates/ for a new sql files that is higher then 2641 and then inport it in your database using navicat (check the .sql files before inport to see if u have a entry like DELETE 'tablename' if so backup table context then apply the update other wise you will loose all data stored there then import the data back it)

SDB REV:
Link: [Only Registered and Activated Users Can See Links. Click Here To Register...] (folder 0.52)

Import with Navicat all new files in mangos db (its better to use a program called 'TurtoiseSDV' to know what new changes have been made in the sql files cuz they don't post others they update the existing ones)
If u don't know how to use TurtoiseSDV then u have to download all the files if the Rev changes and check for new lines inside the .sql files


I WILL UPDATE THIS WITH NEW THINGS IF YOU ASK FOR THEM OR THERE IS SOMETHING WRONG IN IT

Cheerz,
KEn!

Last edited by [lexx]; 11-27-2006 at 03:57 PM..
 
 
27 links from elsewhere to this Post. Click to view. permalink
 

RaGEZONE is proudly sponsored by
 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
08-31-2006, 10:29 AM
 
MaNGOS rev2116 & ScriptDev rev115 without duplicate functionality release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]

For W*W version 1.10.2

MCH (MaNGOS crash handler): This addon will attempt to safely exit MaNGOS, saving all characters, in the event of a crash. It also resets user accounts showing up as online because they never logged out properly (because the server crashed) effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

Never lose quest or leveling progress again .

Alpha 0.4.23 (world database for rev2117):
[Only Registered and Activated Users Can See Links. Click Here To Register...]
+ Applied fixes from data development section (thanks to UgraUgra, Valadir, Alan_Oaten, goodbj, TOM_RUS, Sanyok and others)

W*W version 1.10.2

MaNGOS rev2117 & ScriptDev rev116 - [Only Registered and Activated Users Can See Links. Click Here To Register...]- [Only Registered and Activated Users Can See Links. Click Here To Register...]

Last edited by [lexx]; 08-31-2006 at 06:56 PM..
 
 
permalink
 

Advertisement
 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Jan 2006
Posts: 30
08-31-2006, 07:23 PM
 
W*W version 1.10.2

MaNGOS rev2117 & ScriptDev rev116 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]

--------------------------------

SilverDB:

Alpha 0.4.23 (world database for rev2117): [Only Registered and Activated Users Can See Links. Click Here To Register...]

+ Applied fixes from data development section (thanks to UgraUgra, Valadir, Alan_Oaten, goodbj, TOM_RUS, Sanyok and others)

Last edited by DarKerZ; 08-31-2006 at 07:28 PM..
 
 
permalink
 


 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-01-2006, 01:02 PM
 
MaNGOS rev2119 & ScriptDev rev119 release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]

For WoW version 1.10.2

MCH (MaNGOS crash handler): In the event of a crash this system will attempt to safely exit MaNGOS, saving all characters as it does so. It also resets user accounts showing up as online because they never logged out properly (because the server crashed), effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

WoW version 1.10.2
MaNGOS rev2122 & ScriptDev rev124 release (with remote admin enabled) - - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]
includes map extractor and C runtimes libraries.

rapidshare folder pass: mangos

WoW version 1.10.2
MaNGOS rev2127 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]
[Only Registered and Activated Users Can See Links. Click Here To Register...]
1.11.2 map files: [Only Registered and Activated Users Can See Links. Click Here To Register...] << No garantees if they work i hope they do

Last edited by tr4shm4n; 09-01-2006 at 09:51 PM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-02-2006, 11:31 AM
 
MaNGOS rev2129 & ScriptDev rev124 release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]

For WoW version 1.10.2

MCH (MaNGOS crash handler): In the event of a crash this system will attempt to safely exit MaNGOS, saving all characters as it does so. It also resets user accounts showing up as online because they never logged out properly (because the server crashed), effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

WoW version 1.10.2
MaNGOS rev2133 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]
MaNGOS rev2135 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]
[Only Registered and Activated Users Can See Links. Click Here To Register...]
1.11.2 map files: [Only Registered and Activated Users Can See Links. Click Here To Register...] << No garantees if they work i hope they do

Last edited by tr4shm4n; 09-02-2006 at 02:10 PM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-02-2006, 06:35 PM
 
WoW 1.11.2
MaNGOS rev2135 & ScriptDev rev124:___[Only Registered and Activated Users Can See Links. Click Here To Register...]___[Only Registered and Activated Users Can See Links. Click Here To Register...](use Spell.dbc from 1.10.2)

I will post my working 1.11.2 maps as soon as i have time for it to pack them and upload them i dont want my server to lag becouse of uploading an file that you can extract yourself or find in the forums when you use search .

Last edited by tr4shm4n; 09-02-2006 at 06:37 PM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-03-2006, 03:09 AM
 
WoW version 1.10.2
MaNGOS rev2138 & ScriptDev rev124release (with remote admin enabled) - - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

DEBUG (with remote admin enabled) - - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]
both includes map extractor and runtimes libraries.
rapidshare folder pass: mangos
Compiled by : hashashin from MaNGoS forum

Working 1.11.2 maps will be uploaded soon

Last edited by tr4shm4n; 09-03-2006 at 03:13 AM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-03-2006, 03:38 AM
 
yes extract and overwrite the files . And make shure to do the config again when done that . Also aply the updates you need i belive last sdb was 4.23 alfa 2117 make shure you also aply updates that are in the sql update folder that have an higher number than 2117 :P

Now stop asking for suport in this treath so if an mod comes in here please delete posts that dont contain any bins .

__________________________________________________ ________

MaNGOS rev2142 & ScriptDev rev124 release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]

For WoW version 1.10.2

MCH (MaNGOS crash handler): In the event of a crash this system will attempt to safely exit MaNGOS, saving all characters as it does so. It also resets user accounts showing up as online because they never logged out properly (because the server crashed), effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Last edited by tr4shm4n; 09-03-2006 at 06:23 AM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-04-2006, 06:28 PM
 
WoW version 1.10.2

MaNGOS rev2155 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

Can an mod please clean this tread up . Please keep the extract instructions . But lots of junk in here now already .

Last edited by tr4shm4n; 09-04-2006 at 06:37 PM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-05-2006, 12:25 PM
 
WoW Version 1.10.2
MaNGOS rev2162 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -

[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
Eater Of Brain

Rank: Member


Reply With Quote
 
Join Date: Jun 2006
Location: france
Posts: 231
09-06-2006, 02:34 AM
 
MaNGOS rev2171 & ScriptDev rev114 release

[Only Registered and Activated Users Can See Links. Click Here To Register...]

2171
  • Fixed bug in my modifications of patch applied in [2169].
2170
  • Fixed guild save/load code. Modified version of patch provided by Triplex.
2169
  • [Note: quest RewSpell values must be fixed in DB] Fixed learning/casting spell as quest reward. Modified version of patch provided by Arkan.
2168
  • Fixed aggro AI selection for NPC's that to let NPC attack of opposite team players and creatures. Some code refactoring.
2167
  • Fixed potential problem in creature mover to respawn point at grid unload. Can be related to recent unload grid crashes.
2166
  • ADD: On/off aggro in mobs/guards for debugging process. Thanks Ellessar for idea.
    NOTE 1: Value also defines as aggro Rate.
    NOTE 2: Need test.
2165
  • sql update for [2164]
2164
  • Emplement .searchtele command for search .tele locations by name substring. Patch provided Supernovae.
2163
  • FIX: Typo fixed.
2162
  • Fixed item mods not applying after repair, not apply/remove item mods for broken items.
  • Fixed: prevent spirit resurrecting before resurrection delay timer finished.
2161
  • Small mistake in previous commit.
2160
  • Fixed double item aura apply/remove during death.
2159
  • Fixed bug with 1->60 levelup at single (and one existed at map) zone exploring
2158
  • Fixed: Not let command to pet attack friendly creatures and players.
2157
  • Fixed learnsk and unlearnsk output in case non-self learn.
  • Remove redundant and dangerous (potential deadlock) remove list cleanup. It cleanup before unloader call.
2156
  • [Note: sql update 2156_character.sql ] Save/load character total/level play time. => fix some crashs in tables "character", "character_inventory"

Last edited by albatror; 09-06-2006 at 08:56 AM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-07-2006, 12:26 AM
 
As far as i can see now the release of milestone 0.5 sould be 1 of those days all tikets are closed so it is finished . Just hold on i will get it as soon as i can :P

WoW Version 1.10.2
MaNGOS rev2173 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...]

this is latest so far next sould be m0.5 i hope
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-07-2006, 12:34 PM
 
MaNGOS rev2178 & ScriptDev rev124 release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]

For W*W version 1.10.2

MCH (MaNGOS crash handler): In the event of a crash this system will attempt to safely exit MaNGOS, saving all characters as it does so. It also resets user accounts showing up as online because they never logged out properly (because the server crashed), effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-07-2006, 04:42 PM
 
WoW version 1.11.2
MaNGOS rev2180 & ScriptDev rev124:___[Only Registered and Activated Users Can See Links. Click Here To Register...]___[Only Registered and Activated Users Can See Links. Click Here To Register...] (use Spell.dbc from 1.10.2)


WoW version 1.10.2
MaNGOS rev2180 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Last edited by tr4shm4n; 09-07-2006 at 04:47 PM..
 
 
permalink
 

 
Member

Rank: Omicron


Reply With Quote
 
Join Date: Feb 2006
Location: Bucharest
Posts: 38
09-08-2006, 11:57 AM
 
WoW Version Client 1.10.2


Mangos 2181 rev 124 - updated today ( see date in post )
Link Here : [Only Registered and Activated Users Can See Links. Click Here To Register...]



Ps : Sorry Trashie for my jerky post :)
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-09-2006, 11:03 AM
 
WoW Version 1.10.2

MaNGOS rev2184 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -

[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
DarkShadow of Azeroth

Rank: Member


Reply With Quote
 
Join Date: Sep 2005
Location: 0.0.0.0
Posts: 300
09-10-2006, 10:55 PM
 
WoW Version 1.10.2

MaNGOS rev2187 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] -

[Only Registered and Activated Users Can See Links. Click Here To Register...]

----

MaNGOS rev2188 & ScriptDev rev124 - [Only Registered and Activated Users Can See Links. Click Here To Register...] -

[Only Registered and Activated Users Can See Links. Click Here To Register...]



Next time these come with MCH (Mangos Crash Handler)

Last edited by DTM1980; 09-10-2006 at 11:05 PM..
 
 
permalink
 

 
The Omega

Rank: New Blood


Reply With Quote
 
Join Date: Jul 2005
Location: P.P
Posts: 99
09-11-2006, 10:01 AM
 
W*W Version 1.10.2

MaNGOS rev2193 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -


- [Only Registered and Activated Users Can See Links. Click Here To Register...] -

Last edited by cybersna; 09-11-2006 at 10:03 AM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-11-2006, 04:39 PM
 
For WoW client 1.11.2
MaNGOS rev2187 & ScriptDev rev124:___[Only Registered and Activated Users Can See Links. Click Here To Register...]___[Only Registered and Activated Users Can See Links. Click Here To Register...]

Use 1.10.2 spell.dbc
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-11-2006, 10:59 PM
 
WoW version 1.10.2

MaNGOS rev2196 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]
[Only Registered and Activated Users Can See Links. Click Here To Register...]


can an mod please clean this tread ... to mutch posts with no bins or sdb files .

Last edited by tr4shm4n; 09-12-2006 at 03:37 AM..
 
 
permalink
 

 
The Omega

Rank: New Blood


Reply With Quote
 
Join Date: Jul 2005
Location: P.P
Posts: 99
09-12-2006, 11:03 AM
 
W*W Version 1.10.2

MaNGOS rev2197 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -


- [Only Registered and Activated Users Can See Links. Click Here To Register...] -

Last edited by cybersna; 09-12-2006 at 11:06 AM..
 
 
permalink
 

 
It's Me

Rank: Member


Reply With Quote
 
Join Date: Dec 2003
Location: Netherlands
Posts: 971
09-12-2006, 07:08 PM
 
WoW version 1.10.2

MaNGOS rev2199 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
The Omega

Rank: New Blood


Reply With Quote
 
Join Date: Jul 2005
Location: P.P
Posts: 99
09-14-2006, 03:09 AM
 
W*W version 1.10.2

MaNGOS rev2201 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...]

DEBUG: [Only Registered and Activated Users Can See Links. Click Here To Register...]

[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

 
The Omega

Rank: New Blood


Reply With Quote
 
Join Date: Jul 2005
Location: P.P
Posts: 99
09-14-2006, 08:37 AM
 
W*W Version 1.10.2

MaNGOS rev2206 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -


- [Only Registered and Activated Users Can See Links. Click Here To Register...] -

----------------
MaNGOS rev2206 & ScriptDev rev125 release with MCH v1.3
also includes map extractor and runtimes needed

[Only Registered and Activated Users Can See Links. Click Here To Register...]
[Only Registered and Activated Users Can See Links. Click Here To Register...]

For W*W version 1.10.2

MCH (MaNGOS crash handler): In the event of a crash this system will attempt to safely exit MaNGOS, saving all characters as it does so. It also resets user accounts showing up as online because they never logged out properly (because the server crashed), effectively eliminating the 'Account is already logged in.' problem.
Works great in combination with MaNGOS Restarter.

[Only Registered and Activated Users Can See Links. Click Here To Register...]

Last edited by cybersna; 09-14-2006 at 08:53 AM..
 
 
permalink
 

 
Macedonia Is Greek

Rank: Member


Reply With Quote
 
Join Date: Jun 2006
Location: Greece
Posts: 300
09-15-2006, 05:02 AM
 
W*W Version 1.10.2

MaNGOS rev2213 & ScriptDev rev125 - [Only Registered and Activated Users Can See Links. Click Here To Register...] - - [Only Registered and Activated Users Can See Links. Click Here To Register...] -


[Only Registered and Activated Users Can See Links. Click Here To Register...]
 
 
permalink
 

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f114/mangos-latest-binaries-and-sdb-with-no-support-questions-only-files-166402/
Posted By For Type Date
BlueBoard - ShoutBoard This thread Refback 11-30-2006 07:41 PM
BlueBoard - ShoutBoard This thread Refback 11-30-2006 07:33 PM
fucktheinter.net :: View topic - FTi-WoW Private World of Warcraft Server This thread Refback 11-29-2006 01:22 AM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-28-2006 11:09 AM
wowemu.extra.hu :: Tйma megtekintйse - Mangos Platinum Update This thread Refback 11-26-2006 03:32 PM
Rambler: 'manGOS 1.10.2' (документов: 134723) This thread Refback 11-26-2006 10:42 AM
Kvasir This thread Refback 11-22-2006 02:03 PM
Keate WoW Server - мисля че това може да е отполза на Сатори и екипа - Keate World of Warcraft Server Forum This thread Refback 11-21-2006 03:27 PM
wowemu.extra.hu :: Tйma megtekintйse - Mangos Platinum Update This thread Refback 11-20-2006 05:02 PM
Pandemonium :: Ver tema - Guнa para montar un servidor MaNGOS (v 1.0) This thread Refback 11-20-2006 04:35 PM
Pandemonium :: Ver tema - Guнa para montar un servidor MaNGOS (v 1.0) This thread Refback 11-20-2006 03:32 PM
Pandemonium :: Ver tema - Guнa para montar un servidor MaNGOS (v 1.0) This thread Refback 11-20-2006 01:34 PM
Pandemonium :: Ver tema - Guнa para montar un servidor MaNGOS (v 1.0) This thread Refback 11-19-2006 10:44 PM
wowemu.extra.hu :: Tйma megtekintйse - Mangos Platinum Update This thread Refback 11-18-2006 03:04 PM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-13-2006 12:15 AM
Private Servers. - The OFFICIAL Pure Pwnage forums This thread Refback 11-10-2006 02:26 AM
Guardians Of Chaos :: View topic - Mangos This thread Refback 11-08-2006 11:04 PM
Guardians Of Chaos :: View topic - Mangos This thread Refback 11-08-2006 09:53 PM
Guardians Of Chaos :: View topic - Mangos This thread Refback 11-08-2006 09:46 PM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-08-2006 12:22 AM
ledzpl's bookmarks on del.icio.us This thread Refback 11-06-2006 03:20 PM
Data.BG :: Преглед на темата - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-05-2006 01:31 PM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-04-2006 03:28 AM
Mirage Source :: View topic - World of GORE (World of Warcraft private server) This thread Refback 11-03-2006 11:14 PM
Pender's bookmarks on del.icio.us This thread Refback 11-03-2006 08:46 PM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 11-01-2006 07:41 PM
Data.BG :: Преглед на тема - Направи си MaNGOS сървър за WoW-1.12.1-enUS и 1.12.2-enGB This thread Refback 10-29-2006 12:54 AM
emulatore - Generale This thread Refback 10-26-2006 07:48 PM
emulatore - Generale This thread Refback 10-26-2006 03:23 PM
Games.Wstream.ru // Просмотр темы - Сервер не выдержал теста. This thread Refback 10-25-2006 01:33 PM
Games.Wstream.ru // Просмотр темы - Сервер не выдержал теста. This thread Refback 10-24-2006 01:03 AM
Games.Wstream.ru // Просмотр темы - Сервер не выдержал теста. This thread Refback 10-23-2006 02:36 PM
Mangos 0.5 - Dalnariss - fуrum This thread Refback 10-22-2006 01:09 PM
Data.BG :: Преглед на тема - MaNGOS сървър за World of Warcraft 1.12.1-enUS и 1.12.2-enGB This thread Refback 10-19-2006 11:24 AM
Data.BG :: Преглед на тема - MaNGOS сървър за World of Warcraft със Patch 1.12.1 This thread Refback 10-17-2006 08:45 PM
Data.BG :: Преглед на тема - MaNGOS сървър за World of Warcraft със Patch 1.12.1 This thread Refback 10-17-2006 08:37 AM
Data.BG :: Преглед на тема - MaNGOS сървър за World of Warcraft със Patch 1.12.1 This thread Refback 10-16-2006 04:49 PM
ShoutBox This thread Refback 10-13-2006 07:21 PM
ShoutBox This thread Refback 10-13-2006 06:55 PM
ShoutBox This thread Refback 10-13-2006 06:47 PM
Скиньте у кого есть сервак вова 1.10.0 - Форум игрового портала shadowzone.ru This thread Refback 10-05-2006 09:21 AM
Mangos 0.5 - Dalnariss - fуrum This thread Refback 10-05-2006 04:10 AM
Kvasir Nettsшk This thread Refback 10-04-2006 04:16 PM
Скиньте у кого есть сервак вова 1.10.0 - Форум игрового портала shadowzone.ru This thread Refback 10-03-2006 12:31 PM
Скиньте у кого есть сервак вова 1.10.0 - Форум игрового портала shadowzone.ru This thread Refback 10-03-2006 06:57 AM
Data.BG :: Преглед на тема - Търся скриптове от емулатор -МАНГОС This thread Refback 09-28-2006 10:39 PM
#ruthlesswarlords @ Quakenet statisztika NordicBots segitsegevel This thread Refback 09-25-2006 09:09 PM
Mangos 0.5 - Dalnariss - fуrum This thread Refback 09-25-2006 05:32 PM
Mangos 0.5 - Dalnariss - fуrum This thread Refback 09-22-2006 10:53 AM
[Fichier] Les Database ( DB ) This thread Refback 09-21-2006 12:46 AM
[Fichier] Les Database ( DB ) This thread Refback 09-21-2006 12:19 AM
Mangos 0.5 - Dalnariss - fуrum This thread Refback 09-19-2006 08:46 PM
World Of Warcraft - Page 4 - RaGEZONE - MMORPG development forums This thread Refback 09-14-2006 03:41 PM
Dalnariss - fуrum > Mangos 0.5 This thread Refback 09-12-2006 02:50 PM
SAPO - Pesquisa por mangos file This thread Refback 09-07-2006 01:11 AM
World Of Warcraft - RaGEZONE - MMORPG development forums This thread Refback 09-07-2006 12:18 AM
HOFYLAND.CZ - veшejnэ pшнstup do klubu This thread Refback 09-06-2006 05:03 PM


All times are GMT +1. The time now is 08:56 PM.
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1 RaGEZONE © 2001 - 2008