How can make it where a item reqiues the player to have a token to get an item
How can make it where a item reqiues the player to have a token to get an item
You need to edit both the client and serverside DBC. It's a complicated process, however.
Search here for a guide on how to do so. Try the guides section.
Only a serverside edit is enough in your DBC files.
The only problem that can only be fixed clientside is the "show up" of the cost.
It will cost for example 5x Tokens to buy it, but you won't be able to see the price.
Ahh, yes. But that's annoying.![]()
what dbc file is it and what can i used to edit it
Other creative methods that don't require DBC editing:
Gossip menu.
Making a 'quest' that starts and ends on the same npc and requires the amount of tokens you need for the 'reward'.
how can i make so they get the token >>>
the far easiest way instaed of modding ur dbc files just make up a quest the u can complete when u had in the token with having the item as a reward
Or you could do this...
Find a tier armor id
e.g.(T6)
go to table Item_extendedcost
search for the tier item
Next to the id will be another id that is the token needed for the tier.
REMBMER THIS NUMBER
(Note:That is not the token Id that is the DBC id)
Go back to items table
The tier token, e.g. chestgaurd of the fallen champoin, which is needed for T6
Edit the name if you want to.
Now go back to the Item_extended cost and add the item you want to have a token and then add the token ID (The one from the DBC)
Then your done!
ahhhh
i got that tokens workign but i need some way to make it so when they kill someone they get the token
Get the PvP token script
ahhhh