Add a item in a "new char`s" inventory

Results 1 to 8 of 8
  1. #1
    Newbie Claw4life is offline
    MemberRank
    Aug 2007 Join Date
    3Posts

    Add a item in a "new char`s" inventory

    I made a custom item.....it works..but is there any way to add that item on every time a new character is created ? 10q..and sorry for my bad English :) its my third language


  2. #2
    Newbie Claw4life is offline
    MemberRank
    Aug 2007 Join Date
    3Posts

    Re: Add a item in a "new char`s" inventory

    *Bump*
    Sorry for bump-ing but I really need help...thank you :)

  3. #3
    Elite Member Basurci is offline
    Member +Rank
    Dec 2006 Join Date
    VilniusLocation
    232Posts

    Re: Add a item in a "new char`s" inventory

    I need teh same Help like you :P

  4. #4
    Member lutscha is offline
    MemberRank
    Jun 2007 Join Date
    38Posts

    Re: Add a item in a "new char`s" inventory

    in your database there's a table called 'playercreateinfo_items' I think you need to modify it.
    'indexid' is for the class and race (look at table 'playercreateinfo') and 'protoid' the id of our item

    if you want all new chars to start with your custom item you should add it for all ids (1..56?)

  5. #5
    Member ryanryan1991 is offline
    MemberRank
    Jul 2007 Join Date
    60Posts

    Re: Add a item in a "new char`s" inventory

    can some one make a sql file to insert, but so we can change/replace the number(s) (the id of w/e items) and then insert because im searching with no luck ;-(

    thx

  6. #6
    Elite Member jarmale is offline
    Member +Rank
    Jun 2007 Join Date
    Behind youLocation
    170Posts

    Re: Add a item in a "new char`s" inventory

    insert into `playercreateinfo_items` (`indexid`, `protoid`, `slotid`, `amount`) values('1','38','3','1');

    here you go

    idexid is 1-8 for what class
    protoID is the item
    and slot ID where to place the item when create char i am not 100% sure bud i belief 3 is bag
    dont know how to ad gold bud as tip make a custom item with a sell value of your amount of gold

    hope this helped

  7. #7
    Member lutscha is offline
    MemberRank
    Jun 2007 Join Date
    38Posts

    Re: Add a item in a "new char`s" inventory

    Quote Originally Posted by ryanryan1991 View Post
    can some one make a sql file to insert, but so we can change/replace the number(s) (the id of w/e items) and then insert because im searching with no luck ;-(

    thx
    I attached the starting tier 6 sql file from EvolvedDB for you as a template. perhaps you can learn something from it.
    Attached Files Attached Files

  8. #8
    Newbie Claw4life is offline
    MemberRank
    Aug 2007 Join Date
    3Posts

    Re: Add a item in a "new char`s" inventory

    worked well.. I like it :)

    Can I see a list of "slot ids"?

    I`m looking for the second "Bag container"

    thank you, hope I can help soon



Advertisement