Using new retained IDs

master
sigonasr2 2 years ago
parent ab0632bf65
commit 176f6cbdca
  1. 401
      FINAL FANTASY XIV.CT
  2. 18
      Known Retainer IDs.txt
  3. 20
      inventory_monitor.js

File diff suppressed because it is too large Load Diff

@ -1,9 +1,9 @@
Ayayayayaya - 65576
Kittystorage - 1769474
Morecatz - 196652
Finalretainer - 655362
Nowitsabun - 65568
Butwhy - 65540
Kkittyy - 327684
Howdoesanyonenameall - 3276807
Ayayayayay - 393254
Ayayayayaya - 2462383238
Kittystorage - 2462413482
Morecatz - 2462417228
Finalretainer - 2462417234
Nowitsabun - 2462417229
Butwhy - 2462417233
Kkittyy - 2462417226
Howdoesanyonenameall - 2462417230
Ayayayayay - 2462417231

@ -7,38 +7,38 @@ finalData=[]
firstLoad=true
itemCache={}
retainerIDs=[1572880,16,2359328,131092,9,0,13,1048586,2162700]
retainerIDs=[2462383238,2462413482,2462417228,2462417234,2462417229,2462417233,2462417226,2462417230,2462417231]
retainerInventories=[[],[],[],[],[],[],[],[],[]]
lastDisplayString=""
function getRetainerIndex(id){
switch(id){
case 65576:{
case 2462383238:{
return 0;
}
case 1769474:{
case 2462413482:{
return 1;
}
case 196652:{
case 2462417228:{
return 2;
}
case 655362:{
case 2462417234:{
return 3;
}
case 65568:{
case 2462417229:{
return 4;
}
case 65540:{
case 2462417233:{
return 5;
}
case 327684:{
case 2462417226:{
return 6;
}
case 3276807:{
case 2462417230:{
return 7;
}
case 393254:{
case 2462417231:{
return 8;
}
default:{

Loading…
Cancel
Save