Spells are not Mangos DB problem. You have to modify every client DBC files, it's a long and difficult procedure (illegal too), so i can't tell you more than this.
Printable View
Spells are not Mangos DB problem. You have to modify every client DBC files, it's a long and difficult procedure (illegal too), so i can't tell you more than this.
______________________________________
Okay, my problem is this.
Playing World of warcraft 1.12.1 using any version of mangos for 1.10.1, when a cast a spell called "Curse of Weakness" that supposed to decreese enemies armor by 3, occures something very inconfortable, the enemy, no matter its level, gains 40000 of Damage, killing me with just one hit. Its not the database because i tested with version 1.10.2 and 1.11.X, and works great. So i think is maybe the Emu or the Spell.sbc file.
Am I right about this? It possible that in new versions of Mango's this thing be fixed?
Thank you for attention.:rotflmao:
i'm not MaNGOS developer, i think you should post this bug report in the following link :
MaNGOS project discussion forums (Powered by Invision Power Board)
Posted Revision 139 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Added the fields trainer_type,trainer_spell,class,race to the creature_template handler.
2 - Optimized a function in the character handler.
Posted Revision 140 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Added the fields current_hp and current_mp to the character handler in a read-only state for data security reason.
2 - Fixed the max_hp and max_mp fields in the character handler.
I'm updating the wiki page too. :)
wat need to do for inporting acount from version 0.45 to 0.5
for a RAW import in the new DB this is the procedure so noone will ask again :
1) Update your current DB (0.45 or any other) to the latest STRUCTURE with the 2***_*****.sql files provided by the developers.
2) Export the Accounts/Chars with Mangos Database Handler.
3) Import the new DB (0.50 or any other) deleting everything.
4) Import again the Accounts/Chars.
Posted Revision 141 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Fixed a crash occuring when selecting a spell without searching first. (Thanks to ThunderFX)
I'm not sure what's causing this, but the UI for your program never fully loads. I get a dialog box that never loads any controls and the program ultimately just winds up not responding. I'm using the latest revision on your website because I cannot download the updates as the program will not load. I have the .net framework 2.0 installed, and all the required software (not that it should matter because I'm not even getting to the point where require software is necessary). I'm running Windows XP Pro so it's a pretty standard configuration. Ever heard of this happening before? I'm gonna try downloading an archived revision and if it works updating to the latest from there.
Can you tell me exactly what the dialogbox say?
If you have MSN add me so we can talk and resolve this matter. ;) (my address is at the contact page in my website)
The required software are :
MaNGOS Latest Revision
SDB Latest Revision upgraded with SVN updates
Posted Revision 142 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Changed the export function for item and creature (now it will export every linked table (or almost all of them)
2 - Added the fully completed npc_trainer handler.
ok very good
thanks
Posted Revision 143 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Added the fully completed npc_vendor handler.
2 - Implemented the I button on the character_inventory handler.
Posted Revision 144 on the UPDATER SYSTEM (there is no release, you must update) :
1 - Fixed a bug in the character_homebind handler.
2 - Added the maxrage,maxenergy fields in the character handler.
3 - Fixed a bug in the NPC Vendor button.