Hello , i have made an token and going to make it an extended cost to an vendor, but i wondering how are you going to do it ?
And i am not talking about copying an other token .
ps Mangos
Hello , i have made an token and going to make it an extended cost to an vendor, but i wondering how are you going to do it ?
And i am not talking about copying an other token .
ps Mangos
These "item costs" are defined in the DBC files. itemextendedcost.dbc, if I'm not mistaken. You're in luck, as you're able to edit existing IDs (price/currency) using a DBC editor and load them back in to the server. The client should pose few problems regarding this.
Tag your threads.
The most beautiful thing we can experience is the mysterious. It is the source of all true art and all science. He to whom this emotion is a stranger, who can no longer pause to wonder and stand rapt in awe, is as good as dead: his eyes are closed.
Albert Einstein
download this (no virus) DBC Tool v2.7b by TRX.rar
Extract it somewhere and open it up
startup "DBCtool.exe"
open "yourserver/dbc/itemextendedcost.dbc"
press "+" to add an extended csot.
Field0 = Entry of the Extended cost
Field1 = Number of honor points
Field2 = Number of arena points
Field3 = 1st ItemID cost
Field4 = 2nd ItemID cost
Field5 = 3rd ItemID cost
Field6 = 4th ItemID cost
Field7 = 5th ItemID cost
Field8 = Amount of Items required (refers to Field3)
Field9 = Amount of Items required (refers to Field4)
Field10 = Amount of Items required (refers to Field5)
Field11 = Amount of Items required (refers to Field6)
Field12 = Amount of Items required (refers to Field7)
Field13 = Apparently is Personal Rating for Arena's
Field14 = Not Used, Leave as 0
, save it, start your server, login and then do;
.npc additem "item id" 0 0 "extendedcost id"
(if you have same commands as me)
Last edited by Fralexxelarfx; 04-06-2010 at 08:26 AM. Reason: No asking for rep.
Not sure if the method changes for MaNGOS compared to ArcEmu, but do as these have stated, then go into your database and look for a table regarding vendors, there might be a column saying "extendeditemcost" and put the ID for what you put into itemextendedcost.dbc, thus making it require it.![]()