Adding Armor/Weapons menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Chuck Norris's Avatar Member
    Reputation
    32
    Join Date
    Oct 2007
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding Armor/Weapons

    How do I add T3 to a player when they log on, or how do I add items?
    Also can you make a player lvl 70 when they log on?
    Please help of course +rep-o

    Adding Armor/Weapons
  2. #2
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok you can do this.
    Code:
    INSERT INTO `playercreateinfo_items` VALUES ('1', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('6', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('10', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('12', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('15', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('16', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('17', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('18', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('19', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('20', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('21', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('22', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('23', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('24', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('25', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('26', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('27', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('28', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('29', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('30', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('31', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('32', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('34', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('35', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('36', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('37', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('38', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('39', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('40', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('41', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('42', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('43', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('44', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('45', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('46', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('47', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('48', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('49', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('50', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('51', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('52', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('53', '40001', '23', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('54', '40001', '23', '1');
    Change the 40001 to one piece of armor that you would like, and the numbers on the left like 54 and 53 means the class and race not exacly sure lol. and the level 70 would require you to have compiled your own ascent.
    INSERT INTO `playercreateinfo_items` VALUES ('55', '40001', '23', '1');

  3. #3
    Chuck Norris's Avatar Member
    Reputation
    32
    Join Date
    Oct 2007
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks +rep

  4. #4
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just here to help. Lol well at least try to help lol, and do my best lol.

Similar Threads

  1. [Guide] Safe and Easy way of Making Custom *Armor*Weapons*Bags*Etc.
    By Job For a Cowboy in forum WoW EMU Guides & Tutorials
    Replies: 60
    Last Post: 01-26-2008, 08:55 AM
  2. Full armor/weapon swap. The Easy Way!
    By Missaar in forum World of Warcraft Model Editing
    Replies: 115
    Last Post: 09-19-2007, 02:52 PM
  3. [Guide] Changing Armor / Weapons with Hex Editor
    By Gobers in forum WoW ME Tools & Guides
    Replies: 14
    Last Post: 09-12-2007, 02:03 AM
  4. GM and Full armor/weapon swap.
    By Azuki in forum World of Warcraft General
    Replies: 0
    Last Post: 04-22-2007, 03:32 AM
  5. fix all mount, armor, weapon edits...
    By cookiecuttermachine in forum World of Warcraft Model Editing
    Replies: 4
    Last Post: 01-21-2007, 05:08 PM
All times are GMT -5. The time now is 06:11 PM. 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