[help] items not updating

12/12/2010 10:27 hio77#1
hey all,

has anyone ever come across the issue where if you upgrade an item successfully the item doesn't actually update until you relog or drop and pick it up ...

also does anyone know why low lvl gears dont seem to want to upgrade and the client doesn't seem to read that they are too low for the character using them

thanks all

edit:

after talking to a few people and a few tests it seems to be items bought from some shops are like this ...
12/12/2010 22:21 funhacker#2
When talking about items being too low for the character to use them I assume you mean for the "best level" equipment where you gain BP. This is because I assume the game queries database for and item closest to the character's level then stores this id, now anything greater than or equal to this id is equipment eligible for the character's BP bonus.
(select id from cq_itemtype where req_level <= char_level limit 1;)