Make players start with a custom item. menu

User Tag List

Results 1 to 10 of 10
  1. #1
    spectre123's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Make players start with a custom item.

    Can anyone make me a sql thing or tell me a guide so when a player creates a char and logs in it automaticly adds this item id? <18261> its name has been changed to what we wanted it to be.

    please reply

    Make players start with a custom item.
  2. #2
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use the playercreateinfo_items table if you use any of the Ascent branches (Like ArcEmu/AspireCore/Hearthstone)


  3. #3
    spectre123's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea. im not so good with DB Editing with a SQL.

  4. #4
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well that's your only option :P


  5. #5
    spectre123's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ehhh finne lol. but i mean, isnt there a .sql thing that i just run in the quirey to add item?

  6. #6
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It really isn't that hard, just open up your database and go into the playercreateinfo_items table, there is a guide on this just use the search feature


  7. #7
    spectre123's Avatar Member
    Reputation
    8
    Join Date
    Sep 2008
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh sorry. Never thought about that. Thanks Man. at 11:31 PM. I get lazy. :P

  8. #8
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Theres a creator that can save you a lot of time.

    Starting Gear Generator

    Hope this helps

  9. #9
    pryd's Avatar Member
    Reputation
    182
    Join Date
    Dec 2008
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For Mangos users-

    playercreateinfo_item

    Code:
    race,class,itemid,amount
    1,1,25596,1
    1,2,25596,1
    1,4,25596,1
    1,5,25596,1
    1,6,25596,1
    1,8,25596,1
    1,9,25596,1
    2,1,25596,1
    2,3,25596,1
    2,4,25596,1
    2,6,25596,1
    2,7,25596,1
    2,9,25596,1
    3,2,25596,1
    3,1,25596,1
    3,3,25596,1
    3,4,25596,1
    3,5,25596,1
    3,6,25596,1
    4,1,25596,1
    4,3,25596,1
    4,4,25596,1
    4,5,25596,1
    4,6,25596,1
    4,11,25596,1
    5,1,25596,1
    5,4,25596,1
    5,5,25596,1
    5,6,25596,1
    5,8,25596,1
    5,9,25596,1
    6,1,25596,1
    6,3,25596,1
    6,6,25596,1
    6,7,25596,1
    6,11,25596,1
    7,1,25596,1
    7,4,25596,1
    7,6,25596,1
    7,8,25596,1
    7,9,25596,1
    8,1,25596,1
    8,3,25596,1
    8,4,25596,1
    8,5,25596,1
    8,6,25596,1
    8,7,25596,1
    8,8,25596,1
    10,2,25596,1
    10,3,25596,1
    10,4,25596,1
    10,5,25596,1
    10,6,25596,1
    10,8,25596,1
    10,9,25596,1
    11,1,25596,1
    11,2,25596,1
    11,3,25596,1
    11,5,25596,1
    11,6,25596,1
    11,7,25596,1
    11,8,25596,1
    playercreateinfo_spell

    Code:
    race,class,Spell,Note
    1,1,58985,Perception
    1,2,58985,Perception
    1,4,58985,Perception
    1,5,58985,Perception
    1,6,58985,Perception
    1,8,58985,Perception
    1,9,58985,Perception
    2,1,58985,Perception
    2,3,58985,Perception
    2,4,58985,Perception
    2,6,58985,Perception
    2,7,58985,Perception
    2,9,58985,Perception
    3,2,58985,Perception
    3,1,58985,Perception
    3,3,58985,Perception
    3,4,58985,Perception
    3,5,58985,Perception
    3,6,58985,Perception
    4,1,58985,Perception
    4,3,58985,Perception
    4,4,58985,Perception
    4,5,58985,Perception
    4,6,58985,Perception
    4,11,58985,Perception
    5,1,58985,Perception
    5,4,58985,Perception
    5,5,58985,Perception
    5,6,58985,Perception
    5,8,58985,Perception
    5,9,58985,Perception
    6,1,58985,Perception
    6,3,58985,Perception
    6,6,58985,Perception
    6,7,58985,Perception
    6,11,58985,Perception
    7,1,58985,Perception
    7,4,58985,Perception
    7,6,58985,Perception
    7,8,58985,Perception
    7,9,58985,Perception
    8,1,58985,Perception
    8,3,58985,Perception
    8,4,58985,Perception
    8,5,58985,Perception
    8,6,58985,Perception
    8,7,58985,Perception
    8,8,58985,Perception
    10,2,58985,Perception
    10,3,58985,Perception
    10,4,58985,Perception
    10,5,58985,Perception
    10,6,58985,Perception
    10,8,58985,Perception
    10,9,58985,Perception
    11,1,58985,Perception
    11,2,58985,Perception
    11,3,58985,Perception
    11,5,58985,Perception
    11,6,58985,Perception
    11,7,58985,Perception
    11,8,58985,Perception
    These Templates will hit up all race and class. They are CSV files. Best thing to do with these is to copy and paste into seperate .txt then rename the files to playercreateinfo_item.csv and playercreateinfo_spell.csv

    Next with your favorite text editor find and replace the itemid or if you are using spells, spell & note. Lastly import the .csv into the right table. I use Heidi seems to work great. Hope this helps.

  10. #10
    Trollin's Avatar Contributor
    Reputation
    204
    Join Date
    Nov 2008
    Posts
    1,092
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get Navicat Lite, super duper easy.. I'm sure there's a guide on SQL things also.
    ____________________________________________

    ____________________________________________

Similar Threads

  1. [Request] A SQL That makes players start with maxskills
    By spectre123 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 02-17-2009, 05:08 AM
  2. [RELEASE] Query; Every player starts with a item that sells for 10k gold.
    By Romis in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-03-2008, 07:34 AM
  3. [Question] Make players spawn with an item in thier bag
    By foamysquirl in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 03-01-2008, 05:35 PM
  4. [Question] How to make players start with gear/money/items?
    By hukabuka in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 02-23-2008, 08:13 PM
  5. [RELEASE] Query; Every player starts with a item that sells for 10k gold.
    By Romis in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-20-2008, 11:05 AM
All times are GMT -5. The time now is 04:54 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