Jump to content

Server MaNGOS for WOW 3.3.5 or higher...


Recommended Posts

  • 41 years later...

No I have full internet access to download the mirror of the MANGOS, I need the server compiled .... I have a Debian Lenny installed on this:

MaNGOS/0.16.0 for Linux_x32

YTDB_0.13.4_R547_MaNGOS_R9884_SD2_R1688_ACID_R304_RuDB_R37.6

Core: MaNGOS rev 9884

WoW 3.3.2 v12340

DB: YTDB 0.13.4 rev 547

SD2: rev Scriptdev2 1688 (for MaNGOS 9832 +)

ACID 3.0.4 - Final Release for MaNGOS (3.3.2 client)

I need one for the version 3.3.5 or higher and download it from http://filebeam.com//, because my proxy parent does not permit from another website ...

I do not speak English, sorry if I do not understand

Link to comment
Share on other sites

No I have full internet access to download the mirror of the MANGOS, I need the server compiled .... I have a Debian Lenny installed on this:

MaNGOS/0.16.0 for Linux_x32

YTDB_0.13.4_R547_MaNGOS_R9884_SD2_R1688_ACID_R304_RuDB_R37.6

Core: MaNGOS rev 9884

WoW 3.3.2 v12340

DB: YTDB 0.13.4 rev 547

SD2: rev Scriptdev2 1688 (for MaNGOS 9832 +)

ACID 3.0.4 - Final Release for MaNGOS (3.3.2 client)

I need one for the version 3.3.5 or higher and download it from http://goliath.fnet.ro/, because my proxy parent does not permit from another website ...

I do not speak English, sorry if I do not understand

You will need to compile it yourself, it is the only way to get mangos.

I'm sorry if that is not what you are asking, I am struggling to know exactly what it is you require.

Link to comment
Share on other sites

Hi all, after a long days studying and downloading packages for compiling the famous MA-GOS, was able to compile part of it. But this presented a problem that I can not solve...

make
-- Detected 32-bit platform.

This script builds the MaNGOS server.
 Options that can be used in order to configure the process:
   PREFIX: Path where the server should be installed to
   PCH: Use precompiled headers
   DEBUG: Debug mode
 To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
 For example: cmake .. -DDEBUG=1 -DPREFIX=/opt/mangos

-- Using mysql-config: /usr/bin/mysql_config
-- Found MySQL library: /usr/lib/libmysqlclient_r.so
-- Found MySQL headers: /usr/include/mysql

MaNGOS-Core revision  : Git repository not found
Install server to     : /root/mangos-server

Use PCH               : No
Build in debug-mode   : No  (default)

