how to update mangos?

Newbie Spellweaver
Joined
Oct 23, 2006
Messages
13
Reaction score
0
what is the exact proceeding to UpDate Mangos?

i have Mangos_2475_ScriptDev131.rar

must I only extract the files in a folder?
mangos in this file is already update or I must manually update it with Navicat?
if I manual update Mangos_2475_ScriptDev131 what are the procedure?

please help me!
:cloud:
 
Extract the new files and overwrite your old ones exept for the conf files unless you wane change the confs over and over again .

After that use navicat and goto the sql dir and see if there are updated tables in the update dir there its prety easy becouse all updates have ther reversion numbers in front of it :) yust execute all batch files with an higher rev than 2475
 
have not understood the last passage!

after having overwrite the files I open navicat and do I make the batch of which file?

the whole files in the update dir or only of some?

p.s. I use Mangos_2475_ScriptDev131.rar
as base I don't have other installed mangos before!
then I extract all the files I open navicat I create the two database (mangos and realmd) batch realmd.sql
and for mangos database which is the first file sql to load?
me the first file that loads it is mangos_sdb_2383.rar
and after I load the whole files that are in the dir upload
but on many of these files navicat me from an error of table or range already existing
 
ok... therefore I extract the whole Mangos_2475_ScriptDev131.ra files I make the batch of the db mangos with this file sql "mangos_sdb_2383" and then I make the update of the files in the dir sql of the files last to 2383. correct?

excuse for my English I am Italian

it's exactly?
 
Last edited by a moderator:
If u use sdb for 2475 the use the batches in the sql update dir to update our client .

2390_commands
2390_quests_template

the above is just an exemple on how the update files sould look . Also be aware that some updates can cose datalose and need an full wipe of server .
 
therefore having I mangos_sdb_2383 I must update the files which go from 2383 to 2475 ?

is directly loading by first on mangos database mangos_sdb_2383 right? or I must load the mangos.sql file in sql dir before?
because if I load mangos.sql before when I try to load the mangos_sdb_2383 file I from failure failure!

it's exactly?

steps

1) Extact Mangos_2475_ScriptDev131.rar files in C:\mangos
2) Navica New DataBase "Realmd" and "Mangos"
3) Execute Batch File... on realmd DB of file relamd.sql
4) Execute Batch File... on mangod DB of DATABASE: silver db 0.50 full(mangos_sdb_2383 )
5) Execute Batch File... in mangos DB of all files in sql dir after 2383



it's all exactly?
 
Last edited by a moderator:
Back