What's new

Fix for mount Obsidian Nightwing

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
The mount Obsidian Nightwing not work fine the most of 4.3.4 and 5.4.8 private servers, including emucoach. This mount transforms you into an Obsidian Nightwing, allowing you to fly very fast and carry an ally on your back, but the part of carry an ally not work. I fix the problem is a simple solution and work for all servers. This mount can by learn from item Heart of the Nightwing id: 83086.

[HIDE-REPLY]
Code:
[COLOR="#006400"]-- Fix Mount Obsidian Nightwing[/COLOR]
[COLOR="#0000CD"]UPDATE[/COLOR] `creature_template` [COLOR="#0000CD"]SET[/COLOR] `IconName`='vehichleCursor', `VehicleId`=200 [COLOR="#0000CD"]WHERE[/COLOR] `entry`=62454;
[/HIDE-REPLY]

Sorry for my google english.
View attachment WoWScrnShot_020515_135221.jpg

Note: Forget to say that the fix work must delete the contents of the cache folder on the client after you run the script.
 
Last edited:

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Okay wtf are those 2 replies? I failed quite hard. But why not release this fix in the VIP section? Makes it more exclusively :)

Not all have access to VIP section, including me lol. I hidden the content because many people enter in this forum copy the info that need and not register in the site, these people do not contribute in anything to the project (leechers).
 
Last edited:

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Is this for v5? And is it fixed in the current versions?
Either way, thanks Rhisk for the contribution!
Not sure, i not have access to v6.1, but I think that is not fixed in the current version. Can someone with access confirm?
The fix works as I said for all versions including MOP version of repack.
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
Not sure, i not have access to v6.1, but I think that is not fixed in the current version. Can someone with access confirm?

I don't have an official way to try it out, since I don't have anyone to log onto my server, however, I can check the database and see if the fix you provided is already there. I am checking now, and I will edit my post if I find it.

Edit: Yes, the fix appears to already be in the VIP 6.1, however as I said, I'm unable to actually test it.
Thank you for posting this though, so people with the v5 repack can have this fixed.
 
Last edited:

brian8544

Gold Supporter
Senior User
347
2014
68
Location
The Netherlands
When mouse hovering over the mount it doesn't change to the mount up icon. So in 6.1 repack, it's still not fixed
nwzWNV5.jpg
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
When mouse hovering over the mount it doesn't change to the mount up icon. So in 6.1 repack, it's still not fixed
nwzWNV5.jpg

That's weird. I saw in the database that the fix Rhisk suggested was already in the 6.1?

Also Brian, you really should just edit the previous post and add in anything you have to add, such as the post where you said you created a thread in bug reports.
It keeps things nice and organized.
 

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
Wo_WScrn_Shot_071216_125853.jpg
 

Attachments

  • Wo_WScrn_Shot_071216_125853.jpg
    335.6 KB · Views: 184
Last edited:

raist77

Silver Supporter
Veteran Member
47
2016
4
Location
Home
That's weird. I saw in the database that the fix Rhisk suggested was already in the 6.1?

Also Brian, you really should just edit the previous post and add in anything you have to add, such as the post where you said you created a thread in bug reports.
It keeps things nice and organized.

If it is, that didn't fix the mount problem I reported, because I'm running 6.1. Obsidian Nightwing was one of the mounts we had the problem with.
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
I checked and 6.1 DOES have this setting (at least for Nightwing), but it still does not fix the mounting issue.

Even though it most likely wont change anything, try applying Rhisk's fix anyway, even though it's still there already. Apparently the fix worked for Rhisk in v5, so I figure it's work a try in v6.1.
If you do decide to try out the fix, please let me know the results.
 

raist77

Silver Supporter
Veteran Member
47
2016
4
Location
Home
The result:

UPDATE `creature_template` SET `IconName`='vehichleCursor', `VehicleId`=200 WHERE `entry`=62454;
/* Affected rows: 0 Found rows: 0 Warnings: 0 Duration for 1 query: 0.000 sec. */
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
The result:

UPDATE `creature_template` SET `IconName`='vehichleCursor', `VehicleId`=200 WHERE `entry`=62454;
/* Affected rows: 0 Found rows: 0 Warnings: 0 Duration for 1 query: 0.000 sec. */

I figured :/
I was hoping it would have some effect, but I guess not. Thanks though, raist77.
 
Top