-- Configuring done
-- Generating done
-- Build files have been written to: /root/mangos/build
[  0%] Built target genrev
[  0%] Built target revision.h
[  1%] Built target TBB_Project
[  2%] Built target ACE_Project
[  7%] Built target g3dlite
[  7%] Built target gsoap
Scanning dependencies of target mangosscript
make[2]: Atención: El archivo `../src/bindings/ScriptDev2/system/MangosdRev.cpp' tiene una hora de modificación 7,1e+03 en el futuro
[  7%] Building CXX object src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/MangosdRev.cpp.o
[  7%] Building CXX object src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/ScriptLoader.cpp.o

[ 17%] Building CXX object src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp.o
/root/mangos/src/bindings/ScriptDev2/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp: In member function 'virtual void cthunAI::UpdateAI(uint32)':
/root/mangos/src/bindings/ScriptDev2/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp:618: error: no match for 'operator[]' in '((cthunAI*)this)->cthunAI::Stomach_Map[((HostileReference*)i.std::_List_const_iterator<_Tp>::operator* [with _Tp = HostileReference*]())->HostileReference::getUnitGuid()]'
/usr/include/c++/4.3/tr1_impl/hashtable_policy.h:545: note: candidates are: typename std::tr1::__detail::_Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::mapped_type& std::tr1::__detail::_Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::operator[](const _Key&) [with _Key = long long unsigned int, _Pair = std::pair<const long long unsigned int, bool>, _Hashtable = std::tr1::_Hashtable<long long unsigned int, std::pair<const long long unsigned int, bool>, std::allocator<std::pair<const long long unsigned int, bool> >, std::_Select1st<std::pair<const long long unsigned int, bool> >, std::equal_to<long long unsigned int>, std::tr1::hash<long long unsigned int>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>]
make[2]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/scripts/kalimdor/temple_of_ahnqiraj/boss_cthun.cpp.o] Error 1
make[1]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/all] Error 2
make: *** [all] Error 2

help.........

Link to comment
Share on other sites

Compile and import the databases are not problems. Run. / mangosd and does not start Bnet:

Where I search the database? of 10537 to 11453??

[0 ms] SQL: SELECT * FROM db_version LIMIT 1
The table `db_version` in your [WORLD] database indicates that this database is out of date!
 [A] You have: --> `10537_01_mangos_command.sql`
 [b] You need: --> `11453_01_mangos_spell_proc_event.sql`

help....

Link to comment
Share on other sites

Solve this problem:

cat > ~/mangos/sql/updates/updatescript.py << EOF
#!/usr/bin/env python
import glob, os
patches = glob.glob('*.sql')
patches = sorted(patches)

for x in patches:
 db = x.split("_")[2].replace('.sql', '')
 os.system("mysql -u mangos -pmangos -v " + db + " < " + x)
EOF

./mangosd
2011-05-11 21:09:26 MaNGOS/ (* * Revision 11468 - *) for Linux_x32 (little-endian) [world-daemon]
2011-05-11 21:09:26 <Ctrl-C> to stop.


MM   MM         MM   MM  MMMMM   MMMM   MMMMM
MM   MM         MM   MM MMM MMM MM  MM MMM MMM
MMM MMM         MMM  MM MMM MMM MM  MM MMM
MM M MM         MMMM MM MMM     MM  MM  MMM
MM M MM  MMMMM  MM MMMM MMM     MM  MM   MMM
MM M MM M   MMM MM  MMM MMMMMMM MM  MM    MMM
MM   MM     MMM MM   MM MM  MMM MM  MM     MMM
MM   MM MMMMMMM MM   MM MMM MMM MM  MM MMM MMM
MM   MM MM  MMM MM   MM  MMMMMM  MMMM   MMMMM
       MM  MMM [url]http://getmangos.eu[/url]
       MMMMMM


2011-05-11 21:09:26 Using configuration file /root/mangos-server/etc/mangosd.conf.
2011-05-11 21:09:26 World Database: 127.0.0.1;3306;mangos;mangos;mangos, total connections: 2
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 Character Database: 127.0.0.1;3306;mangos;mangos;characters, total connections: 2
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 Login Database: 127.0.0.1;3306;mangos;mangos;realmd, total connections: 2
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 MySQL client library: 5.0.51a
2011-05-11 21:09:26 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-11 21:09:26 Realm running as realm ID 1
2011-05-11 21:09:26 Using World DB: UDB 0.12.1 (393) for MaNGOS 10545 with SD2 SQL for rev. 1833
2011-05-11 21:09:26 Using creature EventAI: ACID 3.0.8 - Full Release for Mangos (3.3.5a Client)
2011-05-11 21:09:26 Using DataDir /root/mangos-server/
2011-05-11 21:09:26 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1
2011-05-11 21:09:26 WORLD: VMap data directory is: /root/mangos-server/vmaps

Error1:

2011-05-11 19:48:37 Loading Item converts...
2011-05-11 19:48:37 
2011-05-11 19:48:37 ERROR:>> Loaded 0 Item converts . DB table `item_convert` is empty.
2011-05-11 19:48:37 Loading Creature Model Based Info Data...
2011-05-11 19:48:37 ERROR:Table `creature_model_info` has redundant modelid_other_gender model (11226) defined for model id 11226.
2011-05-11 19:48:37 ERROR:Table `creature_model_info` has redundant modelid_other_gender model (15552) defined for model id 15552.
2011-05-11 19:48:37 ERROR:Table `creature_model_info` has redundant modelid_other_gender model (20287) defined for model id 20287.
2011-05-11 19:48:37 ERROR:Table `creature_model_info` has redundant modelid_other_gender model (22511) defined for model id 22511.
2011-05-11 19:48:37 ERROR:Table `creature_model_info` has redundant modelid_other_gender model (22512) defined for model id 22512.

Error2:

2011-05-11 19:48:43 >> Loaded 4661 creature template addons
2011-05-11 19:48:43 
2011-05-11 19:48:43 ERROR:Creature (Entry: 69) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 89) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 299) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 454) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 728) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 853) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 881) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 1260) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 1642) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 1729) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 1732) has wrong spell 0 defined in `auras` field in `creature_template_addon`.
2011-05-11 19:48:43 ERROR:Creature (Entry: 2018) has wrong spell 0 defined in `auras` field in `creature_template_addon`.

Error3:

2011-05-11 19:48:50 >> Loaded 5054 loot definitions (286 templates)
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 5523 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 5524 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 6712 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 7973 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 15874 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.
2011-05-11 19:48:50 ERROR:Table 'item_loot_template' entry 24476 isn't item entry with ITEM_FLAG_LOOTABLE and not referenced from loot, and then useless.

Error4

SD2: Loading C++ scripts
[**************************************************] 100%
./mangosd: symbol lookup error: /root/mangos-server/lib/libmangosscript.so: undefined symbol: _Z18AddSC_boss_emerissv

help................

Link to comment
Share on other sites

Solve "Server MaNGOS for WOW 3.3.5 or higher" CUBA GOOD.... JAJAJA

2011-05-13 14:01:49 MaNGOS/ (* * Revision 11468 - *) for Linux_x32 (little-endian) [world-daemon]
2011-05-13 14:01:49 <Ctrl-C> to stop.

MM   MM         MM   MM  MMMMM   MMMM   MMMMM
MM   MM         MM   MM MMM MMM MM  MM MMM MMM
MMM MMM         MMM  MM MMM MMM MM  MM MMM
MM M MM         MMMM MM MMM     MM  MM  MMM
MM M MM  MMMMM  MM MMMM MMM     MM  MM   MMM
MM M MM M   MMM MM  MMM MMMMMMM MM  MM    MMM
MM   MM     MMM MM   MM MM  MMM MM  MM     MMM
MM   MM MMMMMMM MM   MM MMM MMM MM  MM MMM MMM
MM   MM MM  MMM MM   MM  MMMMMM  MMMM   MMMMM
       MM  MMM [url]http://getmangos.eu[/url]
       MMMMMM


2011-05-13 14:01:49 Using configuration file /opt/mangos/etc/mangosd.conf.
2011-05-13 14:01:49 World Database: 127.0.0.1;3306;mangos;mangos;mangos, total connections: 2
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 Character Database: 127.0.0.1;3306;mangos;mangos;characters, total connections: 2
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 Login Database: 127.0.0.1;3306;mangos;mangos;realmd, total connections: 2
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 MySQL client library: 5.0.51a
2011-05-13 14:01:49 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:01:49 Realm running as realm ID 1
2011-05-13 14:01:49 Using World DB: UDB 0.12.1 (393) for MaNGOS 10545 with SD2 SQL for rev. 1833
2011-05-13 14:01:49 Using creature EventAI: ACID 3.0.8 - Full Release for Mangos (3.3.5a Client)
2011-05-13 14:02:45  MMM  MMM    MM
2011-05-13 14:02:45 M  MM M  M  M  M
2011-05-13 14:02:45 MM    M   M   M
2011-05-13 14:02:45  MMM  M   M  M
2011-05-13 14:02:45    MM M   M MMMM
2011-05-13 14:02:45 MM  M M  M 
2011-05-13 14:02:45  MMM  MMM  [url]http://www.scriptdev2.com[/url]
2011-05-13 14:02:45 
2011-05-13 14:02:45 SD2: Using configuration file /opt/mangos/etc/scriptdev2.conf
2011-05-13 14:02:45 
2011-05-13 14:02:45 MySQL client library: 5.0.51a
2011-05-13 14:02:45 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:02:45 MySQL client library: 5.0.51a
2011-05-13 14:02:45 MySQL server ver: 5.0.51a-24+lenny4 
2011-05-13 14:02:45 SD2: ScriptDev2 database at 127.0.0.1;3306;mangos;mangos;scriptdev2 initialized.
2011-05-13 14:02:45 
2011-05-13 14:02:45 Loading ScriptDev2 (for MaNGOS 10153+) Revision [2090] (*) * * (Unix)

Thanks........

Link to comment
Share on other sites

  • 4 weeks later...

Hello MasterControlProgram, Thanks for the reply.

I download http://github.com/mangos/mangos/tree/400 but I can not compile it, I need to get the scriptdev2 that corresponds to the version.

[  9%] Building CXX object src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/system.cpp.o
mangos/src/bindings/ScriptDev2/system/system.cpp: In member function 'void SystemMgr::LoadScriptTexts()':
mangos/src/bindings/ScriptDev2/system/system.cpp:62: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:62: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:67: error: 'bar' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:106: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:106: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:107: error: 'bar' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp: In member function 'void SystemMgr::LoadScriptTextsCustom()':
mangos/src/bindings/ScriptDev2/system/system.cpp:124: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:124: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:129: error: 'bar' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:168: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:168: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:169: error: 'bar' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp: In member function 'void SystemMgr::LoadScriptWaypoints()':
mangos/src/bindings/ScriptDev2/system/system.cpp:202: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:202: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:207: error: 'bar' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:241: error: 'BarGoLink' was not declared in this scope
mangos/src/bindings/ScriptDev2/system/system.cpp:241: error: expected `;' before 'bar'
mangos/src/bindings/ScriptDev2/system/system.cpp:242: error: 'bar' was not declared in this scope
make[2]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/system.cpp.o] Error 1
make[1]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/all] Error 2
make: *** [all] Error 2

Link to comment
Share on other sites

Progress bar was recently renamed to BarGoLink, and this has not been backport to the 400 branch, as you can see in ProgressBar.cpp yourself.

MaNGOS Zero and One already have this change merged, so you could simply look there, and do the changes yourself, and submit the port on github.

400 is development only, and not really play anyway :D

Link to comment
Share on other sites

  • 4 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use