2.0.1 uses a different updatefield system.
Actually everything will work except the character page.
The character page will be updated accordingly when the official MaNGOS SVN will support the 2.0.1. :)
Printable View
2.0.1 uses a different updatefield system.
Actually everything will work except the character page.
The character page will be updated accordingly when the official MaNGOS SVN will support the 2.0.1. :)
How do i add mobs with this? is there a file i can read?
With MaNGOS Database Handler you can create Template of mobs, but the creature handler to spawn these mobs inside the world isn't created yet. (you can thought just do .addspw entryofthemob to spawn the newly created mob inside the world)
I am running mangos SDB_0.5.4_Full_Changeset_55-2946 and I am getting a strange error when I go to view the characters from the accounts menu.
Has anyone seen the attached error or know why I am getting this?
Thanks in advance
are you using MaNGOS for WoW 2.0.x or TBC cause MDH does NOT support these versions. (the characters use a different updatefield system)
Posted Revision 246 (EXPERIMENTAL) on the updater system
1 - Fixed another problem with the exportation of items and creatures.
PLEASE BE AWARE THAT VERSION OLDER THAN THE 3010 WILL NOT WORK CORRECTLY.
Little guide to the new Module System language (It's highly incomplete and basically you can't do nothing by now, but its the beginning :D)
Here's an Example module.
NAME "NameOfTheModule"Code:NAME "First Module"
VER 244
MENU "Test Module"
MAIN
NEWFORM test
SETMDIFORM test
SETCAPTION test "This is a Try"
SHOW test
ENDMAIN
This function simply state the name of the module. The name must be included within ", and must not contain " as part of the text.
VER 244
This function state what version of the scripting language you have used. (this way i can block starting of old module with a new scripting language that may screw up things)
MENU "Test Module"
This function state what text will appear in the Modules menu for starting this module.
MAIN
This function state the beginning of the main code block
ENDMAIN
This function state the end of the main code block
NEWFORM test
This function create a new form named test in the script environment
SETMDIFORM test
This function set the form named test as a MDI form. (this include the adding of the workbar in the top of MDH and all the relating code)
SETCAPTION test "This is a Try"
This function set the caption of any control named test (it could be a form but also can be any other control). (The caption must contained with " and must not contain " within the text)
SHOW test
This function show a control (it could be any kind of control) named test.
Please send an e-mail to my address (feal87@yahoo.it) with the help request.
Insert inside these informations :
1) Version of Windows
2) Language of Windows
3) Version of MaNGOS
4) SDB Changeset
5) Other information you think are useful.
Ey.
Updated to: Silver SDB 88 Full By Haken
Mangos 3092+ScriptDev2 Rev 16 By Haken
When launching MDH, I get following error with this sdb/core:
"Your configuration file is wrong, modify your options...
value of '100003' is not valid for 'value'. 'value' should be between 'minimum' and 'maximum'.
Parameter name: value "
I've tried updating mdh to latest "even tried experimental revs" and it still gives me this error.
I can run my server easy enough, and it all works fine just running it with core and mysql.
But I can't use MDH with my sdb, as this error is preventing me from doing so.
feal87: Any ideas?
Yup, mdh needs configured for the new core/sdb's.
I can still run my server easily, but mdh is a handy frontend tool;)
I foresee alot of people postin about this error:P
it is a handy tool you can sya that again , hehe i tried to back up my accoutn but and put that in the new sdb from haken , hehhe now my charachter is naked lol
i'm gonna fix that problem
lol
Btw, don't use mdh for backing up, it causes insane problems.
I use sqlyog and manualy backup accounts, safer;)
As for your error, just use the mdh cleaning tool:P
It should be under db managment, check only first, and you will see a list of crap, just clean it up, then you can either add what you had or buy again:)
oki problem fixt how do you back up with sqlyog
i diddint now that you cna back up with sqlyog the same as MDH lol
First off:
1: right click on realmd and backup as sql "call it realmbak or something"
2: right click on mangos db and select backup, now..
the right window is all the tables thats being exported, so move them all to the left as you don't backup all tables;)
Tables to add to export list:
Auctionhouse
all Character tables
Corpse
All guild tables
Item_instance
All raid tables
Export and save as realmbak or whatever you want:P
Now, when new sdb/core comes along.
Del realmd/mangos db, and make new ones, import your new sdb, and any sql updates from rev release. "3005.sql Might have to edit out item_instance lines as causes issues when importing"
Once ur ready, just right click on realmd, and import ur backup and do the same with mangos db.
This way works 100% no matter what sdb/core you use.
However, when you use mdh to backup accounts, and try to import it back intoa new sdb/core, you can get errors "happened to me tons of times" and thus you get naked chars/items not in peoples inventory ect..
Hope this helps you out man:)
thanks dude this is good enough
If they can make this progress in a tool like MDH that woid be a Very nice tool
Im gonna try that now hehe