Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Private Server
You last visited: Today at 00:10

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SkyFire] MoP Vendor Fixxes

Discussion on [SkyFire] MoP Vendor Fixxes within the WoW Private Server forum part of the World of Warcraft category.

Reply
 
Old   #1
 
elite*gold: 127
Join Date: Nov 2018
Posts: 186
Received Thanks: 21
[SkyFire] MoP Vendor Fixxes

This fixxes the issues on startup listed below.

Quote:
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 63367) without vendor flag, ignore
Table `(game_event_)npc_vendor` has `maxcount` (1) for item 6365 of vendor (Entry: 67181) but `incrtime`=0, ignore
Table `(game_event_)npc_vendor` for Vendor (Entry: 70436) have in item list non-existed item (102457, type 1), ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 72007) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 72993) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73004) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73010) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73305) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73306) without vendor flag, ignore
Table `(game_event_)npc_vendor` for Vendor (Entry: 73307) have in item list non-existed item (102463, type 1), ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73657) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73812) without vendor flag, ignore
Table `(game_event_)npc_vendor` have data for not creature template (Entry: 73819) without vendor flag, ignore
PHP Code:
-- NPC ID 63367 Name Brewmaster Boof
UPDATE 
`creature_templateSET `minlevel`='82', `maxlevel`='90' WHERE `entry`=63367;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=63367;

-- 
NPC ID 64101 Name Taijing the Zyklon
UPDATE 
`creature_templateSET `minlevel`='90', `maxlevel`='90' WHERE `entry`=64101;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=64101;

-- 
NPC ID 72007 Name Master Kukuru
UPDATE 
`creature_templateSET `minlevel`='90', `maxlevel`='90' WHERE `entry`=72007;
UPDATE `creature_templateSET `npcflag`='2176' WHERE `entry`=72007;

-- 
NPC ID 72993 Name Lao-Chen the Iron Belly
UPDATE 
`creature_templateSET `minlevel`='90', `maxlevel`='90' WHERE `entry`=72993;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=72993;

-- 
NPC ID 73004 Name Brewmaster Blanche
UPDATE 
`creature_templateSET `minlevel`='90', `maxlevel`='90' WHERE `entry`=73004;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=73004;

-- 
NPC ID 73010 Name Brother Rabbitsfoot
UPDATE 
`creature_templateSET `minlevel`='88', `maxlevel`='88' WHERE `entry`=73010;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=73010;

-- 
NPC ID 73305 Name Mistweaver Ai
UPDATE 
`creature_templateSET `minlevel`='89', `maxlevel`='90' WHERE `entry`=73305;
UPDATE `creature_templateSET `npcflag`='643' WHERE `entry`=73305;

-- 
NPC ID 73305 Name Brother Noodle 
UPDATE 
`creature_templateSET `minlevel`='90', `maxlevel`='90' WHERE `entry`=73812;
UPDATE `creature_templateSET `npcflag`='649' WHERE `entry`=73812;

-- 
NPC ID 73819 Name Ku-Mo
UPDATE 
`creature_templateSET `minlevel`='89', `maxlevel`='89' WHERE `entry`=73819;
UPDATE `creature_templateSET `npcflag`='128' WHERE `entry`=73819;

-- 
Vendor Stuff

-- Vendor Taijing the Zyklon
DELETE FROM 
`npc_vendorWHERE `entry`=64101;
INSERT INTO `npc_vendorVALUES (641010814140001),
(
641010814150001),
(
641010746360001),
(
641010814060001),
(
641010814070001);

-- 
Vendor Master Kukuru
DELETE FROM 
`npc_vendorWHERE `entry`=72007;
INSERT INTO `npc_vendorVALUES (7200701015380052111);

-- 
Vendor Lao-Chen the Iron Belly
DELETE FROM 
`npc_vendorWHERE `entry`=72993;
INSERT INTO `npc_vendorVALUES (729930814150001),
(
7299301057060001),
(
729930814070001);

-- 
Vendor Brewmaster Blanche
DELETE FROM 
`npc_vendorWHERE `entry`=73004;
INSERT INTO `npc_vendorVALUES (730040814150001),
(
7300401057020001),
(
730040814070001);

-- 
Vendor Brother Rabbitsfoot
DELETE FROM 
`npc_vendorWHERE `entry`=73010;
INSERT INTO `npc_vendorVALUES
(7301001041400001),
(
7301001041410001),
(
7301001041420001),
(
7301001041430001),
(
7301001041440001),
(
7301001041450001),
(
7301001041460001),
(
7301001041480001),
(
7301001041490001),
(
7301001041500001),
(
7301001041510001),
(
7301001041520001),
(
7301001041530001),
(
7301001041540001),
(
7301001041550001);

-- 
Vendor Chao of the Hundred Crabs
UPDATE 
`npc_vendorSET `incrtime`='60000' WHERE `entry`=67181 AND `item`=6365;

