need help with "Rarity"!!!

Results 1 to 5 of 5
  1. #1
    Elite Member Bauwke is offline
    Member +Rank
    Mar 2011 Join Date
    150Posts

    need help with "Rarity"!!!

    hey,
    i fond this nice guild to how to set up items in npc and it works fine bot some items he wont show up and i thing its with the "Rarity" i use this build: http://forum.ragezone.com/f457/add-item-npc-666631/

    mybe u can give me some more help about "Rarity" would be nice :)


    grtj bauwke


  2. #2
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: need help with "Rarity"!!!

    Rarity it like the item's own Number..
    if you give the item the rarity of 4.
    then you add 4 in the line on the npc...

    AddVendorItem( 0, IK3_MASK, -1, 4, 4, 100 );

    And let us say you have 3 items,
    3 mask.
    For example
    Butterly, Indigo, Chocolate (I dont know any flyff mask names lol)
    And you want Chocolate to be first, and the Butterly to be the last item in the shop..

    then you give..
    Chocolate Rarity = 1
    Indigo Rarity = 2
    Butterfly Rarity = 3

    AddVendorItem( 0, IK3_MASK, -1, 1, 3, 100 );

    Then add it into npc.. 1, 3 (= Rarity 1 to 3)
    -1 = All JOBS can buy it.

    I hope you understand my wierd "guide" XD

  3. #3
    Elite Member Bauwke is offline
    Member +Rank
    Mar 2011 Join Date
    150Posts

    Re: need help with "Rarity"!!!

    Quote Originally Posted by wakazaki View Post
    Rarity it like the item's own Number..
    if you give the item the rarity of 4.
    then you add 4 in the line on the npc...

    AddVendorItem( 0, IK3_MASK, -1, 4, 4, 100 );

    And let us say you have 3 items,
    3 mask.
    For example
    Butterly, Indigo, Chocolate (I dont know any flyff mask names lol)
    And you want Chocolate to be first, and the Butterly to be the last item in the shop..

    then you give..
    Chocolate Rarity = 1
    Indigo Rarity = 2
    Butterfly Rarity = 3

    AddVendorItem( 0, IK3_MASK, -1, 1, 3, 100 );

    Then add it into npc.. 1, 3 (= Rarity 1 to 3)
    -1 = All JOBS can buy it.

    I hope you understand my wierd "guide" XD
    oww so its just the place whare i will stand in npc ;) thx and how manny place do every tab in npc have? u know thad?

    (sry for bad engl)

    thx for your help and fast replay!

    grtj bauwke

  4. #4
    One word! Im Fawkin Pro! Xakzi is offline
    Grand MasterRank
    Jul 2010 Join Date
    SwedenLocation
    1,356Posts

    Re: need help with "Rarity"!!!

    no, I dont know really, Havent had the time to count that out really :p

  5. #5
    Elite Member Bauwke is offline
    Member +Rank
    Mar 2011 Join Date
    150Posts

    Re: need help with "Rarity"!!!

    okey thx for all your helping ;)



Advertisement