Page 1 of 1

Skyhill

Posted: Sun May 07, 2017 10:06 am
by STN
Simple table for Skyhill, may or may not work. Game generates code at runtime so table has a high chance of not working / detecting the wrong code / crashing.

Usage info:
Scripts with "To Activate: XXX" can only be activated (put an "X" into the box) after doing action XXX.
Scripts with "To Update: XXX" will only update their effect after doing action XXX.
Addresses with "XXX?" will enable the script effect XXX when 1 is put into the Value.

In general:
A. Do action YYY.
B. Activate (put an X) the "Initialization (Activate This First)" script.
C. Activate (put an X) the "Base Address Scan (To Activate: YYY, To Update: ZZZ)" script.
D. Enable (put a 1) the desired effect. Example: "Set Health to Max?" address.
E. Do action ZZZ.


Important information.
1. Uses Mono, may require an updated monodata collector plugin from here.


V1000
1. CharacterData.
"Health Set to Max?" sets Health to max
"Food Set to Max?" sets Food to max.

2. Character.
Must hit the enemy at least once to take effect.
"Enemy Health Set to 0?" sets Enemy Health to 0 for quick kills.
"Enemy Damage Set to 0?" sets Enemy Damage to 0.
"Enemy EXP Set to EXP Value?' sets Enemy EXP to EXP value.

Made by Shinkansen

Re: Skyhill

Posted: Fri May 08, 2020 4:52 am
by Lord Blade
Can you update this table please?

Re: Skyhill

Posted: Fri May 08, 2020 5:01 am
by STN
Up to Shinkansen

Re: Skyhill

Posted: Fri May 08, 2020 9:07 am
by mochongli
Skyhill_simple.CT
(3.22 KiB) Downloaded 591 times
Need to perform relevant actions before activation

Applicable to all versions
=======================
100%Hit,Always Max Damage
No poisoning
400%Item drop
=======================

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"======================="</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
[DISABLE]
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>11</ID>
      <Description>"100%Hit,Always Max Damage"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>aobscan(base,83 C4 10 8B D0 8B 45 D4 8B 4D D0 83 EC 04)
[ENABLE]
base-0cc:
db 90 90 90 90 90 90
base+0f:
push edx
[DISABLE]
base-0cc:
db 0F 86 80 02 00 00
base+0f:
push ecx
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>10</ID>
      <Description>"No poisoning"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>aobscan(base,8B 45 84 83 EC 04 6A 65 6A)
[ENABLE]
base+9:
db 33
[DISABLE]
base+9:
db 0
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>7</ID>
      <Description>"400%Item drop"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>aobscan(basea,D9 43 28 D9 43 2C DE C9 DF F1)
aobscan(baseb,0F B6 C0 85 C0 74 30 43)
[ENABLE]
basea:
fldz
nop

baseb:
mov ebx,4
db eb 30
[DISABLE]
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>6</ID>
      <Description>"======================="</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
[DISABLE]
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>5</ID>
      <Description>"======================="</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
[DISABLE]
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>3</ID>
      <Description>"======================="</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
[DISABLE]
</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>2</ID>
      <Description>"======================="</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
[DISABLE]
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Skyhill

Posted: Sat Sep 18, 2021 9:16 pm
by Valentine
Not work for me :(