• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Questionmark

Status
Not open for further replies.

ExonatioN

Noble Member
Hey guys, I've noticed a very strange bug on a test server of mine (4.3.4 - trinitycore)

Some items (in my vendors, only in my vendors) are displaying as a questionmark.

All our 4.3.4, ruthless, basically all our 4.3.4 items works fine, but i think it's like items which has been added before 4.3.4 (like 4.0.6, 4.2.2) etc which bugs.

For example some (only some) items are displaying as a questionmark and it's some enchants which has been added in cataclysm which bugs, basically all the 50 strenght, agi, int bracer enchants which got added in cata which also bugs ("Enchant Bracer - Major Strength, Major Agility" etc.

Some vicious items are also bugging in the vendors, such as Vicious Gladiator's Redoubt but again works fine when you purchase it and have it in bag, but it's honestly just weird it's like 25% of the vicious items which bugs, not all of them.

What could this be? Wrong added in item.dbc? The displayid is fine in database, not sure what else it could be, any ideas?
Thanks in advance.
 

Tommy

Founder
Hey guys, I've noticed a very strange bug on a test server of mine (4.3.4 - trinitycore)

Some items (in my vendors, only in my vendors) are displaying as a questionmark.

All our 4.3.4, ruthless, basically all our 4.3.4 items works fine, but i think it's like items which has been added before 4.3.4 (like 4.0.6, 4.2.2) etc which bugs.

For example some (only some) items are displaying as a questionmark and it's some enchants which has been added in cataclysm which bugs, basically all the 50 strenght, agi, int bracer enchants which got added in cata which also bugs ("Enchant Bracer - Major Strength, Major Agility" etc.

Some vicious items are also bugging in the vendors, such as Vicious Gladiator's Redoubt but again works fine when you purchase it and have it in bag, but it's honestly just weird it's like 25% of the vicious items which bugs, not all of them.

What could this be? Wrong added in item.dbc? The displayid is fine in database, not sure what else it could be, any ideas?
Thanks in advance.

Not entirely sure, could very well be a known bug now. You haven't done anything to make it do this, have you? Sadly, almost all items in Cataclysm are being taken from the dbc file and not the item_template table itself, so it could be the dbc, who knows..
 

ExonatioN

Noble Member
Thanks for the reply Tommy.
I couldn't find anything on google related to it AT ALL.
I have tried changing dbc file, but still bugged, I'm not quite sure how i would go through fixing this.
-No, nothing in dbc files or what so ever have been changed.
 

Tommy

Founder
Thanks for the reply Tommy.
I couldn't find anything on google related to it AT ALL.
I have tried changing dbc file, but still bugged, I'm not quite sure how i would go through fixing this.
-No, nothing in dbc files or what so ever have been changed.

Are you using a recent TrinityCore rev? If so, people might have posted an issue on TrinityCore's issue tracker about this. Else, you could bring it up to them.
 

ExonatioN

Noble Member
Well it's not really the last tc rev, some changes to the core so they will not support it i believe, I might recompile a fresh one and test, just wamted to know if u guys had any ideas
 

Tommy

Founder
Well it's not really the last tc rev, some changes to the core so they will not support it i believe, I might recompile a fresh one and test, just wamted to know if u guys had any ideas

I generally haven't spent much time on Cataclysm, so I honestly wouldn't know. :p
 

ExonatioN

Noble Member
After looking into it, it only happens on my server thanks.

I will look into the issue, change the dbc files to make sure it's not there, however i have a feeling it's a core issue but i will try some different stuff, thread may be closed as i'll solve it myself, thanks anyways tommy, sometimes it's nice getting some ideas of what you can do, when you are stucked at a part.
 

ExonatioN

Noble Member
Or actually i've figured out something.

On my fresh compile where it works, if i do select * from item_template where entry = 67471 i find nothing but if i execute this query on my realm where it bugs i can find the item.

On the bugged server there's 58,413 rows of added items.
On the fresh compile there's 182 rows of added items.

I think it could be something with this, but the question is where is the items handled on the fresh compile instead of db then?

I might try to take a backup of bugged server and delete it as well, however i doubt that will fix it.

Does this say you anything?
 

Anthonys-Toolbox

Epic Member
could be a dbc file error not having an icon associated to it? well not really an error, but you know what i mean, if it was deprecated and or removed by blizzard.
 

ExonatioN

Noble Member
Thanks but i think i found the reason.

Now I tried executing the bugged server db (only item_template) to the working server and now it started bugging on the working server as well, so it's obviously because of something related to item_template, and NOT dbc.

I will try to execute the working item_template to the not working one and see what happens, thanks.
 
Status
Not open for further replies.
Top