PDA

View Full Version : [Arcemu] How to make custom items



Wise
18-10-12, 10:05 PM
Okay, I know this is easy for lots of people, but I will be making HUGE guides soon.





Now, to make custom items...




Step 1:




Go to wow-v.com/ (http://wow-v.com/) after that you must register, after you have registered, you must go to the "CREATE" option, you will see a list of options, lets begin by selecting "Armor"


Now, Just type your chosen item name, choose the item title color (Quality), search in the Display ID finder tool, example: "Glorenzelg" then click on the searched item, and type in an entry ID that is definitely not used in your database, like "23846983243", Now under "item details" choose "item type".


MAKE SURE THAT THE ITEM TYPE YOU CHOOSE IS THE SAME LIKE THE DISPLAY ID YOU CHOSE! Example: "Glorenzelg, High-Blade of The Silver Hand, is Equip: Two Handed, Type: 2H Sword



And choose it's Durability


Also, Sheathe must be the same as-well


Speed Example: 2.80


The rest you can figure out yourself


Note: Meta sockets only work on Head armor, nothing else.


Just leave the item set for now.


Say submit.
Download the item. Save it anywhere.
Open up your database. Go to World. If you scroll your mouse up a bit you will see there is the "Query" option, click on it and select right under it "New Query" copy and paste all the info in your downloaded item and paste it there. After that, just scroll up a bit and select "Run" (Looks like a play option) wait a little, and there we go!! Your done!!!! Thank you.

Also note that if you have chosen an extremely high amount, like "999999999" you have to copy this into the query:



ALTER TABLE `items` CHANGE COLUMN `stat_value1` `stat_value1` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type1`, CHANGE COLUMN `stat_value2` `stat_value2` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type2`, CHANGE COLUMN `stat_value3` `stat_value3` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type3`, CHANGE COLUMN `stat_value4` `stat_value4` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type4`, CHANGE COLUMN `stat_value5` `stat_value5` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type5`, CHANGE COLUMN `stat_value6` `stat_value6` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type6`, CHANGE COLUMN `stat_value7` `stat_value7` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type7`, CHANGE COLUMN `stat_value8` `stat_value8` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type8`, CHANGE COLUMN `stat_value9` `stat_value9` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type9`, CHANGE COLUMN `stat_value10` `stat_value10` INT(6) NOT NULL DEFAULT '0' AFTER `stat_type10`;

Credits go to


Vexonus

for making the guide! Thank you.