kdmxp192

Corrected chest

Oct 20th, 2019
932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 2.79 KB | None | 0 0
  1. DELETE FROM `weenie` WHERE `class_Id` = 4886;
  2.  
  3. INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
  4. VALUES (4886, 'chestdistilleryambrosia', 20, '2005-02-09 10:00:00') /* Chest */;
  5.  
  6. INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
  7. VALUES (4886,   1,        512) /* ItemType - Container */
  8.      , (4886,   5,       9000) /* EncumbranceVal */
  9.      , (4886,   6,         -1) /* ItemsCapacity */
  10.      , (4886,   7,         -1) /* ContainersCapacity */
  11.      , (4886,   8,       3000) /* Mass */
  12.      , (4886,  16,         48) /* ItemUseable - ViewedRemote */
  13.      , (4886,  19,       2500) /* Value */
  14.      , (4886,  81,          2) /* MaxGeneratedObjects */
  15.      , (4886,  82,          2) /* InitGeneratedObjects */
  16.      , (4886,  83,          2) /* ActivationResponse - Use */
  17.      , (4886,  93,       1048) /* PhysicsState - ReportCollisions, IgnoreCollisions, Gravity */
  18.      , (4886,  96,        500) /* EncumbranceCapacity */
  19.      , (4886, 100,          1) /* GeneratorType - Relative */;
  20.  
  21. INSERT INTO `weenie_properties_bool` (`object_Id`, `type`, `value`)
  22. VALUES (4886,   1, TRUE ) /* Stuck */
  23.      , (4886,   2, FALSE) /* Open */
  24.      , (4886,  12, TRUE ) /* ReportCollisions */
  25.      , (4886,  13, FALSE) /* Ethereal */
  26.      , (4886,  33, FALSE) /* ResetMessagePending */
  27.      , (4886,  34, FALSE) /* DefaultOpen */;
  28.  
  29. INSERT INTO `weenie_properties_float` (`object_Id`, `type`, `value`)
  30. VALUES (4886,  11,      30) /* ResetInterval */
  31.      , (4886,  41,      30) /* RegenerationInterval */
  32.      , (4886,  43,       1) /* GeneratorRadius */
  33.      , (4886,  54,       1) /* UseRadius */;
  34.  
  35. INSERT INTO `weenie_properties_string` (`object_Id`, `type`, `value`)
  36. VALUES (4886,   1, 'Chest') /* Name */
  37.      , (4886,  14, 'Use this item to open it and see its contents.') /* Use */;
  38.  
  39. INSERT INTO `weenie_properties_d_i_d` (`object_Id`, `type`, `value`)
  40. VALUES (4886,   1,   33554556) /* Setup */
  41.      , (4886,   2,  150994948) /* MotionTable */
  42.      , (4886,   3,  536870945) /* SoundTable */
  43.      , (4886,   8,  100667424) /* Icon */
  44.      , (4886,  22,  872415275) /* PhysicsEffectTable */;
  45.  
  46. INSERT INTO `weenie_properties_generator` (`object_Id`, `probability`, `weenie_Class_Id`, `delay`, `init_Create`, `max_Create`, `when_Create`, `where_Create`, `stack_Size`, `palette_Id`, `shade`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`)
  47. VALUES (4886, 1, 4889, 30, 1, 1, 2, 8, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0) /* Generate Distillery Ambrosia (4889) (x1 up to max of 1) - Regenerate upon PickUp - Location to (re)Generate: Contain */
  48.      , (4886, 1, 8716, 30, 1, 1, 2, 8, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0) /* Generate Al Arqas Town Stamp (8716) (x1 up to max of 1) - Regenerate upon PickUp - Location to (re)Generate: Contain */;
Advertisement