Mouse over problem menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #16
    -xepher-'s Avatar Banned
    Reputation
    92
    Join Date
    Sep 2007
    Posts
    143
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no, it does not involve only ac-web repack, i compiled my own and it still has the problem.

    Mouse over problem
  2. #17
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a guide i made on it, and this is rather old...

  3. #18
    Da Tank's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2007
    Posts
    251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you can Link me the Guide Illidan it would help alot.. Big fan of ya work =D

  4. #19
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 cashe hehe)

    we have tryed every sollution to get the icons back,
    but nope, nothing works
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  5. #20
    Illidan1's Avatar Banned
    Reputation
    244
    Join Date
    Jul 2007
    Posts
    2,251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  6. #21
    Nick0016's Avatar Member
    Reputation
    9
    Join Date
    Jan 2008
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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:

    Code:
    ALTER TABLE creature_names CHANGE mouseFlags info_str VARCHAR(500) NOT NULL;
    UPDATE creature_names set info_str="";
    If you get a error about "mouseFlags" does not exist or something do this:

    Code:
    UPDATE creature_names set info_str="";
    If you have the table mouseFlags and also info_str do this:

    Code:
    DELETE TABLE mouseFlags from creature_names;
    UPDATE creature_names set info_str="";
    And make sure you do a server restart and clean the client wow cache folder.

  7. #22
    Da Tank's Avatar Active Member
    Reputation
    44
    Join Date
    Jul 2007
    Posts
    251
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    kk Imma try this

  8. #23
    helldesign's Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any solution of the problem?
    Because I erase everything in "info_str" column and problem is still here... and I haven't column "mouseFlags"...

  9. #24
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #25
    Creation's Avatar Banned
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you I was having this problem too.

  11. #26
    helldesign's Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vivoxity View Post
    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.
    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.

  12. #27
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Np. (filler)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Quick fix for mouse over 4.0.1 bug
    By Wish311 in forum WoW UI, Macros and Talent Specs
    Replies: 3
    Last Post: 10-20-2010, 12:30 PM
  2. Mouse over issue
    By ~ViVo~ in forum WoW EMU Guides & Tutorials
    Replies: 14
    Last Post: 02-28-2008, 08:06 AM
  3. [Hunter] Mouse over maccros
    By Dirtyhippy in forum World of Warcraft Guides
    Replies: 5
    Last Post: 02-12-2008, 12:53 PM
  4. Mouse over Makro for Healer
    By V3n1m in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 10-30-2007, 02:05 PM
All times are GMT -5. The time now is 10:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search