Page 1 of 1

Vigil: The Longest Night +7

Posted: Sat Oct 17, 2020 5:36 am
by Cielos

Update.1
- updated undead, continues damage, like fire, poison, etc, won't kill you anymore.
- updated ignore stamina. rewrote the script, function is changed slightly, but ultimately it works the same.
- updated easy Foresight to auto counter. rewrote the scripts, it deals with the flag rather than the timer now,
undead
- health still drop when being hit but you won't be killed.
- fall from height could still result in instant death.

ignore stamina
- do whatever you want regardless of the stamina bar.

auto counter
- works on sword and daggers. may need to learn the corresponding skills first (Foresight for sword, Comet Strike for dagger).
- when bow/axe is equipped, the damage received from valid attack would be nullified instead.

ignore quick item quantity
- as title suggests, you can use a quick item (and the health potion with short-cut key) regardless of its remaining quantity.
- item quantity still drop until it reaches zero.

inf. arrows
- arrow quantities won't drop below 1.

ignore gold
- buy anything regardless of your remaining gold amount.
- gold amount still drop until it reaches zero when you do a purchase.

ignore skill point
- learns skills regardless of your remaining skill points.
- skill points would show a negative number if you used more than you have, this way you can choose not to overpower yourself too much by keeping track on the skill points.
latest:
vigil.CT
+7, table Update.1
(434.83 KiB) Downloaded 1441 times
backup:
vigil.CT
+7
(414.52 KiB) Downloaded 260 times
quite many bad news recently, need some distractions, and this is one of the results.
probably won't update much.

Re: Vigil: The Longest Night +7

Posted: Sat Oct 17, 2020 5:41 am
by zyzerg
真是太棒了,感谢分享~~~

Re: Vigil: The Longest Night +7

Posted: Sat Oct 17, 2020 12:39 pm
by evanshepherd
Could you please update your Ys8 table?

Re: Vigil: The Longest Night +7

Posted: Sun Oct 18, 2020 11:57 pm
by Ruiner
Any specific order this needs to be activated in? I've tried enabling at main menu, then the cheats in game, no go. Enabling and cheats at main menu, no go. Enabling and cheats in game, no go. I know I suck at Soulslike combat, and that first boss just destroys me.

Re: Vigil: The Longest Night +7

Posted: Tue Oct 20, 2020 4:02 am
by beguiler
Seems to be working for me. Just check enable then check the ones you want activated. I did it in game.

Here is my contribution: Enable Enchant. At the blacksmith even if you don't have the gem you can enchant if you have the gold. I am pretty sure it doesn't work with Cielos' ignore gold but I didn't test it since I gave myself a lot of gold already. ;) Select all and paste it to your table and save. If you are using Cielos' script just make sure to put it under the enable group cause it needs mono activated before you use it. If you are using your own script you must enable mono through the mono->activate mono features menu item in CE or write a short enable mono script before you use it.
Enable Enchant code

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>44</ID>
      <Description>"Enable Enchant (no gems necessary but requires money see notes in script comments)"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// You can enchant regardless of if you have the gem or not.
//
// NOTE: Still need money cost to enchant. Only 1 enchant per weapon at a time.
// NOTE2: Sometimes stops working if you keep changing the enchantment without
//        exiting enchant menu. Just disable then scroll through the gems and
//        enable again to fix it.
// NOTE3: Eats up the gem if you have it.

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanregion(canEnchantAOB,Night:EnchantUI:canEnchant,Night:EnchantUI:canEnchant+10,55 8b EC 53 57 83 EC 10)
registersymbol(canEnchantAOB)

canEnchantAOB:
  db c3
  // ret
 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
canEnchantAOB:
  db 55
  // push ebp
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Vigil: The Longest Night +7

Posted: Sun Oct 25, 2020 1:42 pm
by MurderInc
Requesting a way to clear all fog of war to see the entire map.
Infinite double-jump or no-clip is fine too.

Re: Vigil: The Longest Night +7

Posted: Sun Nov 22, 2020 7:20 pm
by Bossieraziel
Hi. Undead is so far the only one I can not use. I still get killed by enemies. The rest though, they are working flawlessly!

Re: Vigil: The Longest Night +7

Posted: Tue Dec 01, 2020 12:05 pm
by KS212
Any chance this can be updated? The Undead and Stamina options enable, but they do nothing... you can still die to hits and the Stamina bar will fill up to yellow and you'll actually run out of breath. Auto counter won't enable anymore either.

Re: Vigil: The Longest Night +7

Posted: Sat Nov 06, 2021 1:15 pm
by D34DC0RN
Is it possible to update it for the latest version?

Re: Vigil: The Longest Night +7

Posted: Thu Nov 11, 2021 12:56 am
by arthurfrade
I am also hoping for an updated version =)

Re: Vigil: The Longest Night +7

Posted: Mon Jul 11, 2022 3:06 am
by gavan95
I think you should update your table, the last update make it inable to use it

Re: Vigil: The Longest Night +7

Posted: Tue Jul 12, 2022 2:20 am
by tonykr966
There's another table at viewtopic.php?f=4&t=14089

Re: Vigil: The Longest Night +7

Posted: Thu Apr 25, 2024 3:33 pm
by kanifeli
Any chance for an update to this table?