Skip to content

Commit

Permalink
Updates to Training Academy Part 1 NPCs (#19)
Browse files Browse the repository at this point in the history
* Update SetSanctuaryPosition for Jonathan NPCs

* Update Part 1 NPCs

Bring in more pcap data to update NPCs to reflect what was seen at end of retail

* Restore AllowGive property to NPC

* Update 30991 Society Greeter.sql

* Fix Vitals
  • Loading branch information
LtRipley36706 authored Dec 21, 2018
1 parent 93635be commit 053e02d
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VALUES (@parent_id, 0, 5 /* Motion */, 0, 1, 1090519043 /* Motion_Ready */, N
, (@parent_id, 4, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 5, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 6, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 13210 /* Academy Coat */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3127836726, 167.7, 129.5, 6.1, -0.6360782, 0, 0, -0.7716245)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2103705613, 31.9, 104.6, 11.9, 0.5771452, 0, 0, -0.8166416)
, (@parent_id, 8, 19 /* CastSpellInstant */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3814 /* FreeRidetoYaraq_SpellID */, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT INTO `weenie_properties_emote` (`object_Id`, `category`, `probability`, `weenie_Class_Id`, `style`, `substyle`, `quest`, `vendor_Type`, `min_Health`, `max_Health`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,90 +1,71 @@
/* Weenie - Training Master (29320) */
DELETE FROM weenie WHERE class_Id = 29320;
DELETE FROM `weenie` WHERE `class_Id` = 29320;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES ('29320', 'academyguardtrainingmaster', 10) /* Creature */;
VALUES (29320, 'academyguardtrainingmaster', 10) /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (29320, 1, 16) /* ItemType - Creature */
, (29320, 2, 31) /* CreatureType - Human */
, (29320, 3, 9) /* PaletteTemplate - Grey */
, (29320, 6, -1) /* ItemsCapacity */
, (29320, 7, -1) /* ContainersCapacity */
, (29320, 8, 120) /* Mass */
, (29320, 6, 255) /* ItemsCapacity */
, (29320, 7, 255) /* ContainersCapacity */
, (29320, 16, 32) /* ItemUseable - Remote */
, (29320, 25, 10) /* Level */
, (29320, 27, 0) /* ArmorType */
, (29320, 25, 45) /* Level */
, (29320, 93, 6292504) /* PhysicsState - ReportCollisions, IgnoreCollisions, Gravity, ReportCollisionsAsEnvironment, EdgeSlide */
, (29320, 95, 8) /* RadarBlipColor - Yellow */
, (29320, 113, 1) /* Gender - Male */
, (29320, 133, 4) /* ShowableOnRadar - ShowAlways */
, (29320, 134, 16) /* PlayerKillerStatus - RubberGlue */
, (29320, 146, 161) /* XpOverride */;
, (29320, 188, 3) /* HeritageGroup - Sho */
, (29320, 8007, 0) /* PCAPRecordedAutonomousMovement */;

INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
VALUES (29320, 1, True ) /* Stuck */
, (29320, 8, True ) /* AllowGive */
, (29320, 11, True ) /* IgnoreCollisions */
, (29320, 12, True ) /* ReportCollisions */
, (29320, 13, False) /* Ethereal */
, (29320, 14, True ) /* GravityStatus */
, (29320, 19, False) /* Attackable */
, (29320, 41, True ) /* ReportCollisionsAsEnvironment */
, (29320, 42, True ) /* AllowEdgeSlide */
, (29320, 52, True ) /* AiImmobile */;
, (29320, 42, True ) /* AllowEdgeSlide */;

INSERT INTO `weenie_properties_float` (`object_Id`, `type`, `value`)
VALUES (29320, 3, 0.16) /* HealthRate */
, (29320, 4, 5) /* StaminaRate */
, (29320, 5, 1) /* ManaRate */
, (29320, 12, 1) /* Shade */
, (29320, 13, 0.9) /* ArmorModVsSlash */
, (29320, 14, 1) /* ArmorModVsPierce */
, (29320, 15, 1.1) /* ArmorModVsBludgeon */
, (29320, 16, 0.4) /* ArmorModVsCold */
, (29320, 17, 0.4) /* ArmorModVsFire */
, (29320, 18, 1) /* ArmorModVsAcid */
, (29320, 19, 0.6) /* ArmorModVsElectric */
, (29320, 54, 3) /* UseRadius */
, (29320, 64, 1) /* ResistSlash */
, (29320, 65, 1) /* ResistPierce */
, (29320, 66, 1) /* ResistBludgeon */
, (29320, 67, 1) /* ResistFire */
, (29320, 68, 1) /* ResistCold */
, (29320, 69, 1) /* ResistAcid */
, (29320, 70, 1) /* ResistElectric */
, (29320, 71, 1) /* ResistHealthBoost */
, (29320, 72, 1) /* ResistStaminaDrain */
, (29320, 73, 1) /* ResistStaminaBoost */
, (29320, 74, 1) /* ResistManaDrain */
, (29320, 75, 1) /* ResistManaBoost */
, (29320, 104, 10) /* ObviousRadarRange */
, (29320, 125, 1) /* ResistHealthDrain */;
VALUES (29320, 54, 3) /* UseRadius */;

INSERT INTO `weenie_properties_string` (`object_Id`, `type`, `value`)
VALUES (29320, 1, 'Training Master') /* Name */
, (29320, 3, 'Male') /* Sex */
, (29320, 4, 'Gharu''ndim') /* HeritageGroup */
, (29320, 5, 'Exploration Society Agent') /* Template */;
, (29320, 5, 'Exploration Society Agent') /* Template */
, (29320, 8006, 'AAA9AAAAAAA=') /* PCAPRecordedCurrentMotionState */;

INSERT INTO `weenie_properties_d_i_d` (`object_Id`, `type`, `value`)
VALUES (29320, 1, 33554433) /* Setup */
, (29320, 2, 150994945) /* MotionTable */
, (29320, 3, 536870913) /* SoundTable */
, (29320, 4, 805306368) /* CombatTable */
, (29320, 6, 67108990) /* PaletteBase */
, (29320, 7, 268435545) /* ClothingBase */
, (29320, 8, 100667446) /* Icon */;
, (29320, 8, 100667377) /* Icon */
, (29320, 8001, 9437238) /* PCAPRecordedWeenieHeader - ItemsCapacity, ContainersCapacity, Usable, UseRadius, RadarBlipColor, RadarBehavior */
, (29320, 8003, 4) /* PCAPRecordedObjectDesc - Stuck */
, (29320, 8005, 100355) /* PCAPRecordedPhysicsDesc - CSetup, MTable, STable, Position, Movement */;

INSERT INTO `weenie_properties_position` (`object_Id`, `position_Type`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`)
VALUES (29320, 8040, 2248344122, 56.078, -20.1217, 0.004999995, -0.675163, 0, 0, -0.737668) /* PCAPRecordedLocation */
/* @teleloc 0x8603023A [56.078000 -20.121700 0.005000] -0.675163 0.000000 0.000000 -0.737668 */;

INSERT INTO `weenie_properties_i_i_d` (`object_Id`, `type`, `value`)
VALUES (29320, 8000, 3692819195) /* PCAPRecordedObjectIID */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (29320, 1, 60, 0, 0) /* Strength */
, (29320, 2, 70, 0, 0) /* Endurance */
, (29320, 3, 80, 0, 0) /* Quickness */
, (29320, 4, 50, 0, 0) /* Coordination */
VALUES (29320, 1, 180, 0, 0) /* Strength */
, (29320, 2, 150, 0, 0) /* Endurance */
, (29320, 3, 160, 0, 0) /* Quickness */
, (29320, 4, 150, 0, 0) /* Coordination */
, (29320, 5, 120, 0, 0) /* Focus */
, (29320, 6, 130, 0, 0) /* Self */;

INSERT INTO `weenie_properties_attribute_2nd` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`, `current_Level`)
VALUES (29320, 1, 10, 0, 0, 45) /* MaxHealth */
, (29320, 3, 10, 0, 0, 80) /* MaxStamina */
, (29320, 5, 10, 0, 0, 140) /* MaxMana */;
VALUES (29320, 1, 10, 0, 0, 175) /* MaxHealth */
, (29320, 3, 10, 0, 0, 250) /* MaxStamina */
, (29320, 5, 10, 0, 0, 220) /* MaxMana */;

INSERT INTO `weenie_properties_body_part` (`object_Id`, `key`, `d_Type`, `d_Val`, `d_Var`, `base_Armor`, `armor_Vs_Slash`, `armor_Vs_Pierce`, `armor_Vs_Bludgeon`, `armor_Vs_Cold`, `armor_Vs_Fire`, `armor_Vs_Acid`, `armor_Vs_Electric`, `armor_Vs_Nether`, `b_h`, `h_l_f`, `m_l_f`, `l_l_f`, `h_r_f`, `m_r_f`, `l_r_f`, `h_l_b`, `m_l_b`, `l_l_b`, `h_r_b`, `m_r_b`, `l_r_b`)
VALUES (29320, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33, 0, 0, 0.33, 0, 0, 0.33, 0, 0, 0.33, 0, 0) /* Head */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,91 +1,71 @@
/* Weenie - Samuel (29322) */
DELETE FROM weenie WHERE class_Id = 29322;
DELETE FROM `weenie` WHERE `class_Id` = 29322;

INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`)
VALUES ('29322', 'academyguard2', 10) /* Creature */;
VALUES (29322, 'academyguard2', 10) /* Creature */;

INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (29322, 1, 16) /* ItemType - Creature */
, (29322, 2, 31) /* CreatureType - Human */
, (29322, 3, 9) /* PaletteTemplate - Grey */
, (29322, 6, -1) /* ItemsCapacity */
, (29322, 7, -1) /* ContainersCapacity */
, (29322, 8, 120) /* Mass */
, (29322, 6, 255) /* ItemsCapacity */
, (29322, 7, 255) /* ContainersCapacity */
, (29322, 16, 32) /* ItemUseable - Remote */
, (29322, 25, 10) /* Level */
, (29322, 27, 0) /* ArmorType */
, (29322, 25, 9) /* Level */
, (29322, 93, 6292504) /* PhysicsState - ReportCollisions, IgnoreCollisions, Gravity, ReportCollisionsAsEnvironment, EdgeSlide */
, (29322, 95, 8) /* RadarBlipColor - Yellow */
, (29322, 113, 1) /* Gender - Male */
, (29322, 133, 4) /* ShowableOnRadar - ShowAlways */
, (29322, 134, 16) /* PlayerKillerStatus - RubberGlue */
, (29322, 146, 161) /* XpOverride */;
, (29322, 188, 3) /* HeritageGroup - Sho */
, (29322, 8007, 0) /* PCAPRecordedAutonomousMovement */;

INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
VALUES (29322, 1, True ) /* Stuck */
, (29322, 8, True ) /* AllowGive */
, (29322, 11, True ) /* IgnoreCollisions */
, (29322, 12, True ) /* ReportCollisions */
, (29322, 13, False) /* Ethereal */
, (29322, 14, True ) /* GravityStatus */
, (29322, 19, False) /* Attackable */
, (29322, 41, True ) /* ReportCollisionsAsEnvironment */
, (29322, 42, True ) /* AllowEdgeSlide */
, (29322, 52, True ) /* AiImmobile */;
, (29322, 42, True ) /* AllowEdgeSlide */;

INSERT INTO `weenie_properties_float` (`object_Id`, `type`, `value`)
VALUES (29322, 3, 0.16) /* HealthRate */
, (29322, 4, 5) /* StaminaRate */
, (29322, 5, 1) /* ManaRate */
, (29322, 12, 1) /* Shade */
, (29322, 13, 0.9) /* ArmorModVsSlash */
, (29322, 14, 1) /* ArmorModVsPierce */
, (29322, 15, 1.1) /* ArmorModVsBludgeon */
, (29322, 16, 0.4) /* ArmorModVsCold */
, (29322, 17, 0.4) /* ArmorModVsFire */
, (29322, 18, 1) /* ArmorModVsAcid */
, (29322, 19, 0.6) /* ArmorModVsElectric */
, (29322, 54, 3) /* UseRadius */
, (29322, 64, 1) /* ResistSlash */
, (29322, 65, 1) /* ResistPierce */
, (29322, 66, 1) /* ResistBludgeon */
, (29322, 67, 1) /* ResistFire */
, (29322, 68, 1) /* ResistCold */
, (29322, 69, 1) /* ResistAcid */
, (29322, 70, 1) /* ResistElectric */
, (29322, 71, 1) /* ResistHealthBoost */
, (29322, 72, 1) /* ResistStaminaDrain */
, (29322, 73, 1) /* ResistStaminaBoost */
, (29322, 74, 1) /* ResistManaDrain */
, (29322, 75, 1) /* ResistManaBoost */
, (29322, 104, 10) /* ObviousRadarRange */
, (29322, 125, 1) /* ResistHealthDrain */;
VALUES (29322, 54, 3) /* UseRadius */;

INSERT INTO `weenie_properties_string` (`object_Id`, `type`, `value`)
VALUES (29322, 1, 'Samuel') /* Name */
, (29322, 3, 'Male') /* Sex */
, (29322, 4, 'Gharu''ndim') /* HeritageGroup */
, (29322, 5, 'Exploration Society Agent') /* Template */;
, (29322, 5, 'Exploration Society Agent') /* Template */
, (29322, 8006, 'AAA9AAAAAAA=') /* PCAPRecordedCurrentMotionState */;

INSERT INTO `weenie_properties_d_i_d` (`object_Id`, `type`, `value`)
VALUES (29322, 1, 33554433) /* Setup */
, (29322, 2, 150994945) /* MotionTable */
, (29322, 3, 536870913) /* SoundTable */
, (29322, 4, 805306368) /* CombatTable */
, (29322, 6, 67108990) /* PaletteBase */
, (29322, 7, 268435545) /* ClothingBase */
, (29322, 8, 100667446) /* Icon */;
, (29322, 8, 100667377) /* Icon */
, (29322, 8001, 9437238) /* PCAPRecordedWeenieHeader - ItemsCapacity, ContainersCapacity, Usable, UseRadius, RadarBlipColor, RadarBehavior */
, (29322, 8003, 4) /* PCAPRecordedObjectDesc - Stuck */
, (29322, 8005, 100355) /* PCAPRecordedPhysicsDesc - CSetup, MTable, STable, Position, Movement */;

INSERT INTO `weenie_properties_position` (`object_Id`, `position_Type`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`)
VALUES (29322, 8040, 2248343985, 21.8773, -30.6148, 0.004999995, -0.699952, 0, 0, -0.714189) /* PCAPRecordedLocation */
/* @teleloc 0x860301B1 [21.877300 -30.614800 0.005000] -0.699952 0.000000 0.000000 -0.714189 */;

INSERT INTO `weenie_properties_i_i_d` (`object_Id`, `type`, `value`)
VALUES (29322, 8000, 3692818878) /* PCAPRecordedObjectIID */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (29322, 1, 60, 0, 0) /* Strength */
, (29322, 2, 70, 0, 0) /* Endurance */
, (29322, 3, 80, 0, 0) /* Quickness */
, (29322, 2, 50, 0, 0) /* Endurance */
, (29322, 3, 60, 0, 0) /* Quickness */
, (29322, 4, 50, 0, 0) /* Coordination */
, (29322, 5, 120, 0, 0) /* Focus */
, (29322, 6, 130, 0, 0) /* Self */;
, (29322, 5, 70, 0, 0) /* Focus */
, (29322, 6, 70, 0, 0) /* Self */;

INSERT INTO `weenie_properties_attribute_2nd` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`, `current_Level`)
VALUES (29322, 1, 10, 0, 0, 45) /* MaxHealth */
, (29322, 3, 10, 0, 0, 80) /* MaxStamina */
, (29322, 5, 10, 0, 0, 140) /* MaxMana */;

VALUES (29322, 1, 10, 0, 0, 35) /* MaxHealth */
, (29322, 3, 10, 0, 0, 60) /* MaxStamina */
, (29322, 5, 10, 0, 0, 80) /* MaxMana */;
INSERT INTO `weenie_properties_body_part` (`object_Id`, `key`, `d_Type`, `d_Val`, `d_Var`, `base_Armor`, `armor_Vs_Slash`, `armor_Vs_Pierce`, `armor_Vs_Bludgeon`, `armor_Vs_Cold`, `armor_Vs_Fire`, `armor_Vs_Acid`, `armor_Vs_Electric`, `armor_Vs_Nether`, `b_h`, `h_l_f`, `m_l_f`, `l_l_f`, `h_r_f`, `m_r_f`, `l_r_f`, `h_l_b`, `m_l_b`, `l_l_b`, `h_r_b`, `m_r_b`, `l_r_b`)
VALUES (29322, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0.33, 0, 0, 0.33, 0, 0, 0.33, 0, 0, 0.33, 0, 0) /* Head */
, (29322, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0.44, 0.17, 0, 0.44, 0.17, 0, 0.44, 0.17, 0, 0.44, 0.17, 0) /* Chest */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VALUES (@parent_id, 0, 5 /* Motion */, 0, 1, 1090519043 /* Motion_Ready */, N
, (@parent_id, 4, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 5, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 6, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 13210 /* Academy Coat */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3127836726, 167.7, 129.5, 6.1, -0.6360782, 0, 0, -0.7716245)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2847146009, 84, 7.1, 94, 0.9969173, 0, 0, -0.0784591)
, (@parent_id, 8, 19 /* CastSpellInstant */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3815 /* FreeRidetoHoltburg_SpellID */, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT INTO `weenie_properties_emote` (`object_Id`, `category`, `probability`, `weenie_Class_Id`, `style`, `substyle`, `quest`, `vendor_Type`, `min_Health`, `max_Health`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VALUES (@parent_id, 0, 5 /* Motion */, 0, 1, 1090519043 /* Motion_Ready */, N
, (@parent_id, 4, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 5, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 12711 /* Oil of Rendering */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 6, 3 /* Give */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 13210 /* Academy Coat */, 1, 0, 0, False, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3127836726, 167.7, 129.5, 6.1, -0.6360782, 0, 0, -0.7716245)
, (@parent_id, 7, 63 /* SetSanctuaryPosition */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3595894828, 133.717, 82.224, 47.458, 0.8053752, 0, 0, -0.5927655)
, (@parent_id, 8, 19 /* CastSpellInstant */, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3535 /* FreeRidetoSanamar_SpellID */, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT INTO `weenie_properties_emote` (`object_Id`, `category`, `probability`, `weenie_Class_Id`, `style`, `substyle`, `quest`, `vendor_Type`, `min_Health`, `max_Health`)
Expand Down
Loading

0 comments on commit 053e02d

Please sign in to comment.