Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/zones/Yhoator_Jungle/IDs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ zones[xi.zone.YHOATOR_JUNGLE] =
{
OVERSEER_BASE = GetFirstID('Ilieumort_RK'),
PEDDLESTOX = 17285687,
BEASTMEN_TREASURE_OFFSET = GetFirstID('qm5'), -- qm4 has an ID after qm11 so start the offset at qm5
BEASTMEN_TREASURE_OFFSET = GetFirstID('qm4'),

HARVESTING = GetTableOfIDs('Harvesting_Point'),
LOGGING = GetTableOfIDs('Logging_Point'),
Expand Down
4 changes: 4 additions & 0 deletions sql/mob_groups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12845,6 +12845,10 @@ INSERT INTO `mob_groups` VALUES (18,6946,179,'Lion_TL',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (19,6946,179,'Lion_AFF',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (20,6947,179,'Zeid',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (21,6948,179,'Aldo',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (22,200,179,'Seed_Goblin',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (23,201,179,'Seed_Orc',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (24,202,179,'Seed_Quadav',0,128,0,0,0,0,NULL);
INSERT INTO `mob_groups` VALUES (25,203,179,'Seed_Yagudo',0,128,0,0,0,0,NULL);

-- ------------------------------------------------------------
-- LaLoff_Amphitheater (Zone 180)
Expand Down
8 changes: 4 additions & 4 deletions sql/mob_pools.sql
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ INSERT INTO `mob_pools` VALUES (196,'Apis','Apis',88,0x00004D0500000000000000000
INSERT INTO `mob_pools` VALUES (197,'Apkallu','Apkallu',171,0x0000BB0600000000000000000000000000000000,2,2,1,480,100,0,0,0,1,0,0,0,184,1153,5,0,0,0,0,27,27,0,6);
INSERT INTO `mob_pools` VALUES (198,'Apocalyptic_Beast','Apocalyptic_Beast',219,0x0000A40100000000000000000000000000000000,1,1,6,240,100,0,1,1,1,2,0,0,5567,1671,16,0,0,0,0,87,87,3,47);
INSERT INTO `mob_pools` VALUES (199,'Apocalyptic_Weapon','Apocalyptic_Weapon',62,0x0000C30100000000000000000000000000000000,1,1,3,240,100,0,1,0,0,0,0,0,375,1669,8,0,0,0,0,110,110,2,22);
-- 200 free
-- 201 free
-- 202 free
-- 203 free
INSERT INTO `mob_pools` VALUES (200,'Seed_Goblin','Seed_Goblin',126,0x0000310900000000000000000000000000000000,1,1,0,240,100,0,1,1,0,16,0,0,0,133,0,0,0,0,0,0,0,1,12);
INSERT INTO `mob_pools` VALUES (201,'Seed_Orc','Seed_Orc',139,0x0000320900000000000000000000000000000000,1,1,0,240,100,0,1,1,0,16,0,0,0,133,0,0,0,0,0,0,0,1,15);
INSERT INTO `mob_pools` VALUES (202,'Seed_Quadav','Seed_Quadav',150,0x0000330900000000000000000000000000000000,1,1,0,240,100,0,1,1,0,16,0,0,0,133,0,0,0,0,0,0,0,1,15);
INSERT INTO `mob_pools` VALUES (203,'Seed_Yagudo','Seed_Yagudo',168,0x0000340900000000000000000000000000000000,1,1,0,240,100,0,1,1,0,16,0,0,0,133,0,0,0,0,0,0,0,1,15);
INSERT INTO `mob_pools` VALUES (204,'Apsaras','Apsaras',38,0x00005C0100000000000000000000000000000000,1,1,7,240,100,0,1,0,0,4,0,0,0,3,0,0,0,0,0,197,197,1,27);
INSERT INTO `mob_pools` VALUES (205,'Aquarian_Caster','Aquarian_Caster',297,0x01000D0512101420143014401450E36027701B80,1,1,0,0,100,0,0,0,0,0,0,0,0,1155,0,0,0,0,0,153,153,1,12);
INSERT INTO `mob_pools` VALUES (206,'Aquarius','Aquarius',25,0x0000640100000000000000000000000000000000,7,7,4,125,100,0,1,0,0,2,0,0,0,1165,0,0,0,0,0,77,77,2,16);
Expand Down
Loading
Loading