[GUIDE] How to create items for Ascent menu

User Tag List

Results 1 to 10 of 10
  1. #1
    razordemon's Avatar Member
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [GUIDE] How to create items for Ascent

    How to Create Item's to put on your server
    ~By: Razordemon


    PART 1:CREATING WEAPON


    1. Go to WoW-v.com Weapon Creater

    2. Go to Wowhead.com

    3. Put your mouse over database and then click items, and then click weapons.

    4. Scan through wowhead and find what ever weapon you want [Example i picked Warglaives Main Hand.]

    5. Now go back to your other tab call wow-v and enter in all your info like Name, Quality, Quote, and Entry ID. [Entry ID is what you want like - .additem 200015 is what i put.]

    6. Now go back to your wowhead and in the address bar there will be a series of numbers. [Like mine are 32837] Copy that number and go back to your wow-v tab and enter that into the Display ID. [Thats what it will look like.]

    7. Now after thats its easy. All you gotta do it put it all the stats that you want and then your done and click submit.

    8. Ok now go to "ITEM QUERIES UNDER THE SUBMIT." And then you will see something like this...

    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
    VALUES (MUSTHAVEENTRYID,2,0,-1,"0","0","0","0",MUSTHAVEDISPLAYID,0,0,0000,0000,13,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"",0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0);
    9. Click on "Download Batch" and click save and save it into that folder i told you to make on your desktop called "Created Items".

    10. Once you do that open up your Navicat, MySQLyog, or whatever database thing you use and right-click on the database name [Xample: mine is called ascent] and click the one called "Execute Batch File"

    11. Click on the "..." and go to your desktop in that folder called "Created items" and click the batch that you saved from wow-v. Then once your done you enter the server that you have and type - .additem ###### [That numbers that you put in the entry ID.]

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PART 2:HOW TO CREATE Vendor Creater

    1. Go to Vendor Creater

    2. Go to Wowhead.com

    3. While your at wowhead click on "Database" then click on "NPC's" then click the NPC you want. [Example - i picked a Demons]

    4. Click on the NPC you want. [Example i picked Ambassador Jerrikar <Servant of Illidan>

    5. Then you go back to your wow-v tab and enter your NPC Name, Quality, Quote, and Entry ID. [Example - Entry ID is for - .additem ##### ~ mine is 200068]

    6. Go back to your wowhead tab and go to the address and get those series of numbers that are at the end again. [Example - My numbers are 18695]

    7. Then type those numbers into the Display ID. Thats what it will look like.

    8. Then put in the Health, Mana, Faction, Vendor Type. You don't need the Mount unless you want one. You find the mount Id then you enter it there.

    9. Then you can click Submit. Dont worry about the bottom half of the vendor creater.

    10. Then you will see something like this but your info that you put in. [different]
    INSERT INTO creature_names (entry, `name`, Subname, Flags1, type, Family, Rank, unk4, SpellDataID, male_displayid, female_displayid, unknown_float1, unknown_float2, Civilian, Leader, info_str)
    VALUES (,"","",0,7,0,0,0,NULL,,,1, 1,1,NULL, '');
    11. "Download Batch" Then do the same thing that you did with the weapon one save it to your Folder on desktop then go to database and "Execute Batch File"

    12. click "..." and then get that file and start. then when it says successful then your done.

    13. Get on the server and enter your Entry Id numbers [.additem #####]
    Your Done with that

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    PART 3:HOW TO CREATE JEWLERY

    1. Go to Jewlery Creater

    2. Go to Wowhead.com Pick which one you want
    a. Neck
    b. Ring
    c. Trinket

    3. Then pick your item. [Example - I picked a Trinket]

    4. Then go back to wow-v and enter the Name, Quality, Quote, and Entry ID. [Example - Entry ID = what you will enter for command... .additem 200064 is mine]

    5. Then go back to your item on wowhead and look at the address bar. There is a series of #####'s that you will need to copy and paste to the Display ID. [Example - Display Id is what it will look like = mine is 19345]

    6. Then enter all your item info that you want it to do.

    7. Then click "Submit".

    8. Scroll down and it looks something like this in a box.
    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
    VALUES (MUSTHAVEENTRYID,4,0,-1,"0","0","0","0",MUSTHAVEDISPLAYID,0,0,0000,0000,11,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"",0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0);
    [Yours will be different with numbers... i put no info in.]

    9. Then you click on "Download Patch" and save that to your "Created Items" Folder on your desktop.

    10. Then go to your database "Execute Batch File".

    11. Click the "..." and click on the file that you saved. Wait for it to say successful. Then you done.

    12. Open up your server and type in your command. [Example - .additem #####] The numbers you put in for the Entry ID.

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PART 4:HOW TO CREATE YOUR OWN ARMOR

    1. Go to Armor Creater

    2. Go to Wowhead.com

    3. On wowhead click the armor you want. [Example - Cloth Head , Mail Chest, Leather Shoulders... I picked Leather Shoulders - Bloodfang]

    4. Now go back to wow-v and enter the Name, Quality, Quote, and Entry ID. [Example - Entry Id is what the command with be = .additem 200065 is what mine is.]

    5. Then go back to wowhead and look at the address bar. It will have a series of #####'s after the words. [Example - Mine numbers are 16832. Thats what the item will look like just the stats will be different.]

    6. Copy those #####'s and put that in the Display ID. [What the item will look like but different stats.]

    7. Now enter all the stats that you would like your armor to be.

    8. And once you done click on "Submit" at the bottom.

    9. Now look at the Ascent Core file and it would look something like this -
    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
    VALUES (MUSTHAVEENTRYID,4,1,-1,"0","0","0","0",MUSTHAVEDISPLAYID,0,0,0000,0000,1,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"",0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
    [But your numbers will be different. I didnt put any stats so thats why there are 0's.]

    10. Click on "Download Batch" and save it to your created folder on your desktop called "Created Items".

    11. Then open up your database and click on "Execute Batch File".

    12. Then click on the "..." and look for the created armor piece you made. Click that file and start it. Wait until it says Successful.

    Your done. Now if you want you can make a full set just repeat the steps.

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    PART 5: HOW TO CREATE AMMO

    1. Go to Ammo Creater

    2. Now go to Wowhead: Now available on all known Internets! or go to...
    a. Arrows
    b. Bullets

    3. Then go and pick you item. [Example - I picked Nether Spike = Arrow]

    4. Once you get your item go to wow-v and put in the following: Name, Quality, Quote, Entry ID. [Example - the entry Id is the command that you create... .additem 200066 is my number command.]

    5. Now go back to your item on wowhead and look at the address bar. Look after the words... There are a series of #####'s. Copy and paste those #####'s into the Display ID.[Example - Thats what the item will look like. Mine is 30319.]

    6. Now enter all the other stats that you need for your ammo. Like the damage and other things that help.

    7. Once your done click "Submit".

    8. Now you will see something like this...
    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
    VALUES (MUSTHAVEENTRYID,6,3,-1,"0","0","0","0",MUSTHAVEDISPLAYID,0,0,0000,0000,24,-1,-1,0,0,0,0,0,0,0,0,0,0,1,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"",0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0, 0,0,0,0,0,0,0,0);
    [Yours will have different #########'s. I have alot of 0's because i didnt edit the stats.]

    9. Now go under that and click "Download Batch" and save that to your created folder on your desktop called "Created Items".

    10. Now go to your database and click "Execute Batch File".

    11. Then click on the "..." and look for your ammo file that you created. click it and then click start. Wait until it says Successful.

    12. Now all you gotta do it open up your server and do .additem #######[Example - the ######'s thats for your entry Id that you put in earlier. Mine is .additem 200066.]

    YOUR DONE!!!

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    PART 6: HOW TO MAKE BAGS

    1. Go to Bag Creater

    2. Go to All Types of Bags.

    3. Now pick the bag that you want. [Example - Mine is Core Felcloth Bag] Thats what i want it to look like.

    4. Now go back to wow-v and enter the following: Name, Quality, Quote, and Entry ID. [Example - Then entry id is the command that you will use to .additem it. Mine is .additem 200067.]

    5. Now go back to your bag on wowhead and look in the address bar. There are a series of #######'s after the words. Copy and paste those numbers into the Display Id. [Example - Thats what the item will look like. Mine is 21342.]

    6. Now once your done go to wow-v and enter all the stats. 1 more thing if you make the stats like CRAZY GOOD then the bag will show up as a ? and you dont want that so make it able for other players to use it.

    7. Once your done then click on "Submit"

    8. Go down and you'll see something like this...
    INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
    VALUES (MUSTHAVEENTRYID,1,0,-1,"0","0","0","0",MUSTHAVEDISPLAYID,0,0,0000,0000,18,-1,-1,0,0,0,0,0,0,0,0,0,0,1,4, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"",0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0);
    [But the numbers will be different. I have alot of 0's because i didnt edit the stats. You will have 0-9 ###'s.]

    9. Now under that is "Download Batch" and save that to your created folder on your desktop called "Created Items".

    10. Now go to your database and click "Execute Batch File".

    11. Then click on the "..." and look for your ammo file that you created. click it and then click start. Wait until it says Successful.

    12. Now all you gotta do it open up your server and do .additem #######[Example - the ######'s thats for your entry Id that you put in earlier. Mine is .additem 200067.]

    YOUR DONE!!!!

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Creadits go all to Razordemon for this long wonderful GUIDE.
    Please +Rep me. And any help just reply me.

    Thanks
    ~Razordemon:wave:

    [GUIDE] How to create items for Ascent
  2. #2
    Neth'zul's Avatar Banned
    Reputation
    204
    Join Date
    Nov 2007
    Posts
    887
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    + rep for ya dude! its awsem!


    EDIT: srry gotta wait 24hr

  3. #3
    CairiFEA's Avatar Member
    Reputation
    36
    Join Date
    Jan 2008
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im usually not a rain-on-parades kinda guy, but....

    Posting topics on how to make items with WoW-V is against the server posting rules.
    Also, there are about 500x similar guides about how to use WoW-V.

    I give you 1 rep for the effort you put into your guide, how ever failing to respect the rules of MMOWNED; I remove that +1 rep.

  4. #4
    razordemon's Avatar Member
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok sorry for that

  5. #5
    Krazyglue's Avatar Member
    Reputation
    13
    Join Date
    Oct 2007
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG i copy and pasted and there was MIDGET PORN
    -Krazyglue

  6. #6
    daniel4166's Avatar Member
    Reputation
    8
    Join Date
    Sep 2007
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Guide +rep

  7. #7
    Krazypencil's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Um sometimes WoW v id isnt correct...i use VDrealm to get the real id, it works perfectly
    Made my own lock setup

    pm me if you want in my server

  8. #8
    zztuf's Avatar Member
    Reputation
    11
    Join Date
    Apr 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cool. I'll make some funny stuff now ! +rep

  9. #9
    piet3's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im having some problems


    wich do i need to pick?


  10. #10
    koepke123's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    no

    dont ask for +Rep

Similar Threads

  1. [GUIDE] How to create awesome malls for your server
    By razordemon in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 09-24-2008, 12:37 AM
  2. Replies: 1
    Last Post: 08-22-2008, 06:32 PM
  3. Replies: 6
    Last Post: 12-22-2007, 07:59 PM
  4. [Guide] How to create a weapon/item. Easy. PICS INSIDE, +2 other quick guides.
    By Wheeze201 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-15-2007, 05:03 PM
All times are GMT -5. The time now is 04:43 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search