Results 1 to 4 of 4
  1. #1
    MrMilegit's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    10
    My Mood
    Blah

    How to make custom market on Fabiano?

    I want to make custom market like this:
    Image
    But with custom items, and it will cost gold.
    Who can help?
    Making my Pserver!
    15% Custom Items.
    60% Original Dungeons.
    0% Custom Dungeons.
    50% Events.
    10% Original Behaviors.
    10% Custom Behaviors.
    No shitty pets,no shitty alchemist & mystery boxes.
     

  2. #2
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    Go to wServer then realm then entities then merchant and finnaly MerchantLists.cs. Here's a line from one of mine:
    Code:
                {0xa6b, new Tuple<int, CurrencyType>(175, CurrencyType.Fame)}, //Golden Helm T5
    So if you wanted to make it gold and cost 500 of it you would replace
    Code:
    175, CurrencyType.Fame
    With
    Code:
    500, CurrencyType.Gold
    If you wanted it to be a custom item you would simply replace 0xa6b with the id of your custom item, hope this helps.

  3. The Following User Says Thank You to Luis For This Useful Post:

    MrMilegit (03-29-2016)

  4. #3
    MrMilegit's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    10
    My Mood
    Blah
    Quote Originally Posted by lpmcgee12 View Post
    Go to wServer then realm then entities then merchant and finnaly MerchantLists.cs. Here's a line from one of mine:
    Code:
                {0xa6b, new Tuple<int, CurrencyType>(175, CurrencyType.Fame)}, //Golden Helm T5
    So if you wanted to make it gold and cost 500 of it you would replace
    Code:
    175, CurrencyType.Fame
    With
    Code:
    500, CurrencyType.Gold
    If you wanted it to be a custom item you would simply replace 0xa6b with the id of your custom item, hope this helps.
    Thanks very much.
    @Raple @krazyshank Solved.Close this thread please.
    Making my Pserver!
    15% Custom Items.
    60% Original Dungeons.
    0% Custom Dungeons.
    50% Events.
    10% Original Behaviors.
    10% Custom Behaviors.
    No shitty pets,no shitty alchemist & mystery boxes.
     

  5. #4
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    I can close the thread too, nobody appreciates me.

Similar Threads

  1. [Tutorial] How to make Custom Scopes
    By black iceee in forum Call of Duty Modern Warfare 2 Texture Requests
    Replies: 407
    Last Post: 05-26-2011, 10:39 AM
  2. How to make Custom Menu
    By FUKO in forum Call of Duty Modern Warfare 2 Texture Requests
    Replies: 20
    Last Post: 02-23-2011, 09:50 PM
  3. [Tutorial] How to make custom kill marks
    By skazany in forum CrossFire Tutorials
    Replies: 8
    Last Post: 01-15-2011, 01:55 PM
  4. How to make custom classes?
    By HeroicSlayr in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 08-26-2010, 05:46 PM
  5. How to make custom crosshair colors?
    By KarmaStrikes in forum CrossFire Mods & Rez Modding
    Replies: 19
    Last Post: 08-19-2010, 10:07 PM