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
No problem man, like I said after the 6th time mdh messed up my accounts, i've done it manualy:)
But not taking any credit away from mdh what so ever, mdh is a top notch front end tool for mangos, and once it's been updated for the newer stuff, i'll go back to using it to lunch and maintain my server "aka creture/item listings, player lookup ect.." I just don't use mdh to backup accounts or to import them:P
lol this is nice hehe maybe that can be fixt if you make a BAT file that duz that trick hehe
Hmm, id imagine that would be very diffucult todo. Well for me to make one that did it anyway lol
For the lenth of time it takes to manualy backup, I have my main server down for 2mins tops to back it up;)
Using a bat file would be very lazy, yet kinda cool.
But if the batch file was not made 100% correctly, you could be backing up tables that you don't need to, or worse, not backing up the ones required to restore accounts lol.
hehehe i get the point , better to do it when you see that everything is backt up like it suposed to be , then some BAt that is backing up your data , but ho nows how heheh ,
oki i hope that they update MDH for the latest sdb , so whe can go further
plop... same problem xD, we just gotta wait :P
The wait is over. ;)
Anyway regarding your method of updating...it doesn't work if there are updates on the involved tables. ;)
Posted Revision 247 on the updater system
1 - Added new functions and capabilities to the script system (still a lot unstable so don't rely on it).
2 - Updated MaNGOS SUPPORT TO SUPPORT REVISION 3092. NO PREVIOUS REVISION ARE SUPPORTED.
PLEASE BE AWARE THAT VERSION OLDER THAN THE 3092 WILL NOT WORK CORRECTLY.
For the scripting language reference refer to this link i've created :
Script Reference
I'm now working on a linux / mono version of MDH so stay tuned. ;)
nice dudethnx for updating it :d :d whoooot whooooot
Posted Revision 248 on the updater system
1 - Maked some steps toward the Mono support (So Linux and Mac support, still WIP)
2 - Fixed an hard bug on the module systems.
PLEASE BE AWARE THAT VERSION OLDER THAN THE 3092 WILL NOT WORK CORRECTLY.
For the scripting language reference refer to this link i've created :
Script Reference