- Joined
- Oct 20, 2006
- Messages
- 33
- Reaction score
- 0
Here i can probide support, reply here for any trouble with mangos+ mangoscript, core by biglad and db by chaos.
Common problems:
How to apply the database correctly:
first, if you already have mangos working (for upgrades)
Don't erase your DB!!!! (most common users do it :S)
first apply the upgrades in the upgrade folder (in the core's rar must have sql/updates)
IF you have revision 3220, apply all above 3220:
3231_quest_template.sql
3245_item_text.sql
And so on...
You must upgrade you database coz the table structure change from 3220 toward the latest.
You will be not able to restore your chars, if you don't run upgrades properly.
how to apply the scripts:
First you must have a working mangos server.
Then you must apply these sqls files included in the pack (sql and sql/New AIs folders)
cpp-scripts.sql, mango-scripts.sql, New Ship-Zep Masters.sql, Scripts.sql, Spell data.sql (We will apply the "Run_After_Each_DB_Update" for last)
Now Apply all the sql files included in the "sql/New AIs" Folder
Note: If you have any troubles with the Threat system, first apply the "Run_After_Each_DB_Update" again.
If the mobs cast EVERY time you hit them, change in the file "MAngos/Mangoscript/General/Test_threat_ai.lua" the next:
Scroll down till you get to this part
TEST_Threat_AI = Mango.AIScripts.Create('test_threat_ai');
TEST_Threat_AI.AgroDistance = 100; -- Experiment with this
(not sure if this is working correctly needs testing)
TEST_Threat_AI.ChanceToCastOnDamage = 65;
And change the number of this line: TEST_Threat_AI.ChanceToCastOnDamage = 65;
to
TEST_Threat_AI.ChanceToCastOnDamage = 36;
or any number you wish, i choice the 36 coz it's look random
It's very important you apply all the script correctly, or it will crash your server
*Edited
-regards NeoCortex
Don't Post in Latest binaries and SDB thread plz!
Common problems:
How to apply the database correctly:
first, if you already have mangos working (for upgrades)
Don't erase your DB!!!! (most common users do it :S)
first apply the upgrades in the upgrade folder (in the core's rar must have sql/updates)
IF you have revision 3220, apply all above 3220:
3231_quest_template.sql
3245_item_text.sql
And so on...
You must upgrade you database coz the table structure change from 3220 toward the latest.
You will be not able to restore your chars, if you don't run upgrades properly.
how to apply the scripts:
First you must have a working mangos server.
Then you must apply these sqls files included in the pack (sql and sql/New AIs folders)
cpp-scripts.sql, mango-scripts.sql, New Ship-Zep Masters.sql, Scripts.sql, Spell data.sql (We will apply the "Run_After_Each_DB_Update" for last)
Now Apply all the sql files included in the "sql/New AIs" Folder
Note: If you have any troubles with the Threat system, first apply the "Run_After_Each_DB_Update" again.
If the mobs cast EVERY time you hit them, change in the file "MAngos/Mangoscript/General/Test_threat_ai.lua" the next:
Scroll down till you get to this part
TEST_Threat_AI = Mango.AIScripts.Create('test_threat_ai');
TEST_Threat_AI.AgroDistance = 100; -- Experiment with this

TEST_Threat_AI.ChanceToCastOnDamage = 65;
And change the number of this line: TEST_Threat_AI.ChanceToCastOnDamage = 65;
to
TEST_Threat_AI.ChanceToCastOnDamage = 36;
or any number you wish, i choice the 36 coz it's look random

It's very important you apply all the script correctly, or it will crash your server
*Edited
-regards NeoCortex
Don't Post in Latest binaries and SDB thread plz!
Last edited: