The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "User:Obol/Macros/Limestone"

From A Tale in the Desert
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Limestone  (does not need the ObolObjects file)
 
Limestone  (does not need the ObolObjects file)
* Make sure the path in CheckforLostFocus has the right path
+
* Make sure the path in CheckforLostFocus is correct, it must match what is on the title bar of actool
 +
* Adjust wait4Timer for your END level (1000 = 1 sec)
  
 
<pre>
 
<pre>
 
 
 
constants
 
constants
 
   MouseX = 0
 
   MouseX = 0
Line 11: Line 10:
 
   YOrig = 0
 
   YOrig = 0
 
   looping = 0
 
   looping = 0
   wait4Timer = 8000 //23000 //15250
+
   wait4Timer = 6000 //10000 //23000 //15250
 
end
 
end
  
Line 47: Line 46:
 
     Rightclick
 
     Rightclick
 
     Mousepos $XOrig, $YOrig
 
     Mousepos $XOrig, $YOrig
  Else
+
Else
     Compute $wait4Timer = $wait4Timer - 100
+
     Compute $wait4Timer = $wait4Timer - 50
 
   End
 
   End
 
    
 
    
Line 72: Line 71:
 
   if {activewindow} contains AC Tool 5.4.0 - C:\Macros\Limestone.mac
 
   if {activewindow} contains AC Tool 5.4.0 - C:\Macros\Limestone.mac
 
     Compute Result = 1
 
     Compute Result = 1
     Exit
+
     pause
 
   Else
 
   Else
 
     Compute Result = 0
 
     Compute Result = 0
Line 81: Line 80:
  
 
Object ToTired  // Test at coords 376, 340
 
Object ToTired  // Test at coords 376, 340
222=0,0|222=1,0|223=2,0
+
  222=0,0|222=1,0|223=2,
 
End
 
End
 
  
 
</pre>
 
</pre>

Latest revision as of 16:42, 29 August 2009

Limestone (does not need the ObolObjects file)

  • Make sure the path in CheckforLostFocus is correct, it must match what is on the title bar of actool
  • Adjust wait4Timer for your END level (1000 = 1 sec)
constants
  MouseX = 0
  MouseY = 0
  XOrig = 0
  YOrig = 0
  looping = 0
  wait4Timer = 6000 //10000 //23000 //15250
end


SetConst MouseX = {MouseX}
SetConst MouseY = {MouseY}

MousePos 104, 41
Delay 150
RightClick
MousePos 100, 100
Delay 100


while $CheckforLostFocus = 0
  Call GoPick
End

MousePos 100, 100
Delay 100
Stop

Procedure GoPick
  SetConst XOrig = {mousex}
  SetConst YOrig = {mousey}
  MousePos $MouseX, $MouseY
  Delay 250
  Rightclick
  Delay 200
  
  IsObject ToTired at 376, 340
    // ok button
    MousePos 510, 474
    Compute $wait4Timer = $wait4Timer + 500
    Rightclick
    Mousepos $XOrig, $YOrig
	Else
    Compute $wait4Timer = $wait4Timer - 50
  End
  
  Mousepos $XOrig, $YOrig
  Delay $wait4Timer
  //call doDelay
End

Procedure doDelay
  while $looping < $wait4Fishin
    Delay 100
    If $CheckforLostFocus = 1
      stop
    Else
      Compute $looping = $looping + 10
    End
  End
  
End


Function CheckforLostFocus
  if {activewindow} contains AC Tool 5.4.0 - C:\Macros\Limestone.mac
    Compute Result = 1
    pause
  Else
    Compute Result = 0
    Exit
    //Stop
  End
End

Object ToTired   // Test at coords 376, 340
  222=0,0|222=1,0|223=2,0|218=3,0|223=4,0|222=5,0|227=6,0|225=7,0|222=8,0|228=9,0|235=10,0|224=11,0|230=12,0|229=13,0|235=14,0|231=15,0|232=16,0|234=17,0|237=18,0|234=19,0|234=20,0|232=21,0|223=22,0|230=23,0|233=24,0|236=25,0|241=26,0|231=27,0|227=28,0|232=29,0|228=30,0|229=31,0|227=32,0|228=33,0|234=34,0|219=35,0|224=36,0|230=37,0|224=38,0|220=39,0|217=40,0|218=41,0|219=42,0|227=43,0|217=44,0|222=45,0|227=46,0|219=47,0|218=48,0|219=49,0|218=50,0|220=51,0|227=52,0|222=53,0|229=54,0|225=55,0|225=56,0|220=57,0|228=58,0|224=59,0|220=60,0|229=61,0|234=62,0|224=63,0|228=64,0|223=65,0|229=66,0|219=67,0|226=68,0|215=69,0|222=70,0|227=71,0|224=72,0|222=73,0|225=74,0|228=75,0|228=76,0|224=77,0|227=78,0|232=79,0|226=80,0|223=81,0|235=82,0|232=83,0|236=84,0|224=85,0|230=86,0|237=87,0|238=88,0|232=89,0|226=90,0|236=91,0|236=92,0|232=93,0|235=94,0|235=95,0|232=96,0|234=97,0|233=98,0|235=99,0|
  219=0,1|219=1,1|225=2,1|219=3,1|227=4,1|223=5,1|220=6,1|223=7,1|223=8,1|228=9,1|232=10,1|224=11,1|232=12,1|230=13,1|234=14,1|231=15,1|231=16,1|232=17,1|238=18,1|234=19,1|229=20,1|232=21,1|223=22,1|227=23,1|225=24,1|234=25,1|241=26,1|230=27,1|222=28,1|229=29,1|227=30,1|226=31,1|226=32,1|226=33,1|234=34,1|219=35,1|222=36,1|225=37,1|227=38,1|220=39,1|218=40,1|216=41,1|219=42,1|222=43,1|215=44,1|222=45,1|229=46,1|222=47,1|219=48,1|219=49,1|218=50,1|222=51,1|227=52,1|222=53,1|228=54,1|227=55,1|224=56,1|220=57,1|228=58,1|222=59,1|220=60,1|229=61,1|234=62,1|223=63,1|227=64,1|222=65,1|229=66,1|218=67,1|224=68,1|213=69,1|222=70,1|230=71,1|226=72,1|222=73,1|229=74,1|232=75,1|231=76,1|226=77,1|229=78,1|232=79,1|228=80,1|224=81,1|236=82,1|230=83,1|235=84,1|228=85,1|237=86,1|236=87,1|237=88,1|229=89,1|226=90,1|235=91,1|236=92,1|231=93,1|235=94,1|235=95,1|232=96,1|235=97,1|234=98,1|235=99,1|
  222=0,2|222=1,2|226=2,2|224=3,2|230=4,2|227=5,2|229=6,2|225=7,2|226=8,2|232=9,2|235=10,2|224=11,2|232=12,2|230=13,2|232=14,2|232=15,2|231=16,2|236=17,2|240=18,2|232=19,2|229=20,2|232=21,2|223=22,2|227=23,2|226=24,2|237=25,2|238=26,2|228=27,2|222=28,2|230=29,2|227=30,2|225=31,2|226=32,2|226=33,2|233=34,2|216=35,2|214=36,2|218=37,2|227=38,2|219=39,2|219=40,2|217=41,2|219=42,2|217=43,2|215=44,2|216=45,2|224=46,2|223=47,2|222=48,2|218=49,2|218=50,2|218=51,2|223=52,2|220=53,2|224=54,2|223=55,2|220=56,2|220=57,2|225=58,2|220=59,2|218=60,2|228=61,2|230=62,2|218=63,2|222=64,2|220=65,2|225=66,2|216=67,2|223=68,2|216=69,2|220=70,2|225=71,2|223=72,2|222=73,2|228=74,2|229=75,2|226=76,2|222=77,2|227=78,2|229=79,2|227=80,2|223=81,2|233=82,2|227=83,2|233=84,2|227=85,2|241=86,2|236=87,2|237=88,2|230=89,2|225=90,2|238=91,2|236=92,2|232=93,2|234=94,2|235=95,2|233=96,2|234=97,2|235=98,2|235=99,2|
  225=0,3|223=1,3|227=2,3|228=3,3|230=4,3|227=5,3|236=6,3|229=7,3|232=8,3|235=9,3|240=10,3|227=11,3|233=12,3|231=13,3|235=14,3|232=15,3|233=16,3|240=17,3|238=18,3|233=19,3|234=20,3|232=21,3|225=22,3|232=23,3|231=24,3|236=25,3|238=26,3|229=27,3|224=28,3|230=29,3|227=30,3|227=31,3|227=32,3|226=33,3|232=34,3|218=35,3|216=36,3|220=37,3|227=38,3|218=39,3|219=40,3|217=41,3|220=42,3|222=43,3|216=44,3|216=45,3|223=46,3|225=47,3|223=48,3|218=49,3|220=50,3|223=51,3|222=52,3|225=53,3|225=54,3|225=55,3|224=56,3|223=57,3|226=58,3|222=59,3|220=60,3|226=61,3|232=62,3|218=63,3|225=64,3|224=65,3|227=66,3|219=67,3|224=68,3|219=69,3|219=70,3|224=71,3|227=72,3|223=73,3|224=74,3|226=75,3|228=76,3|224=77,3|228=78,3|229=79,3|227=80,3|224=81,3|231=82,3|224=83,3|229=84,3|223=85,3|233=86,3|234=87,3|236=88,3|230=89,3|228=90,3|235=91,3|235=92,3|233=93,3|232=94,3|234=95,3|234=96,3|232=97,3|232=98,3|231=99,3|
  230=0,4|224=1,4|225=2,4|223=3,4|229=4,4|224=5,4|230=6,4|225=7,4|229=8,4|232=9,4|237=10,4|227=11,4|232=12,4|232=13,4|234=14,4|232=15,4|232=16,4|238=17,4|237=18,4|234=19,4|233=20,4|232=21,4|227=22,4|233=23,4|232=24,4|237=25,4|241=26,4|232=27,4|228=28,4|235=29,4|232=30,4|230=31,4|226=32,4|227=33,4|232=34,4|223=35,4|222=36,4|226=37,4|234=38,4|224=39,4|222=40,4|219=41,4|226=42,4|225=43,4|218=44,4|219=45,4|228=46,4|229=47,4|226=48,4|226=49,4|226=50,4|231=51,4|227=52,4|226=53,4|228=54,4|228=55,4|227=56,4|226=57,4|230=58,4|223=59,4|226=60,4|230=61,4|234=62,4|224=63,4|230=64,4|229=65,4|232=66,4|223=67,4|228=68,4|224=69,4|225=70,4|231=71,4|232=72,4|229=73,4|228=74,4|230=75,4|234=76,4|229=77,4|225=78,4|232=79,4|230=80,4|225=81,4|232=82,4|226=83,4|232=84,4|223=85,4|232=86,4|236=87,4|237=88,4|232=89,4|231=90,4|237=91,4|235=92,4|232=93,4|231=94,4|233=95,4|235=96,4|232=97,4|230=98,4|0=99,4|
  233=0,5|223=1,5|56=2,5|110=3,5|225=4,5|225=5,5|231=6,5|112=7,5|56=8,5|233=9,5|235=10,5|227=11,5|229=12,5|229=13,5|233=14,5|234=15,5|230=16,5|235=17,5|235=18,5|231=19,5|230=20,5|232=21,5|226=22,5|234=23,5|229=24,5|235=25,5|237=26,5|232=27,5|226=28,5|232=29,5|228=30,5|229=31,5|227=32,5|226=33,5|227=34,5|222=35,5|224=36,5|225=37,5|232=38,5|224=39,5|222=40,5|219=41,5|225=42,5|225=43,5|219=44,5|222=45,5|225=46,5|228=47,5|227=48,5|227=49,5|228=50,5|227=51,5|223=52,5|0=53,5|229=54,5|229=55,5|224=56,5|226=57,5|231=58,5|220=59,5|223=60,5|227=61,5|231=62,5|228=63,5|227=64,5|226=65,5|229=66,5|225=67,5|227=68,5|227=69,5|230=70,5|233=71,5|233=72,5|230=73,5|229=74,5|233=75,5|0=76,5|231=77,5|227=78,5|236=79,5|0=80,5|230=81,5|238=82,5|231=83,5|235=84,5|227=85,5|237=86,5|241=87,5|240=88,5|236=89,5|236=90,5|238=91,5|237=92,5|235=93,5|233=94,5|236=95,5|236=96,5|233=97,5|235=98,5|0=99,5|
  232=0,6|219=1,6|168=2,6|0=3,6|219=4,6|222=5,6|227=6,6|0=7,6|169=8,6|229=9,6|233=10,6|229=11,6|232=12,6|226=13,6|230=14,6|234=15,6|233=16,6|236=17,6|235=18,6|229=19,6|230=20,6|234=21,6|226=22,6|232=23,6|228=24,6|233=25,6|234=26,6|231=27,6|226=28,6|233=29,6|229=30,6|227=31,6|227=32,6|224=33,6|229=34,6|223=35,6|224=36,6|223=37,6|230=38,6|223=39,6|225=40,6|222=41,6|227=42,6|224=43,6|220=44,6|222=45,6|225=46,6|226=47,6|226=48,6|227=49,6|228=50,6|229=51,6|223=52,6|0=53,6|226=54,6|229=55,6|226=56,6|228=57,6|233=58,6|223=59,6|222=60,6|226=61,6|231=62,6|230=63,6|225=64,6|226=65,6|228=66,6|226=67,6|229=68,6|225=69,6|227=70,6|231=71,6|230=72,6|228=73,6|227=74,6|235=75,6|0=76,6|231=77,6|227=78,6|236=79,6|232=80,6|231=81,6|236=82,6|232=83,6|237=84,6|228=85,6|237=86,6|240=87,6|240=88,6|236=89,6|235=90,6|240=91,6|238=92,6|237=93,6|235=94,6|236=95,6|237=96,6|235=97,6|238=98,6|0=99,6|
  232=0,7|220=1,7|225=2,7|109=3,7|109=4,7|223=5,7|113=6,7|110=7,7|226=8,7|230=9,7|57=10,7|0=11,7|0=12,7|56=13,7|233=14,7|233=15,7|0=16,7|235=17,7|236=18,7|235=19,7|229=20,7|0=21,7|231=22,7|237=23,7|235=24,7|240=25,7|238=26,7|233=27,7|231=28,7|0=29,7|0=30,7|0=31,7|0=32,7|171=33,7|229=34,7|0=35,7|167=36,7|54=37,7|0=38,7|220=39,7|222=40,7|109=41,7|55=42,7|113=43,7|54=44,7|217=45,7|223=46,7|228=47,7|227=48,7|234=49,7|233=50,7|235=51,7|0=52,7|0=53,7|0=54,7|0=55,7|227=56,7|56=57,7|0=58,7|0=59,7|55=60,7|228=61,7|233=62,7|230=63,7|56=64,7|0=65,7|0=66,7|55=67,7|230=68,7|223=69,7|224=70,7|228=71,7|232=72,7|229=73,7|229=74,7|0=75,7|0=76,7|0=77,7|0=78,7|232=79,7|0=80,7|231=81,7|0=82,7|174=83,7|57=84,7|0=85,7|240=86,7|241=87,7|117=88,7|57=89,7|116=90,7|58=91,7|234=92,7|235=93,7|234=94,7|116=95,7|0=96,7|0=97,7|116=98,7|0=99,7|
  234=0,8|220=1,8|226=2,8|224=3,8|0=4,8|223=5,8|0=6,8|228=7,8|231=8,8|116=9,8|174=10,8|229=11,8|233=12,8|171=13,8|116=14,8|233=15,8|0=16,8|236=17,8|236=18,8|237=19,8|233=20,8|0=21,8|230=22,8|237=23,8|236=24,8|238=25,8|238=26,8|232=27,8|230=28,8|230=29,8|230=30,8|226=31,8|170=32,8|0=33,8|231=34,8|0=35,8|109=36,8|218=37,8|230=38,8|219=39,8|108=40,8|108=41,8|223=42,8|223=43,8|161=44,8|53=45,8|219=46,8|228=47,8|224=48,8|229=49,8|226=50,8|228=51,8|223=52,8|0=53,8|224=54,8|230=55,8|111=56,8|167=57,8|230=58,8|223=59,8|167=60,8|114=61,8|233=62,8|115=63,8|170=64,8|230=65,8|229=66,8|172=67,8|117=68,8|227=69,8|227=70,8|233=71,8|236=72,8|231=73,8|230=74,8|236=75,8|0=76,8|232=77,8|228=78,8|233=79,8|0=80,8|234=81,8|0=82,8|115=83,8|232=84,8|229=85,8|241=86,8|120=87,8|118=88,8|229=89,8|232=90,8|178=91,8|57=92,8|233=93,8|117=94,8|57=95,8|236=96,8|229=97,8|114=98,8|0=99,8|
  232=0,9|223=1,9|225=2,9|226=3,9|169=4,9|0=5,9|174=6,9|227=7,9|233=8,9|0=9,9|233=10,9|229=11,9|232=12,9|231=13,9|0=14,9|235=15,9|0=16,9|236=17,9|235=18,9|236=19,9|233=20,9|0=21,9|227=22,9|233=23,9|234=24,9|236=25,9|237=26,9|230=27,9|229=28,9|230=29,9|230=30,9|230=31,9|230=32,9|0=33,9|235=34,9|0=35,9|224=36,9|223=37,9|234=38,9|227=39,9|0=40,9|226=41,9|230=42,9|229=43,9|225=44,9|0=45,9|226=46,9|232=47,9|231=48,9|232=49,9|228=50,9|231=51,9|227=52,9|0=53,9|228=54,9|235=55,9|0=56,9|227=57,9|233=58,9|227=59,9|224=60,9|0=61,9|230=62,9|0=63,9|226=64,9|229=65,9|228=66,9|230=67,9|0=68,9|230=69,9|226=70,9|233=71,9|238=72,9|231=73,9|230=74,9|237=75,9|0=76,9|231=77,9|230=78,9|237=79,9|0=80,9|234=81,9|0=82,9|233=83,9|236=84,9|237=85,9|244=86,9|0=87,9|241=88,9|236=89,9|236=90,9|241=91,9|0=92,9|236=93,9|0=94,9|236=95,9|238=96,9|232=97,9|233=98,9|0=99,9|
  230=0,10|223=1,10|224=2,10|225=3,10|228=4,10|0=5,10|233=6,10|228=7,10|236=8,10|0=9,10|232=10,10|231=11,10|233=12,10|230=13,10|0=14,10|236=15,10|0=16,10|238=17,10|237=18,10|236=19,10|234=20,10|0=21,10|226=22,10|233=23,10|234=24,10|237=25,10|240=26,10|229=27,10|230=28,10|114=29,10|0=30,10|0=31,10|0=32,10|0=33,10|234=34,10|0=35,10|227=36,10|227=37,10|236=38,10|230=39,10|0=40,10|0=41,10|0=42,10|0=43,10|0=44,10|0=45,10|228=46,10|231=47,10|231=48,10|234=49,10|229=50,10|233=51,10|228=52,10|0=53,10|234=54,10|236=55,10|0=56,10|232=57,10|235=58,10|234=59,10|229=60,10|0=61,10|235=62,10|0=63,10|230=64,10|234=65,10|232=66,10|234=67,10|0=68,10|231=69,10|229=70,10|237=71,10|237=72,10|233=73,10|234=74,10|237=75,10|0=76,10|236=77,10|234=78,10|237=79,10|0=80,10|236=81,10|0=82,10|236=83,10|236=84,10|237=85,10|243=86,10|0=87,10|0=88,10|0=89,10|0=90,10|0=91,10|0=92,10|235=93,10|0=94,10|236=95,10|240=96,10|234=97,10|237=98,10|0=99,10|
  229=0,11|219=1,11|226=2,11|227=3,11|227=4,11|0=5,11|234=6,11|229=7,11|238=8,11|0=9,11|235=10,11|232=11,11|235=12,11|231=13,11|0=14,11|236=15,11|0=16,11|238=17,11|238=18,11|236=19,11|236=20,11|0=21,11|227=22,11|237=23,11|235=24,11|237=25,11|240=26,11|229=27,11|0=28,11|116=29,11|233=30,11|233=31,11|228=32,11|0=33,11|233=34,11|0=35,11|225=36,11|224=37,11|236=38,11|226=39,11|0=40,11|227=41,11|236=42,11|231=43,11|225=44,11|226=45,11|225=46,11|227=47,11|227=48,11|233=49,11|229=50,11|232=51,11|229=52,11|0=53,11|232=54,11|235=55,11|0=56,11|233=57,11|233=58,11|233=59,11|230=60,11|0=61,11|236=62,11|0=63,11|230=64,11|233=65,11|230=66,11|233=67,11|0=68,11|233=69,11|231=70,11|237=71,11|235=72,11|232=73,11|235=74,11|237=75,11|0=76,11|238=77,11|233=78,11|240=79,11|0=80,11|240=81,11|0=82,11|237=83,11|230=84,11|235=85,11|242=86,11|0=87,11|237=88,11|230=89,11|233=90,11|240=91,11|234=92,11|231=93,11|0=94,11|235=95,11|240=96,11|232=97,11|238=98,11|0=99,11|
  226=0,12|217=1,12|227=2,12|227=3,12|224=4,12|0=5,12|230=6,12|225=7,12|233=8,12|117=9,12|174=10,12|228=11,12|229=12,12|172=13,12|117=14,12|235=15,12|57=16,12|176=17,12|234=18,12|234=19,12|57=20,12|0=21,12|223=22,12|233=23,12|233=24,12|236=25,12|237=26,12|226=27,12|0=28,12|172=29,12|229=30,12|229=31,12|55=32,12|0=33,12|229=34,12|0=35,12|220=36,12|220=37,12|235=38,12|223=39,12|111=40,12|112=41,12|233=42,12|232=43,12|169=44,12|56=45,12|227=46,12|227=47,12|226=48,12|232=49,12|229=50,12|233=51,12|228=52,12|0=53,12|171=54,12|235=55,12|115=56,12|172=57,12|232=58,12|231=59,12|172=60,12|117=61,12|233=62,12|118=63,12|171=64,12|227=65,12|227=66,12|175=67,12|113=68,12|232=69,12|230=70,12|236=71,12|235=72,12|231=73,12|233=74,12|232=75,12|0=76,12|178=77,12|230=78,12|238=79,12|0=80,12|236=81,12|0=82,12|237=83,12|227=84,12|231=85,12|240=86,12|118=87,12|116=88,12|230=89,12|235=90,12|178=91,12|57=92,12|230=93,12|118=94,12|174=95,12|237=96,12|232=97,12|118=98,12|0=99,12|
  228=0,13|220=1,13|232=2,13|229=3,13|224=4,13|0=5,13|234=6,13|229=7,13|236=8,13|240=9,13|57=10,13|0=11,13|0=12,13|57=13,13|235=14,13|235=15,13|172=16,13|58=17,13|0=18,13|0=19,13|175=20,13|0=21,13|220=22,13|233=23,13|233=24,13|235=25,13|235=26,13|227=27,13|172=28,13|0=29,13|0=30,13|0=31,13|169=32,13|0=33,13|230=34,13|0=35,13|220=36,13|220=37,13|231=38,13|223=39,13|223=40,13|113=41,13|0=42,13|0=43,13|55=44,13|171=45,13|227=46,13|228=47,13|225=48,13|231=49,13|227=50,13|232=51,13|225=52,13|172=53,13|0=54,13|0=55,13|229=56,13|56=57,13|0=58,13|0=59,13|56=60,13|232=61,13|231=62,13|237=63,13|56=64,13|0=65,13|0=66,13|57=67,13|228=68,13|232=69,13|232=70,13|234=71,13|233=72,13|234=73,13|235=74,13|236=75,13|175=76,13|0=77,13|0=78,13|242=79,13|0=80,13|234=81,13|0=82,13|241=83,13|230=84,13|232=85,13|242=86,13|240=87,13|117=88,13|0=89,13|0=90,13|58=91,13|177=92,13|232=93,13|238=94,13|57=95,13|0=96,13|0=97,13|117=98,13|0=99,13|
  227=0,14|224=1,14|229=2,14|225=3,14|222=4,14|225=5,14|228=6,14|227=7,14|234=8,14|240=9,14|230=10,14|231=11,14|233=12,14|230=13,14|232=14,14|235=15,14|232=16,14|237=17,14|237=18,14|236=19,14|234=20,14|232=21,14|225=22,14|237=23,14|235=24,14|236=25,14|236=26,14|229=27,14|229=28,14|230=29,14|227=30,14|229=31,14|224=32,14|229=33,14|233=34,14|226=35,14|226=36,14|224=37,14|232=38,14|225=39,14|226=40,14|228=41,14|236=42,14|238=43,14|234=44,14|234=45,14|232=46,14|235=47,14|234=48,14|233=49,14|231=50,14|235=51,14|229=52,14|232=53,14|231=54,14|237=55,14|232=56,14|229=57,14|232=58,14|229=59,14|231=60,14|235=61,14|233=62,14|236=63,14|228=64,14|232=65,14|225=66,14|231=67,14|230=68,14|234=69,14|232=70,14|235=71,14|236=72,14|233=73,14|237=74,14|237=75,14|235=76,14|237=77,14|226=78,14|238=79,14|229=80,14|235=81,14|232=82,14|237=83,14|228=84,14|232=85,14|237=86,14|237=87,14|232=88,14|231=89,14|236=90,14|234=91,14|236=92,14|233=93,14|240=94,14|232=95,14|235=96,14|232=97,14|237=98,14|227=99,14|
  228=0,15|224=1,15|225=2,15|223=3,15|222=4,15|225=5,15|228=6,15|229=7,15|232=8,15|235=9,15|230=10,15|231=11,15|230=12,15|231=13,15|233=14,15|235=15,15|230=16,15|237=17,15|236=18,15|235=19,15|233=20,15|231=21,15|222=22,15|235=23,15|235=24,15|236=25,15|238=26,15|227=27,15|226=28,15|229=29,15|226=30,15|228=31,15|225=32,15|226=33,15|227=34,15|224=35,15|225=36,15|224=37,15|233=38,15|226=39,15|224=40,15|228=41,15|230=42,15|235=43,15|229=44,15|229=45,15|227=46,15|230=47,15|229=48,15|231=49,15|231=50,15|233=51,15|231=52,15|232=53,15|233=54,15|236=55,15|234=56,15|230=57,15|234=58,15|231=59,15|235=60,15|236=61,15|237=62,15|238=63,15|232=64,15|235=65,15|228=66,15|232=67,15|231=68,15|241=69,15|236=70,15|242=71,15|242=72,15|240=73,15|240=74,15|243=75,15|243=76,15|242=77,15|233=78,15|242=79,15|236=80,15|243=81,15|238=82,15|240=83,15|235=84,15|235=85,15|238=86,15|240=87,15|235=88,15|232=89,15|237=90,15|235=91,15|236=92,15|234=93,15|240=94,15|231=95,15|241=96,15|234=97,15|238=98,15|229=99,15|
  228=0,16|225=1,16|226=2,16|225=3,16|222=4,16|223=5,16|229=6,16|229=7,16|234=8,16|235=9,16|232=10,16|230=11,16|229=12,16|230=13,16|232=14,16|235=15,16|229=16,16|235=17,16|233=18,16|234=19,16|231=20,16|232=21,16|219=22,16|230=23,16|229=24,16|236=25,16|238=26,16|226=27,16|225=28,16|227=29,16|227=30,16|226=31,16|227=32,16|218=33,16|225=34,16|224=35,16|226=36,16|224=37,16|230=38,16|222=39,16|222=40,16|229=41,16|226=42,16|231=43,16|225=44,16|226=45,16|228=46,16|226=47,16|227=48,16|229=49,16|230=50,16|230=51,16|230=52,16|230=53,16|232=54,16|231=55,16|230=56,16|225=57,16|229=58,16|226=59,16|229=60,16|232=61,16|232=62,16|232=63,16|222=64,16|228=65,16|223=66,16|232=67,16|224=68,16|233=69,16|230=70,16|235=71,16|236=72,16|236=73,16|233=74,16|236=75,16|234=76,16|234=77,16|227=78,16|234=79,16|229=80,16|240=81,16|232=82,16|238=83,16|234=84,16|234=85,16|241=86,16|238=87,16|237=88,16|231=89,16|238=90,16|233=91,16|236=92,16|233=93,16|240=94,16|230=95,16|237=96,16|231=97,16|237=98,16|226=99,16|
End