Trinitycore: DB/Gossip: Vinchaxa, Servant of the Hand & Rin'wosho the Trader

Created on 8 Apr 2019  路  3Comments  路  Source: TrinityCore/TrinityCore

Description:

Add gossip texts for:

  • Vinchaxa
  • Servant of the Hand

Fix gossip option text for:

  • Rin'wosho the Trader

Branch(es):

3.3.5

TC rev. hash/commit:

TrinityCore rev. 59682bbd9b33 2019-02-09 21:06:09 +0100 (3.3.5 branch) (Win64, Release, Static)

TDB version: 335.64

Operating system: Windows 7

Suggested Fix:
``sql -- Vinchaxa UPDATEcreature_templateSETgossip_menu_id=6424 WHEREentry`=15070;

DELETE FROM gossip_menu WHERE MenuID=6424;
INSERT INTO gossip_menu (MenuID, TextID, VerifiedBuild) VALUES
(6424,7717,0);

-- Servant of the Hand
UPDATE creature_template SET gossip_menu_id=6425 WHERE entry=15080;

DELETE FROM gossip_menu WHERE MenuID=6425;
INSERT INTO gossip_menu (MenuID, TextID, VerifiedBuild) VALUES
(6425,7718,0);

-- Rin'wosho the Trader
DELETE FROM gossip_menu_option WHERE MenuID=6381;
INSERT INTO gossip_menu_option (MenuID, OptionID, OptionIcon, OptionText, OptionBroadcastTextID, OptionType, OptionNpcFlag, ActionMenuID, ActionPoiID, BoxCoded, BoxMoney, BoxText, BoxBroadcastTextID, VerifiedBuild) VALUES
(6381,0,1,"Let us barter, Rin'wosho. Show me what goods are available!",10441,3,128,0,0,0,0,"",0,0);

Most helpful comment

Abandoning TC? NEVER!!

I just have been very busy at work, and also I'm waiting for WoW Classic to open up, so we could have plenty of info to fix everything that should be fixed.

All 3 comments

I was afraid you abandoned TC. Glad you're back ^^

@DDuarte bot is dead

Abandoning TC? NEVER!!

I just have been very busy at work, and also I'm waiting for WoW Classic to open up, so we could have plenty of info to fix everything that should be fixed.

Was this page helpful?
0 / 5 - 0 ratings