no, it does not involve only ac-web repack, i compiled my own and it still has the problem.
no, it does not involve only ac-web repack, i compiled my own and it still has the problem.
There is a guide i made on it, and this is rather old...
If you can Link me the Guide Illidan it would help alot.. Big fan of ya work =D
illidan: long time since the sollution with removing 0 from inf_str stopped working im afraid. like on our servers, all db have clean inf_str fields,
and that worked perfect the time we did it,
but all the mouse icons are dissappeard
again on all the newer ascents.
(and yes, ofcourse i cleaned cashehehe)
we have tryed every sollution to get the icons back,
but nope, nothing works
------------------------------------------------------
Knaur - Founder of The Norwegian Elite Team
My friend has the right info you need to put into inf_str field, it worked for all my Malls Vendors, i will ask him what it is when he came back online
info_str must be blank.
And if you have the colom mouseFlags, remove it it isn't used anymore in the newer Ascent rev...
So you will have to do something like this:
If you get a error about "mouseFlags" does not exist or something do this:Code:ALTER TABLE creature_names CHANGE mouseFlags info_str VARCHAR(500) NOT NULL; UPDATE creature_names set info_str="";
If you have the table mouseFlags and also info_str do this:Code:UPDATE creature_names set info_str="";
And make sure you do a server restart and clean the client wow cache folder.Code:DELETE TABLE mouseFlags from creature_names; UPDATE creature_names set info_str="";
kk Imma try this
Any solution of the problem?
Because I erase everything in "info_str" column and problem is still here... and I haven't column "mouseFlags"...
Yea.
Into info str put
Buy (Normal Vendor)
Repair (Repair Vendor)
Trainer (Trainer)
Quest (Quest giver) ETC
I think Knaur has a TuT on this now.
Thank you I was having this problem too.
Vivoxity, Thank you very much!
Would you give me the name of this TuT (or link), because I can't find it?
Edit: Ow I find it! THANX Again!!! -> Solution
Last edited by helldesign; 03-15-2008 at 12:02 PM.
Np.(filler)