t1 as starting item menu

User Tag List

Results 1 to 10 of 10
  1. #1
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    t1 as starting item

    hey has anyone got a sql or can make one where all classes and races start out with t1?
    oh and saves me making a new thread anyone know how to enable the chat logs?
    Last edited by volitle; 09-17-2008 at 04:35 AM.


    t1 as starting item
  2. #2
    Fireblast's Avatar Contributor
    Reputation
    195
    Join Date
    Aug 2008
    Posts
    883
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this for the starting item but not sure on the chat logs..

    http://www.mmowned.com/forums/emulat...ing-items.html

    *Note the link above doesnt show T1 it shows T2..
    Last edited by Fireblast; 09-17-2008 at 08:53 PM.

  3. #3
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nah not what i needed i need a full one lol but im to busy to do it my self i guess it will have to wait cheers anyway +rep


  4. #4
    Fireblast's Avatar Contributor
    Reputation
    195
    Join Date
    Aug 2008
    Posts
    883
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aww! sorry..

  5. #5
    *Scripted*'s Avatar Banned
    Reputation
    41
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just change the ids, To busy or to lazy?

  6. #6
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seriously scripted get bent you doo my head in flaming everyone you are no better then a bloody leecher


  7. #7
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But she's mostly right. I was lazy too when I wanted starting T-something gear for my development realm, it's understandable. Pushing 72 items to the DB one by one, each time peeking at cheatsheets, is hardly exciting (Which is why I made a script to automate it).

    You should really stop flaming her and start listening

  8. #8
    Lukas 45's Avatar Active Member
    Reputation
    43
    Join Date
    Jan 2008
    Posts
    559
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just change the ID's? Its easyer to make a SQL file for it
    Make a text document with fx Wordpad.
    Write in it:
    INSERT INTO `playercreateinfo_items` VALUES ('<Class Nr>', '<Item ID>', '<Bag Slot>', '<Count>');
    But i will be hard, cuz fx Priest, Hunters, Shaman, Druids, Paladins got differend speccs(Heal, Melee DPS, Spell DPS, Ranged DPS) But i can try.

  9. #9
    Lukas 45's Avatar Active Member
    Reputation
    43
    Join Date
    Jan 2008
    Posts
    559
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Done mate.
    Code:
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16866', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16868', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16865', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16864', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16861', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16863', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16867', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('1', '16862', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16854', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16856', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16853', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16858', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16857', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16860', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16855', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('2', '16859', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16851', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16849', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16850', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16845', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16848', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16852', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16846', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('3', '16847', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16827', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16824', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16825', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16820', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16821', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16826', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16822', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('4', '16823', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16811', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16813', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16817', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16812', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16814', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16816', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16815', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('5', '16819', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16838', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16837', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16840', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16841', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16844', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16839', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16842', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('7', '16843', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16802', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16799', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16795', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16800', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16801', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16796', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16797', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('8', '16798', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16806', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16804', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16805', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16810', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16809', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16807', '2', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16808', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('9', '16803', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16828', '5', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16829', '7', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16830', '8', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16833', '4', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16831', '9', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16834', '0', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16835', '6', '1');
    INSERT INTO `playercreateinfo_items` VALUES ('11', '16836', '2', '1');
    Hope you know what you shall do

  10. #10
    Healboty's Avatar Member
    Reputation
    3
    Join Date
    Sep 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whoa thanks lukas, i need that too

Similar Threads

  1. [Guide]Change player starting items
    By Darksid in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 08-12-2008, 11:04 PM
  2. [Guide] How to add starting items to your players!
    By metehan in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 04-15-2008, 09:42 PM
  3. Start Items
    By Nightdart in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 03-16-2008, 06:34 AM
  4. Add/Change Character Starting Items
    By shtzngiggles in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 12-14-2007, 09:51 AM
  5. Changing starting items
    By Masterkenshin in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-14-2007, 12:04 PM
All times are GMT -5. The time now is 02:58 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