[Help] How can i sell everything for free?(even rep items)
hi again :) my other need is to set everything for free.
i know when i use ".npc additem" and if i dont give any other information but item id vendor sells it for free.
but even if i give recipe or item for free, i cant use it unless i get reputation with that faction.
so is there a way to sell and use everything for free?
if its not possible is there a way to make an npc who teaches every possible crafts (e.g. all alchemy recipes) with 1 click ?
Re: [Help] How can i sell everything for free?(even rep items)
i don't know if this will work for mango's (but it should) - you can create that kind of NPC in DB.
Re: [Help] How can i sell everything for free?(even rep items)
Everything in game? Simple..
Code:
UPDATE `item_template` SET `SellPrice` = "0";
UPDATE `item_template` SET `BuyPrice` = "0";
Make sure server is offline when doing this o_O , unknown results if not.
Also, this is to be used on your mangos db.
Re: [Help] How can i sell everything for free?(even rep items)
thanks i will try it and reply here if it works
edit: it works about prices but i need this one;
i want to use all kind of rep items without rep.