Rochet2 / Issues

Issues about anything and everything
https://rochet2.github.io/
0 stars 0 forks source link

[Transmog] Trading with Tokens #21

Open Keader opened 9 years ago

Keader commented 9 years ago

@Rochet2 Hello guy, first thanks for sharing your code it is very good. I noticed that the configuration does not recognize 2 items as Tokens:

item 43307 = [Arena Points] item 43308 = [Honor Points]

Even with above the required value, it notifies you whenever there is not enough tokens. Is it a bug or it does not accept it?

Test on 3.3.5 version and TrinityCore rev. 170ba68e63c46323f8624ecff24e6de1d38bd97b

Rochet2 commented 9 years ago

Those items are not saved to the player as items. Honor and arena points are like gold. It would require a new set of config options to handle arena and honor points.

So its not a bug and the reason it doesnt work is that player doesnt have any items of entry 43307 or 43308.

ps. did you ever try doing .add 43308 100? or .add 43308 -100

Keader commented 9 years ago

Ah thanks for clarifying xD