[Trinity] Recreating the Legend of the Bengal Tiger menu

User Tag List

Results 1 to 1 of 1
  1. #1
    FrostyC's Avatar Active Member
    Reputation
    28
    Join Date
    Nov 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Trinity] Recreating the Legend of the Bengal Tiger

    So we all know the Legend of the Bengal Tiger Cave in STV. If not, read about it here. Well I've made an SQL script that recreates the myth. I used this video for reference.
    This was made for Trinity, it might work with some other emulators, but I wouldn't try it unless you've confirmed it does work for your database first.

    Here's what this SQL does:
    1. Remove "Tiger Riding" skill requirement from 3 of the 4 mounts, changing it to current Riding skill.
    2. Make the mounts Bind on Pickup (they are currently Bind on Use, not good unless you want AH flooded with them).
    3. Make the World Mount Vendor NPC an actual vendor.
    4. Add all 4 mounts to World Mount Vendor's vendor list.
    5. Spawn the vendor.
    6. Create a .tele command to the Bengal Tiger Cave.


    Just execute the SQL on your world DB, then .tele BengalTigerCave to check it out.
    The generic teleport is .go xyz -12836.4 -1379.02 112.721 if anyone is wondering.

    Pastebin
    MultiUpfile
    MirrorUpload.net
    OWNEDCORE ATTACHMENT: Legend of the Bengal Tiger.zip

    View Code:
    Code:
    /*Fix Items that require "Tiger Riding" skill to normal Riding Skill & make them BoP*/
    REPLACE INTO `item_template` (`entry`, `RequiredSkill`, `RequiredSkillRank`, `bonding`) VALUES (8627, 762, 75, 3);
    REPLACE INTO `item_template` (`entry`, `RequiredSkill`, `RequiredSkillRank`, `bonding`) VALUES (8630, 762, 75, 3);
    REPLACE INTO `item_template` (`entry`, `RequiredSkill`, `RequiredSkillRank`, `bonding`) VALUES (8633, 762, 75, 3);
    
    /*Add Vendor Flag (npcflag 128) for vendor to "World Mount Vendor" (NPC 7747)*/
    REPLACE INTO `creature_template` (`entry`, `npcflag`) VALUES (7747, 128);
    
    /*Adds Items to "World Mount Vendor" (NPC 7747)*/
    INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (7747, 8627);
    INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (7747, 8628);
    INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (7747, 8630);
    INSERT INTO `npc_vendor` (`entry`, `item`) VALUES (7747, 8633);
    
    /*Spawn "World Mount Vendor" (NPC 7747) in the Cave*/
    INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES (5000000, 7747, 0, 1, 1, 0, 0, -12833.5, -1377.17, 112.917, 3.74826, 300, 0, 0, 198, 0, 0, 0, 0, 0, 0);
    
    /*Create a .tele command called "BengalTigerCave"*/
    INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`) VALUES (10000, -12836.4, -1379.02, 112.721, 0.871346, 0, 'BengalTigerCave');

    [Trinity] Recreating the Legend of the Bengal Tiger

Similar Threads

  1. Replies: 50
    Last Post: 04-21-2009, 02:46 PM
  2. [Help] Scammed someone with the Spectral tiger
    By PublicEnemy219 in forum WoW Scams Help
    Replies: 11
    Last Post: 03-01-2009, 11:54 AM
  3. Replies: 1
    Last Post: 03-06-2008, 08:19 AM
  4. REQUEST: Bring up the Alpha/Opacity of the Spectral Tiger
    By Fish in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 08-07-2007, 07:16 PM
  5. Reins of the Bengal Tiger?
    By mdlegend in forum World of Warcraft General
    Replies: 20
    Last Post: 05-29-2007, 07:15 AM
All times are GMT -5. The time now is 08:58 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search