mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
Added Files
This commit is contained in:
9
Server SQL/creature_model_info_insert.sql
Normal file
9
Server SQL/creature_model_info_insert.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34076, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34077, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34078, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34079, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34080, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34081, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34082, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34083, 1, 1, 2, 0);
|
||||
INSERT INTO `creature_model_info` (`DisplayID`, `BoundingRadius`, `CombatReach`, `Gender`, `DisplayID_Other_Gender`) VALUES (34084, 1, 1, 2, 0);
|
||||
14
Server SQL/game_graveyard.sql
Normal file
14
Server SQL/game_graveyard.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
INSERT INTO acore_world.game_graveyard (ID,`Map`,x,y,z,Comment) VALUES
|
||||
(5000,900,2723.21,1978.28,285.974,'Stonetalon Ruins GY'),
|
||||
(5001,901,9948.52,-387.66,12.0006,'Demonhunter Cove GY'),
|
||||
(5002,902,1685.99,1774.26,144.79,'Stonetalon Logging Camp GY'),
|
||||
(5003,904,2504.31,2591.5,63.5118,'Blackchar Cave GY'),
|
||||
(5004,905,-12978.4,-1281.25,45.7773,'Sandfury Oasis GY'),
|
||||
(5005,906,-1996.72,-4041.04,3.03336,'Arathi Farmlands GY'),
|
||||
(5006,907,-8357.6,-341.8,146.846,'Elwynnfalls GY'),
|
||||
(5007,908,4233.92,-2685.46,5.03251,'Quelthalas Island GY'),
|
||||
(5008,909,-5929.58,965.191,486.675,'Forgotten Gnome Camp GY'),
|
||||
(5009,903,2610.05,2829.3,35.4454,'Old Ironforge GY'),
|
||||
(5010,910,-6382.35,-846.128,396.228,'Newmans Landing GY'),
|
||||
(5011,911,-11632.1,-2349.73,9.68652,'Altar of Storms GY'),
|
||||
(5012, 805, 12819.95, 15279.51, 6.315378, 'Mustafar GY');
|
||||
15
Server SQL/game_tele.sql
Normal file
15
Server SQL/game_tele.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
INSERT INTO acore_world.game_tele (id,position_x,position_y,position_z,orientation,`map`,name) VALUES
|
||||
(4000,2725.53,1947.95,290.991,1.34494,900,'Stonetalon Ruins'),
|
||||
(4001,9648.03,-208.49,21.4029,0.44198,901,'Demon Hunter Cove'),
|
||||
(4002,1700.36,1779.38,144.575,4.32832,902,'Stonetalon Logging Camp'),
|
||||
(4003,2503.14,2590.45,62.9878,6.17658,904,'Blackchar Cave'),
|
||||
(4004,-12965.6,-1277.65,45.9907,4.00283,905,'Sandfury Delve'),
|
||||
(4005,-1913.87,-3907.36,110.664,4.72928,906,'Arathi Highlands Farm'),
|
||||
(4006,-8325.29,-340.285,145.863,6.02208,907,'Elwynn Falls'),
|
||||
(4007,4239.34,-2683.87,5.78101,4.80625,908,'QuelThalas Island'),
|
||||
(4008,-5931.08,986.903,488.973,4.87313,909,'Forgotten Gnome Camp'),
|
||||
(4009,-6377.27,-847.213,396.18,6.04825,910,'Newman''s Landing'),
|
||||
(4010,-11627.4,-2348.38,10.0889,3.81385,911,'Altar of Storms'),
|
||||
(5013,12822.0,15262.3,18.5815,0.0,805,'Mustafar Teleport Spot');
|
||||
|
||||
|
||||
14
Server SQL/graveyard_zone.sql
Normal file
14
Server SQL/graveyard_zone.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
INSERT INTO acore_world.graveyard_zone (ID,GhostZone,Faction,Comment) VALUES
|
||||
(5000,6003,0,'Stonetalon Ruins GY'),
|
||||
(5001,6004,0,'Demonhunter Cove GY'),
|
||||
(5002,6005,0,'Stonetalon Logging Camp GY'),
|
||||
(5003,6006,0,'Blackchar Cave GY'),
|
||||
(5004,6007,0,'Sandfury Oasis GY'),
|
||||
(5005,6009,0,'Arathi Farmlands GY'),
|
||||
(5006,6009,0,'Elwynnfalls GY'),
|
||||
(5007,6010,0,'Quelthalas Island GY'),
|
||||
(5008,6011,0,'Forgotten Gnome Camp GY'),
|
||||
(5009,6012,0,'Old Ironforge GY'),
|
||||
(5010,6013,0,'Newmans Landing GY'),
|
||||
(5011,6014,0,'Altar of Storms GY'),
|
||||
(5012,6002,0,'Mustafar GY');
|
||||
13
Server SQL/instance_template.sql
Normal file
13
Server SQL/instance_template.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
INSERT INTO acore_world.instance_template (`map`,parent,script,allowMount) VALUES
|
||||
(900,0,'',0),
|
||||
(901,0,'',0),
|
||||
(902,0,'',0),
|
||||
(904,0,'',0),
|
||||
(905,0,'',0),
|
||||
(906,0,'',0),
|
||||
(907,0,'',0),
|
||||
(908,0,'',0),
|
||||
(909,0,'',0),
|
||||
(910,0,'',0),
|
||||
(911,0,'',0),
|
||||
(805,0,'',1);
|
||||
12
Server SQL/reference_loot_table.sql
Normal file
12
Server SQL/reference_loot_table.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
INSERT INTO acore_world.reference_loot_template (Entry,Item,Chance,GroupId,MinCount,MaxCount,Comment) VALUES
|
||||
(100500,43102,35.0,2,1,3,'Frozen Orb'),
|
||||
(100500,47241,25.0,2,2,4,'Emblem of Triumph'),
|
||||
(100500,49426,18.0,2,1,2,'Emblem of Frost'),
|
||||
(100500,911000,12.0,1,1,1,'Ancient Dice'),
|
||||
(100500,910001,8.0,1,1,1,'Araxia Token'),
|
||||
(100500,44990,80.0,0,5,12,'Champion''s Seal'),
|
||||
(100500,29434,70.0,0,6,15,'Badge of Justice'),
|
||||
(100500,40752,60.0,0,4,10,'Emblem of Heroism'),
|
||||
(100500,40753,55.0,0,4,10,'Emblem of Valor'),
|
||||
(100500,45624,50.0,0,3,8,'Emblem of Conquest'),
|
||||
(100500,41596,45.0,0,2,6,'Dalaran Jewelcrafter''s Token');
|
||||
Reference in New Issue
Block a user