-- 
Fix Missing Item Timeless Essence of the Black Dragonflight
DELETE FROM 
`item_templateWHERE `entry`=102457;
INSERT INTO `item_template` (`entry`, `name`, `displayid`, `Quality`, `spellid_1`, `description`) VALUES ('102457''Timeless Essence of the Black Dragonflight''125694''1''146428''An undulating sphere of infinite blackness.');

-- 
Fix Missing Item Fire-Watcher's Oath
DELETE FROM `item_template` WHERE `entry`=102463;
INSERT INTO `item_template` (`entry`, `name`, `displayid`, `Quality`, `class`, `subclass`, `spellid_1`, `spellcooldown_1`, `description`, `Material`, `WDBVerified`) VALUES ('
102463', 'Fire-Watcher\'s Oath''129132''3''15''4''148429''600000''Ordon Fire-Watchers carry the ashes of their victims in a special pouch that keeps them smouldering.''4''15595');
-- 
Fix Mising Item Kukuru's Cache Key
INSERT INTO `item_template` (`entry`, `class`, `name`, `displayid`, `Quality`, `ItemLevel`, `stackable`, `spellid_1`, `bonding`) VALUES ('
101538', '13', 'Kukuru\'s Cache Key''75937''3''1''20''144528''1'); 






More later. Watch SkyFire Repository
Pr0xyPlayZ is offline  
Old 03/15/2021, 09:36   #2
 
Mikrole's Avatar
 
elite*gold: 50
Join Date: Jan 2013
Posts: 489
Received Thanks: 188
SQL = PHP?

BTW yes, npcflag->643=1+2+128+512 (128 & 512 are flags for Vendors)
Mikrole is offline  
Reply


Similar Threads Similar Threads
v1 MoP ArMaGeDDoN 5.4.1 Normal repack (Skyfire)
03/15/2014 - WoW Private Server - 8 Replies
Hi this is v1 mop ArMaGeDDoN 5.4.1 Normal repack not like sandbox , --Download DBC, Maps, Mmaps, Vmaps-- dbc_maps_vmaps_mmaps --Download Repack--
Server hacked trotz API Fixxes
11/03/2010 - Metin2 Private Server - 10 Replies
hey, ich habe alle fixxes aus dem sammelthread übernommen und aufm server durchgeführt, eben p2p und den rest, nur leider trägt sich immer weiter jemand in die gm_list ein und changed dauern zwischen tag und nacht und schreibt im gm chat, sieht also sehr nach api aus.. gibts da vilt wieder neue fixxes, um es zu blocken? sind wirklich ALLE fixxes benutzt ... lg
[Release] SH Script zum Mini Fixxes des API's
11/01/2010 - Metin2 PServer Guides & Strategies - 35 Replies
Joar, also ich habe euch hier mal ein Script vorbereitet, was ihr noch anpassen müsst und in euerm Server einfügen müsst ;> Ihr loggt euch in vpc oder PuTTy ein und tippt folgendes ein: Da kommt folgender Inhalt rein:



All times are GMT +1. The time now is 00:11.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.