Hello!:wave:
Well i have already seen, some Quice tutorials, but they only cover the install part, but I would like to create a tutorial on how to use AND install itI have leeched for a while now, so i feel i have to give something back to the great community on MMOwned! This is the 1st of hopefully many tuts for dummies!!
Requirements -
Working Mangos server for 2.4.3
"Creds" -
Thanks to Image hosting, free photo sharing & video sharing at Photobucket for free image hosting
Thanks to Indomit for creating this great DB editor!
Thanks to 711 for his good and easy to use repack
1. Download Quice from Quice - MaNGOS DataBase Editor.
2. While you are downloading you can launch your MySQL server ( for those with the 711 Repack you can open mysql.bat in your mangos folder
3. ( Choose A or B, A is Recommended for better Search Performance )
3A. When you are done downloading, extract the files to wherever you want, then go to your MySQL Client, ( for example Navicat ), when connected to MySQL, right click your Mangos DB, and choose execute Batch file. Browse for your quice folder and inside of it choose quice.sql, then start and when its finished, go back to your quice folder, and launch Quice.exe. Then go onto step 4.
3B. When you are done downloading extract the file to wherever you want, open your quice folder and launch quice.exe
4. Here you have to fill in your mysql server, port, username and password.
If you used the 711 repack, your server should be localhost (127.0.0.1 / your computer ) Your port should be 3306 unless you have changed it. The Username and password should be root and root, unless you have setup mysql yourself, in that case it should be whatever you set it to!
5. Then, to the right, it says characters, mangos, realmd and script. If you sucsessfully connect to the MySQL server, you can choose where the different DB's are in the dropdown menu's.
Characters - characters
Mangos - Mangos
Realmd - realmd
Script - scriptdev2
5. If a new window called Quice pops up, you have installed it correctly, but now lets start using it!
With Quice you can do loads of stuff, edit and create npc's, items, quests, objects and more!
6. Lets start off with the item editor, you will have a search bar which is easy to use, lets search for Devastation ( Two-Handed Axe, obtained in Tempest Keep, disappears after 15 minutes and if you're not in TK, used for killing last boss ).
Double-click Devastation, and you should now see something like this... You can edit pretty much everything.
I edited the image to explain some of the basics...
1. Entry ID - the Entry ID is the unique ID for every item, the entry ID is for example used when you add an item ingame, using ".additem ..." in this case ".additem 30316" Usually its a pain in the ass to make a new item in other DB Editor's when you have to come up with a unique entry ID, i mean, you run out of numbers like 333333, 666666, of course there are many, but Quice generates Unique Entry ID's automatically when you make a new item...
- Also if you are making a new item, under Entry ID it says Display ID, this decides how the weapon should look like. The Icon in your inventory and the design. If you are making a new weapon and want it to look like Devastation type in 41560, you can find Display ID's inside Quice or in WoW search engines like Thottbot or WoW.Allakhazam.
2. Quality - Here you can set what quality you wish for your item, anything from 0 (Grey/Poor) - 6 (Red/Artifact) should work, you can always click the three blue dots to the right of the remind yourself of what is what.
3. Name - Name of your weapon...
4. Description - On some items there is a yellow text, like a "Quote" in its information, this can be written here...
5. This is the itemset the item you are editing belongs to, i am currently looking into how to change an itemset name and its bonuses. If you don't know yet, and you are rolling a twink server (like me) you can just put 0 in the itemset slot... And IF you know how to edit a set, please post! and i'll update my guide, +rep you and use it myself
6A. Item Bonding - This is if the item is Bind when picked up, Bind on equipped and so on, just click the blue dots and a small menu should pop up.
6Bonus.
-You can make an item Unique by going to Flags, ( right next to quality, num. 2)
click the blue dots, then to the right find and click "Unique Equipped" , BUT if you want to make a ring double-unique equipped like "Unique (2)" Then don't click unique equipped, but find "maxcount" (Num 17).
7. Delay - This is the speed in milliseconds for weapons, so... if you want your off-hand sword to be at the speed of 1.70 you type in 1700, if you want a two-handed sword with 3.40 you type in 3400 and so on....
8. Sockets - Here you have 3 rows, where you can fill what type of sockets you want on your item... You can leave the socket content column empty, you only need to fill in the socketColor column...
1 - Meta Socket
2 - Red Socket
4 - Yellow Socket
8 - Blue Socket
So then if you fill in 2 in the socketColor column you will then have a red socket space on your item...
8B. Socket bonus - I am not fully sure how to find a socket bonus just yet, but will update when i have a solution, PM me if you have!
9. Required Level - This is pretty much self-explained, just fill in the level requirement you want...
9Bonus1. - So you want to make your mount lvl 10 and no skill required or you want to make some engineering googles to not require engineering skill... Then below required lvl you can see RequiredSkill and Required SkillRank, but both those down to 0, then if you want to remove the reputation requriement put RequiredReputationFaction and RequiredReputationRank down to 0.
9Bonus2. - If you want lower lvl items to be enchanted with Moongoose, etc... You can put the Item Level up to 35, and so on, if you don't want some high lvl item to have moongose or any other high lvl enchant on it, put it down below 35. Savagery is Item Level 60 i think, and some other Pre-Made Enchants are also about 60.
-Still working on more!!