missing map

Report potential bugs here, and if they seem valid we can create gitlab issues for them.

Moderator: Bug Janitor

Forum rules
- Check if a topic exists before creating a new one.
- Duplicate topics will be immediately deleted.
- Issues lacking detail or sources (where applicable) will be deleted immediately.
- Unimplemented content is not bugged content. Do not report unimplemented content.
- IF YOUR BUG IS EXPLOITABLE DO NOT REPORT IT HERE. DM the report to a Bug Janitor instead.
- Repeated violation of these rules may result in a user being denied access to this section.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

missing map

Post by Dempah »

Can someone help find this location, the only one that matches is empty. ;'(

Image
quit.
User avatar
Ceikry
Site Admin
Posts: 587
Joined: Wed Aug 10, 2022 11:48 pm
Location: Draynor Village
Has thanked: 82 times
Been thanked: 105 times

Re: missing map

Post by Ceikry »

Not really a bug, and the map data isn't missing. We're missing the decryption keys. Very different. Can't be cracked. Only option is pulling the map from a different revision we do have the key for (very tricky and difficult), or never having the map.
Nerds
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Got them.

Image

Code: Select all

    {
      "regionId": "6985",
      "keys": "1193572731,-1288765743,-386862979,351599890"
    },
quit.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Found 25 keys more, one region keys have been overwritten by a different key, which is not default key, I added it below separately to check.

Code: Select all

{
      "regionId": "7499",
      "keys": "1187151706,718898064,1304406549,-1997198061"
},

overwritten by:

{
      "regionId": "7499",
      "keys": "-2007696984,-1215288615,-1572330641,-2125382604"
},

Missing:

Code: Select all

{
  "xteas": [
    {
      "regionId": "9791",
      "keys": "-2105683947,1913166182,-1697741730,-25818496"
    },
    {
      "regionId": "9535",
      "keys": "-1107428972,531677783,-1575581308,1343828898"
    },
    {
      "regionId": "9534",
      "keys": "-2072244370,1114739695,-1096608867,-1932870993"
    },
    {
      "regionId": "9280",
      "keys": "727010382,181752242,1033156911,1262921484"
    },
    {
      "regionId": "9279",
      "keys": "-841578670,318269186,-353500843,-932268603"
    },
    {
      "regionId": "9278",
      "keys": "-1782196006,1021278723,887209787,-1016997291"
    },
    {
      "regionId": "9024",
      "keys": "-785865296,-520648067,-1207176889,-441641818"
    },
    {
      "regionId": "9022",
      "keys": "1910381678,352194237,836248,347278834"
    },
    {
      "regionId": "8768",
      "keys": "-517024281,-1363386333,227729042,-1950025355"
    },
    {
      "regionId": "8767",
      "keys": "-368125809,-1805271492,-400403765,697149536"
    },
    {
      "regionId": "8280",
      "keys": "-1615836970,1947387796,2141672540,-333423400"
    },
    {
      "regionId": "8243",
      "keys": "-107199068,-843304946,910528064,-626516712"
    },
    {
      "regionId": "8242",
      "keys": "347990635,-1017326068,-1600504696,1565374916"
    },
    {
      "regionId": "8022",
      "keys": "-372818046,-734509409,-1405233755,649860582"
    },
    {
      "regionId": "7763",
      "keys": "861684482,-1271902063,-1984452765,1302321550"
    },
    {
      "regionId": "14636",
      "keys": "-1554034534,-545576842,-416921234,1887723532"
    },
    {
      "regionId": "14380",
      "keys": "1663518625,-107913441,-1625821936,330353351"
    },
    {
      "regionId": "13393",
      "keys": "-166665704,-1198752620,369104055,1454617476"
    },
    {
      "regionId": "13138",
      "keys": "-116117100,-569824904,617089184,1891982312"
    },
    {
      "regionId": "12869",
      "keys": "-877275595,1855725204,-662330124,266977134"
    },
    {
      "regionId": "10816",
      "keys": "-1909517714,218137505,744896894,831968418"
    },
    {
      "regionId": "10570",
      "keys": "-2055371283,-1222616912,-540563619,-101327500"
    },
    {
      "regionId": "10047",
      "keys": "1248461784,913422340,-928862457,-1858877253"
    },
    {
      "regionId": "10046",
      "keys": "1579643227,-1819574910,1035634488,-1469908551"
    }
  ]
}
quit.
User avatar
ryannathans
Staff
Posts: 501
Joined: Thu Aug 11, 2022 12:25 am
Location: ɐᴉlɐɹʇsn∀
Has thanked: 40 times
Been thanked: 96 times

Re: missing map

Post by ryannathans »

where did you find these?
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Image

Code: Select all

    {
      "regionId": "8280",
      "keys": "-1615836970,1947387796,2141672540,-333423400"
    },
Last edited by Dempah on Wed Jan 03, 2024 1:12 pm, edited 1 time in total.
quit.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Image

Code: Select all

    {
      "regionId": "13393",
      "keys": "14881828,-6662814,58238456,146761213"
    },
quit.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Image

Code: Select all

    {
      "regionId": "13138",
      "keys": "14881828,-6662814,58238456,146761213"
    },
quit.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Image

Code: Select all

    {
      "regionId": "8261",
      "keys": "14881828,-6662814,58238456,146761213"
    },
quit.
User avatar
Dempah
Froob
Posts: 34
Joined: Thu Nov 09, 2023 8:06 pm
Has thanked: 1 time
Been thanked: 7 times

Re: missing map

Post by Dempah »

Image

Code: Select all

    {
      "regionId": "6483",
      "keys": "14881828,-6662814,58238456,146761213"
    },
quit.
Post Reply