Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[GUIDE] Cursor Broken/ Dissapears

Master Summoner
Joined
Nov 25, 2007
Messages
514
Reaction score
0
Ok this post should be placed somehwere in Guides on top of the page. since its the most common problem i see on forums:

If you move your mouse over to your vendor, And if your Coursor dissapears , here is the guide how to fix that.

- Open Navicat.
- Double click on your database.
- Find Creature_names

rr2739 - [GUIDE] Cursor Broken/ Dissapears - RaGEZONE Forums


--------------------------------------------------------------------------------------------
IF YOU SEE -MOUSEFLAGS- THEN FOLLOW THE NEXT STEPS:

1. CLICK ON FILE. (MAKE SURE U AT THE SAME SCREEN AS I AM)
2. CLICK -DESIGN TABLE-
3. NOW YOU WILL SEE A SCREEN WITH

- ENTRY
- NAME
- SUBNAME
-MOUSEFLAGS <------------------------- CLICK ONE TIME ON IT.

4. NOW SIMPLY REPLACE MOUSEGLAGS WITH Info_str
5. CLICK SAVE. OR CLOSE THE WINDOW AND IT WILL PROMPT SAVE FUNCTION

NOW:

1. Find a section called info_str (THAT YOU JUST MADE)
2. Scroll down to your vendors or whatever NPC in question.
3. In Info_str - next to your vendors/or npc in question - will be 0 (IF ITS EMPTY AND DOESHT HAVE 0 (ZEROS) THEN SCKIPTHIS GUIDE.

4. Remove Zeros (0) and leave it blank
5. Info_str must always be empty

NOW YOU NEED TO RESTART UR ASCENT SERVER AND DELETE YOUR CACHE FOLDER IN YOUR WOW DIRECTORY.


-------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------

rr2739 - [GUIDE] Cursor Broken/ Dissapears - RaGEZONE Forums


FOR THOSE THAT HAVE ALREADY info_str (AND NOT MOUSEFLAGS)

1. Find a section called info_str
2. Scroll down to your vendors or whatever NPC in question.
3. In Info_str - next to your vendors/or npc in question - will be 0
4. Remove Zeros (0) and leave it blank
5. Info_str must always be empty

Here you go. Now go restart ur server. Delete your Cache In Your WOW folder.
restart ascent


:)


iNFO_STR - MUST ALWAYS BE EMPTY .. IT CANNNOT HAVE 0 (ZERO) AS A VALUE.. ALWAYS EMPTY!

GOOD LUCK EVERYONE!:poster_ss
 
Experienced Elementalist
Joined
Aug 28, 2007
Messages
272
Reaction score
0
5. Info_str must always be empty ... not always ....
 
Master Summoner
Joined
Nov 25, 2007
Messages
514
Reaction score
0
Or more simple just use :


sorry but that is just gonna make the rest of the mobs wrong..

Inf_str must be o at all times on vendors , quest gives, trainers. ONLY!

do not run this SQL file,, under any circumstances
 
Junior Spellweaver
Joined
Jun 30, 2007
Messages
195
Reaction score
0
[No message]
 
Last edited:
Newbie Spellweaver
Joined
Jul 28, 2007
Messages
14
Reaction score
0
it is design table,but its not when the table is open u click once on creature_names and then right click and its in there
 
Newbie Spellweaver
Joined
Mar 9, 2007
Messages
47
Reaction score
0
Just change the query to this:

UPDATE creature_names SET `info_str`= '' WHERE entry = '0';

Since no mob should have 0 as a 'info_str' anyway, this query wont hurt any mobs
 
Newbie Spellweaver
Joined
Mar 14, 2008
Messages
38
Reaction score
0
Just curious more than anything, do I need to delete mouseFlags column if the sql updates left it?
 
Skilled Illusionist
Joined
Dec 7, 2007
Messages
337
Reaction score
0
Well, this worked :) And where is your Cosa Nostra threads? :p
 
Back
Top