item in new char , how to edit?

Results 1 to 5 of 5
  1. #1
    Novice vergium is offline
    MemberRank
    Jan 2010 Join Date
    4Posts

    item in new char , how to edit?

    I want to edit the items give to a plyer when he create a new char, how to edit? thanks !


  2. #2
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: item in new char , how to edit?

    GunzDB > Programmibility > Stored Procedures > spInsertChar > Right Click > Modify > Search for

    Code:
    /* Melee */
      SET @MeleeItemID = 
        CASE @Costume
        WHEN 0 THEN 1
        WHEN 1 THEN 12
        WHEN 2 THEN 1
        WHEN 3 THEN 12
        WHEN 4 THEN 12
        WHEN 5 THEN 1
        END
    > Look through the procedure from there onwards and edit it with the help of strings.xml and your zitem.xml.
    Last edited by Phoenix; 13-01-10 at 05:30 PM.

  3. #3
    Novice vergium is offline
    MemberRank
    Jan 2010 Join Date
    4Posts

    Re: item in new char , how to edit?

    hmm , have this to edit : primary, secondary,custom, chest and legs, but how to i know when is male or female to edit to right items?

  4. #4
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: item in new char , how to edit?

    Look into your Strings.xml. If you don't have strings for your custom item's, look into the zitem?

  5. #5
    Novice vergium is offline
    MemberRank
    Jan 2010 Join Date
    4Posts

    Re: item in new char , how to edit?

    ok, i will try, thanks :D

    EDIT :

    YEAH ! I did it ! veeery thanks ! :D
    Last edited by vergium; 13-01-10 at 06:42 PM.



Advertisement