From b02bbac3aeab7b213aad3a67140b907c0b0abddb Mon Sep 17 00:00:00 2001 From: Eduard Hernandez Date: Fri, 5 Jun 2026 17:55:46 +0200 Subject: [PATCH 1/2] ZaishenBounty new bounties --- Sources/ZaishenBounty/Khabuus.py | 107 +++++++++++++++++++++++++++++ Sources/ZaishenBounty/ZhimMonns.py | 107 +++++++++++++++++++++++++++++ 2 files changed, 214 insertions(+) create mode 100644 Sources/ZaishenBounty/Khabuus.py create mode 100644 Sources/ZaishenBounty/ZhimMonns.py diff --git a/Sources/ZaishenBounty/Khabuus.py b/Sources/ZaishenBounty/Khabuus.py new file mode 100644 index 000000000..a3cda4dd9 --- /dev/null +++ b/Sources/ZaishenBounty/Khabuus.py @@ -0,0 +1,107 @@ +Khabuus = [ + { + "map": 616, + "path": [ + (17769,-14147), + (14667,-15242), + (15584,-17165), + (15100,-17982), + (15456,-19146), + ], + }, +] + +Khabuus_transit_path = [ + { + "map": 558, + "path": [ + (-9307,-18860), + (-7186,-13901), + (-4193,-10351), + (-1616,-5681), + (1467,6362), + (3287,11953), + (5629,14482), + (12188,16637), + (12253,22798), + ], + }, + { + "npc": (12253.01, 22798.17), + "dialog": 0x832201, + "path": [ + (11496,24068), + (13155,26553), + ], + }, +] + +Khabuus_transit_path2 = [ + { + "map": 615, + "path": [ + (15606,1833), + (17618,2704), + (17950,5234), + (17557,7718), + (16127,8630), + (13174,7884), + (11531,6507), + (9225,7187), + (6819,5627), + (5110,2160), + (2505,-1370), + (825,-1785), + (-1371,-5893), + (1904,-11461), + (1788,-15178), + (7413,-16771), + (7666,-19231), + ], + }, +] + +Khabuus_transit_path3 = [ + { + "map": 616, + "path": [ + (-9374,-63), + (-6989,3333), + (-4950,3791), + (-4033,5096), + (-2565,5844), + (-2643,8166), + (-647,8451), + (-77,9695), + (-621,11121), + (2931,12521), + (3371,13843), + (4760,13762), + (5737,13467), + (6320,10745), + (6655,10531), + (8119,5779), + (8524,2133), + (10468,-4743), + (17405,-5857), + (17781,-6279), + ], + }, + { + "gadget": (17922.00, -6241.00), + "path": [ + (17438,-6299), + (18059,-9110), + (16277,-10958), + (18578,-12513), + ], + }, +] + +Khabuus_outpost_path = [ + (-9571,-20200) +] + +Khabuus_ids = { + "outpost_id": 638 +} \ No newline at end of file diff --git a/Sources/ZaishenBounty/ZhimMonns.py b/Sources/ZaishenBounty/ZhimMonns.py new file mode 100644 index 000000000..bc7b54580 --- /dev/null +++ b/Sources/ZaishenBounty/ZhimMonns.py @@ -0,0 +1,107 @@ +ZhimMonns = [ + { + "map": 616, + "path": [ + (17769,-14147), + (14667,-15242), + (15584,-17165), + (15100,-17982), + (15456,-19146), + ], + }, +] + +ZhimMonns_transit_path = [ + { + "map": 558, + "path": [ + (-9307,-18860), + (-7186,-13901), + (-4193,-10351), + (-1616,-5681), + (1467,6362), + (3287,11953), + (5629,14482), + (12188,16637), + (12436,22657), + ], + }, + { + "npc": (12503.00, 22721.00), + "dialog": 0x833901, + "path": [ + (11496,24068), + (13155,26553), + ], + }, +] + +ZhimMonns_transit_path2 = [ + { + "map": 615, + "path": [ + (15606,1833), + (17618,2704), + (17950,5234), + (17557,7718), + (16127,8630), + (13174,7884), + (11531,6507), + (9225,7187), + (6819,5627), + (5110,2160), + (2505,-1370), + (825,-1785), + (-1371,-5893), + (1904,-11461), + (1788,-15178), + (7413,-16771), + (7666,-19231), + ], + }, +] + +ZhimMonns_transit_path3 = [ + { + "map": 616, + "path": [ + (-9374,-63), + (-6989,3333), + (-4950,3791), + (-4033,5096), + (-2565,5844), + (-2643,8166), + (-647,8451), + (-77,9695), + (-621,11121), + (2931,12521), + (3371,13843), + (4760,13762), + (5737,13467), + (6320,10745), + (6655,10531), + (8119,5779), + (8524,2133), + (10468,-4743), + (17405,-5857), + (17781,-6279), + ], + }, + { + "gadget": (17922.00, -6241.00), + "path": [ + (17438,-6299), + (18059,-9110), + (16277,-10958), + (18578,-12513), + ], + }, +] + +ZhimMonns_outpost_path = [ + (-9571,-20200) +] + +ZhimMonns_ids = { + "outpost_id": 638 +} \ No newline at end of file From d4e815056fc031891d409a0be04b65856717805f Mon Sep 17 00:00:00 2001 From: Eduard Hernandez Date: Fri, 5 Jun 2026 22:39:15 +0200 Subject: [PATCH 2/2] VQ FrozenForest Fix --- .../Proph_SouthernShiverpeaks/FrozenForest.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Sources/aC_Scripts/PyQuishAI_maps/Proph_SouthernShiverpeaks/FrozenForest.py b/Sources/aC_Scripts/PyQuishAI_maps/Proph_SouthernShiverpeaks/FrozenForest.py index 51295a672..e98f764b0 100644 --- a/Sources/aC_Scripts/PyQuishAI_maps/Proph_SouthernShiverpeaks/FrozenForest.py +++ b/Sources/aC_Scripts/PyQuishAI_maps/Proph_SouthernShiverpeaks/FrozenForest.py @@ -1,7 +1,10 @@ FrozenForest = [ (18151,12141), (16413,9831), - (19397,7967), + (20265,8296), + (19123,7702), + (15467,9347), + (19031,6308), (18392,2870), (21053,-1459), (20321,-5133), @@ -42,7 +45,7 @@ (-9982,-5414), (-5915,-6537), (-1476,-2895), - (461,-3427), + (472,-3480), (2263,-1110), (5223,1431), (8529,3269), @@ -58,6 +61,8 @@ (-1039,7966), (-201,5239), (23,-5), + (2230,-1164), + (474,-3477), (-2476,-2002), (-3893,534), (-9794,1408),