Skip to content

Instantly share code, notes, and snippets.

@Atvaark
Last active March 31, 2025 18:37
Show Gist options
  • Select an option

  • Save Atvaark/f308e1d8e00e07106452 to your computer and use it in GitHub Desktop.

Select an option

Save Atvaark/f308e1d8e00e07106452 to your computer and use it in GitHub Desktop.

Revisions

  1. Atvaark revised this gist May 4, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ## Updates

    ### 05/04/2020
    ### 04/05/2020
    * Added HP Min Offset
    * Added “Replenishment [Phantom Color]” from previous tables versions (not made by me)
    * Mapped some offsets for easier reading
  2. @LordRadai LordRadai revised this gist May 4, 2020. 1 changed file with 3 additions and 8 deletions.
    11 changes: 3 additions & 8 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -442,13 +442,7 @@ Hero > Gesture Equip Data

    ## What is Parry Mutliplier?
    I don't know 100% how it works, but I have a theory based on how the other souls games manage parry frames. The game stores animation informations, such as active parry frames, effects and active attack frames inside TAE (TimeActEvent) files. Now, weapons have the same parrying animations, but some of them have different parry frames (i.e. Curved swords parry animation is the same for all curved swords, but monastery scimitar has more active frames than the others), my theory is that the developers made a base animation with X parry frames and added an offset to change more easiliy the active frames of a weapon without touching the TAE.
    For reference, Monastery scimitar has Parry Multuplier set to 1 and has 8 startup, 10 active. Scimitar has Parry Multiplier set to 0.6 and has 14 startup, 4 active. As you can see, the end point is still at frame #18, but the start point is moved backwards. This float accepts values ranging from 0 to 1, going above 1 will make the frames behave like if it was set to 1.
    MonScim:
    Startup Active
    ========|==========|===========
    Scimitar:
    Startup Active
    ==============|====|===========
    For reference, Monastery Scimitar has Parry Multuplier set to 1 and has 8 startup, 10 active. Scimitar has Parry Multiplier set to 0.6 and has 14 startup, 4 active. As you can see, the end point is still at frame nr 18, but the start point is moved backwards for Monastery Scimitar. This float accepts values ranging from 0 to 1, going above 1 will make the frames behave like if it was set to 1.
    The game manages parrying clientside, this means that these changes will not affect how you parry other players, but only how you get parried. We don't have a way to edit TAE files in DS2, so there is no way to properly edit parry frames.

    ## Item IDs
    @@ -1696,4 +1690,5 @@ Id | Name
    * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff
    * [eur0pa](https://github.com/eur0pa/) for Heihachi moveset
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for monstervac, SoFS stuff and help with the table
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item IDs and item Swap script for the original Dark Souls 2 (32)
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item IDs and item Swap script for the original Dark Souls 2 (32)
    * [LordRadai](https://www.youtube.com/channel/UCyKISRhyAMiRaQdGZEIoamA) for ChrNetworkPhantomParam Helper, WeaponTypeParam Helper and for mapping some offsets
  3. @LordRadai LordRadai revised this gist May 4, 2020. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -82,6 +82,10 @@ See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca1
    ###### [ table: General ]
    Helpers > Equipped Weapon

    ### How to change weapon mundane scaling type?
    ###### [ table: Helpers ]
    Open [WeaponTypeParam Helper], find the ID of the weapon type you want to edit, put it in [Address to Use], click [Open] and go to the very bottom of the offsets list. Most weapons with normal mundane scaling use 6554368. If you want to change how mundane scales with your stats, then you gotta edit the values inside [PhysicalStatsPerLevelStatValuesParam].

    ### Game crashes when I try to use advanced options/find what this adress this code access
    1. Go to Cheat Engine Options > Debugger Options
    2. Set Debugger method to "Use VEH Debugger"
    @@ -391,6 +395,10 @@ Amount | Color
    Open ChrNetworkPhantom Helper, from here, you can change the default color each phantom type has (i.e. Make white phantoms red)
    If you want to change rank up colors and aura effects, get the NetworkPhantom ID you want to change and put it in [Address to Use], from there, you can make your changes. Keep in mind that this methord changes your client's values, thus applying the changes you make to everyone (if you make white phantom color red, then every white phantom becomes red). This is also completely client side and will not be visible online.

    ###### Method 3:
    ###### [ table: Scripts ]
    Open Replenishment [Phantom Color], change the values and then cast replenishment.

    ### How to become invisible?
    ###### [ table: General ]
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    @@ -432,6 +440,17 @@ If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters /
    ###### [ table: General ]
    Hero > Gesture Equip Data

    ## What is Parry Mutliplier?
    I don't know 100% how it works, but I have a theory based on how the other souls games manage parry frames. The game stores animation informations, such as active parry frames, effects and active attack frames inside TAE (TimeActEvent) files. Now, weapons have the same parrying animations, but some of them have different parry frames (i.e. Curved swords parry animation is the same for all curved swords, but monastery scimitar has more active frames than the others), my theory is that the developers made a base animation with X parry frames and added an offset to change more easiliy the active frames of a weapon without touching the TAE.
    For reference, Monastery scimitar has Parry Multuplier set to 1 and has 8 startup, 10 active. Scimitar has Parry Multiplier set to 0.6 and has 14 startup, 4 active. As you can see, the end point is still at frame #18, but the start point is moved backwards. This float accepts values ranging from 0 to 1, going above 1 will make the frames behave like if it was set to 1.
    MonScim:
    Startup Active
    ========|==========|===========
    Scimitar:
    Startup Active
    ==============|====|===========
    The game manages parrying clientside, this means that these changes will not affect how you parry other players, but only how you get parried. We don't have a way to edit TAE files in DS2, so there is no way to properly edit parry frames.

    ## Item IDs

    Id | Name
  4. @LordRadai LordRadai revised this gist May 4, 2020. 1 changed file with 16 additions and 3 deletions.
    19 changes: 16 additions & 3 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,14 @@

    ## Updates

    ### 05/04/2020
    * Added HP Min Offset
    * Added “Replenishment [Phantom Color]” from previous tables versions (not made by me)
    * Mapped some offsets for easier reading
    * Added offset +74 (Parry Multiplier) under [Equipped Weapon]
    * Added WeaponTypeParam Helper
    * Added ChrNetworkPhantom Helper

    ### 17/06/2017
    * Updated links (replaced Cheat Engine Forum links to the Fearless Cheat Engine)
    * Fixed Effect list link.
    @@ -14,10 +22,9 @@
    ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+)

    ### Scholar of the First Sin (1.0.2.0):
    * [Download](http://fearlessrevolution.com/download/file.php?id=3905)
    * [Mirror](https://git.io/vHhmu)
    * [Download](https://www.mediafire.com/file/re884lpdo7zgg0p/Dark_Souls_II_-_SotFS_2.0.ct/file)

    ### Dark Souls 2 (1.0.11.0):
    ### Dark Souls 2 (1.0.11.0) NOT UPDATED:
    * [Download](http://fearlessrevolution.com/download/file.php?id=3906)
    * [Mirror](https://git.io/vHhmM)

    @@ -351,6 +358,7 @@ Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right cl

    ### How to change phantom color?
    ###### [ table: General ]
    ###### Method 1:
    You can stack multiple white ring effects on self / equipment:

    Amount | Color
    @@ -378,6 +386,11 @@ Amount | Color
    21 |Blue Ghost
    22 |Dark Blue

    ###### Method 2
    ###### [ table: Helpers ]
    Open ChrNetworkPhantom Helper, from here, you can change the default color each phantom type has (i.e. Make white phantoms red)
    If you want to change rank up colors and aura effects, get the NetworkPhantom ID you want to change and put it in [Address to Use], from there, you can make your changes. Keep in mind that this methord changes your client's values, thus applying the changes you make to everyone (if you make white phantom color red, then every white phantom becomes red). This is also completely client side and will not be visible online.

    ### How to become invisible?
    ###### [ table: General ]
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
  5. @Githubaccountforrandomshit Githubaccountforrandomshit revised this gist Jun 17, 2017. 1 changed file with 11 additions and 6 deletions.
    17 changes: 11 additions & 6 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,10 @@

    ## Updates

    ### 17/06/2017
    * Updated links (replaced Cheat Engine Forum links to the Fearless Cheat Engine)
    * Fixed Effect list link.

    ### 23/12/2016
    * The SoFS table has been updated.
    * Hostility, Class, Infusion, Phantom and Bonfire IDs were moved to an attachment
    @@ -10,18 +14,19 @@
    ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+)

    ### Scholar of the First Sin (1.0.2.0):
    * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594042#5594042)
    * [Download](http://fearlessrevolution.com/download/file.php?id=3905)
    * [Mirror](https://git.io/vHhmu)

    ### Dark Souls 2 (1.0.11.0):
    * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594027#5594027)
    * [Download](http://fearlessrevolution.com/download/file.php?id=3906)
    * [Mirror](https://git.io/vHhmM)

    ## Other tables on the CE Forum:

    Title | Link
    ------------------------ | ----------------------------------------------------
    Dark souls: PTED | http://forum.cheatengine.org/viewtopic.php?p=5708578
    Dark Souls II | http://forum.cheatengine.org/viewtopic.php?t=572974
    Scholar of the First Sin | http://forum.cheatengine.org/viewtopic.php?t=580758
    Dark souls: PTED | http://fearlessrevolution.com/viewtopic.php?f=4&t=3091
    Dark Souls II and SOFS | http://fearlessrevolution.com/viewtopic.php?f=4&t=3092
    Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191

    ## Other Stuff
    @@ -30,7 +35,7 @@ Title | Link
    --------------------------------- | ---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Effect ID's (by Zullie) | http://git.io/vtpix
    Effect ID's (by Zullie) | http://git.io/vHhGP
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum) | http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
  6. Atvaark revised this gist Mar 28, 2017. 1 changed file with 65 additions and 65 deletions.
    130 changes: 65 additions & 65 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    #Dark Souls II and Scholar of the First Sin Cheat Engine Guide
    # Dark Souls II and Scholar of the First Sin Cheat Engine Guide

    ## Updates

    @@ -18,26 +18,26 @@
    ## Other tables on the CE Forum:

    Title | Link
    -------------------------|----------------------------------------------------
    ------------------------ | ----------------------------------------------------
    Dark souls: PTED | http://forum.cheatengine.org/viewtopic.php?p=5708578
    Dark Souls II | http://forum.cheatengine.org/viewtopic.php?t=572974
    Scholar of the First Sin | http://forum.cheatengine.org/viewtopic.php?t=580758
    Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191

    ## Other Stuff

    Title | Link
    ---------------------------------|---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Effect ID's (by Zullie) | http://git.io/vtpix
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
    Modelswap IDs 2 | http://git.io/NKRz
    Equipped Armor IDs | http://git.io/vTAsf
    Item List in the Decimal Format | http://git.io/vkGrx
    Light Table Info (by Lightanon) | http://git.io/vkhlq
    Title | Link
    --------------------------------- | ---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Effect ID's (by Zullie) | http://git.io/vtpix
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum) | http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
    Modelswap IDs 2 | http://git.io/NKRz
    Equipped Armor IDs | http://git.io/vTAsf
    Item List in the Decimal Format | http://git.io/vkGrx
    Light Table Info (by Lightanon) | http://git.io/vkhlq

    ## For Wizards aka Atvaarks corner
    ###### Params
    @@ -67,7 +67,7 @@ See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca1
    ## FAQ

    ### Is there a way to change a weapon's damage? Or better said, to edit it?
    ######[ table: General ]
    ###### [ table: General ]
    Helpers > Equipped Weapon

    ### Game crashes when I try to use advanced options/find what this adress this code access
    @@ -77,7 +77,7 @@ Helpers > Equipped Weapon
    [Video](http://www.youtube.com/watch?v=CPEfgo169hs)

    ### How to change weapon effects?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table.
    2. Enable "Find Bullet / Effect / Move"
    3. Open Memory View
    @@ -87,19 +87,19 @@ Helpers > Equipped Weapon
    7. Add this address to the table and set whatever effect you want it to have.

    ### How to use untextured weapons online?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table.
    2. Helpers > Equipped Weapons > %Hand% > Equiped Weapon
    Use dropdown list and select weapon names starts from "Untextured*"

    ### Does anyone know how or where I can get first person mod?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table.
    2. Camera > Force Camera State (Set it to 2).
    3. You might want to adjust FoV for better results (Camera Lock > CamFovY)

    ### Please Help! How to remove hacked +14 Item?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table.
    2. Go to Scripts > "+14 crash protection"
    3. You should be able to remove the +14 weapon from your inventory without crash. If you can't start the game try to enable this script from the main menu.
    @@ -181,8 +181,8 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:

    [Video Tutorial](http://www.youtube.com/watch?v=lolM7RV22gs)

    ###How to Change Sin / Wretch Status?
    ######[ table: General ]
    ### How to Change Sin / Wretch Status?
    ###### [ table: General ]
    Hero > Player Data

    Value | Status
    @@ -193,20 +193,20 @@ Value | Status


    ### How to change Soul Memory?
    ######[ table: General ]
    ###### [ table: General ]

    Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then:
    Hero > Player Data Soul Memory

    ### How to change my Attributes?
    ######[ table: General ]
    ###### [ table: General ]
    Hero > Attributes

    ######[Note:]
    ###### [Note:]
    - Editing your attributes or stats does increase your soul level.

    ### How to change character class?
    ######[ table: General ]
    ###### [ table: General ]
    You will need a Soul Vessel for this change to affect your stats.

    1. Open the General table in CE
    @@ -215,14 +215,14 @@ You will need a Soul Vessel for this change to affect your stats.
    Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.

    ### How to change my character name?
    ######[ table: General ]
    ###### [ table: General ]
    Open the General table > Character Name

    ### I'm wondering how many letters can fit in the name?
    31.

    ### How do I change the color of my name?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table in CE.
    2. Go to the Character name pointer

    @@ -258,27 +258,27 @@ Purple | #800080
    For example: #c[FF0000]Knight#c will give you a red

    ### How to bypass censor for my own name?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table in CE.
    2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored.

    [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84)

    ### How to Dupe Character?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table in CE.
    2. > Save Slot (Profile Index)
    3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1).
    4. Quit your current game and load your saves, the dupe should be in the next slot down.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ### How to change New Game type (+) value?
    ######[ table: General ]
    ###### [ table: General ]

    Open the General table in CE > New Game Type (ClearCount)

    ### How to warp to other locations / unlock bonfires?
    ######[ table: General ]
    ###### [ table: General ]

    ###### Wraping:
    1. Open the General table in CE.
    @@ -293,59 +293,59 @@ Scripts > Unlock All Bonfires
    ### How to change my team type (hostility)?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However if you change "Permission flag" you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    ######[ table: General ]
    ###### [ table: General ]
    Open the General table in CE > Team Type and use dropdown menu.

    ### How to Extending Torch Life?
    ######[ table: General ]
    ###### [ table: General ]
    1. Open the General table in CE.
    2. Go to Hero > Player Data > Torch Time

    ### How to backstab teleport other players?
    ######[ table: General ]
    ###### [ table: General ]

    Session Info > Current Online Players. %Player% > Other > TP player to self for backstab
    Or Session Info > Vacuum All Players to Self

    ### How to enable Godmode?
    ######[ table: General ]
    ###### [ table: General ]
    Scripts > Unlimited iFrames

    ### How to banish invaders?
    ######[ table: General ]
    ###### [ table: General ]
    Go to Scripts > Freeze Effects
    Enable this script and use your Black separation crystal which would force everyone return back to their worlds.

    ### How to Noclip?
    ######[ table: General ]
    ###### [ table: General ]
    If you want to noclip, use the value 18 or 19 in the “Permissions” pointer.

    ####How to create custom spells?
    ######[ table: General ]
    #### How to create custom spells?
    ###### [ table: General ]
    Helpers > Bullet Structure Helper

    ### How to change Ring Effects?
    ######[ table: General ]
    ###### [ table: General ]
    Helpers > Last Ring Equipped

    ### How to edit effects / change buff duration?
    ######[ table: General ]
    ###### [ table: General ]
    Helpers > Effect / Hit Helper.
    ####How to add spells / bullets to my attacks?
    ######[ table: General ]
    #### How to add spells / bullets to my attacks?
    ###### [ table: General ]
    1. Open the General Table.
    2. Go to Helpers > Attack Motion Param Helper

    ####How to use "Rest" (bonfire sitting animation)?
    ######[ table: General ]
    #### How to use "Rest" (bonfire sitting animation)?
    ###### [ table: General ]
    Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right click on the address > set hotkeys):

    16 = sit
    32 = get up
    45 = use last consumable

    ### How to change phantom color?
    ######[ table: General ]
    ###### [ table: General ]
    You can stack multiple white ring effects on self / equipment:

    Amount | Color
    @@ -374,44 +374,44 @@ Amount | Color
    22 |Dark Blue

    ### How to become invisible?
    ######[ table: General ]
    ###### [ table: General ]
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]
    #### How to change weapon's position (like carrying a greatsword as a longsword)?
    ###### [ table: General ]
    Helpers > Equipped Weapons > %Hand% - Grip Type - Powerstance

    ### How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]
    ###### [ table: General ]
    Scripts > Player > Ignore Equipment Effects

    ### How to roll and attack without breaking "Chameleon" camouflage?
    ######[ table: General ]
    ###### [ table: General ]
    Scripts > Freeze Effects

    ### How to use healing items in the BoB arena or in other worlds?
    ######[ table: General ]
    ###### [ table: General ]
    Scripts > Estus is Always Available

    ### What is Get Summoned as Mirror Squire from Anywhere?
    ######[ table: General ]
    ###### [ table: General ]
    You can be summoned by Looking Glass Knight as Mirror Squire from anywhere in Dark Souls 2 world.
    For example from Iron Keep.

    ### How to change jump length and jump distance?
    ######[ table: General ]
    ###### [ table: General ]
    Param Mods > Character Move Param

    ####How to revive or de-aggro npc?
    ######[ table: General ]
    #### How to revive or de-aggro npc?
    ###### [ table: General ]
    World Flags > Npc

    Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression
    If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script.

    ## How to Equip Unused Gesture?
    ######[ table: General ]
    ###### [ table: General ]
    Hero > Gesture Equip Data

    ## Item IDs
    @@ -767,7 +767,7 @@ Id | Name
    00546190 | Homunculus Mace
    005488A0 | Transgressor's Staff

    ###Shields
    ### Shields

    Id | Name
    -------- | ---------------------------------------------------
    @@ -841,7 +841,7 @@ Id | Name
    00B482F0 | Homunculus Wooden Shield
    00B4AA00 | Transgressor's Leather Shield

    ###Spells
    ### Spells

    Id | Name
    -------- | ---------------------------------------------------
    @@ -941,7 +941,7 @@ Id | Name
    02174740 | Lifedrain Patch
    02176E50 | Profound Still

    ###Armor
    ### Armor

    Id | Name
    -------- | ---------------------------------------------------
    @@ -1321,7 +1321,7 @@ Id | Name
    01AA7C16 | Targray's Manifers
    01AA7C17 | Targray's Leggings

    ###Rings
    ### Rings

    Id | Name
    -------- | ---------------------------------------------------
    @@ -1426,7 +1426,7 @@ Id | Name
    026E40E0 | Ancient Dragon Seal
    0280DE80 | Agape Ring

    ###Arrows-Bolts
    ### Arrows-Bolts

    Id | Name
    -------- | ---------------------------------------------------
    @@ -1449,7 +1449,7 @@ Id | Name
    03A205F0 | Fire bolt
    03A22D00 | Dark bolt

    ###Smithing Items
    ### Smithing Items

    Id | Name
    -------- | ---------------------------------------------------
    @@ -1471,7 +1471,7 @@ Id | Name
    03A51330 | Old Mundane Stone
    03A53A40 | Palestone

    ###Keys
    ### Keys

    Id | Name
    -------- | ---------------------------------------------------
    @@ -1636,7 +1636,7 @@ Id | Name
    00563650 | Blood-stained Great Club
    00565D60 | Blood-stained Caestus

    ###Scholar of the First Sin Items
    ### Scholar of the First Sin Items

    Id | Name
    -------- | ---------------------------------------------------
  7. Atvaark revised this gist Dec 23, 2016. 1 changed file with 144 additions and 855 deletions.
    999 changes: 144 additions & 855 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,35 +2,27 @@

    ## Updates

    ### 14/08/2016
    * Updated download links and removed dead links
    ### 23/12/2016
    * The SoFS table has been updated.
    * Hostility, Class, Infusion, Phantom and Bonfire IDs were moved to an attachment

    ### 23/07/2015
    * Updated DS2 and SoFS tables for Windows 10
    ## General Tables
    ##### (These tables are only for [Cheat Engine 6.6](http://www.cheatengine.org/downloads.php)+)

    ### Scholar of the First Sin (1.0.2.0):
    * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594042#5594042)

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/
    ### Dark Souls 2 (1.0.11.0):
    * [Download the latest version from the CE forum](http://forum.cheatengine.org/viewtopic.php?p=5594027#5594027)

    ###### Tables on the CE Forum:
    ## Other tables on the CE Forum:

    Title | Link
    -------------------------|----------------------------------------------------
    Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=580758
    Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974

    ## General Tables
    ##### (This tables are only for [Cheat Engine 6.5.1](http://www.cheatengine.org/downloads.php) or higher)

    #### Scholar of the First Sin (1.0.2.0)
    ##### General 23/07/2015
    * https://a.pomf.cat/eotbjq.ct
    * [Alt. download link](https://gist.github.com/AlexWTF/58a161ef49887f2576b3402239018194/archive/6356c57f812cbd382f204102e214e26ac92c5fae.zip)

    #### Dark Souls 2 (1.0.11.0)
    ##### General 23/07/2015
    * https://a.pomf.cat/tkwosz.ct
    * [Alt. download link](https://gist.github.com/AlexWTF/4639722e0005341e269ceba0c9b29988/archive/e71e04a4197b5372c46fa96d3ea2604948b82fe4.zip)
    Dark souls: PTED | http://forum.cheatengine.org/viewtopic.php?p=5708578
    Dark Souls II | http://forum.cheatengine.org/viewtopic.php?t=572974
    Scholar of the First Sin | http://forum.cheatengine.org/viewtopic.php?t=580758
    Dark Souls III | http://forum.cheatengine.org/viewtopic.php?t=589191

    ## Other Stuff

    @@ -68,262 +60,108 @@ ItemName.fmg | http://git.io/NKRS
    DetailedExplanation.fmg | http://git.io/NKRA
    SimpleExplanation.fmg | http://git.io/NK0I
    BonfireName.fmg | http://git.io/NK0s


    ## Content

    * FAQ
    * How to install Cheat Engine from the SVN Repository?
    * Is there a way to change a weapon's damage? Or better said, to edit it?
    * Game crashes when I try to use advanced options/find what this adress this code access
    * How to change weapon effects?
    * How to use untextured weapons online?
    * Does anyone know how or where i can get first person mod?
    * Please Help! How to remove hacked +14 Item?
    * The game crashing as soon as click on "Enable..."
    * Where I can get "Connection mod" / "Connection Script?"
    * What is the Session Info?
    * Will I get banned for using Cheat Engine?
    * What is a softban?
    * Do softban affect whole Steam account or just the character?
    * How long do bans last for?
    * How do I get out of a soft ban?
    * How to Backup Dark Souls 2 Save Files?
    * What is family sharing limitations?
    * Can I get softbanned for if I get from a friend?
    * Can I get softbanned for for editing stats and spawning items offline?
    * What about VAC?
    * Can I get banned for using DS2fix?
    * Can game detect dll injections and hooks?
    * Did the last patch disable all tables/scripts?
    * What is the difference between a table and a trainer?
    * How to merge Cheat Engine tables?
    * There are a lot of tables, I want to use multiple tables at once!
    * How can I remove the name censor (the *'s in people's names)?
    * I use Windows 8 / 8.1 / Windows 10
    * How can I transfer saves?
    * How to Change Sin / Wretch Status?
    * How to change Soul Memory?
    * How to change my stats?
    * How to change character class?
    * How to change my character name?
    * I'm wondering how many letters can fit in the name?
    * How do I change the color of my name?
    * How to Dupe Character?
    * Changing New Game value
    * Warping to any Bonfire.
    * What is hostility status?
    * Changing Your Hostility Status
    * Extending Your Torch Life
    * Editing your Character Build
    * How to use "Helpers"?
    * How to teleport?
    * How to backstab teleport other players?
    * What is the difference between new Godmode and the old one?
    * How to banish Dark Spirits?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to Noclip?
    * How to create custom spells?
    * How to change Ring Effects?
    * How to edit effects / change buff duration?
    * How to add spells / bullets to my attacks?
    * How to use bonfire sitting animation in SoFS?
    * How to kill players who use the "Bonfire Sitting Animation"?
    * How to change phantom color?
    * How to become invisible?
    * How to kill npc in other worlds?
    * How to modify weapon properties?
    * How to change weapon's position (like carrying a greatsword as a longsword)?
    * How to backstab people in Jester's / Gower's / Iron Clad?
    * How to roll and attack without breaking "Chameleon" camouflage?
    * How to use "Banish Phantom pointers?
    * How to use consumables and chug estus in the BoB arena / other worlds?
    * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world?
    * What is "Disable LKG Summon Area Restruction"?
    * How to change jump length and jump distance?
    * How to revive / de-aggro npc?
    * Item Duping and Item Transformation
    * Raising Covenant Rank
    * Changing Your Character Name
    * Editing Character Build
    * Freecam Controls
    * [Patched] Become the Barrel
    * Become Invisible (Mostly)
    * Extra Magic
    * Unused Gestures
    * Appendix
    * Bonfire List
    * Item IDs
    * DLC Item IDs
    * Recolored Items
    * Scholar of the First Sin Items
    * Videos
    * Contributors

    ## FAQ

    #### How to install Cheat Engine from the SVN repostitory?

    Steps:
    ###### Hostility, Class, Infusion, Phantom and Bonfire IDs
    See: [Attachment AdditionalIDList.md ](https://gist.github.com/Atvaark/69c6dcca10b226895a12#file-additionalidlist-md)

    * Install Cheat Engine 6.4 - official build from CE homepage, if you already have it skip this step
    * Create backup of CE folder (simply 7zip it, or WinRAR it)
    * Extract files from 7zip package, copy to CE folder, and overwrite original files when asked.
    * Test
    * You can always revert to previous version (install Cheat Engine 6.4 again or restore from backup)
    ## FAQ

    #### Is there a way to change a weapon's damage? Or better said, to edit it?
    ### Is there a way to change a weapon's damage? Or better said, to edit it?
    ######[ table: General ]
    Helpers > Equipped Weapon

    Players > Slot Data > Weapon Data > Damages

    Players > Slot Data > Weapon Data > Properties

    #### Game crashes when I try to use advanced options/find what this adress this code access
    ### Game crashes when I try to use advanced options/find what this adress this code access
    1. Go to Cheat Engine Options > Debugger Options
    2. Set Debugger method to "Use VEH Debugger"

    [You have to change the debugger settings first.](http://www.youtube.com/watch?v=CPEfgo169hs)
    [Video](http://www.youtube.com/watch?v=CPEfgo169hs)

    #### How to change weapon effects?
    ### How to change weapon effects?
    ######[ table: General ]

    1. Open the General table.
    2. Go to "Advanced Options" > Get Effects Opcode

    [Video](http://www.youtube.com/watch?v=2lUmhQqFhl0)

    #### How to use untextured weapons online?
    2. Enable "Find Bullet / Effect / Move"
    3. Open Memory View
    4. Ctrl + G in the disassembler window and type "geareffects"
    5. Right click on the instruction > Find out what addresses this instruction accesses
    6. Open inventory and highlight any armor piece and you'll get the effect address in your debugger.
    7. Add this address to the table and set whatever effect you want it to have.

    ### How to use untextured weapons online?
    ######[ table: General ]

    1. Open the General table.
    2. Go to Players > Slot Data > Weapon Data > Hand > Equipped Weapon

    [Video](http://www.youtube.com/watch?v=LMt5YLHr9rA)
    2. Helpers > Equipped Weapons > %Hand% > Equiped Weapon
    Use dropdown list and select weapon names starts from "Untextured*"

    #### Does anyone know how or where I can get first person mod?
    ### Does anyone know how or where I can get first person mod?
    ######[ table: General ]

    1. Open the General table.
    2. Go to Scripts > Camera > Force Camera State (Set it to 2).
    3. You might want to adjust FoV for better results

    #### Please Help! How to remove hacked +14 Item?
    2. Camera > Force Camera State (Set it to 2).
    3. You might want to adjust FoV for better results (Camera Lock > CamFovY)

    ### Please Help! How to remove hacked +14 Item?
    ######[ table: General ]

    1. Open the General table.
    2. Go to Scripts > Player > Tick "+14 crash protection"
    3. Remove the +14 weapon from your inventory.

    [Video](https://youtu.be/jWHXeaMqPco)

    #### The game crashing as soon as click on the "Enable..." button"

    Reinstall Cheat Engine 6.4 and tick [Reset Settings](http://i.imgur.com/LTReVb3.jpg)
    2. Go to Scripts > "+14 crash protection"
    3. You should be able to remove the +14 weapon from your inventory without crash. If you can't start the game try to enable this script from the main menu.

    ### The game crashing as soon as click on the "Enable..." button"
    Make sure that you have the latest Cheat Engine version. http://www.cheatengine.org/
    The current version of the table requires cheat engine 6.6

    #### Where I can get "Connection mod" / "Connection Script?"
    ### Is it possible to view opponent's stats?
    Session Info > Current Online Player

    ######[ table: General ]

    [Use Num9 Hotkey](https://www.youtube.com/watch?v=Xgffn5a0h6o)

    #### Is it possible to view your opponent's stats?

    Use the "Session Info" (Header). You can see your opponent's stats and info:

    * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc)
    * Attributes and Soul Level
    * Phantom Status and Hostility
    * Current Covenant and all Covenants Progress
    * Flags (I-frames, Stamina Recovery etc)
    * Equipment (Equipped rings, Armor, weapons, current consumables, spells)
    * Position

    #### Will I get banned for using Cheat Engine?
    ### Will I get banned for using Cheat Engine?
    No. But you can get softbanned for:
    * Editing stats, changing soul memory
    * There have been a few reports that using an “Infinite Items” script can cause it
    * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).

    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.


    #### What is a softban?
    ### What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    #### Do softban affect whole Steam account or just the character?

    ### Do softban affect whole Steam account or just the character?
    Steam account.

    #### How long do bans last for?
    ### How long do bans last for?
    Softbans are permanent

    #### How do I get out of a soft ban?

    [Use Family Sharing](http://www.youtube.com/watch?v=dWDSzUOuiAE)
    ### How do I get out of a soft ban?
    You can't. But you can create a new steam account and use [Family Sharing](http://www.youtube.com/watch?v=dWDSzUOuiAE)

    But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too.

    #### What is family sharing limitations?
    ### What is family sharing limitations?
    You may authorize up to 5 account per 90 days.

    #### Can I get softbanned if I get items from a friend?
    ### Can I get softbanned if I get items from a friend?
    Rarely, but yes.

    ####Can I get softbanned for for editing stats and spawning items offline?
    ### Can I get softbanned for for editing stats and spawning items offline?
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ####What about VAC?
    FROM [disabled](http://steamcommunity.com/app/236430/discussions/0/558754259718155271/) it because they're incompetent

    ####Can I get banned for using DS2fix?
    ### What about VAC?
    Dark Souls 2 doesn't use VAC.

    I doubt. But I don't recommend to use it at all, because it has not been tested much.
    ### Can game detect dll injections and hooks?
    We do not have any evidence that Dark Souls 2 is able to detect a code injection.

    ####Can game detect dll injections and hooks?

    The short answer is "no."

    Some may suspect the game might trigger a softban itself by checking its module list for injectors / hooks — that is far from truth

    [Read more...](https://github.com/eur0pa/DS2Fix64/blob/master/Softbans.md)

    ####Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The only thing that might break is the codelist addresses. But you can update them on your own.

    ######[ table: General ]

    1. Open CodeList (Cheat Engine > Advanced) and remove every single address there.
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.

    ####How to merge Cheat Engine tables?
    ### How to merge Cheat Engine tables?
    If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.

    ####There are a lot of tables, I want to use multiple tables at once!
    You can merge them. If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.
    ### How can I remove the name censor (the ***'s in people's names)?

    ####How can I remove the name censor (the ***'s in people's names)?
    Copy
    x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\Chinese\win32OnlyNgWord.bin
    and replace
    x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin
    or whatever language you may be using.

    ####I use Windows 8 / 8.1 / Windows 10
    The updated General table is 8 / 8.1 / Windows 10 compatible.

    The following SoFS scripts may not work on 8 / 8.1 / Windows 10:

    * none
    ### The general table is compatible with Windows 8 / 10?
    Yes.

    ####How can i transfer saves?
    ### How can i transfer saves?
    Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:

    * Make a New Game
    @@ -339,18 +177,13 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    * Make a New Game
    * Quit to main menu

    ####How to Backup Dark Souls 2 Save Files?
    ### How to Backup Dark Souls 2 Save Files?

    [Video](http://www.youtube.com/watch?v=lolM7RV22gs)
    [Video Tutorial](http://www.youtube.com/watch?v=lolM7RV22gs)

    ####How to Change Sin / Wretch Status?
    ###How to Change Sin / Wretch Status?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic

    The "Sin" pointer is current amount of your sin.
    The "Sinner / Wretch Status" pointer:
    Hero > Player Data

    Value | Status
    -------|--------------
    @@ -359,62 +192,39 @@ Value | Status
    2 | Wretch


    ####How to change Soul Memory?
    ### How to change Soul Memory?
    ######[ table: General ]

    Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then:
    Hero > Player Data Soul Memory

    1. Open the General table in CE.
    2. Go to Player > Statistic > Soul Memory

    ####How to change my stats?
    ### How to change my Attributes?
    ######[ table: General ]
    Hero > Attributes

    1. Open the General table in CE.
    2. Go to Player > Statistic

    If you want to change attributes go to Player > Attributes.

    ######[TIPS]
    ######[Note:]
    - Editing your attributes or stats does increase your soul level.

    ####How to change character class?
    ### How to change character class?
    ######[ table: General ]

    You will need a Soul Vessel for this change to affect your stats.

    1. Open the General table in CE
    2. Go to Player Statistic - Class

    Set value as desired:


    Class | Value
    -----------|-----------
    Warrior | 1
    Knight | 2
    Swordsman | 9
    Bandit | 4
    Cleric | 6
    Sorcerer | 7
    Explorer | 8
    Deprived | 10
    2. Go to Hero > Player Data > ArcheType (Class) and you use dropdown list to select desired class

    Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.

    ####How to change my character name?
    ### How to change my character name?
    ######[ table: General ]
    Open the General table > Character Name

    Open the General table in CE > Name

    ####I'm wondering how many letters can fit in the name?
    ### I'm wondering how many letters can fit in the name?
    31.

    ####How do I change the color of my name?
    ### How do I change the color of my name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to the name pointer
    2. Go to the Character name pointer

    To change the color of your name use the following template in the name pointer.

    @@ -447,246 +257,98 @@ Purple | #800080

    For example: #c[FF0000]Knight#c will give you a red

    ####How to bypass censor for my own name?
    ### How to bypass censor for my own name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored.

    [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84)

    ####How to Dupe Character?
    ### How to Dupe Character?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic > Save Slot
    2. > Save Slot (Profile Index)
    3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1).
    4. Quit your current game and load your saves, the dupe should be in the next slot down.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ####Changing New Game value (NG)
    ### How to change New Game type (+) value?
    ######[ table: General ]

    This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9).
    Open the General table in CE > New Game Type (ClearCount)

    1. Open the General table in CE.
    2. NG Cycle pointer will be on the front page

    ####Warping to any Bonfire / Unlocking Bonfires
    ### How to warp to other locations / unlock bonfires?
    ######[ table: General ]

    ######"Last Bonfire" method:

    ###### Wraping:
    1. Open the General table in CE.
    2. Use “Last bonfire” pointer on the front page
    3. Select Bonfire you want to warp
    4. Use Homeward Bone or Darksign.

    ######"Bonfire Insensitivities" pointers method:

    1. Open the General table in CE.
    2. Go to Player - Bonfire Insensitivities

    [Video](http://www.youtube.com/watch?v=mXzBE8P2hEY)
    ###### Unlocking bonfires:
    Scripts > Unlock All Bonfires


    ######Manual Method:
    ### How to change my team type (hostility)?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However if you change "Permission flag" you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    1. Open DS2, load the character you want to warp on.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Sit at the Majula bonfire (let character stand up after) and perform a first scan for 4650 (default settings).
    4. Warp to another bonfire, like Cardinal Tower (FOFG). Sit at the bonfire and let character stand up.
    5. Perform a next scan for 10655 (Cardinal Tower-FOFG), or pick another bonfire from the list and scan for the appropriate ID (ctrl+f ## Bonfire List).
    6. Transfer your 2-3 results to the lower box.
    7. Alter values to your desired bonfire.
    8. Use a Homeward Bone (don't sit at the bonfire again).


    ######[TIPS]
    - If you warp to a bonfire you cannot access without touching a secret wall or button, you will be unable to leave the room until you open it from the other side.
    - You do not need to use Majula/Cardinal Tower for your scans, just refer to the Bonfire List.
    - Things Betwixt bonfire does not seem to work for scanning purposes.

    ####What is hostility status?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    ####Changing Your Hostility Status
    ######[ table: General ]

    ######Pointer Method:

    1. Open the General table in CE.
    2. Use “Hostility” pointer on the front page

    ######Manual Method:

    1. Open DS2, load the character whose hostility status you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Invade as a red phantom (unranked in BOB) and perform a next scan for 1800 (4 byte, HEX unchecked)
    4. Get summoned as a white phantom and perform a next scan for 513 (default settings).
    5. Return to your world and perform a next scan for 0.
    6. Invade as a red phantom again and perform a next scan for 1800 again
    7. Transfer result to lower box.

    Hostility Status list:

    Id | Name
    ------|-------------
    -1 | Hollow
    0 | Host
    18 | Noclip / Ghost
    19 | Noclip / Ghost
    513 | White Phantom
    514 | White Shade
    515 | Gold Sunbro
    516 | Gold Shade Sunbro
    1286 | Arbiter Spirit
    1287 | Arbiter Spirit
    1799 | Dark Spirit
    1800 | Dark Spirit
    1810 | Red Noclip
    1803 | Dark Spirit
    2315 | Gray Spirit
    3085 | Dragon Spirit
    4113 | Arena fighter
    4352 | Friendly NPC
    4608 | Friendly NPC
    5888 | Hostile NPC

    ####Extending Your Torch Life
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic > Torch Time

    Or Scripts > Player > Unlimited Torch

    ####How to edit character build?
    ######[ table: General ]
    Open the General table in CE > Team Type and use dropdown menu.

    1. Open the General table in CE.
    2. Go to Player > Appearance.
    NOTE: Changes to character are client-side only.

    ####How to use "Helpers"?

    [You have to change some cheat engine settings](http://www.youtube.com/watch?v=CPEfgo169hs)

    ####How to teleport?
    ### How to Extending Torch Life?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Teleport > AOB Teleport.

    ####How to backstab teleport other players?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Teleport > Vacuum script.
    3. Enable the script.
    4. Backstab
    5. Disable the script.
    2. Go to Hero > Player Data > Torch Time

    [Video](http://www.youtube.com/watch?v=gYnILgmiGOs)

    ####What is the difference between new Godmode and the old one?
    ### How to backstab teleport other players?
    ######[ table: General ]

    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.
    Session Info > Current Online Players. %Player% > Other > TP player to self for backstab
    Or Session Info > Vacuum All Players to Self

    ####How to banish invaders?
    ### How to enable Godmode?
    ######[ table: General ]
    Scripts > Unlimited iFrames

    ######Method 1:

    Use the “Transmite Black Crystal Effect” script (Scripts > Multiplayer)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ######Method 2:

    Use the [Online Player](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers.

    Connection > Online players

    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ### How to banish invaders?
    ######[ table: General ]
    Go to Scripts > Freeze Effects
    Enable this script and use your Black separation crystal which would force everyone return back to their worlds.

    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading.

    ####How to Noclip?
    ### How to Noclip?
    ######[ table: General ]

    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.
    If you want to noclip, use the value 18 or 19 in the “Permissions” pointer.

    ####How to create custom spells?
    ######[ table: General ]
    Helpers > Bullet Structure Helper

    1. Open the General Table.
    2. Go to Helpers / Misc > Bullet Helper

    [How to use](http://www.youtube.com/watch?v=dX0hjgLvSms)

    ####How to change Ring Effects?
    ### How to change Ring Effects?
    ######[ table: General ]
    Helpers > Last Ring Equipped

    Use the "Get Ring Effect Address" script

    1. Open the General Table.
    2. Go to Helpers / Misc > Ring Helper.


    ####How to edit effects / change buff duration?
    ### How to edit effects / change buff duration?
    ######[ table: General ]

    1. Open the General Table.
    2. Go to Helpers / Misc > Effect Helper

    Zullie’s (Author) description:
    "This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!"

    Helpers > Effect / Hit Helper.
    ####How to add spells / bullets to my attacks?
    ######[ table: General ]

    1. Open the General Table.
    2. Go to Helpers / Misc > Attack Motion Param Helper

    [How to use](http://www.youtube.com/watch?v=GJyQUA38SgM)

    2. Go to Helpers > Attack Motion Param Helper

    ####How to use bonfire sitting animation in SoFS?
    ####How to use "Rest" (bonfire sitting animation)?
    ######[ table: General ]
    Go to Hero > Character Flags and set hotkeys for "Rest Animation" flag (right click on the address > set hotkeys):

    1. Open the General table in CE.
    2. Player > Flags > Sitting animation pointer

    Value | Description
    --------|------------------
    4096 | Sit down (Default Hotkey is Num7)
    8192 | Stand up (Default HotKey is Num8)
    11520 | Last Item(Default Hotkey is Num9)
    16 = sit
    32 = get up
    45 = use last consumable

    11520 (Num9) can be used as [Connection Mod](https://www.youtube.com/watch?v=Xgffn5a0h6o)

    ####How to kill players who use the "Bonfire Sitting Animation"?
    ### How to change phantom color?
    ######[ table: General ]
    You can stack multiple white ring effects on self / equipment:

    1. Open the General Table
    2. Go To Scripts > Multiplayer > Iframes
    3. Freeze the address values at 0 ("Backstab" and "I-frames")
    4. Now you should able to backstab

    [How to](http://www.youtube.com/watch?v=AHSZW0EIdxQ)

    ####How to change phantom color?
    ######[ table: General ]

    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value | Description
    Amount | Color
    --------|------------------
    1 |White
    2 |MediumBlue
    @@ -711,408 +373,49 @@ Value | Description
    21 |Blue Ghost
    22 |Dark Blue

    ####How to become invisible?
    ### How to become invisible?
    ######[ table: General ]

    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Get Ring Effect Address" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Last Ring Equipped" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    Helpers and misc - Get Ring Effect Address

    ####How to kill npc in other worlds?
    ######[ table: General ]

    FromSoftware patched easy way in the Ivory King update (30/09/14).

    Connection > Rewrite Online Phantom Status

    ######NPC VAC Method:

    [How to](http://www.youtube.com/watch?v=ZU5RPTbaf7g)

    ####How to modify weapon properties?
    ######[ table: General ]

    Player > Slot Data > Weapon Data > Properties
    Player > Slot Data > Weapon Data > Damages
    Helpers and Misc > Hit Data Helpers

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]
    Helpers > Equipped Weapons > %Hand% - Grip Type - Powerstance

    1. Open the General table
    2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance


    ####How to backstab people in Jester's / Gower's / Iron Clad?
    ### How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]
    Scripts > Player > Ignore Equipment Effects

    1. Open the General table
    2. Go Scripts > Player > Ignore Equipment Effects

    ####How to roll and attack without breaking "Chameleon" camouflage?
    ######[ table: General ]

    1. Cast "Chameleon" spell or use "Silver Talisman"
    2. Open the General table
    3. Go Scripts > Player > Freeze Effects

    ####How to use "Banish Phantom pointers?"
    ######[ table: General ]

    1. Change both values under "Value 1" and "Value 2" to 1
    2. Use Black Separation Crystal

    IMPORTANT NOTE: Do not banish Dragon Bros with this method!

    I don't recommend you use this method at all. Use the "Old black separation crystal" script instead.

    [Video](https://www.youtube.com/watch?v=XqTcqXZDY5s)

    Value | Phantom
    ------|-------------
    1 | Shade
    3 | White
    8 | Dark Spirit
    9 | Dark Spirit
    10 | Dark Spirit
    11 | Dark Spirit
    12 | Dark Spirit
    13 | Dragon Remnants
    7 | Bell Keepers

    ####How to use consumables and chug estus in the BoB arena or in other worlds?
    ### How to roll and attack without breaking "Chameleon" camouflage?
    ######[ table: General ]
    Scripts > Freeze Effects

    Scripts > Player > Items Online script

    ####How to kill "dead" players who used "Invade as host" script and "died" in my world?
    ### How to use healing items in the BoB arena or in other worlds?
    ######[ table: General ]
    Scripts > Estus is Always Available

    You can't. Use "Banish Phantoms" pointers to [kick](http://www.youtube.com/watch?v=emGSQabL6oY) them from your world.

    ####What is "Remove LGK Summon Area Restriction"?
    ### What is Get Summoned as Mirror Squire from Anywhere?
    ######[ table: General ]

    You can be summoned by Looking Glass Knight from anywhere.
    You can be summoned by Looking Glass Knight as Mirror Squire from anywhere in Dark Souls 2 world.
    For example from Iron Keep.

    ####How to change jump length and jump distance?
    ### How to change jump length and jump distance?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go Scripts > Player > Jump Values
    Param Mods > Character Move Param

    ####How to revive or de-aggro npc?
    ######[ table: General ]

    World > Npc Agression
    World > NPC Revive
    World Flags > Npc

    Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression
    If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script.

    Scripts > NPC & World.

    ####[DS2]Item Duping and Item Transformation
    [ table: General ]

    1. Open the General table in CE. Say "yes" to running the Lua script. Item duping and swapper stuff is under [Scripts].
    2. Open DS2, load the character whose items you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.

    ## Duping and Item Transformation
    [ table: General ]

    Open the General table in CE > Item Mod

    [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack.

    [ARMOR] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular armor). You can make a twinkling titanite set +10 but it does not affect the stats.

    [WEAPON] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular weapon). You can make a twinkling titanite weapon +10 but it does not affect the stats.

    For weapons you can also set [Desired Infusion]:
    0 - none
    1 - fire
    2 - magic
    3 - lightning
    4 - dark
    5 - poison
    6 - bleed
    7 - raw
    8 - enchanted
    9 - mundane

    ######[TIPS]
    - You can set any attribute changer in the Item Swapper back to -1 to make it have no effect on what you drop.
    - Instead of using the helper, you can enter the item ID manually if you wish (ctrl+f ## Item IDs on this page).
    - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up.

    ## Raising Covenant Rank
    ######[ table: General ]

    1. Open the General table in CE.
    2. Player - Covenants
    3. Notice the numbers next to each covenant's name. Unless you have some specific reason not to, set the value to the highest number (the one furthest to the right, ex. 500 for BOB). YOU WILL STILL GET ALL REWARDS if you set the value immediately to the max number.
    4. Travel via bonfire, then talk to the covenant leader or make an offering.

    ######[TIPS]
    - Tested with Way of the Blue: you can set yourself to max rank before you talk to the leader the first time or join the covenent. Set your rank, talk to them to join the covenant, then your rank should increase each further time you talk to them.
    - You can uncheck your covenant value, Covenants, and Player once you have gotten the rank-up dialogue in-game.


    ## Changing Your Character Name
    ######[no table needed]
    1. Open DS2, load the character whose name you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Search Type > String
    4. Check the box for unicode.
    5. Enter your character's current name in the search box and click "First Scan," you will probably get a couple results.
    6. Transfer all scan results to the lower box by double-clicking them.
    7. Double-click your name in the lower box for every result and change it to what you want (character limit: 31).
    8. Save and quit DS2.

    ###### Pointer Method
    ######[ table: General ]

    1. Open the General table in CE > Name

    ## Editing Your Character Build
    ######[ table: General]
    ######NOTE: /dsg/ tested this and changes to character build do not show up to other people if you are summoned or if they are summoned to your world.**

    1. Open the General table in CE.
    2. Open DS2, load the character whose build you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. Player > Character Model > Build
    5. [Here are some examples of modifications](http://i.imgur.com/BBylg3s.jpg)
    6. You have to keep CE running at all times to keep your custom body.
    7. You have to manually reenter your build values each time you load the game. Make sure you save them.

    ######[TIPS]
    * Higher positive value = thicker, flatter
    * Lower negative value = thinner, smaller
    * Zero = default
    * As far as I can tell, there are no real limits to the numbers you can set for build values. That said, certain values taken too low negatively can actually make the part start to widen again. Usually somewhere between -7 and -10 will make the part as thin as it can be.

    ## Freecam Controls
    ## How to Equip Unused Gesture?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Open DS2, load the character you want to use the freecam with.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. Check Scripts > Camera > Freecam
    5. To freeze your freecam's current location, check the boxes for X, Y and Z.
    6. Controls for moving the freecam around (NUMPAD):
    8 = North
    5 = South
    4 = East
    6 = West
    9 = Up
    3 = down

    ######[TIPS]
    * If you use GeDoSaTo, change your hotkeys or remove them, because otherwise freecam uses the same keys as that program.
    * If you freeze your XYZ values and uncheck [Free Cam], then check it again later, the camera will snap back to those values.
    * My recommended XYZ for recording fight clubs at Heide's (circular platform before Ornstein):
    X
    -101.6919327
    Y
    186.9562988
    Z
    0.7393138409


    ## [Patched] Become the Barrel
    ######[no table needed]

    1. Have a Wanderer's Coat in your inventory.
    2. Open DS2, load the character you want to be a barrel.
    3. Check off "Hex" next to the search box.
    4. Search hex: 00A84E55
    5. Transfer all results to the lowest window on CE by double-clicking them.
    6. Change the value of all results to: 00AEB6F5
    7. Equip your Wanderer's Coat. It will have the same icon, but the appearance will be barrel.

    ######[TIPS]
    - If this does not work for you, choose a body armor from armor list
    - Search for the ID (replace x with 1) - do not check off "Hex" next to the search box.
    - Then replace it with the ID for barrel (11450101)

    ##Become Invisible
    ######[no table needed]

    ######Method 1:

    Use AAVA's [Invisibility effect](http://www.youtube.com/watch?v=SUiOofyx3Dk)

    ######Method 2:

    1. Have a set of Manikin armor (body, hands, legs) in your inventory.
    2. Open DS2, load the character you want to be Kevin Bacon.

    HAND
    3. Perform a scan for: 12240102
    4. Transfer all results to the lower box and change their value to: 13040102
    LEG
    5. Perform a scan for: 12240103
    6. Transfer all results to the lower box and change their value to: 17830103
    BODY
    7. Perform a scan for: 12240101
    8. Transfer all results to the lower box and change their value to one of two options:
    13070100 - Vengarl's helm + invisible body + weapons visible
    15090103 - no helm + invisible body + weapons invisible [NOTE: this appears to cause issues with weapon hit detection, i.e. your weapons don't work, so it's safer to use the previous option]

    9. Equip manikin top, manikin gloves, manikin legs (modified armors seem to move to the end of your armor list).

    ######[TIPS]
    * Invisible armor has no stats and the effect is apparent even in other people's games (have not tested the invisible weapons effect, however).
    * Invisible armor is not permanent and will have to be added each time you start the game.
    * If you choose the Vengarl helm + invisible body option, you can put a second helm in your head slot and stack the two together. NOTE: When I had the Vengarl option on and equipped a prisoner hood, my game crashed. Tested many other helms and they all worked fine, so not sure on the cause of this crash.

    ######[CUSTOMIZATION]
    * Every armor piece has an ID in the format *******x : the *'s identify the item, the x identifies the slot (0/head, 1/body, 2/hand, 3/leg). So for example when I have you scanning for manikin armor pieces above, you are entering the same prefix (1224010) each time, and only changing the last number to specify the slot.
    * To make parts invisible, you are abusing the fact that some armors do not have a complete set. For example, the hand value I tell you to replace the manikin gloves with is a glove slot from singer's dress (13040102), and the leg value I tell you to replace with is a leg slot from Nahr Alma robes (17830103).
    * I got crashes trying to use different nonexistent parts from the same armor set (for example trying to use both singer's dress gloves and singer's dress legs), so that is why I tell you to use parts from different armors.
    * The no helm + invisible body + weapons invisible ID is a slightly different manipulation. It is the Leydia black legs (which do not exist) in the body slot (15090103).
    * However, if you were to enter another body piece in that slot, the body piece would simply appear in place of your manikin top. One way to get around this is to enter an armor with a visible component that appears somewhere else, ex. Vengarl's helm (13070100). Since you are still putting the helm in the wrong slot, the body disappears and only the helm is visible.
    * If you think about this creatively, you can start putting visible components on whichever slot you like. As noted in the [TIPS] above, you can then stack another armor on top of your visible component.
    * Santa's ID list also has Rosabeth's dress for female characters and some weird untextured stuff.

    ## Extra Magic
    ######[no table needed]

    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates.

    Id | Spell Name
    -------- | ----------------
    01DD99A0 | Soul Flash
    01EA43D0 | Heavenly Thunder
    021AC9B0 | Dark Dance


    ## Unused Gestures
    ######[ table: General ]

    1. Open DS2, load the character you want to be in the secret club.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    3. Player > Slot Data > Gestures > Double Click on the gesture slot and set it to the "Secret Club"

    ######[TIPS]
    * Other non-starter gesture values:
    40 Welcome
    50 Duel Bow
    70 Joy
    100 This One's Me
    120 Hurrah
    130 Have Mercy
    150 Decapitate
    220 Mock
    250 Prostration
    270 Warmup
    300 Praise the Sun
    310 Fist Pump

    ## Bonfire List

    #####Pre-Advice!!
    If you warp to a bonfire that can only be accessed via secret wall (button press) or key, you can not exit from that room unless you use free roam or warp to another generic bonfire!

    DLC | Area | Bonfire | Id
    ---------- | -------- | ------------------- | ---
    | Things Betwixt | Spawn Location | 1000
    | Things Betwixt | Things Betwixt | 2650
    | Majula | Far Fire | 4650
    | Forest of Fallen Giants | Crestfallen's Retreat | 10670
    | Forest of Fallen Giants | Cardinal Tower | 10655
    | Forest of Fallen Giants | Soldier's Rest | 10660
    | Forest of Fallen Giants | The Place Unbeknownst | 10675
    | Heide's Tower of Flame | Heide's Ruin | 31655
    | Heide's Tower of Flame | Tower of Flame | 31650
    | Heide's Tower of Flame | The Blue Cathedral | 31660
    | No Man's Wharf | Unseen Path to Heide's | 18650
    | Huntsmans Copse | Bridge Approach | 23655
    | Huntsmans Copse | Undead Refuge | 23650
    | Huntsmans Copse | Undead Lockaway | 23660
    | Huntsmans Copse | Undead Purgatory | 23665
    | Harvest Valley | Poison Pool | 17665
    | Harvest Valley | The Mines | 17650
    | Earthen Peak | Lower Earthen Peak | 17655
    | Earthen Peak | Central Earthen Peak | 17670
    | Earthen Peak | Upper Earthen Peak | 17675
    | Iron Keep | Threshold Bridge | 19655
    | Iron Keep | Ironhearth Hall | 19650
    | Iron Keep | Eygil's Idol | 19660
    | Lost Bastille | Straid's Cell | 16650
    | Lost Bastille | Exile Holding Cells | 16655
    | Lost Bastille | The Tower Apart | 16660
    | Lost Bastille | Servant's Quarters | 16675
    | Lost Bastille | McDuff's Workshop | 16670
    | Belfry Luna | Upper Ramparts | 16665
    | Belfry Sol | Belfry Sol Approach | 19665
    | Sinner's Rise | The Saltfort | 16685
    | Grave of Saints | Harvel's Resting Place | 34655
    | Grave of Saints | Grave Entrance | 34650
    | The Gutter | Central Gutter | 25655
    | The Gutter | Upper Gutter | 25665
    | Black Gulch | Hidden Chamber | 25660
    | Black Gulch | Black Gulch Mouth | 25650
    | Shaded Woods | Ruined Fork Road | 32655
    | Shaded Woods | Old Akelarre | 29650
    | Shaded Woods | Shaded Ruins | 32660
    | Doors of Pharros | Gyrm's Respite | 33655
    | Doors of Pharros | Ordeal's End | 33660
    | Brightstone Cove Tseldora | Royal Army Campsite | 14655
    | Brightstone Cove Tseldora | Chapel Threshold | 14660
    | Brightstone Cove Tseldora | Lower Brightstone Cove | 14650
    | Drangleic Castle | Forgotten Chamber | 21660
    | Drangleic Castle | Underneath Castle Drangleic | 21665
    | Drangleic Castle | King's Gate | 21650
    | Drangleic Castle | Central Castle Drangleic | 21655
    | Shrine of Amana | Tower of Prayer | 11650
    | Shrine of Amana | Crumbled Ruins | 11655
    | Shrine of Amana | Rhoy's Resting Place | 11660
    | Shrine of Amana | Rise of the Dead | 11670
    | Undead Crypt | Undead Crypt Entrance | 24655
    | Undead Crypt | Undead Ditch | 24650
    | Aldia's Keep | Foregarden | 15650
    | Aldia's Keep | Ritual Site | 15655
    | Dragon Aerie | Dragon Aerie | 27650
    | Dragon Shrine | Shrine Entrance | 27655
    Crown of Sunken King | Shulva, Sanctum City | Sanctum Walk | 35650
    Crown of Sunken King | Shulva, Sanctum City | Tower of Prayer | 35685
    Crown of Sunken King | Shulva, Sanctum City | Priestess's Chamber | 35655
    Crown of Sunken King | Dragon's Sanctum | Hidden Sanctum Chamber | 35670
    Crown of Sunken King | Dragon's Sanctum | Lair of the Imperfect | 35675
    Crown of Sunken King | Dragon's Sanctum | Sanctum Interior | 35680
    Crown of Sunken King | Dragon's Rest | Sanctum Nadir | 35665
    Crown of the Old Iron King | Brume Tower | Throne Floor | 36550
    Crown of the Old Iron King | Brume Tower | Foyer | 36655
    Crown of the Old Iron King | Brume Tower | Upper Floor | 36660
    Crown of the Old Iron King | Brume Tower | Lowermost Floor | 36670
    Crown of the Old Iron King | Brume Tower | The Smelter Throne | 36675
    Crown of the Old Iron King | Iron Hallway Entrance | Iron Passage | 36665
    Crown of the Ivory King | Frozen Eleum Loyce | Outer Wall | 37650
    Crown of the Ivory King | Frozen Eleum Loyce | Abandoned Dwelling | 37660
    Crown of the Ivory King | Frozen Eleum Loyce | Lower Garrison | 37665
    Crown of the Ivory King | Frozen Eleum Loyce | Expulsion Chamber | 37675
    Crown of the Ivory King | Frozen Eleum Loyce | Inner Wall | 37685
    Crown of the Ivory King | Grand Cathedral | Grand Cathedral | 37670
    | | Last Rest of the Giants | 10665
    | | Bonfire | 11665
    | | Lord's Private Chamber | 14665
    | | Sinners' Rise | 16680
    | | Eygil's Altar | 19670
    | | Sanctum of the Scorned | 25670
    | | Alva's Resting Place | 30650
    | | Bonfire | 33650
    | | Garrison Entrance | 37655
    Hero > Gesture Equip Data

    ## Item IDs

    ###Items

    Id | Name
    -------- | ---------------------------------------------------
    03085E00 | Smooth & Silky Stone
    @@ -2344,30 +1647,16 @@ Id | Name
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn

    ## Videos

    Name | URL
    ---------------------------------|-------------------------------------
    Editing equipment effects | http://www.youtube.com/watch?v=XVnw4sjkdPs
    How to use updated Bullet Helper | http://www.youtube.com/watch?v=dX0hjgLvSms
    Finding the ring effect address | http://www.youtube.com/watch?v=aofk-yDBgAM
    Attack Motion Param Helper | http://www.youtube.com/watch?v=GJyQUA38SgM
    Swapping entire moveset | http://www.youtube.com/watch?v=2ZqCeNn1Epk
    Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns
    Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso
    Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Contributors

    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for help with DS2 / SoFS tables
    * [Duckcrow](http://pastebin.com/u/duckcrown) original author of DS2 CE pastebin
    * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table
    * [Zullie](http://zulliethewitch.imgur.com/) for ring helper, effect helper, dragon torso stone, chameleon hack and other stuff
    * [FflsudJmjlo](http://pastebin.com/u/FflsudJmjlo) for weapon data, moveset table and other stuff.
    * [Santa](http://pastebin.com/u/ThuyDez) for scripts and tables for DS2
    * [VividGrim](https://github.com/Finpiku/VividGrim) for DS2 table
    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for general help with everything
    * [Duckcrow](http://pastebin.com/u/duckcrown) original author of the old DS2 CE pastebin (RIP 2014 - 2014)
    * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table and Editing Starting Classes
    * [Zullie](http://zulliethewitch.imgur.com/) for ring helper, effect helper, dragon torso stone, chameleon hack and other cool stuff
    * [FflsudJmjlo](http://pastebin.com/u/FflsudJmjlo) for equipped weapon data, movesets, attack motion param helper and other stuff
    * [Santa](http://pastebin.com/u/ThuyDez) for stuff.
    * [VividGrim](https://github.com/Finpiku/VividGrim) for releasing his DS2 table with cool shit.
    * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff
    * [eur0pa](https://github.com/eur0pa/) for movesets and other stuff
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for SoFS scripts and help with the table
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item Swap and Item IDs.
    * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171) - for DS2 stuff
    * [eur0pa](https://github.com/eur0pa/) for Heihachi moveset
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for monstervac, SoFS stuff and help with the table
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item IDs and item Swap script for the original Dark Souls 2 (32)
  8. Atvaark revised this gist Aug 16, 2016. 1 changed file with 21 additions and 96 deletions.
    117 changes: 21 additions & 96 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,28 +2,16 @@

    ## Updates

    ### 14/08/2016
    * Updated download links and removed dead links

    ### 23/07/2015
    * Updated DS2 and SoFS tables for Windows 10

    ### 29/06/2015
    * SoFS: Added proper status effect immunity (against modified weapons)
    * SoFS: Added Backstab protection (Scripts > Players > Disable Backstabs)
    * SoFS: Added debugProcess(2) to the header to prevent game crash due incorrect debugger settings
    * Updated the effect IDs.

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###Recent Cheat Engine Build:
    ##### Pure 28/06/15:

    * https://goo.gl/ZUU5aV

    ##### SVN:

    * http://goo.gl/N4I5Nc

    ###### Tables on the CE Forum:

    Title | Link
    @@ -32,16 +20,17 @@ Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=5807
    Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974

    ## General Tables
    ##### (This tables are only for [Cheat Engine 6.5.1](http://www.cheatengine.org/downloads.php) or higher)

    #### Scholar of the First Sin (1.0.2.0)
    ##### General 23/07/2015
    * https://d.maxfile.ro/llduuicqmt.CT
    * http://git.io/vYOXz
    * https://a.pomf.cat/eotbjq.ct
    * [Alt. download link](https://gist.github.com/AlexWTF/58a161ef49887f2576b3402239018194/archive/6356c57f812cbd382f204102e214e26ac92c5fae.zip)

    #### Dark Souls 2 (1.0.11.0)
    ##### General 23/07/2015
    * https://d.maxfile.ro/svtfoyoqlr.CT
    * http://git.io/vY308
    * https://a.pomf.cat/tkwosz.ct
    * [Alt. download link](https://gist.github.com/AlexWTF/4639722e0005341e269ceba0c9b29988/archive/e71e04a4197b5372c46fa96d3ea2604948b82fe4.zip)

    ## Other Stuff

    @@ -168,8 +157,7 @@ BonfireName.fmg | http://git.io/NK0s
    * DLC Item IDs
    * Recolored Items
    * Scholar of the First Sin Items
    * Video Tutorials
    * Old Tables & Old Other Stuff
    * Videos
    * Contributors

    ## FAQ
    @@ -312,8 +300,6 @@ The only thing that might break is the codelist addresses. But you can update th
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    [Video](http://youtu.be/CYh_qwHs4FA)

    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.

    @@ -771,8 +757,6 @@ Helpers and Misc > Hit Data Helpers
    2. Open the General table
    3. Go Scripts > Player > Freeze Effects

    [Video](http://www.youtube.com/watch?v=qigIl9Wy-6c)

    ####How to use "Banish Phantom pointers?"
    ######[ table: General ]

    @@ -2360,7 +2344,7 @@ Id | Name
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn

    ## Video Tutorials
    ## Videos

    Name | URL
    ---------------------------------|-------------------------------------
    @@ -2369,80 +2353,21 @@ How to use updated Bullet Helper | http://www.youtube.com/watch?v=dX0hjgLvSms
    Finding the ring effect address | http://www.youtube.com/watch?v=aofk-yDBgAM
    Attack Motion Param Helper | http://www.youtube.com/watch?v=GJyQUA38SgM
    Swapping entire moveset | http://www.youtube.com/watch?v=2ZqCeNn1Epk
    Dragon Torso Stone | http://www.youtube.com/watch?v=L2g5rU9XcZM
    Editing Jump Values | http://www.youtube.com/watch?v=3mj_uzEbM54
    NPC Vacuum Sript | http://www.youtube.com/watch?v=h4UEQw9I8zA
    Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns
    Backstab lock | http://www.youtube.com/watch?v=0Iia4y_kjaM
    Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I
    How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk
    The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo
    Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM
    "Invading" in Majula | http://www.youtube.com/watch?v=REjqRO8QySA
    Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso
    Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Old Tables & Old Other Stuff

    ###1.0.4 Tables

    * Monstervac: https://d.maxfile.ro/jritygluad.CT
    * Bunch of scripts: https://d.maxfile.ro/peciezuzdt.CT

    ###1.0.5 Tables

    * Zullie's Ring Finder: https://d.maxfile.ro/taavilsuky.CT
    * Santa's Public Table: https://d.maxfile.ro/vmkbyshoib.CT
    * General 4/9/2014: https://d.maxfile.ro/qoukrxgywd.CT
    * From CE forums: https://d.maxfile.ro/rqchkpiikb.CT
    * Moveset Table: https://d.maxfile.ro/qrfgwprzfb.CT
    * Dragon Torso Stone by Zullie: https://d.maxfile.ro/xmoljvgvui.CT
    * White Ring Table: https://d.maxfile.ro/reohpkoboc.CT
    * Bullet Structure Helper 5/9/2014 https://d.maxfile.ro/plocorgwiq.CT
    * Jump Length Script: https://d.maxfile.ro/pjcetygnuk.CT
    * Ventuxe's Moveset Table: https://d.maxfile.ro/imolsuylma.CT
    * Speed and Movement Modifiers: https://d.maxfile.ro/pncffrbyst.CT
    * NPC Swap: https://d.maxfile.ro/viqgeazvaj.CT
    * The Color Table: https://d.maxfile.ro/lttgjhvmfi.CT
    * Ventuxe's Name Color Table: https://d.maxfile.ro/fgfjczyvxn.CT
    * Vivid Grim's Table: https://d.maxfile.ro/icdnnvdscd.CT
    * Zullie's Effect Helper: https://d.maxfile.ro/npkabfgjej.CT
    * Something: https://d.maxfile.ro/meptowrpce.CT
    * The General 16/9/2014: https://d.maxfile.ro/rqchkpiikb.CT
    * Bunch of scripts: https://d.maxfile.ro/ikcwhgyjul.CT

    ###1.0.6 / 1.0.7 Tables

    * Moveset Table 30/9/2014: https://d.maxfile.ro/tdvgdzvzqn.CT
    * Papa Legba's table 2/10/2014: https://d.maxfile.ro/porsamraen.CT
    * Raw.ct: https://d.maxfile.ro/abuveibkyx.ct
    * Shoddy Fog Gates: https://d.maxfile.ro/aamjspsvjp.CT
    * Marisa's Public Table: https://d.maxfile.ro/ycpnxfnuoi.CT
    * Silly Script: https://d.maxfile.ro/zecnowasqw.CT
    * Move Editor by Ventuxe: https://d.maxfile.ro/btvukeceet.ct
    * Moveset Table by Ventuxe: https://d.maxfile.ro/yvhlzgdvro.CT
    * First Person "Mod": https://d.maxfile.ro/ubulxxhfvs.CT
    * Monster VAC by Marisa: https://d.maxfile.ro/cbtheepwrr.CT
    * Ventuxe's #Immunity Script: https://d.maxfile.ro/cyiqozacon.ct
    * Ventuxe's Table: https://d.maxfile.ro/nrdsepknee.ct
    * General 10/02/2014: https://d.maxfile.ro/vrdcqwlmnz.CT

    (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King)

    ###1.0.10
    * General 16/02/2015: https://d.maxfile.ro/nrdsepknee.ct

    ## Contributors

    * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table
    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for help with DS2 / SoFS tables
    * http://pastebin.com/u/duckcrown - original author of DS2 CE pastebin
    * http://pastebin.com/u/Zullie_the_Witch - ring helper, effect helper, dragon torso stone, chameleon hack and other stuff
    * http://pastebin.com/u/FflsudJmjlo - for weapon data, moveset table and other stuff.
    * http://pastebin.com/u/ThuyDez - for scripts and tables for DS2
    * https://github.com/Finpiku/VividGrim - for DS2 table
    * https://github.com/Atvaark
    * https://github.com/eur0pa/
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555)
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983)
    * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171)
    * [Duckcrow](http://pastebin.com/u/duckcrown) original author of DS2 CE pastebin
    * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table
    * [Zullie](http://zulliethewitch.imgur.com/) for ring helper, effect helper, dragon torso stone, chameleon hack and other stuff
    * [FflsudJmjlo](http://pastebin.com/u/FflsudJmjlo) for weapon data, moveset table and other stuff.
    * [Santa](http://pastebin.com/u/ThuyDez) for scripts and tables for DS2
    * [VividGrim](https://github.com/Finpiku/VividGrim) for DS2 table
    * [Atvaark](https://github.com/Atvaark) for dumps, hosting this guide and other stuff
    * [eur0pa](https://github.com/eur0pa/) for movesets and other stuff
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555) for SoFS scripts and help with the table
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983) for Item Swap and Item IDs.
    * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171) - for DS2 stuff
  9. Atvaark revised this gist Jun 17, 2016. 1 changed file with 9 additions and 8 deletions.
    17 changes: 9 additions & 8 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2434,14 +2434,15 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Contributors

    * http://pastebin.com/u/duckcrown
    * http://pastebin.com/u/Zullie_the_Witch
    * http://pastebin.com/u/FflsudJmjlo
    * http://pastebin.com/u/ThuyDez
    * https://github.com/Finpiku/VividGrim
    * https://github.com/Atvaark
    * https://github.com/eur0pa/
    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653)
    * [All-Bones Jones](http://www.cheatengine.org/forum/profile.php?mode=viewprofile&u=412015) for Bullet table
    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653) for help with DS2 / SoFS tables
    * http://pastebin.com/u/duckcrown - original author of DS2 CE pastebin
    * http://pastebin.com/u/Zullie_the_Witch - ring helper, effect helper, dragon torso stone, chameleon hack and other stuff
    * http://pastebin.com/u/FflsudJmjlo - for weapon data, moveset table and other stuff.
    * http://pastebin.com/u/ThuyDez - for scripts and tables for DS2
    * https://github.com/Finpiku/VividGrim - for DS2 table
    * https://github.com/Atvaark
    * https://github.com/eur0pa/
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555)
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983)
    * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171)
  10. Atvaark revised this gist Jul 23, 2015. 1 changed file with 11 additions and 18 deletions.
    29 changes: 11 additions & 18 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,15 +2,15 @@

    ## Updates

    ### 23/07/2015
    * Updated DS2 and SoFS tables for Windows 10

    ### 29/06/2015
    * SoFS: Added proper status effect immunity (against modified weapons)
    * SoFS: Added Backstab protection (Scripts > Players > Disable Backstabs)
    * SoFS: Added debugProcess(2) to the header to prevent game crash due incorrect debugger settings
    * Updated the effect IDs.

    ### 22/06/2015
    * Updated links

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/
    @@ -33,15 +33,15 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729

    ## General Tables

    #### Scholar of the First Sin (2.0.2)
    ##### General 29/06/2015
    * https://d.maxfile.ro/jdanydcvnj.CT
    * http://git.io/vqlhh
    #### Scholar of the First Sin (1.0.2.0)
    ##### General 23/07/2015
    * https://d.maxfile.ro/llduuicqmt.CT
    * http://git.io/vYOXz

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    * https://d.maxfile.ro/vcsqfpxscg.CT
    * http://git.io/vtafS
    #### Dark Souls 2 (1.0.11.0)
    ##### General 23/07/2015
    * https://d.maxfile.ro/svtfoyoqlr.CT
    * http://git.io/vY308

    ## Other Stuff

    @@ -169,7 +169,6 @@ BonfireName.fmg | http://git.io/NK0s
    * Recolored Items
    * Scholar of the First Sin Items
    * Video Tutorials
    * Update Notes
    * Old Tables & Old Other Stuff
    * Contributors

    @@ -2383,12 +2382,6 @@ Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM
    Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso
    Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Update Notes

    #### SoFS General (29/06/15):
    * Added a proper status effect immunity
    * Added some stuff

    ## Old Tables & Old Other Stuff

    ###1.0.4 Tables
  11. Atvaark revised this gist Jul 6, 2015. 1 changed file with 52 additions and 29 deletions.
    81 changes: 52 additions & 29 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,20 +2,23 @@

    ## Updates

    ### 29/06/2015
    * SoFS: Added proper status effect immunity (against modified weapons)
    * SoFS: Added Backstab protection (Scripts > Players > Disable Backstabs)
    * SoFS: Added debugProcess(2) to the header to prevent game crash due incorrect debugger settings
    * Updated the effect IDs.

    ### 22/06/2015
    * Updated links

    ### 16/06/2015
    * Updated the FAQ and SoFS table

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###Recent Cheat Engine Build:
    ##### Pure 20/06/15:
    ##### Pure 28/06/15:

    * https://d.maxfile.ro/mrlavwvvcj.7z
    * https://goo.gl/ZUU5aV

    ##### SVN:

    @@ -31,24 +34,22 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729
    ## General Tables

    #### Scholar of the First Sin (2.0.2)
    ##### General 22/06/2015
    * https://d.maxfile.ro/aprevhbpox.CT
    * http://a.uguu.se/qfdrpz_dsg_dx11.CT
    * http://git.io/vL5k8
    ##### General 29/06/2015
    * https://d.maxfile.ro/jdanydcvnj.CT
    * http://git.io/vqlhh

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    * https://d.maxfile.ro/vcsqfpxscg.CT
    * http://a.uguu.se/wkaaty_dsg_dx9.CT
    * http://git.io/vL5Ih
    * http://git.io/vtafS

    ## Other Stuff

    Title | Link
    ---------------------------------|---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Effect ID's (by Zullie) | http://git.io/vL5Cs
    Effect ID's (by Zullie) | http://git.io/vtpix
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
    @@ -83,6 +84,9 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * How to install Cheat Engine from the SVN Repository?
    * Is there a way to change a weapon's damage? Or better said, to edit it?
    * Game crashes when I try to use advanced options/find what this adress this code access
    * How to change weapon effects?
    * How to use untextured weapons online?
    * Does anyone know how or where i can get first person mod?
    @@ -171,6 +175,26 @@ BonfireName.fmg | http://git.io/NK0s

    ## FAQ

    #### How to install Cheat Engine from the SVN repostitory?

    Steps:

    * Install Cheat Engine 6.4 - official build from CE homepage, if you already have it skip this step
    * Create backup of CE folder (simply 7zip it, or WinRAR it)
    * Extract files from 7zip package, copy to CE folder, and overwrite original files when asked.
    * Test
    * You can always revert to previous version (install Cheat Engine 6.4 again or restore from backup)

    #### Is there a way to change a weapon's damage? Or better said, to edit it?
    ######[ table: General ]

    Players > Slot Data > Weapon Data > Damages

    Players > Slot Data > Weapon Data > Properties

    #### Game crashes when I try to use advanced options/find what this adress this code access

    [You have to change the debugger settings first.](http://www.youtube.com/watch?v=CPEfgo169hs)

    #### How to change weapon effects?
    ######[ table: General ]
    @@ -312,7 +336,7 @@ The updated General table is 8 / 8.1 / Windows 10 compatible.

    The following SoFS scripts may not work on 8 / 8.1 / Windows 10:

    * Replenishment [Phantom Color]
    * none

    ####How can i transfer saves?
    Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    @@ -552,7 +576,7 @@ Id | Name

    Or Scripts > Player > Unlimited Torch

    ####Editing your Character Build
    ####How to edit character build?
    ######[ table: General ]

    1. Open the General table in CE.
    @@ -590,15 +614,17 @@ When the “Godmode” script is active, you cannot die. The script will nullify

    ######Method 1:

    Use the “Old Black Separation Crystal” script (Scripts > Player)
    Use the “Transmite Black Crystal Effect” script (Scripts > Multiplayer)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ######Method 2:

    Use the [Banish Phantom](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers.
    Use the [Online Player](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers.

    Connection > Online players

    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ######[ table: General ]
    @@ -713,11 +739,7 @@ Helpers and misc - Get Ring Effect Address

    FromSoftware patched easy way in the Ivory King update (30/09/14).

    ######@MephistoXX's method:

    "I found the way which can kill them without mobs. If you turn on the script "rewrite online phantom status" in the other location, and then cross trigger which load data for next location, then you can kill NPC at there. For example: if you turn on the script in forest of gigants, teleport to the stone passage between forest and majula, teleport there other player (there is trigger), then you can kill all NPC in majula just hits them (with this script you will see all NPC, including Shanalotte, Maughlin etc). Similarly you can kill all NPC in any location"

    NOTE: If npc doesn't take any damage, just backstab teleport host there.
    Connection > Rewrite Online Phantom Status

    ######NPC VAC Method:

    @@ -727,14 +749,15 @@ NOTE: If npc doesn't take any damage, just backstab teleport host there.
    ######[ table: General ]

    Player > Slot Data > Weapon Data > Properties
    Player > Slot Data > Weapon Data > Damages
    Helpers and Misc > Hit Data Helpers

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]

    1. Open the General table
    2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance

    [Video](a.pomf.se/fvefse.webm )

    ####How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]
    @@ -803,8 +826,10 @@ For example from Iron Keep.
    World > Npc Agression
    World > NPC Revive

    Value 00 is Alive / Non-Aggroed. Anything alse is Dead / Aggroed. So change values to 0.
    If you want to revive npc you have to use Bonfire Ascetic.
    Value 00 is Alive / Non-Aggroed. Anything else is Dead / Aggroed. So change values to 00 to Revive / Remove Aggression
    If you want to revive npc you have to use Bonfire Ascetic or Respawn Monsters / NPC script.

    Scripts > NPC & World.

    ####[DS2]Item Duping and Item Transformation
    [ table: General ]
    @@ -2360,11 +2385,9 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Update Notes

    #### SoFS General (16/06/15):
    * Various Fixes and Improvements
    * Added "World" flags
    * Added more stats to display in the "Session Info"
    * Added Copycat scripts
    #### SoFS General (29/06/15):
    * Added a proper status effect immunity
    * Added some stuff

    ## Old Tables & Old Other Stuff

  12. Atvaark revised this gist Jun 27, 2015. 1 changed file with 71 additions and 66 deletions.
    137 changes: 71 additions & 66 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,26 +2,24 @@

    ## Updates

    ### 16/06/2015
    * Updated the FAQ and SoFS table
    ### 22/06/2015
    * Updated links

    ### 05/06/2015
    ### 16/06/2015
    * Updated the FAQ and SoFS table
    * Ported more stuff including Lighting Table
    * Reuploaded tables (pomf is down)

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###Recent Cheat Engine Build:
    ##### Pure 10/06/15:
    ##### Pure 20/06/15:

    http://j.mp/CE-10-06-15
    * https://d.maxfile.ro/mrlavwvvcj.7z

    ##### SVN:

    http://goo.gl/N4I5Nc
    * http://goo.gl/N4I5Nc

    ###### Tables on the CE Forum:

    @@ -32,29 +30,32 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729

    ## General Tables

    #### Scholar of the First Sin (2.02)
    ##### General 16/06/2015
    * http://j.mp/dsg_dx11
    * http://git.io/vL3AA
    #### Scholar of the First Sin (2.0.2)
    ##### General 22/06/2015
    * https://d.maxfile.ro/aprevhbpox.CT
    * http://a.uguu.se/qfdrpz_dsg_dx11.CT
    * http://git.io/vL5k8

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    * http://j.mp/dsg_dx9
    * https://d.maxfile.ro/vcsqfpxscg.CT
    * http://a.uguu.se/wkaaty_dsg_dx9.CT
    * http://git.io/vL5Ih

    ## Other Stuff

    Title | Link
    ---------------------------------|---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Player and NPC Effect IDs | http://git.io/vTAp5
    Effect ID's (by Zullie) | http://git.io/vL5Cs
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
    Modelswap IDs 2 | http://git.io/NKRz
    Equipped Armor IDs | http://git.io/vTAsf
    Item List in the Decimal Format | http://git.io/vkGrx
    Light Table readme (by Lightanon)| http://git.io/vkhlq
    Light Table Info (by Lightanon) | http://git.io/vkhlq

    ## For Wizards aka Atvaarks corner
    ###### Params
    @@ -166,6 +167,7 @@ BonfireName.fmg | http://git.io/NK0s
    * Video Tutorials
    * Update Notes
    * Old Tables & Old Other Stuff
    * Contributors

    ## FAQ

    @@ -975,11 +977,11 @@ BODY

    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates.

    Id | Spell Name | Video
    -------- | ----------------| --------------------------------------------
    01DD99A0 | Soul Flash | http://a.pomf.se/uyamml.webm
    01EA43D0 | Heavenly Thunder| http://a.pomf.se/bqqvsd.webm
    021AC9B0 | Dark Dance |http://a.pomf.se/pvonnr.webm
    Id | Spell Name
    -------- | ----------------
    01DD99A0 | Soul Flash
    01EA43D0 | Heavenly Thunder
    021AC9B0 | Dark Dance


    ## Unused Gestures
    @@ -2364,63 +2366,66 @@ Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM
    * Added more stats to display in the "Session Info"
    * Added Copycat scripts

    #### SoFS General (31/05/15):

    * Ported more stuff

    #### SoFS General (28/05/15):

    * Added Free Cam
    * Fixed "Last bullet" and "Last spell animation ID"

    ## Old Tables & Old Other Stuff

    ###1.0.4 Tables

    * Monstervac: http://a.pomf.se/zkdrqv.CT
    * Bunch of scripts: http://a.pomf.se/swgwjx.CT
    * Monstervac: https://d.maxfile.ro/jritygluad.CT
    * Bunch of scripts: https://d.maxfile.ro/peciezuzdt.CT

    ###1.0.5 Tables

    * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT
    * Santa's Public Table: http://a.pomf.se/imeixf.CT
    * The General 4/9/2014: http://a.pomf.se/qcpncf.CT
    * From CE forums: http://a.pomf.se/cnraft.CT
    * Moveset Table: http://a.pomf.se/optvlx.CT
    * Dragon Torso Stone by Zullie: http://a.pomf.se/dfjkyc.CT
    * White Ring Table (Clientside): http://a.pomf.se/juxtyi.CT
    * Bullet Structure Helper 5/9/2014 http://a.pomf.se/cwwzaz.CT
    * Jump Length Script: http://a.pomf.se/zrbtjh.CT
    * Ventuxe's Moveset Table: http://a.pomf.se/uiauzi.CT
    * Speed and Movement Modifiers: http://a.pomf.se/bgalbe.CT
    * NPC Swap: http://a.pomf.se/uucaon.CT
    * The Color Table: http://a.pomf.se/vfovmk.CT
    * Ventuxe's Name Color Table: http://a.pomf.se/wxccfk.CT
    * Vivid Grim's Table: http://a.pomf.se/ovzmye.CT
    * Zullie's Effect Helper: http://a.pomf.se/owczdt.CT
    * Something: http://a.pomf.se/dpmtnk.CT
    * The General 16/9/2014: http://a.pomf.se/xyttix.CT
    * Bunch of scripts: http://a.pomf.se/jrahis.CT
    * Zullie's Ring Finder: https://d.maxfile.ro/taavilsuky.CT
    * Santa's Public Table: https://d.maxfile.ro/vmkbyshoib.CT
    * General 4/9/2014: https://d.maxfile.ro/qoukrxgywd.CT
    * From CE forums: https://d.maxfile.ro/rqchkpiikb.CT
    * Moveset Table: https://d.maxfile.ro/qrfgwprzfb.CT
    * Dragon Torso Stone by Zullie: https://d.maxfile.ro/xmoljvgvui.CT
    * White Ring Table: https://d.maxfile.ro/reohpkoboc.CT
    * Bullet Structure Helper 5/9/2014 https://d.maxfile.ro/plocorgwiq.CT
    * Jump Length Script: https://d.maxfile.ro/pjcetygnuk.CT
    * Ventuxe's Moveset Table: https://d.maxfile.ro/imolsuylma.CT
    * Speed and Movement Modifiers: https://d.maxfile.ro/pncffrbyst.CT
    * NPC Swap: https://d.maxfile.ro/viqgeazvaj.CT
    * The Color Table: https://d.maxfile.ro/lttgjhvmfi.CT
    * Ventuxe's Name Color Table: https://d.maxfile.ro/fgfjczyvxn.CT
    * Vivid Grim's Table: https://d.maxfile.ro/icdnnvdscd.CT
    * Zullie's Effect Helper: https://d.maxfile.ro/npkabfgjej.CT
    * Something: https://d.maxfile.ro/meptowrpce.CT
    * The General 16/9/2014: https://d.maxfile.ro/rqchkpiikb.CT
    * Bunch of scripts: https://d.maxfile.ro/ikcwhgyjul.CT

    ###1.0.6 / 1.0.7 Tables

    * Moveset Table 30/9/2014: http://a.pomf.se/jyurih.CT
    * Papa Legba's table 2/10/2014: http://a.pomf.se/edbsqo.CT
    * Raw.ct: http://a.pomf.se/dzufix.ct
    * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT
    * Marisa's Public Table: http://a.pomf.se/geduwv.CT
    * Silly Script: http://a.pomf.se/xljnnu.CT
    * Move Editor by Ventuxe: http://a.pomf.se/dgqrks.ct
    * Moveset Table by Ventuxe: http://a.pomf.se/mcxeql.CT
    * First Person "Mod": http://a.pomf.se/zugeyz.CT
    * Monster VAC by Marisa: http://a.pomf.se/iswssy.CT
    * Ventuxe's #Immunity Script: http://a.pomf.se/kvtufg.ct
    * Ventuxe's Table: http://a.pomf.se/mgripe.ct
    * General 10/02/2014: http://a.pomf.se/gyjrdv.zip
    * First Person Table: http://a.pomf.se/zugeyz.CT
    * PreCharacterCreate Mule: http://a.pomf.se/hhbucu.zip
    * Moveset Table 30/9/2014: https://d.maxfile.ro/tdvgdzvzqn.CT
    * Papa Legba's table 2/10/2014: https://d.maxfile.ro/porsamraen.CT
    * Raw.ct: https://d.maxfile.ro/abuveibkyx.ct
    * Shoddy Fog Gates: https://d.maxfile.ro/aamjspsvjp.CT
    * Marisa's Public Table: https://d.maxfile.ro/ycpnxfnuoi.CT
    * Silly Script: https://d.maxfile.ro/zecnowasqw.CT
    * Move Editor by Ventuxe: https://d.maxfile.ro/btvukeceet.ct
    * Moveset Table by Ventuxe: https://d.maxfile.ro/yvhlzgdvro.CT
    * First Person "Mod": https://d.maxfile.ro/ubulxxhfvs.CT
    * Monster VAC by Marisa: https://d.maxfile.ro/cbtheepwrr.CT
    * Ventuxe's #Immunity Script: https://d.maxfile.ro/cyiqozacon.ct
    * Ventuxe's Table: https://d.maxfile.ro/nrdsepknee.ct
    * General 10/02/2014: https://d.maxfile.ro/vrdcqwlmnz.CT

    (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King)

    ###1.0.10
    * General 16/02/2015: http://a.pomf.se/jnmlnm.CT
    * General 16/02/2015: https://d.maxfile.ro/nrdsepknee.ct

    ## Contributors

    * http://pastebin.com/u/duckcrown
    * http://pastebin.com/u/Zullie_the_Witch
    * http://pastebin.com/u/FflsudJmjlo
    * http://pastebin.com/u/ThuyDez
    * https://github.com/Finpiku/VividGrim
    * https://github.com/Atvaark
    * https://github.com/eur0pa/
    * [Zanzer](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=352653)
    * [Haizan](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=394555)
    * [mgr.inz.Player](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=177983)
    * [Matze500](http://forum.cheatengine.org/profile.php?mode=viewprofile&u=324171)
  13. Atvaark revised this gist Jun 16, 2015. 1 changed file with 40 additions and 29 deletions.
    69 changes: 40 additions & 29 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,25 +2,27 @@

    ## Updates

    ## 05/06/2015
    ### 16/06/2015
    * Updated the FAQ and SoFS table
    * Ported more stuff including Lighting Table
    * Reuploaded tables (pomf is down)

    ## 31/05/2015
    * Updated the FAQ and SoFS table
    * Added Camera offsets

    ### 28/05/2015
    * Updated the FAQ and SoFS table

    ### 25/05/2015
    ### 05/06/2015
    * Updated the FAQ and SoFS table
    * Ported more stuff including Lighting Table
    * Reuploaded tables (pomf is down)

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###Recent Cheat Engine Build:
    ##### Pure 10/06/15:

    http://j.mp/CE-10-06-15

    ##### SVN:

    http://goo.gl/N4I5Nc

    ###### Tables on the CE Forum:

    Title | Link
    @@ -31,8 +33,9 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729
    ## General Tables

    #### Scholar of the First Sin (2.02)
    ##### General 05/06/2015
    ##### General 16/06/2015
    * http://j.mp/dsg_dx11
    * http://git.io/vL3AA

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    @@ -142,8 +145,9 @@ BonfireName.fmg | http://git.io/NK0s
    * How to use "Banish Phantom pointers?
    * How to use consumables and chug estus in the BoB arena / other worlds?
    * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world?
    * What is "LGK Everywhere"?
    * What is "Disable LKG Summon Area Restruction"?
    * How to change jump length and jump distance?
    * How to revive / de-aggro npc?
    * Item Duping and Item Transformation
    * Raising Covenant Rank
    * Changing Your Character Name
    @@ -182,7 +186,7 @@ BonfireName.fmg | http://git.io/NK0s

    [Video](http://www.youtube.com/watch?v=LMt5YLHr9rA)

    #### Does anyone know how or where i can get first person mod?
    #### Does anyone know how or where I can get first person mod?
    ######[ table: General ]

    1. Open the General table.
    @@ -236,7 +240,7 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them
    #### What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    #### Do softban affect whole Steam account or just the character
    #### Do softban affect whole Steam account or just the character?

    Steam account.

    @@ -772,24 +776,14 @@ Value | Phantom
    ####How to use consumables and chug estus in the BoB arena or in other worlds?
    ######[ table: General ]

    ######Method 1:

    Use "Force Host Invasion" script (Scripts - Multiplayer)

    Disable script if you want to return home.

    ######Method 2:

    Use "Rewrite Online Phantom Status script" ("Server Connection" tab)

    Disable script if you want to return home.
    Scripts > Player > Items Online script

    ####How to kill "dead" players who used "Invade as host" script and "died" in my world?
    ######[ table: General ]

    You can't. Use "Banish Phantoms" pointers to [kick](http://www.youtube.com/watch?v=emGSQabL6oY) them from your world.

    ####What is "LGK Everywhere"?
    ####What is "Remove LGK Summon Area Restriction"?
    ######[ table: General ]

    You can be summoned by Looking Glass Knight from anywhere.
    @@ -800,8 +794,17 @@ For example from Iron Keep.

    1. Open the General table in CE.
    2. Go Scripts > Player > Jump Values

    ###[DS2]Item Duping and Item Transformation

    ####How to revive or de-aggro npc?
    ######[ table: General ]

    World > Npc Agression
    World > NPC Revive

    Value 00 is Alive / Non-Aggroed. Anything alse is Dead / Aggroed. So change values to 0.
    If you want to revive npc you have to use Bonfire Ascetic.

    ####[DS2]Item Duping and Item Transformation
    [ table: General ]

    1. Open the General table in CE. Say "yes" to running the Lua script. Item duping and swapper stuff is under [Scripts].
    @@ -2350,9 +2353,17 @@ How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk
    The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo
    Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM
    "Invading" in Majula | http://www.youtube.com/watch?v=REjqRO8QySA
    Reviving NPC | http://www.youtube.com/watch?v=PDYRwwxKYso
    Removing NPC Aggression | http://www.youtube.com/watch?v=eWRDZfzF1mM

    ## Update Notes

    #### SoFS General (16/06/15):
    * Various Fixes and Improvements
    * Added "World" flags
    * Added more stats to display in the "Session Info"
    * Added Copycat scripts

    #### SoFS General (31/05/15):

    * Ported more stuff
  14. Atvaark revised this gist Jun 4, 2015. 1 changed file with 40 additions and 33 deletions.
    73 changes: 40 additions & 33 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,11 @@

    ## Updates

    ## 05/06/2015
    * Updated the FAQ and SoFS table
    * Ported more stuff including Lighting Table
    * Reuploaded tables (pomf is down)

    ## 31/05/2015
    * Updated the FAQ and SoFS table
    * Added Camera offsets
    @@ -12,56 +17,41 @@
    ### 25/05/2015
    * Updated the FAQ and SoFS table

    ### 17/05/2015
    * Updated and reorganized the FAQ
    * Updated the General SoFS table

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###### Tables on the CE Forum:

    Title | Url
    Title | Link
    -------------------------|----------------------------------------------------
    Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=580758
    Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974



    ## General Tables

    #### Scholar of the First Sin (2.02)
    ##### General 31/05/2015
    * http://a.pomf.se/qiffxr.CT
    ##### General 05/06/2015
    * http://j.mp/dsg_dx11

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    * http://a.pomf.se/aekhfu.CT
    * http://j.mp/dsg_dx9

    ## Other Stuff

    ###### Bullet Parameter IDs (by Zullie)
    * http://git.io/NKa0

    ###### Child Bullet Parameter IDs
    * http://git.io/NKBb

    ###### Player and NPC Effect IDs
    * http://git.io/vTAp5

    ###### Enemy Modelswaps (by Benzoin-Gum)
    * http://git.io/NKRI

    ###### Modelswap IDs
    * http://git.io/NKRn
    * http://git.io/NKRz

    ###### Equipped Armor IDs
    * http://git.io/vTAsf

    ###### Item List in the Decimal
    * http://git.io/vkGrx
    Title | Link
    ---------------------------------|---------------------
    Bullet Parameter IDs (by Zullie) | http://git.io/NKa0
    Child Bullet Parameter IDs | http://git.io/NKBb
    Player and NPC Effect IDs | http://git.io/vTAp5
    Untextured Weapon IDs | http://git.io/vkSxS
    Enemy Modelswaps (by Benzoin-Gum)| http://git.io/NKRI
    Modelswap IDs 1 | http://git.io/NKRn
    Modelswap IDs 2 | http://git.io/NKRz
    Equipped Armor IDs | http://git.io/vTAsf
    Item List in the Decimal Format | http://git.io/vkGrx
    Light Table readme (by Lightanon)| http://git.io/vkhlq

    ## For Wizards aka Atvaarks corner
    ###### Params
    @@ -89,6 +79,8 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * How to change weapon effects?
    * How to use untextured weapons online?
    * Does anyone know how or where i can get first person mod?
    * Please Help! How to remove hacked +14 Item?
    * The game crashing as soon as click on "Enable..."
    @@ -173,6 +165,23 @@ BonfireName.fmg | http://git.io/NK0s

    ## FAQ


    #### How to change weapon effects?
    ######[ table: General ]

    1. Open the General table.
    2. Go to "Advanced Options" > Get Effects Opcode

    [Video](http://www.youtube.com/watch?v=2lUmhQqFhl0)

    #### How to use untextured weapons online?
    ######[ table: General ]

    1. Open the General table.
    2. Go to Players > Slot Data > Weapon Data > Hand > Equipped Weapon

    [Video](http://www.youtube.com/watch?v=LMt5YLHr9rA)

    #### Does anyone know how or where i can get first person mod?
    ######[ table: General ]

    @@ -546,8 +555,6 @@ NOTE: Changes to character are client-side only.

    ####How to use "Helpers"?

    You have to change some cheat engine settings

    [You have to change some cheat engine settings](http://www.youtube.com/watch?v=CPEfgo169hs)

    ####How to teleport?
  15. Atvaark revised this gist May 31, 2015. 1 changed file with 160 additions and 136 deletions.
    296 changes: 160 additions & 136 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,20 +2,20 @@

    ## Updates

    ## 28/05/2015
    ## 31/05/2015
    * Updated the FAQ and SoFS table
    * Added Camera offsets

    ### 28/05/2015
    * Updated the FAQ and SoFS table

    ### 25/05/2015
    * Updated the FAQ and SoFS table

    ### 17/05/2015
    * Updated and reorganized the FAQ
    * Updated the General SoFS table

    ### 16/05/2015
    * Updated the FAQ
    * Added SoFS info and SoFS item ids

    ### 15/05/2015
    * Added cheat tables for 2.02 SoFS and 1.11

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/
    @@ -32,8 +32,8 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729
    ## General Tables

    #### Scholar of the First Sin (2.02)
    ##### General 28/05/2015
    * http://a.pomf.se/regyzg.CT
    ##### General 31/05/2015
    * http://a.pomf.se/qiffxr.CT

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    @@ -89,18 +89,23 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * Does anyone know how or where i can get first person mod?
    * Please Help! How to remove hacked +14 Item?
    * The game crashing as soon as click on "Enable..."
    * Where I can get "Connection mod" / "Connection Script?"
    * What is the Session Info?
    * Will I get banned for using Cheat Engine?
    * What is a softban?
    * Do softban affect whole Steam account or just the character?
    * How long do bans last for?
    * How do I get out of a soft ban?
    * How to Backup Dark Souls 2 Save Files?
    * What is family sharing limitations?
    * Can I get softbanned for if I get from a friend?
    * Can I get softbanned for for editing stats and spawning items offline?
    * What about VAC?
    * Can I get banned for using DS2fix?
    * Can game detect dll injections and hooks?
    * Did the last patch disable all tables/scripts?
    * What is the difference between a table and a trainer?
    * How to merge Cheat Engine tables?
    @@ -127,7 +132,6 @@ BonfireName.fmg | http://git.io/NK0s
    * How to backstab teleport other players?
    * What is the difference between new Godmode and the old one?
    * How to banish Dark Spirits?
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to Noclip?
    * How to create custom spells?
    @@ -146,7 +150,6 @@ BonfireName.fmg | http://git.io/NK0s
    * How to use "Banish Phantom pointers?
    * How to use consumables and chug estus in the BoB arena / other worlds?
    * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world?
    * I'm curious, what does "Rewrite phantom status" do?
    * What is "LGK Everywhere"?
    * How to change jump length and jump distance?
    * Item Duping and Item Transformation
    @@ -157,7 +160,7 @@ BonfireName.fmg | http://git.io/NK0s
    * [Patched] Become the Barrel
    * Become Invisible (Mostly)
    * Extra Magic
    * Secret Club
    * Unused Gestures
    * Appendix
    * Bonfire List
    * Item IDs
    @@ -170,6 +173,13 @@ BonfireName.fmg | http://git.io/NK0s

    ## FAQ

    #### Does anyone know how or where i can get first person mod?
    ######[ table: General ]

    1. Open the General table.
    2. Go to Scripts > Camera > Force Camera State (Set it to 2).
    3. You might want to adjust FoV for better results

    #### Please Help! How to remove hacked +14 Item?

    ######[ table: General ]
    @@ -178,24 +188,23 @@ BonfireName.fmg | http://git.io/NK0s
    2. Go to Scripts > Player > Tick "+14 crash protection"
    3. Remove the +14 weapon from your inventory.

    Video: https://youtu.be/jWHXeaMqPco
    [Video](https://youtu.be/jWHXeaMqPco)

    #### The game crashing as soon as click on the "Enable..." button"

    Reinstall Cheat Engine 6.4 and tick "Reset Settings":
    Reinstall Cheat Engine 6.4 and tick [Reset Settings](http://i.imgur.com/LTReVb3.jpg)

    http://i.imgur.com/LTReVb3.jpg

    #### Where I can get "Connection mod" / "Connection Script?"

    ######[ table: General ]

    Download the SoFS General table.
    Hold Num9 key.
    [Use Num9 Hotkey](https://www.youtube.com/watch?v=Xgffn5a0h6o)

    #### Is it possible to view your opponent's stats?

    #### What is the "Session Info"?
    Use the "Session Info" (Header). You can see your opponent's stats and info:

    With the "Session info" pointers you are able to see opponent's info:
    * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc)
    * Attributes and Soul Level
    * Phantom Status and Hostility
    @@ -214,20 +223,20 @@ No. But you can get softbanned for:
    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.


    #### What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    More about softbans:
    #### Do softban affect whole Steam account or just the character

    http://git.io/vkJ4N
    Steam account.

    #### How long do bans last for?
    Softbans are permanent

    #### How do I get out of a soft ban?
    Use Family Sharing:

    http://www.youtube.com/watch?v=dWDSzUOuiAE
    [Use Family Sharing](http://www.youtube.com/watch?v=dWDSzUOuiAE)

    But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too.

    @@ -241,7 +250,19 @@ Rarely, but yes.
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ####What about VAC?
    FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/
    FROM [disabled](http://steamcommunity.com/app/236430/discussions/0/558754259718155271/) it because they're incompetent

    ####Can I get banned for using DS2fix?

    I doubt. But I don't recommend to use it at all, because it has not been tested much.

    ####Can game detect dll injections and hooks?

    The short answer is "no."

    Some may suspect the game might trigger a softban itself by checking its module list for injectors / hooks — that is far from truth

    [Read more...](https://github.com/eur0pa/DS2Fix64/blob/master/Softbans.md)

    ####Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    @@ -253,8 +274,7 @@ The only thing that might break is the codelist addresses. But you can update th
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    Video: http://youtu.be/CYh_qwHs4FA

    [Video](http://youtu.be/CYh_qwHs4FA)

    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.
    @@ -295,6 +315,10 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    * Make a New Game
    * Quit to main menu

    ####How to Backup Dark Souls 2 Save Files?

    [Video](http://www.youtube.com/watch?v=lolM7RV22gs)

    ####How to Change Sin / Wretch Status?
    ######[ table: General ]

    @@ -338,18 +362,21 @@ You will need a Soul Vessel for this change to affect your stats.
    1. Open the General table in CE
    2. Go to Player Statistic - Class

    3. Set value as desired:
    Set value as desired:

    Warrior - 1
    Knight - 2
    Swordsman - 9
    Bandit - 4
    Cleric - 6
    Sorcerer - 7
    Explorer - 8
    Deprived - 10

    4. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.
    Class | Value
    -----------|-----------
    Warrior | 1
    Knight | 2
    Swordsman | 9
    Bandit | 4
    Cleric | 6
    Sorcerer | 7
    Explorer | 8
    Deprived | 10

    Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.

    ####How to change my character name?
    ######[ table: General ]
    @@ -365,21 +392,44 @@ Open the General table in CE > Name
    1. Open the General table in CE.
    2. Go to the name pointer

    To change the color of your name use the following template in the name pointer:
    \#c[FFFFFF]Knight#c
    To change the color of your name use the following template in the name pointer.

    Template: #c[FFFFFF]Knight#c

    Where FFFFFF is the RGB Hex Triplet and Knight is your name.
    RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/

    For example #c[FF0000]Knight#c will give you red name.
    Color Chart:

    Color | Hex Triplet
    ----------|-------------
    White | #FFFFFF
    Silver | #C0C0C0
    Gray | #808080
    Black | #000000
    Red | #FF0000
    Maroon | #800000
    Yellow | #FFFF00
    Olive | #808000
    Lime | #00FF00
    Green | #008000
    Aqua | #00FFFF
    Teal | #008080
    Blue | #0000FF
    Navy | #000080
    Fuchsia | #FF00FF
    Purple | #800080

    [More colors](http://codesnippets.wikia.com/wiki/Hex_Triplet_Colors)

    For example: #c[FF0000]Knight#c will give you a red

    ####How to bypass censor for my own name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored.

    Alternative Method:
    https://www.youtube.com/watch?v=AYmkg9UFW84
    [Alternative Method](https://www.youtube.com/watch?v=AYmkg9UFW84)

    ####How to Dupe Character?
    ######[ table: General ]
    @@ -413,7 +463,8 @@ This allows you to set the difficulty of enemies in your game to NG, NG+, etc. v
    1. Open the General table in CE.
    2. Go to Player - Bonfire Insensitivities

    Video: http://www.youtube.com/watch?v=mXzBE8P2hEY
    [Video](http://www.youtube.com/watch?v=mXzBE8P2hEY)


    ######Manual Method:

    @@ -495,9 +546,9 @@ NOTE: Changes to character are client-side only.

    ####How to use "Helpers"?

    You have to change some cheat engine settings:
    You have to change some cheat engine settings

    http://www.youtube.com/watch?v=CPEfgo169hs
    [You have to change some cheat engine settings](http://www.youtube.com/watch?v=CPEfgo169hs)

    ####How to teleport?
    ######[ table: General ]
    @@ -514,7 +565,7 @@ http://www.youtube.com/watch?v=CPEfgo169hs
    4. Backstab
    5. Disable the script.

    Video: http://www.youtube.com/watch?v=gYnILgmiGOs
    [Video](http://www.youtube.com/watch?v=gYnILgmiGOs)

    ####What is the difference between new Godmode and the old one?
    ######[ table: General ]
    @@ -524,26 +575,17 @@ When the “Godmode” script is active, you cannot die. The script will nullify
    ####How to banish invaders?
    ######[ table: General ]

    Use the “Old Black Separation Crystal Method” script (Scripts > Player)
    ######Method 1:

    Use the “Old Black Separation Crystal” script (Scripts > Player)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ####But I don’t want to banish everyone!
    ######[ table: General ]

    Then use “Banish Phanton” pointers in the General table.

    ####I don’t want to banish anyone at all!
    ######[ table: General ]

    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.

    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ######[ table: General ]
    ######Method 2:

    Needs testing.
    Use the [Banish Phantom](http://www.youtube.com/watch?v=XqTcqXZDY5s) pointers.

    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ######[ table: General ]
    @@ -559,38 +601,37 @@ If you want to noclip, use the value 18 or 19 in the “Hostility Status” poi
    ####How to create custom spells?
    ######[ table: General ]

    Use "Bullet Table" v6 by All-Bones Jones
    Helpers / Misc > Bullet Helper.
    1. Open the General Table.
    2. Go to Helpers / Misc > Bullet Helper

    How to use: http://www.youtube.com/watch?v=dX0hjgLvSms
    [How to use](http://www.youtube.com/watch?v=dX0hjgLvSms)

    ####How to change Ring Effects?
    ######[ table: General ]

    Use "Get Ring Effect Address"
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    Use the "Get Ring Effect Address" script

    1. Open the General Table.
    2. Go to Helpers / Misc > Ring Helper.


    ####How to edit effects / change buff duration?
    ######[ table: General ]

    Use Effect Helper
    Helpers and Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    1. Open the General Table.
    2. Go to Helpers / Misc > Effect Helper

    Zullie’s (Author) description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!
    "This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!"

    ####How to add spells / bullets to my attacks?
    ######[ table: General ]

    Use Ventuxe’s Move Editor.
    1. Open the General Table.
    2. Go to Helpers / Misc > Attack Motion Param Helper

    Helpers and Misc > Attack Motion Param
    First you have to change some debugger settings if you haven’t changed it yet (check video above).
    [How to use](http://www.youtube.com/watch?v=GJyQUA38SgM)

    http://www.youtube.com/watch?v=GJyQUA38SgM

    ####How to use bonfire sitting animation in SoFS?
    ######[ table: General ]
    @@ -604,9 +645,7 @@ Value | Description
    8192 | Stand up (Default HotKey is Num8)
    11520 | Last Item(Default Hotkey is Num9)

    11520 (Num9) can be used as "Connection Mod":

    https://www.youtube.com/watch?v=Xgffn5a0h6o
    11520 (Num9) can be used as [Connection Mod](https://www.youtube.com/watch?v=Xgffn5a0h6o)

    ####How to kill players who use the "Bonfire Sitting Animation"?
    ######[ table: General ]
    @@ -616,7 +655,7 @@ https://www.youtube.com/watch?v=Xgffn5a0h6o
    3. Freeze the address values at 0 ("Backstab" and "I-frames")
    4. Now you should able to backstab

    Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ
    [How to](http://www.youtube.com/watch?v=AHSZW0EIdxQ)

    ####How to change phantom color?
    ######[ table: General ]
    @@ -659,46 +698,30 @@ Helpers and misc - Get Ring Effect Address
    ####How to kill npc in other worlds?
    ######[ table: General ]

    FromSoftware has “patched” easy way in the 1.0.6 update (30/09/14).
    Now most of the npc are "protected". However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack them (with the NPC Vac script).

    NPC Name | Location | Kill method
    -----------------------------|---------------------|---------------------
    All firekeeprs and Milibeth | Things Betwixt | Hostility Status: 0
    Shanalotte | Dragon Aerie | Rewrite Hostility + NPC VAC
    Chloanne | Majula | Hostility Status: 0
    Rosabeth of Melfia | Majula | Hostility Status: 0
    Carhillion of the Fold | Majula | Hostility Status: 0
    Crestfallen Saulden | Majula | Hostility Status: 0
    Benhart of Jugo | Shaded Forest | Hostility Status: 0
    Merchant Hag Melentia | FoFG | Rewrite Hostility + NPC VAC
    Straid of Olaphis | Lost Bastille | Rewrite Hostility + NPC VAC
    Steady Hand McDuff | Lost Bastille | Rewrite Hostility + NPC VAC
    Felkin the Outcast | Huntsman Corpse | Hostility Status: 0
    Titchy Gren | Undead Purgatory | Hostility Status: 0
    Magerold of Lanafir | Iron Keep | Rewrite Hostility + NPC VAC
    Weaponsmith Ornifex | - | Rewrite Hostility + NPC VAC
    Darkdiver Grandahl | - | Rewrite Hostility + NPC VAC
    Grave Warden Agdayne | Undead Crypt | Rewrite Hostility + NPC VAC
    Pate | FoFG | Rewrite Hostility + NPC VAC


    *NOTE: If npc doesn't take any damage, just backstab teleport host there.

    Video: http://www.youtube.com/watch?v=ZU5RPTbaf7g
    FromSoftware patched easy way in the Ivory King update (30/09/14).

    ######@MephistoXX's method:

    "I found the way which can kill them without mobs. If you turn on the script "rewrite online phantom status" in the other location, and then cross trigger which load data for next location, then you can kill NPC at there. For example: if you turn on the script in forest of gigants, teleport to the stone passage between forest and majula, teleport there other player (there is trigger), then you can kill all NPC in majula just hits them (with this script you will see all NPC, including Shanalotte, Maughlin etc). Similarly you can kill all NPC in any location"

    NOTE: If npc doesn't take any damage, just backstab teleport host there.

    ######NPC VAC Method:

    [How to](http://www.youtube.com/watch?v=ZU5RPTbaf7g)

    ####How to modify weapon properties?
    ######[ table: General ]

    Player > Slot Data > Weapon Data >
    Player > Slot Data > Weapon Data > Properties

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]

    1. Open the General table
    2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance

    Video: a.pomf.se/fvefse.webm
    [Video](a.pomf.se/fvefse.webm )

    ####How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]
    @@ -713,6 +736,8 @@ Video: a.pomf.se/fvefse.webm
    2. Open the General table
    3. Go Scripts > Player > Freeze Effects

    [Video](http://www.youtube.com/watch?v=qigIl9Wy-6c)

    ####How to use "Banish Phantom pointers?"
    ######[ table: General ]

    @@ -723,7 +748,7 @@ IMPORTANT NOTE: Do not banish Dragon Bros with this method!

    I don't recommend you use this method at all. Use the "Old black separation crystal" script instead.

    Video: https://www.youtube.com/watch?v=XqTcqXZDY5s
    [Video](https://www.youtube.com/watch?v=XqTcqXZDY5s)

    Value | Phantom
    ------|-------------
    @@ -755,15 +780,7 @@ Disable script if you want to return home.
    ####How to kill "dead" players who used "Invade as host" script and "died" in my world?
    ######[ table: General ]

    You can't. Use "Banish Phantoms" pointers to kick them from your world.
    Video: http://www.youtube.com/watch?v=emGSQabL6oY

    ####I'm curious, what does "Rewrite phantom status" do?
    ######[ table: General ]

    Other players can't send you home (I believe they still can banish you by "transmitting" Black Separation Crystal Effect).

    Use "Disable Black Separation Crystal Effect" to prevent that.
    You can't. Use "Banish Phantoms" pointers to [kick](http://www.youtube.com/watch?v=emGSQabL6oY) them from your world.

    ####What is "LGK Everywhere"?
    ######[ table: General ]
    @@ -777,18 +794,17 @@ For example from Iron Keep.
    1. Open the General table in CE.
    2. Go Scripts > Player > Jump Values

    ### Item Duping and Item Transformation
    ###[DS2]Item Duping and Item Transformation
    [ table: General ]

    1. Open the General table in CE. Say "yes" to running the Lua script. Item duping and swapper stuff is under [Scripts].
    2. Open DS2, load the character whose items you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.

    ### Duping and Item Transformation
    ## Duping and Item Transformation
    [ table: General ]

    1. Open the General table in CE
    2. Go to "Helpers and Misc" > Item Mod
    Open the General table in CE > Item Mod

    [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack.

    @@ -813,7 +829,7 @@ For weapons you can also set [Desired Infusion]:
    - Instead of using the helper, you can enter the item ID manually if you wish (ctrl+f ## Item IDs on this page).
    - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up.

    ### Raising Covenant Rank
    ## Raising Covenant Rank
    ######[ table: General ]

    1. Open the General table in CE.
    @@ -826,7 +842,7 @@ For weapons you can also set [Desired Infusion]:
    - You can uncheck your covenant value, Covenants, and Player once you have gotten the rank-up dialogue in-game.


    ### Changing Your Character Name
    ## Changing Your Character Name
    ######[no table needed]
    1. Open DS2, load the character whose name you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    @@ -842,15 +858,15 @@ For weapons you can also set [Desired Infusion]:

    1. Open the General table in CE > Name

    ### Editing Your Character Build
    ## Editing Your Character Build
    ######[ table: General]
    ######NOTE: /dsg/ tested this and changes to character build do not show up to other people if you are summoned or if they are summoned to your world.**

    1. Open the General table in CE.
    2. Open DS2, load the character whose build you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. Player > Character Model > Build
    5. Here are some examples of modifications: http://i.imgur.com/BBylg3s.jpg
    5. [Here are some examples of modifications](http://i.imgur.com/BBylg3s.jpg)
    6. You have to keep CE running at all times to keep your custom body.
    7. You have to manually reenter your build values each time you load the game. Make sure you save them.

    @@ -859,10 +875,8 @@ For weapons you can also set [Desired Infusion]:
    * Lower negative value = thinner, smaller
    * Zero = default
    * As far as I can tell, there are no real limits to the numbers you can set for build values. That said, certain values taken too low negatively can actually make the part start to widen again. Usually somewhere between -7 and -10 will make the part as thin as it can be.
    * You can see values for your face with this old table, maybe: http://www.cheatengine.org/forum/download.php?id=105913
    * ctrl+f "Cielos" on this page for more info about face editing: http://www.cheatengine.org/forum/viewtopic.php?p=5535148

    ### Freecam Controls
    ## Freecam Controls
    ######[ table: General ]

    1. Open the General table in CE.
    @@ -890,7 +904,7 @@ Z
    0.7393138409


    ### [Patched] Become the Barrel
    ## [Patched] Become the Barrel
    ######[no table needed]

    1. Have a Wanderer's Coat in your inventory.
    @@ -906,9 +920,15 @@ Z
    - Search for the ID (replace x with 1) - do not check off "Hex" next to the search box.
    - Then replace it with the ID for barrel (11450101)

    ### Become Invisible (Mostly)
    ##Become Invisible
    ######[no table needed]

    ######Method 1:

    Use AAVA's [Invisibility effect](http://www.youtube.com/watch?v=SUiOofyx3Dk)

    ######Method 2:

    1. Have a set of Manikin armor (body, hands, legs) in your inventory.
    2. Open DS2, load the character you want to be Kevin Bacon.

    @@ -940,7 +960,7 @@ BODY
    * If you think about this creatively, you can start putting visible components on whichever slot you like. As noted in the [TIPS] above, you can then stack another armor on top of your visible component.
    * Santa's ID list also has Rosabeth's dress for female characters and some weird untextured stuff.

    ### Extra Magic
    ## Extra Magic
    ######[no table needed]

    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates.
    @@ -952,7 +972,7 @@ Id | Spell Name | Video
    021AC9B0 | Dark Dance |http://a.pomf.se/pvonnr.webm


    ### Secret Club
    ## Unused Gestures
    ######[ table: General ]

    1. Open DS2, load the character you want to be in the secret club.
    @@ -974,7 +994,7 @@ Id | Spell Name | Video
    300 Praise the Sun
    310 Fist Pump

    ###### Bonfire List
    ## Bonfire List

    #####Pre-Advice!!
    If you warp to a bonfire that can only be accessed via secret wall (button press) or key, you can not exit from that room unless you use free roam or warp to another generic bonfire!
    @@ -2322,14 +2342,18 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I
    How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk
    The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo
    Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM
    "Invading" in Majula | http://www.youtube.com/watch?v=yQuFYgHiv_o
    "Invading" in Majula | http://www.youtube.com/watch?v=REjqRO8QySA

    ## Update Notes

    #### SoFS General (31/05/15):

    * Ported more stuff

    #### SoFS General (28/05/15):

    * Added Free Cam
    * Fixed last bullet and last animation pointers
    * Fixed "Last bullet" and "Last spell animation ID"

    ## Old Tables & Old Other Stuff

  16. Atvaark revised this gist May 28, 2015. 1 changed file with 94 additions and 44 deletions.
    138 changes: 94 additions & 44 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    ## Updates

    ## 25/05/2015
    ## 28/05/2015
    * Updated the FAQ and SoFS table

    ### 17/05/2015
    @@ -32,8 +32,8 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729
    ## General Tables

    #### Scholar of the First Sin (2.02)
    ##### General 25/05/2015
    * http://a.pomf.se/ddfipu.CT
    ##### General 28/05/2015
    * http://a.pomf.se/regyzg.CT

    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    @@ -61,7 +61,7 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729
    * http://git.io/vTAsf

    ###### Item List in the Decimal
    * http://git.io/vTAsY
    * http://git.io/vkGrx

    ## For Wizards aka Atvaarks corner
    ###### Params
    @@ -80,7 +80,7 @@ Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=5729

    String table name | Link
    ----------------------------------- | --------------------
    ItemName.fmg | http://git.io/NKRS
    ItemName.fmg | http://git.io/NKRS
    DetailedExplanation.fmg | http://git.io/NKRA
    SimpleExplanation.fmg | http://git.io/NK0I
    BonfireName.fmg | http://git.io/NK0s
    @@ -89,7 +89,9 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * Please Help! How to remove hacked +14 Item?
    * The game crashing as soon as click on "Enable..."
    * Where I can get "Connection mod" / "Connection Script?"
    * What is the Session Info?
    * Will I get banned for using Cheat Engine?
    * What is a softban?
    @@ -114,7 +116,7 @@ BonfireName.fmg | http://git.io/NK0s
    * I'm wondering how many letters can fit in the name?
    * How do I change the color of my name?
    * How to Dupe Character?
    * Are there difficulty settings?
    * Changing New Game value
    * Warping to any Bonfire.
    * What is hostility status?
    * Changing Your Hostility Status
    @@ -168,13 +170,30 @@ BonfireName.fmg | http://git.io/NK0s

    ## FAQ

    #### Please Help! How to remove hacked +14 Item?

    ######[ table: General ]

    1. Open the General table.
    2. Go to Scripts > Player > Tick "+14 crash protection"
    3. Remove the +14 weapon from your inventory.

    Video: https://youtu.be/jWHXeaMqPco

    #### The game crashing as soon as click on the "Enable..." button"

    Reinstall Cheat Engine 6.4 and tick "Reset Settings":

    http://i.imgur.com/LTReVb3.jpg

    #### What is the Session Info?
    #### Where I can get "Connection mod" / "Connection Script?"

    ######[ table: General ]

    Download the SoFS General table.
    Hold Num9 key.

    #### What is the "Session Info"?

    With the "Session info" pointers you are able to see opponent's info:
    * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc)
    @@ -198,8 +217,12 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them
    #### What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    More about softbans:

    http://git.io/vkJ4N

    #### How long do bans last for?
    Softbans are permanentю
    Softbans are permanent

    #### How do I get out of a soft ban?
    Use Family Sharing:
    @@ -211,7 +234,7 @@ But do not transfer your old save data, because what led to your softban is stil
    #### What is family sharing limitations?
    You may authorize up to 5 account per 90 days.

    #### Can I get softbanned if I get <item name> from a friend?
    #### Can I get softbanned if I get items from a friend?
    Rarely, but yes.

    ####Can I get softbanned for for editing stats and spawning items offline?
    @@ -232,7 +255,6 @@ The only thing that might break is the codelist addresses. But you can update th

    Video: http://youtu.be/CYh_qwHs4FA

    If you can't enable the Codelist script just wait for someone who fix the table.

    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.
    @@ -262,11 +284,11 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:

    * Make a New Game
    * Quit to main menu
    * Press start
    * Press "Start"
    * Wait for it to load main menu
    * Alt+Tab and replace your save
    * [save location: C:\Users\yourusername\AppData\Roaming\DarkSoulsII\randomnumber\DARKSII0000.sl2]
    * [all characters are on one save - make backups]
    * Save location: C:\Users\yourusername\AppData\Roaming\DarkSoulsII\randomnumber\DARKSII0000.sl2
    * All characters are on one save - make backups
    * Try to continue
    * Receive error
    * Go back to main menu
    @@ -279,8 +301,15 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    1. Open the General table in CE.
    2. Go to Player > Statistic

    Sin – is current amount of your sin
    Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch
    The "Sin" pointer is current amount of your sin.
    The "Sinner / Wretch Status" pointer:

    Value | Status
    -------|--------------
    0 | Not a Sinner
    1 | Sinner
    2 | Wretch


    ####How to change Soul Memory?
    ######[ table: General ]
    @@ -538,19 +567,19 @@ How to use: http://www.youtube.com/watch?v=dX0hjgLvSms
    ####How to change Ring Effects?
    ######[ table: General ]

    Use "Ring Helper" by Zullie
    Use "Get Ring Effect Address"
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).


    ####How to edit effects / change buff duration?
    ######[ table: General ]

    Use Effect Helper by Zullie.
    Use Effect Helper
    Helpers and Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    Zullie’s description:
    Zullie’s (Author) description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!

    ####How to add spells / bullets to my attacks?
    @@ -622,13 +651,41 @@ Value | Description
    ####How to become invisible?
    ######[ table: General ]

    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via "Get Ring Effect Address" script. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    Helpers and misc - Get Ring Effect Address

    ####How to kill npc in other worlds?
    ######[ table: General ]

    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).
    FromSoftware has “patched” easy way in the 1.0.6 update (30/09/14).
    Now most of the npc are "protected". However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack them (with the NPC Vac script).

    NPC Name | Location | Kill method
    -----------------------------|---------------------|---------------------
    All firekeeprs and Milibeth | Things Betwixt | Hostility Status: 0
    Shanalotte | Dragon Aerie | Rewrite Hostility + NPC VAC
    Chloanne | Majula | Hostility Status: 0
    Rosabeth of Melfia | Majula | Hostility Status: 0
    Carhillion of the Fold | Majula | Hostility Status: 0
    Crestfallen Saulden | Majula | Hostility Status: 0
    Benhart of Jugo | Shaded Forest | Hostility Status: 0
    Merchant Hag Melentia | FoFG | Rewrite Hostility + NPC VAC
    Straid of Olaphis | Lost Bastille | Rewrite Hostility + NPC VAC
    Steady Hand McDuff | Lost Bastille | Rewrite Hostility + NPC VAC
    Felkin the Outcast | Huntsman Corpse | Hostility Status: 0
    Titchy Gren | Undead Purgatory | Hostility Status: 0
    Magerold of Lanafir | Iron Keep | Rewrite Hostility + NPC VAC
    Weaponsmith Ornifex | - | Rewrite Hostility + NPC VAC
    Darkdiver Grandahl | - | Rewrite Hostility + NPC VAC
    Grave Warden Agdayne | Undead Crypt | Rewrite Hostility + NPC VAC
    Pate | FoFG | Rewrite Hostility + NPC VAC


    *NOTE: If npc doesn't take any damage, just backstab teleport host there.

    Video: http://www.youtube.com/watch?v=ZU5RPTbaf7g

    ####How to modify weapon properties?
    ######[ table: General ]
    @@ -2247,7 +2304,7 @@ Id | Name
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn

    ###Video Tutorials
    ## Video Tutorials

    Name | URL
    ---------------------------------|-------------------------------------
    @@ -2262,27 +2319,19 @@ NPC Vacuum Sript | http://www.youtube.com/watch?v=h4UEQw9I8zA
    Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns
    Backstab lock | http://www.youtube.com/watch?v=0Iia4y_kjaM
    Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I
    How to get an NPC effect ID | https://www.youtube.com/watch?v=SUiOofyx3Dk
    The easiest way remove or effect | https://www.youtube.com/watch?v=a8dULh-ybWo
    Transmitting BSC Effect | http://www.youtube.com/watch?v=eDAp4am6aAM
    "Invading" in Majula | http://www.youtube.com/watch?v=yQuFYgHiv_o

    ###Update Notes
    ## Update Notes

    #### SoFS General (24/05/15):
    #### SoFS General (28/05/15):

    * Added updated Bullet table
    * Added "Jump" values (Scripts > Player)
    * Added "Disable Death Animation" (Scripts > Player)
    * Added "Disable Corrosive Urn Damage" (Scripts > Player)
    * Added "Disable Black Sepration Crystal Effect" (Scripts > Player)
    * Added "Non-shoddy" +14 Crash Protection (Scripts > Player)
    * Added "Unlock All Bonfires" (Scripts > Player)
    * Added "Npc Auto-Parry" (Scripts > Player)
    * Added "Old Player VAC" (Teleport > )
    * Added "Session Info" pointers
    * Added "Current Equipment" pointers (Player > Slot Data)
    * Added "Durability" pointers (Player > Slot Data)
    * Added "Attack Ratings" (Player > Slot Data)
    * Added "Bonfire Intensities" (Player > )
    * Added Free Cam
    * Fixed last bullet and last animation pointers

    ###Old Tables & Old Other Stuff
    ## Old Tables & Old Other Stuff

    ###1.0.4 Tables

    @@ -2293,11 +2342,12 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I

    * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT
    * Santa's Public Table: http://a.pomf.se/imeixf.CT
    * The General 4/9/14 http://a.pomf.se/qcpncf.CT
    * The General 4/9/2014: http://a.pomf.se/qcpncf.CT
    * From CE forums: http://a.pomf.se/cnraft.CT
    * Moveset Table: http://a.pomf.se/optvlx.CT
    * Dragon Torso Stone by Zullie: http://a.pomf.se/dfjkyc.CT
    * White Ring Table (Clientside): http://a.pomf.se/juxtyi.CT
    * Bullet Structure Helper 5/9/14 http://a.pomf.se/cwwzaz.CT
    * Bullet Structure Helper 5/9/2014 http://a.pomf.se/cwwzaz.CT
    * Jump Length Script: http://a.pomf.se/zrbtjh.CT
    * Ventuxe's Moveset Table: http://a.pomf.se/uiauzi.CT
    * Speed and Movement Modifiers: http://a.pomf.se/bgalbe.CT
    @@ -2307,13 +2357,13 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I
    * Vivid Grim's Table: http://a.pomf.se/ovzmye.CT
    * Zullie's Effect Helper: http://a.pomf.se/owczdt.CT
    * Something: http://a.pomf.se/dpmtnk.CT
    * The General 16/9/14: http://a.pomf.se/xyttix.CT
    * The General 16/9/2014: http://a.pomf.se/xyttix.CT
    * Bunch of scripts: http://a.pomf.se/jrahis.CT

    ###1.0.6 / 1.0.7 Tables

    * Moveset Table 30/9/14: http://a.pomf.se/jyurih.CT
    * Papa Legba's table 2/10/14: http://a.pomf.se/edbsqo.CT
    * Moveset Table 30/9/2014: http://a.pomf.se/jyurih.CT
    * Papa Legba's table 2/10/2014: http://a.pomf.se/edbsqo.CT
    * Raw.ct: http://a.pomf.se/dzufix.ct
    * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT
    * Marisa's Public Table: http://a.pomf.se/geduwv.CT
    @@ -2331,4 +2381,4 @@ Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I
    (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King)

    ###1.0.10
    * General 16/02/2015: http://a.pomf.se/jnmlnm.CT
    * General 16/02/2015: http://a.pomf.se/jnmlnm.CT
  17. Atvaark revised this gist May 25, 2015. 1 changed file with 30 additions and 30 deletions.
    60 changes: 30 additions & 30 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -125,8 +125,8 @@ BonfireName.fmg | http://git.io/NK0s
    * How to backstab teleport other players?
    * What is the difference between new Godmode and the old one?
    * How to banish Dark Spirits?
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to Noclip?
    * How to create custom spells?
    * How to change Ring Effects?
    @@ -188,9 +188,9 @@ With the "Session info" pointers you are able to see opponent's info:
    #### Will I get banned for using Cheat Engine?
    No. But you can get softbanned for:
    * Editing stats, changing soul memory
    * There have been a few reports that using an “Infinite Items” script can cause it
    * There have been a few reports that using an “Infinite Items” script can cause it
    * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).
    * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).

    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.
    @@ -199,7 +199,7 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    #### How long do bans last for?
    Softbans are permanentÑŽ
    Softbans are permanentю

    #### How do I get out of a soft ban?
    Use Family Sharing:
    @@ -215,20 +215,20 @@ You may authorize up to 5 account per 90 days.
    Rarely, but yes.

    ####Can I get softbanned for for editing stats and spawning items offline?
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ####What about VAC?
    FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/

    ####Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The only thing that might break is the codelist addresses. But you can update them on your own.

    ######[ table: General ]

    1. Open CodeList (Cheat Engine > Advanced) and remove every single address there.
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    Video: http://youtu.be/CYh_qwHs4FA

    @@ -279,8 +279,8 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    1. Open the General table in CE.
    2. Go to Player > Statistic

    Sin – is current amount of your sin
    Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch
    Sin is current amount of your sin
    Sin / Wretch status is: 0 not a sinner, 1 Sinner, 2 Wretch

    ####How to change Soul Memory?
    ######[ table: General ]
    @@ -375,7 +375,7 @@ This allows you to set the difficulty of enemies in your game to NG, NG+, etc. v
    ######"Last Bonfire" method:

    1. Open the General table in CE.
    2. Use “Last bonfire” pointer on the front page
    2. Use “Last bonfire” pointer on the front page
    3. Select Bonfire you want to warp
    4. Use Homeward Bone or Darksign.

    @@ -412,7 +412,7 @@ Hostility status determines who and what can be aggressive towards you, or what
    ######Pointer Method:

    1. Open the General table in CE.
    2. Use “Hostility” pointer on the front page
    2. Use “Hostility” pointer on the front page

    ######Manual Method:

    @@ -490,42 +490,42 @@ Video: http://www.youtube.com/watch?v=gYnILgmiGOs
    ####What is the difference between new Godmode and the old one?
    ######[ table: General ]

    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.
    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.

    ####How to banish invaders?
    ######[ table: General ]

    Use the “Old Black Separation Crystal Method” script (Scripts > Player)
    Use the “Old Black Separation Crystal Method” script (Scripts > Player)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ####But I don’t want to banish everyone!
    ####But I don’t want to banish everyone!
    ######[ table: General ]

    Then use “Banish Phanton” pointers in the General table.
    Then use “Banish Phanton” pointers in the General table.

    ####I don’t want to banish anyone at all!
    ####I don’t want to banish anyone at all!
    ######[ table: General ]

    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.
    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.

    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ######[ table: General ]

    Needs testing.

    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ######[ table: General ]

    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading.

    ####How to Noclip?
    ######[ table: General ]

    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.
    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.

    ####How to create custom spells?
    ######[ table: General ]
    @@ -540,26 +540,26 @@ How to use: http://www.youtube.com/watch?v=dX0hjgLvSms

    Use "Ring Helper" by Zullie
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    First you have to change debugger settings if you haven’t changed it yet (check video above).


    ####How to edit effects / change buff duration?
    ######[ table: General ]

    Use Effect Helper by Zullie.
    Helpers and Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    Zullie’s description:
    Zullie’s description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!

    ####How to add spells / bullets to my attacks?
    ######[ table: General ]

    Use Ventuxe’s Move Editor.
    Use Ventuxe’s Move Editor.

    Helpers and Misc > Attack Motion Param
    First you have to change some debugger settings if you haven’t changed it yet (check video above).
    First you have to change some debugger settings if you haven’t changed it yet (check video above).

    http://www.youtube.com/watch?v=GJyQUA38SgM

    @@ -592,7 +592,7 @@ Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ
    ####How to change phantom color?
    ######[ table: General ]

    You can stack multiple white ring effects or use “Repleshement” script from the General table.
    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value | Description
    --------|------------------
    @@ -622,13 +622,13 @@ Value | Description
    ####How to become invisible?
    ######[ table: General ]

    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    ####How to kill npc in other worlds?
    ######[ table: General ]

    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).
    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).

    ####How to modify weapon properties?
    ######[ table: General ]
  18. Atvaark revised this gist May 25, 2015. 1 changed file with 257 additions and 175 deletions.
    432 changes: 257 additions & 175 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,11 @@
    #Dark Souls II and SoFS Cheat Engine Guide
    #Dark Souls II and Scholar of the First Sin Cheat Engine Guide

    ## Updates

    ## 17/05/2015
    ## 25/05/2015
    * Updated the FAQ and SoFS table

    ### 17/05/2015
    * Updated and reorganized the FAQ
    * Updated the General SoFS table

    @@ -13,62 +16,54 @@
    ### 15/05/2015
    * Added cheat tables for 2.02 SoFS and 1.11

    ### 23/02/2015
    * Migrated some more deleted pastebins.

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/

    ###### Tables Topic on CE Forum:
    * Dark Souls 2: http://forum.cheatengine.org/viewtopic.php?t=572974
    * SoFS: http://www.cheatengine.org/forum/viewtopic.php?t=580758

    ### General Tables
    ###### Tables on the CE Forum:

    ### 2.02 SoFS Tables
    ##### General 17/05/2015
    * http://a.pomf.se/jqksfu.CT
    Title | Url
    -------------------------|----------------------------------------------------
    Scholar of the First Sin | http://www.cheatengine.org/forum/viewtopic.php?t=580758
    Dark Souls 2 | http://www.cheatengine.org/forum/viewtopic.php?t=572974

    ###1.0.11 Tables
    ##### General 15/05/2015
    * http://a.pomf.se/aekhfu.CT

    ###1.0.10 Tables
    ###### General 02/16
    http://a.pomf.se/jnmlnm.CT

    ###1.0.7 Tables:
    ###### GENERAL ( 10/2, post-Ivory )
    * http://a.pomf.se/gyjrdv.zip
    ## General Tables

    ###### #Namecrash immunity script
    * http://a.pomf.se/kvtufg.ct
    #### Scholar of the First Sin (2.02)
    ##### General 25/05/2015
    * http://a.pomf.se/ddfipu.CT

    ###### 1st Person / King's Field Style ( how to: https://www.youtube.com/watch?v=pBtk6rOGmpU )
    * http://a.pomf.se/zugeyz.CT

    ##Other Stuff (10/2/2014)
    ###### PreCharacterCreate Mule
    See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King
    #### Dark Souls 2 (1.0.11)
    ##### General 15/05/2015
    * http://a.pomf.se/aekhfu.CT

    * http://a.pomf.se/hhbucu.zip
    * https://anonfiles.com/file/1316019660f43deb8c8fc033d976ee15
    ## Other Stuff

    ###### Bullet Parameter IDs (by Zullie)
    * http://git.io/NKa0

    ###### Child Bullet Parameter IDs
    * http://git.io/NKBb

    ###### Player and NPC Effect IDs
    * http://git.io/vTAp5

    ###### Enemy Modelswaps (by Benzoin-Gum)
    * http://git.io/NKRI

    ###### Modelswap IDs
    * http://git.io/NKRn
    * http://git.io/NKRz

    ## For Wizards aka atvaarks corner
    ###### Equipped Armor IDs
    * http://git.io/vTAsf

    ###### Item List in the Decimal
    * http://git.io/vTAsY

    ## For Wizards aka Atvaarks corner
    ###### Params
    * http://git.io/A6Gz

    @@ -94,6 +89,8 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * The game crashing as soon as click on "Enable..."
    * What is the Session Info?
    * Will I get banned for using Cheat Engine?
    * What is a softban?
    * How long do bans last for?
    @@ -108,7 +105,7 @@ BonfireName.fmg | http://git.io/NK0s
    * There are a lot of tables, I want to use multiple tables at once!
    * How can I remove the name censor (the *'s in people's names)?
    * I use Windows 8 / 8.1 / Windows 10
    * How can i transfer saves?
    * How can I transfer saves?
    * How to Change Sin / Wretch Status?
    * How to change Soul Memory?
    * How to change my stats?
    @@ -123,12 +120,13 @@ BonfireName.fmg | http://git.io/NK0s
    * Changing Your Hostility Status
    * Extending Your Torch Life
    * Editing your Character Build
    * How to use "Helpers"?
    * How to teleport?
    * How to backstab teleport other players?
    * What is the difference between new Godmode and the old one?
    * I got invaded by a hacker / tryhard / person I don’t want to play with
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to banish Dark Spirits?
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to Noclip?
    * How to create custom spells?
    * How to change Ring Effects?
    @@ -146,6 +144,9 @@ BonfireName.fmg | http://git.io/NK0s
    * How to use "Banish Phantom pointers?
    * How to use consumables and chug estus in the BoB arena / other worlds?
    * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world?
    * I'm curious, what does "Rewrite phantom status" do?
    * What is "LGK Everywhere"?
    * How to change jump length and jump distance?
    * Item Duping and Item Transformation
    * Raising Covenant Rank
    * Changing Your Character Name
    @@ -156,22 +157,40 @@ BonfireName.fmg | http://git.io/NK0s
    * Extra Magic
    * Secret Club
    * Appendix
    * Changelog
    * Bonfire List
    * Item IDs
    * DLC Item IDs
    * Recolored Items
    * Scholar of the First Sin Items
    * Video Tutorials
    * Update Notes
    * Old Tables & Old Other Stuff

    ### FAQ
    ## FAQ

    #### The game crashing as soon as click on the "Enable..." button"

    Reinstall Cheat Engine 6.4 and tick "Reset Settings":

    http://i.imgur.com/LTReVb3.jpg

    #### What is the Session Info?

    With the "Session info" pointers you are able to see opponent's info:
    * Stats (HP, Stamina, Real Poise, Armor Poise, Equip Load etc)
    * Attributes and Soul Level
    * Phantom Status and Hostility
    * Current Covenant and all Covenants Progress
    * Flags (I-frames, Stamina Recovery etc)
    * Equipment (Equipped rings, Armor, weapons, current consumables, spells)
    * Position

    #### Will I get banned for using Cheat Engine?
    No. But you can get softbanned for:
    * editing stats, changing soul memory
    * there have been a few reports that using an “Infinite Items” script can cause it
    * posessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).
    * Editing stats, changing soul memory
    * There have been a few reports that using an “Infinite Items” script can cause it
    * Possessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * Picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).

    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.
    @@ -180,36 +199,41 @@ Most of them are idiots (can't connect one night = oh no I'm bun). Some of them
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    #### How long do bans last for?
    Softbans are permanent
    Softbans are permanentÑŽ

    #### How do I get out of a soft ban?
    Use Family Sharing http://www.youtube.com/watch?v=dWDSzUOuiAE
    Use Family Sharing:

    http://www.youtube.com/watch?v=dWDSzUOuiAE

    But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too.

    #### What is family sharing limitations?
    You may authorize up to 5 account per 90 days.

    #### Can I get softbanned for if I get <item name> from a friend?
    #### Can I get softbanned if I get <item name> from a friend?
    Rarely, but yes.

    ####Can I get softbanned for for editing stats and spawning items offline?
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ####What about VAC?
    FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/

    ####Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The only thing that might break is the codelist addresses. But you can update them on your own.

    ######[ table: General ]

    1. Open CodeList (Cheat Engine > Advanced) and remove every single address there.
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    Video: http://youtu.be/CYh_qwHs4FA

    If you can't enable the Codelist script just wait for someone who fix the table.

    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.

    @@ -227,7 +251,11 @@ x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin
    or whatever language you may be using.

    ####I use Windows 8 / 8.1 / Windows 10
    The updated general table is Windows 8 / 10 compatible.
    The updated General table is 8 / 8.1 / Windows 10 compatible.

    The following SoFS scripts may not work on 8 / 8.1 / Windows 10:

    * Replenishment [Phantom Color]

    ####How can i transfer saves?
    Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    @@ -251,13 +279,13 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    1. Open the General table in CE.
    2. Go to Player > Statistic

    Sin is current amount of your sin
    Sin / Wretch status is: 0 not a sinner, 1 Sinner, 2 Wretch
    Sin – is current amount of your sin
    Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch

    ####How to change Soul Memory?
    ######[ table: General ]

    Editing Soul Memory is the fastest way to get banned. But if you still want to do it then:
    Editing Soul Memory is the fastest way to get sofbanned. But if you still want to do it then:

    1. Open the General table in CE.
    2. Go to Player > Statistic > Soul Memory
    @@ -271,8 +299,7 @@ Editing Soul Memory is the fastest way to get banned. But if you still want to d
    If you want to change attributes go to Player > Attributes.

    ######[TIPS]
    - Editing your attributes or stats does not increase your soul level, but it does increase the # of souls you give if you die to someone else.
    - Personally I do not use these functions and just dupe some soul items to give me souls for leveling.
    - Editing your attributes or stats does increase your soul level.

    ####How to change character class?
    ######[ table: General ]
    @@ -294,13 +321,11 @@ Explorer - 8
    Deprived - 10

    4. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ####How to change my character name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. The name pointer will be on the front page.
    Open the General table in CE > Name

    ####I'm wondering how many letters can fit in the name?
    31.
    @@ -318,7 +343,9 @@ RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/

    For example #c[FF0000]Knight#c will give you red name.

    How to bypass censor for my own name?
    ####How to bypass censor for my own name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored.

    @@ -334,25 +361,31 @@ https://www.youtube.com/watch?v=AYmkg9UFW84
    4. Quit your current game and load your saves, the dupe should be in the next slot down.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)


    ####Are there difficulty settings?
    ####Changing New Game value (NG)
    ######[ table: General ]

    This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9).

    1. Open the General table in CE.
    2. NG Cycle pointer will be on the front page

    ####Warping to any Bonfire.
    ####Warping to any Bonfire / Unlocking Bonfires
    ######[ table: General ]

    ######Pointer method:
    ######"Last Bonfire" method:

    1. Open the General table in CE.
    2. Use “Last bonfire” pointer on the front page
    2. Use “Last bonfire” pointer on the front page
    3. Select Bonfire you want to warp
    4. Use Homeward Bone or Darksign.

    ######"Bonfire Insensitivities" pointers method:

    1. Open the General table in CE.
    2. Go to Player - Bonfire Insensitivities

    Video: http://www.youtube.com/watch?v=mXzBE8P2hEY

    ######Manual Method:

    1. Open DS2, load the character you want to warp on.
    @@ -379,7 +412,7 @@ Hostility status determines who and what can be aggressive towards you, or what
    ######Pointer Method:

    1. Open the General table in CE.
    2. Use “Hostility” pointer on the front page
    2. Use “Hostility” pointer on the front page

    ######Manual Method:

    @@ -422,13 +455,21 @@ Id | Name
    1. Open the General table in CE.
    2. Go to Player > Statistic > Torch Time

    Or Scripts > Player > Unlimited Torch

    ####Editing your Character Build
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Appearance.
    NOTE: Changes to character are client-side only.

    ####How to use "Helpers"?

    You have to change some cheat engine settings:

    http://www.youtube.com/watch?v=CPEfgo169hs

    ####How to teleport?
    ######[ table: General ]

    @@ -441,82 +482,86 @@ NOTE: Changes to character are client-side only.
    1. Open the General table in CE.
    2. Go to Teleport > Vacuum script.
    3. Enable the script.
    4. Backstab
    4. Backstab
    5. Disable the script.

    Video: http://www.youtube.com/watch?v=gYnILgmiGOs

    ####What is the difference between new Godmode and the old one?
    ######[ table: General ]

    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.
    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.

    ####I got invaded by a hacker / tryhard / person I don’t want to play with
    ####How to banish invaders?
    ######[ table: General ]

    You are able to banish (send home) all phantoms by using the “Old Black Separation Crystal Method” script (Scripts > Player)
    Use the “Old Black Separation Crystal Method” script (Scripts > Player)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ####But I don’t want to banish everyone!
    ####But I don’t want to banish everyone!
    ######[ table: General ]

    Then use “Banish Phanton” pointers in the general table.
    Then use “Banish Phanton” pointers in the General table.

    ####I don’t want to banish anyone at all!
    ####I don’t want to banish anyone at all!
    ######[ table: General ]

    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.
    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.

    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ######[ table: General ]

    Needs testing.

    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ######[ table: General ]

    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading.

    ####How to Noclip?
    ######[ table: General ]

    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.
    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.

    ####How to create custom spells?
    ######[ table: General ]

    Use ""Bullet Table" v6 by All-Bones Jones
    Use "Bullet Table" v6 by All-Bones Jones
    Helpers / Misc > Bullet Helper.

    How to use: https://www.youtube.com/watch?v=-qW2PPRNtaQ
    How to use: http://www.youtube.com/watch?v=dX0hjgLvSms

    ####How to change Ring Effects?
    ######[ table: General ]

    Use ""Ring Helper"" by Zullie
    Use "Ring Helper" by Zullie
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    First you have to change debugger settings if you haven’t changed it yet (check video above).


    ####How to edit effects / change buff duration?
    ######[ table: General ]

    Use Effect Helper by Zullie.
    Helpers / Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    Helpers and Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    Zullie’s description:
    Zullie’s description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!

    ####How to add spells / bullets to my attacks?
    ######[ table: General ]

    Use Ventuxe’s Move Editor.
    Use Ventuxe’s Move Editor.

    Helpers and Misc > Attack Motion Param
    First you have to change some debugger settings if you haven’t changed it yet (check video above).

    Helpers / Misc > Attack Motion Param
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    http://www.youtube.com/watch?v=GJyQUA38SgM

    ####How to use bonfire sitting animation in SoFS?
    ######[ table: General ]
    @@ -526,9 +571,13 @@ First you have to change debugger settings if you haven’t changed it yet (chec

    Value | Description
    --------|------------------
    4096 | sit down (Default Hotkey is Num7)
    8192 | stand up (Default HotKey is Num8)
    11520 | (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o
    4096 | Sit down (Default Hotkey is Num7)
    8192 | Stand up (Default HotKey is Num8)
    11520 | Last Item(Default Hotkey is Num9)

    11520 (Num9) can be used as "Connection Mod":

    https://www.youtube.com/watch?v=Xgffn5a0h6o

    ####How to kill players who use the "Bonfire Sitting Animation"?
    ######[ table: General ]
    @@ -543,66 +592,79 @@ Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ
    ####How to change phantom color?
    ######[ table: General ]

    You can stack multiple white ring effects or use “Repleshement” script from the General table.
    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value | Description
    --------|------------------
    1 | White Phantom
    2 | Blue Sentinel
    3 | Sunbro
    4 | Red
    7 | Abyss Spirit
    8 | Bonfire Phantom
    20 | Blue Ghost.

    You can check other values 1 – 21 on your own.
    1 |White
    2 |MediumBlue
    3 |Gold
    4 |Red
    5 |Glow Red
    6 |Gray
    7 |Black
    8 |Silver
    9 |Sky Blue
    10 |Yellow
    11 |Orchid
    12 |Orange
    13 |Steel Blue
    14 |MidnightBlue
    15 |MediumPurple
    16 |Human
    17 |Human
    18 |Human
    19 |Human
    20 |Transparent
    21 |Blue Ghost
    22 |Dark Blue

    ####How to become invisible?
    ######[ table: General ]

    05C4E5FA is the invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp or invade.
    05C4E5FA is the NPC invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    ####How to kill npc in other worlds?
    ######[ table: General ]

    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).
    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).

    ####How to modify weapon properties?
    ######[ table: General ]

    Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure.

    You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements.
    Player > Slot Data > Weapon Data >

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]

    1) Open the General table
    2) Go Player - Slot Data - Equipment Data - Right Hand 1 (or any hand) - Grip Type - Powerstance
    1. Open the General table
    2. Go Player - Slot Data - Weapon Data - Right Hand 1 (or any hand) - Grip Type - Powerstance

    Video: a.pomf.se/fvefse.webm

    ####How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]

    1) Open the General table
    2) Go Scripts > Player > Ignore Equipment Effects
    1. Open the General table
    2. Go Scripts > Player > Ignore Equipment Effects

    ####How to roll and attack without breaking "Chameleon" camouflage?
    ######[ table: General ]

    1) Cast "Chameleon" spell or use "Silver Talisman"
    2) Open the General table
    2) Go Scripts > Player > Freeze Effects
    1. Cast "Chameleon" spell or use "Silver Talisman"
    2. Open the General table
    3. Go Scripts > Player > Freeze Effects

    ####How to use "Banish Phantom pointers?"
    ######[ table: General ]

    1. Change both values under "Value 1" and "Value 2" to 1
    2. Use Black Separation Crystal

    IMPORTANT NODE: Do not banish Dragon Bros with this method!
    IMPORTANT NOTE: Do not banish Dragon Bros with this method!

    I don't recommend you use this method at all. Use the "Old black separation crystal" script instead.

    Video: https://www.youtube.com/watch?v=XqTcqXZDY5s

    @@ -629,7 +691,7 @@ Disable script if you want to return home.

    ######Method 2:

    Use "Rewrite Online Phantom Status script"" (Server Connection - ...)
    Use "Rewrite Online Phantom Status script" ("Server Connection" tab)

    Disable script if you want to return home.

    @@ -638,6 +700,25 @@ Disable script if you want to return home.

    You can't. Use "Banish Phantoms" pointers to kick them from your world.
    Video: http://www.youtube.com/watch?v=emGSQabL6oY

    ####I'm curious, what does "Rewrite phantom status" do?
    ######[ table: General ]

    Other players can't send you home (I believe they still can banish you by "transmitting" Black Separation Crystal Effect).

    Use "Disable Black Separation Crystal Effect" to prevent that.

    ####What is "LGK Everywhere"?
    ######[ table: General ]

    You can be summoned by Looking Glass Knight from anywhere.
    For example from Iron Keep.

    ####How to change jump length and jump distance?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go Scripts > Player > Jump Values

    ### Item Duping and Item Transformation
    [ table: General ]
    @@ -646,25 +727,17 @@ Video: http://www.youtube.com/watch?v=emGSQabL6oY
    2. Open DS2, load the character whose items you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.

    ### Duping
    4. [BELT SLOT ITEM] Assign it somewhere on your belt (take estus flasks off your belt).
    5. [NONSLOTTABLE ITEM] ex. titanite chunk, open your inventory and move your cursor over the item so that it is highlighted.
    6. In the lower box on CE, check [highlighted item], check [quantity], set the value for quantity to 99.
    7. Tab through all your belt slot items to set them to 99, or highlight each item in your inventory that you want set to 99.
    8. Uncheck the [quantity] and [highlighted item] boxes when you are done.
    9. Use, leave or discard 1 of your item to make the game recognize that you changed the value.
    10. If you accidentally set something to 99 that you did not mean to (such as estus flasks), either set it back to 12 with CE or ignore it. The quantity should be back to normal after you reload the game.
    ### Duping and Item Transformation
    [ table: General ]

    ### Item Transformation
    11. It is good to start with a stack of some useless item (like Rusted Coin), see the Duping guide above. You can perform transformation immediately after duping, you do not need to save and quit between.
    12. Check [ItemSwap - when grabbing any item]. This will change anything you drop on the ground into an item meeting your specifications.
    13. Check [helper] to open the item ID finder and choose your item.
    1. Open the General table in CE
    2. Go to "Helpers and Misc" > Item Mod

    14. [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack.
    [CONSUMABLES] You can set [Desired Quantity] to a max of 20. Then drop an item 5x and you will end up with 5 stacks of 20. Discard 1 of your new consumable or else you won't be able to pick up the last stack.

    15. [ARMOR] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular armor). You can make a twinkling titanite set +10 but it does not affect the stats.
    [ARMOR] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular armor). You can make a twinkling titanite set +10 but it does not affect the stats.

    16. [WEAPON] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular weapon). You can make a twinkling titanite weapon +10 but it does not affect the stats.
    [WEAPON] You can set [Desired Level] to a max of 5 or 10 (check to see what the max is for that particular weapon). You can make a twinkling titanite weapon +10 but it does not affect the stats.

    For weapons you can also set [Desired Infusion]:
    0 - none
    @@ -683,7 +756,6 @@ For weapons you can also set [Desired Infusion]:
    - Instead of using the helper, you can enter the item ID manually if you wish (ctrl+f ## Item IDs on this page).
    - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up.


    ### Raising Covenant Rank
    ######[ table: General ]

    @@ -713,7 +785,6 @@ For weapons you can also set [Desired Infusion]:

    1. Open the General table in CE > Name


    ### Editing Your Character Build
    ######[ table: General]
    ######NOTE: /dsg/ tested this and changes to character build do not show up to other people if you are summoned or if they are summoned to your world.**
    @@ -750,7 +821,6 @@ For weapons you can also set [Desired Infusion]:
    9 = Up
    3 = down


    ######[TIPS]
    * If you use GeDoSaTo, change your hotkeys or remove them, because otherwise freecam uses the same keys as that program.
    * If you freeze your XYZ values and uncheck [Free Cam], then check it again later, the camera will snap back to those values.
    @@ -816,13 +886,13 @@ BODY
    ### Extra Magic
    ######[no table needed]

    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 update.
    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 updates.

    Id | Name
    -------- | ---------------------------------------------------
    01DD99A0 | Soul Flash http://a.pomf.se/uyamml.webm
    01EA43D0 | Heavenly Thunder http://a.pomf.se/bqqvsd.webm
    021AC9B0 | Dark Dance http://a.pomf.se/pvonnr.webm
    Id | Spell Name | Video
    -------- | ----------------| --------------------------------------------
    01DD99A0 | Soul Flash | http://a.pomf.se/uyamml.webm
    01EA43D0 | Heavenly Thunder| http://a.pomf.se/bqqvsd.webm
    021AC9B0 | Dark Dance |http://a.pomf.se/pvonnr.webm


    ### Secret Club
    @@ -847,37 +917,6 @@ Id | Name
    300 Praise the Sun
    310 Fist Pump

    ### Changelog

    ######10/2/2014
    * Updated General table for the latest patch. Some scripts have been lost but nothing too important.
    * Updated mule for the latest DLC. Also added Brightbug consumables and all Majula mansion weapon recolors.
    * Updated FAQ.
    * Will update DLC item IDs and bonfire list later when I am not lazy. DLC items can be accessed through the itemswapper in the general table.

    ######09/29/2014
    * Crown of the Ivory King DLC patch & calibrations.

    ######11/30/2014
    * Added the namecrash immunity script

    ###### 12/01/2014
    * Added the missing Ivory King bonfire ids

    ###### 02/04/2015
    * Added the new item in 1.0.10

    ###### 10/02/2015
    * This paste appears to get removed automatically at the moment.
    * Updated the links to atvaarks string table dumps

    ###### 14/02/2015
    * Migrated all deleted pastebins.

    ###### 10/02/2015
    * Migrated from pastebin to GitHub Gist
    * Added markdown formatting

    ###### Bonfire List

    #####Pre-Advice!!
    @@ -2208,14 +2247,49 @@ Id | Name
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn

    ###Video Tutorials

    Name | URL
    ---------------------------------|-------------------------------------
    Editing equipment effects | http://www.youtube.com/watch?v=XVnw4sjkdPs
    How to use updated Bullet Helper | http://www.youtube.com/watch?v=dX0hjgLvSms
    Finding the ring effect address | http://www.youtube.com/watch?v=aofk-yDBgAM
    Attack Motion Param Helper | http://www.youtube.com/watch?v=GJyQUA38SgM
    Swapping entire moveset | http://www.youtube.com/watch?v=2ZqCeNn1Epk
    Dragon Torso Stone | http://www.youtube.com/watch?v=L2g5rU9XcZM
    Editing Jump Values | http://www.youtube.com/watch?v=3mj_uzEbM54
    NPC Vacuum Sript | http://www.youtube.com/watch?v=h4UEQw9I8zA
    Item Param Helper | http://www.youtube.com/watch?v=iTQ9o7p83ns
    Backstab lock | http://www.youtube.com/watch?v=0Iia4y_kjaM
    Changing Armor and Weapon skin | http://www.youtube.com/watch?v=VGcDpPOCE2I

    ###Update Notes

    #### SoFS General (24/05/15):

    * Added updated Bullet table
    * Added "Jump" values (Scripts > Player)
    * Added "Disable Death Animation" (Scripts > Player)
    * Added "Disable Corrosive Urn Damage" (Scripts > Player)
    * Added "Disable Black Sepration Crystal Effect" (Scripts > Player)
    * Added "Non-shoddy" +14 Crash Protection (Scripts > Player)
    * Added "Unlock All Bonfires" (Scripts > Player)
    * Added "Npc Auto-Parry" (Scripts > Player)
    * Added "Old Player VAC" (Teleport > )
    * Added "Session Info" pointers
    * Added "Current Equipment" pointers (Player > Slot Data)
    * Added "Durability" pointers (Player > Slot Data)
    * Added "Attack Ratings" (Player > Slot Data)
    * Added "Bonfire Intensities" (Player > )

    ###Old Tables & Old Other Stuff

    ###1.0.4.0 Tables
    ###1.0.4 Tables

    * Monstervac by Manly Tears: http://a.pomf.se/zkdrqv.CT
    * Monstervac: http://a.pomf.se/zkdrqv.CT
    * Bunch of scripts: http://a.pomf.se/swgwjx.CT

    ###1.0.5.0 Tables
    ###1.0.5 Tables

    * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT
    * Santa's Public Table: http://a.pomf.se/imeixf.CT
    @@ -2236,17 +2310,25 @@ Id | Name
    * The General 16/9/14: http://a.pomf.se/xyttix.CT
    * Bunch of scripts: http://a.pomf.se/jrahis.CT

    ###1.0.6.0 / 1.0.7.0 Tables
    ###1.0.6 / 1.0.7 Tables

    * Moveset Table 30/9/14: http://a.pomf.se/jyurih.CT
    * Bunch of scripts (Probably by Papa Legba) 2/10/14: http://a.pomf.se/edbsqo.CT
    * Papa Legba's table 2/10/14: http://a.pomf.se/edbsqo.CT
    * Raw.ct: http://a.pomf.se/dzufix.ct
    * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT
    * Marisa's Public Table: http://a.pomf.se/mgwidn.CT
    * Marisa's Public Table: http://a.pomf.se/geduwv.CT
    * Silly Script: http://a.pomf.se/xljnnu.CT
    * Move Editor by Ventuxe: http://a.pomf.se/dgqrks.ct
    * Moveset Table by Ventuxe: http://a.pomf.se/mcxeql.CT
    * First Person "Mod": http://a.pomf.se/zugeyz.CT
    * Monster VAC by Marisa: http://a.pomf.se/iswssy.CT
    * Ventuxe's #Immunity Script: http://a.pomf.se/kvtufg.ct
    * Ventuxe's Table: http://a.pomf.se/mgripe.ct
    * General 10/02/2014: http://a.pomf.se/gyjrdv.zip
    * First Person Table: http://a.pomf.se/zugeyz.CT
    * PreCharacterCreate Mule: http://a.pomf.se/hhbucu.zip

    (See FAQ for how to install, you need to OWN all 3 dlc to use weapons max, armors max, all rings, all spells, a few consumables to get you started, current through Crown of the Ivory King)

    ###1.0.10
    * General 16/02/2015: http://a.pomf.se/jnmlnm.CT
  19. Atvaark revised this gist May 17, 2015. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -57,14 +57,16 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor

    ###### Bullet Parameter IDs (by Zullie)
    * http://git.io/NKa0

    ###### Child Bullet Parameter IDs
    * http://git.io/NKBb

    ###### Enemy Modelswaps (by Benzoin-Gum)
    * http://git.io/NKRI

    ###### Modelswap IDs
    http://git.io/NKRn
    http://git.io/NKRz
    * http://git.io/NKRn
    * http://git.io/NKRz

    ## For Wizards aka atvaarks corner
    ###### Params
  20. Atvaark revised this gist May 17, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -57,22 +57,22 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor

    ###### Bullet Parameter IDs (by Zullie)
    * http://git.io/NKa0

    ###### Child Bullet Parameter IDs
    * http://git.io/NKBb

    ###### Enemy Modelswaps (by Benzoin-Gum)
    * http://git.io/NKRI

    ###### Modelswap IDs
    http://git.io/NKRn
    http://git.io/NKRz

    ## For Wizards aka atvaarks corner
    ###### Params
    * http://git.io/A6Gz

    ###### Classes
    * http://git.io/NKRr

    ###### Param file structures (Regulation.bnd)
    * http://git.io/A6GZ

  21. Atvaark revised this gist May 17, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -57,11 +57,13 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor

    ###### Bullet Parameter IDs (by Zullie)
    * http://git.io/NKa0

    ###### Child Bullet Parameter IDs
    * http://git.io/NKBb

    ###### Enemy Modelswaps (by Benzoin-Gum)
    * http://git.io/NKRI

    ###### Modelswap IDs
    http://git.io/NKRn
    http://git.io/NKRz
  22. Atvaark revised this gist May 17, 2015. 1 changed file with 385 additions and 353 deletions.
    738 changes: 385 additions & 353 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,12 @@
    #Dark Souls II Cheat Engine Guide
    #Dark Souls II and SoFS Cheat Engine Guide

    ## Updates

    ## 16/05/2015
    ## 17/05/2015
    * Updated and reorganized the FAQ
    * Updated the General SoFS table

    ### 16/05/2015
    * Updated the FAQ
    * Added SoFS info and SoFS item ids

    @@ -17,26 +21,25 @@
    http://www.cheatengine.org/

    ###### Tables Topic on CE Forum:
    * http://forum.cheatengine.org/viewtopic.php?t=572974
    * Dark Souls 2: http://forum.cheatengine.org/viewtopic.php?t=572974
    * SoFS: http://www.cheatengine.org/forum/viewtopic.php?t=580758

    ### General Tables

    ### 2.02 SoFS Tables
    ##### General 16/05/2015
    http://a.pomf.se/ykqudt.CT
    ##### General 17/05/2015
    * http://a.pomf.se/jqksfu.CT

    ###1.0.11 Tables
    ##### General 15/05/2015
    http://a.pomf.se/aekhfu.CT
    * http://a.pomf.se/aekhfu.CT

    ###1.0.10 Tables
    ###### General 02/16
    http://a.pomf.se/jnmlnm.CT

    ###1.0.7 Tables:
    ###### GENERAL ( 10/2, post-Ivory )
    * http://www.filedropper.com/general2014-10-02
    * https://anonfiles.com/file/1ac53795a61286a7b85b50363bd69e0b
    * http://a.pomf.se/gyjrdv.zip

    ###### #Namecrash immunity script
    @@ -53,26 +56,26 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor
    * https://anonfiles.com/file/1316019660f43deb8c8fc033d976ee15

    ###### Bullet Parameter IDs (by Zullie)
    http://git.io/NKa0
    * http://git.io/NKa0
    ###### Child Bullet Parameter IDs
    http://git.io/NKBb
    * http://git.io/NKBb

    ###### Enemy Modelswaps (by Benzoin-Gum)
    http://git.io/NKRI
    * http://git.io/NKRI
    ###### Modelswap IDs
    http://git.io/NKRn
    http://git.io/NKRz

    ## For Wizards aka atvaarks corner
    ###### Params
    http://git.io/A6Gz
    * http://git.io/A6Gz
    ###### Classes
    http://git.io/NKRr
    * http://git.io/NKRr
    ###### Param file structures (Regulation.bnd)
    http://git.io/A6GZ
    * http://git.io/A6GZ

    ###### 1.0.10 item lore changes (vaati.csv)
    https://www.diffchecker.com/1kdvi0iq
    * https://www.diffchecker.com/1kdvi0iq

    ###### 1.0.10 string table dump

    @@ -87,37 +90,79 @@ BonfireName.fmg | http://git.io/NK0s
    ## Content

    * FAQ
    * Will I get banned for using Cheat Engine?
    * What is a softban?
    * How long do bans last for?
    * How do I get out of a soft ban?
    * What is family sharing limitations?
    * Can I get softbanned for if I get from a friend?
    * Can I get softbanned for for editing stats and spawning items offline?
    * What about VAC?
    * Did the last patch disable all tables/scripts?
    * What is the difference between a table and a trainer?
    * How to merge Cheat Engine tables?
    * There are a lot of tables, I want to use multiple tables at once!
    * How can I remove the name censor (the *'s in people's names)?
    * I use Windows 8 / 8.1 / Windows 10
    * How can i transfer saves?
    * How to Change Sin / Wretch Status?
    * How to change Soul Memory?
    * How to change my stats?
    * How to change character class?
    * How to change my character name?
    * I'm wondering how many letters can fit in the name?
    * How do I change the color of my name?
    * How to Dupe Character?
    * Are there difficulty settings?
    * Warping to any Bonfire.
    * What is hostility status?
    * Changing Your Hostility Status
    * Extending Your Torch Life
    * Editing your Character Build
    * How to teleport?
    * How to backstab teleport other players?
    * What is the difference between new Godmode and the old one?
    * I got invaded by a hacker / tryhard / person I don’t want to play with
    * Will I get penalty if I’ll use the “Disconnect from Online” script?
    * I’m hosting fightclubs. Is there any way to manually update signs?
    * How to Noclip?
    * How to create custom spells?
    * How to change Ring Effects?
    * How to edit effects / change buff duration?
    * How to add spells / bullets to my attacks?
    * How to use bonfire sitting animation in SoFS?
    * How to kill players who use the "Bonfire Sitting Animation"?
    * How to change phantom color?
    * How to become invisible?
    * How to kill npc in other worlds?
    * How to modify weapon properties?
    * How to change weapon's position (like carrying a greatsword as a longsword)?
    * How to backstab people in Jester's / Gower's / Iron Clad?
    * How to roll and attack without breaking "Chameleon" camouflage?
    * How to use "Banish Phantom pointers?
    * How to use consumables and chug estus in the BoB arena / other worlds?
    * How to kill "dead" players who used "Force Host Invasion" script and killed himself in my world?
    * Item Duping and Item Transformation
    * Raising Covenant Rank
    * Changing Your Sin Status
    * Changing Your Soul Memory
    * Changing Your Stats
    * Changing Your Character Class
    * Changing Your Character Name
    * Dupe Save
    * Difficulty Slider
    * Warping to Any Bonfire
    * Changing Your Hostility Status
    * Extending Your Torch Life
    * Editing Your Character Build
    * Editing Character Build
    * Freecam Controls
    * [ded] Become the Barrel
    * [Patched] Become the Barrel
    * Become Invisible (Mostly)
    * Extra Magic
    * Teleport
    * Secret Club
    * Appendix
    * Changelog
    * Bonfire List
    * Item IDs
    * DLC Item IDs
    * Unimplemented Item IDs
    * Extra Pointers & Addresses
    * Recolored Items
    * Scholar of the First Sin Items
    * Old Tables & Old Other Stuff

    ### FAQ

    ######Will I get banned for using Cheat Engine?
    #### Will I get banned for using Cheat Engine?
    No. But you can get softbanned for:
    * editing stats, changing soul memory
    * there have been a few reports that using an “Infinite Items” script can cause it
    @@ -127,59 +172,60 @@ No. But you can get softbanned for:
    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.

    ######What is a softban?
    #### What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    ######How long do bans last for?
    #### How long do bans last for?
    Softbans are permanent

    ######How do I get out of a soft ban?
    #### How do I get out of a soft ban?
    Use Family Sharing http://www.youtube.com/watch?v=dWDSzUOuiAE
    But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too.

    ######What is family sharing limitations?
    #### What is family sharing limitations?
    You may authorize up to 5 account per 90 days.

    ######Can I get softbanned for if I get <item name> from a friend?
    #### Can I get softbanned for if I get <item name> from a friend?
    Rarely, but yes.

    ######Can I get softbanned for for editing stats and spawning items offline?
    ####Can I get softbanned for for editing stats and spawning items offline?
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ######What about VAC?
    FROM disabled it because they're incompetent. http://steamcommunity.com/app/236430/discussions/0/558754259718155271/
    ####What about VAC?
    FROM disabled it because they're incompetent: http://steamcommunity.com/app/236430/discussions/0/558754259718155271/

    ######Did the last patch disable all tables/scripts?
    ####Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The only thing that might break is the codelist addresses. But you can update them on your own.
    The only thing that might break is the codelist addresses. But you can update them on your own.

    ######[ table: General ]

    1. Open CodeList (Cheat Engine > Advanced) and remove every single address there.
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    [Post-Ivory]
    New general table has been added that fixes most things.
    Video: http://youtu.be/CYh_qwHs4FA

    ######What is the difference between a table and a trainer?
    ####What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.

    ######How to merge Cheat Engine tables?
    ####How to merge Cheat Engine tables?
    If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.

    ######There are a lot of tables, I want to use multiple tables at once!
    ####There are a lot of tables, I want to use multiple tables at once!
    You can merge them. If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.

    ######How can I remove the name censor (the ***'s in people's names)?
    ####How can I remove the name censor (the ***'s in people's names)?
    Copy
    x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\Chinese\win32OnlyNgWord.bin
    and replace
    x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin
    or whatever language you may be using.

    ######I use Windows 8 / 8.1 / Windows 10
    ####I use Windows 8 / 8.1 / Windows 10
    The updated general table is Windows 8 / 10 compatible.

    ######How can i transfer saves?
    ####How can i transfer saves?
    Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:

    * Make a New Game
    @@ -195,37 +241,69 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    * Make a New Game
    * Quit to main menu

    ######How to Change Sin / Wretch Status?
    ####How to Change Sin / Wretch Status?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic

    Sin – is current amount of your sin
    Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch

    ######How to change Soul Memory?
    ####How to change Soul Memory?
    ######[ table: General ]

    Editing Soul Memory is the fastest way to get banned. But if you still want to do it then:

    1. Open the General table in CE.
    2. Go to Player > Statistic > Soul Memory

    ######How to change my stats?
    ####How to change my stats?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic

    If you want to change attributes go to Player > Attributes.

    ######How to change character class?
    1. Open the General table in CE.
    2. Player > Statistic > Character Class
    ######[TIPS]
    - Editing your attributes or stats does not increase your soul level, but it does increase the # of souls you give if you die to someone else.
    - Personally I do not use these functions and just dupe some soul items to give me souls for leveling.

    ####How to change character class?
    ######[ table: General ]

    You will need a Soul Vessel for this change to affect your stats.

    1. Open the General table in CE
    2. Go to Player Statistic - Class

    3. Set value as desired:

    Warrior - 1
    Knight - 2
    Swordsman - 9
    Bandit - 4
    Cleric - 6
    Sorcerer - 7
    Explorer - 8
    Deprived - 10

    4. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ####How to change my character name?
    ######[ table: General ]

    ######How to change my character name?
    1. Open the General table in CE.
    2. The name pointer will be on the front page.

    ######I'm wondering how many letters can fit in the name?
    ####I'm wondering how many letters can fit in the name?
    31.

    ######How do I change the color of my name?
    ####How do I change the color of my name?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to the name pointer

    @@ -243,28 +321,72 @@ How to bypass censor for my own name?
    Alternative Method:
    https://www.youtube.com/watch?v=AYmkg9UFW84

    ######How to Dupe Character?
    ####How to Dupe Character?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic > Save Slot
    3. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1).
    4. Quit your current game and load your saves, the dupe should be in the next slot down.
    5. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)


    ######Are there difficulty settings?
    ####Are there difficulty settings?
    ######[ table: General ]

    This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9).

    1. Open the General table in CE.
    2. NG Cycle pointer will be on the front page

    ######Warping to any Bonfire.
    ####Warping to any Bonfire.
    ######[ table: General ]

    ######Pointer method:

    1. Open the General table in CE.
    2. Use “Last bonfire” pointer on the front page
    3. Select Bonfire you want to warp
    4. Use Homeward Bone or Darksign.

    ######What is hostility status?
    ######Manual Method:

    1. Open DS2, load the character you want to warp on.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Sit at the Majula bonfire (let character stand up after) and perform a first scan for 4650 (default settings).
    4. Warp to another bonfire, like Cardinal Tower (FOFG). Sit at the bonfire and let character stand up.
    5. Perform a next scan for 10655 (Cardinal Tower-FOFG), or pick another bonfire from the list and scan for the appropriate ID (ctrl+f ## Bonfire List).
    6. Transfer your 2-3 results to the lower box.
    7. Alter values to your desired bonfire.
    8. Use a Homeward Bone (don't sit at the bonfire again).


    ######[TIPS]
    - If you warp to a bonfire you cannot access without touching a secret wall or button, you will be unable to leave the room until you open it from the other side.
    - You do not need to use Majula/Cardinal Tower for your scans, just refer to the Bonfire List.
    - Things Betwixt bonfire does not seem to work for scanning purposes.

    ####What is hostility status?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    ######Changing Your Hostility Status
    ####Changing Your Hostility Status
    ######[ table: General ]

    ######Pointer Method:

    1. Open the General table in CE.
    2. Use “Hostility” pointer on the front page

    ######Manual Method:

    1. Open DS2, load the character whose hostility status you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Invade as a red phantom (unranked in BOB) and perform a next scan for 1800 (4 byte, HEX unchecked)
    4. Get summoned as a white phantom and perform a next scan for 513 (default settings).
    5. Return to your world and perform a next scan for 0.
    6. Invade as a red phantom again and perform a next scan for 1800 again
    7. Transfer result to lower box.

    Hostility Status list:

    Id | Name
    @@ -290,89 +412,133 @@ Id | Name
    4608 | Friendly NPC
    5888 | Hostile NPC

    ######Extending Your Torch Life
    ####Extending Your Torch Life
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Statistic > Torch Time

    ######Editing Your Character Build
    ####Editing your Character Build
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Player > Appearance.
    NOTE: Changes to character are client-side only.

    ######How to teleport?
    ####How to teleport?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Teleport > AOB Teleport.

    ######How to backstab teleport other players?
    ####How to backstab teleport other players?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Go to Teleport > Vacuum script.
    3. Enable the script.
    4. Backstab
    5. Disable the script.

    ######What is the difference between new Godmode and old one?
    ####What is the difference between new Godmode and the old one?
    ######[ table: General ]

    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.

    ######I got invaded by a hacker / tryhard / person I don’t want to play with
    You are able to banish (send home) all phantoms by using the “Send everyone home” script (Scripts > Player)
    ####I got invaded by a hacker / tryhard / person I don’t want to play with
    ######[ table: General ]

    You are able to banish (send home) all phantoms by using the “Old Black Separation Crystal Method” script (Scripts > Player)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ######But I don’t want to banish everyone!
    ####But I don’t want to banish everyone!
    ######[ table: General ]

    Then use “Banish Phanton” pointers in the general table.

    ######I don’t want to banish anyone at all!
    ####I don’t want to banish anyone at all!
    ######[ table: General ]

    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.

    ######Will I get penalty if I’ll use the “Disconnect from Online” script?
    ####Will I get penalty if I’ll use the “Disconnect from Online” script?
    ######[ table: General ]

    Needs testing.

    ######I’m hosting fightclubs. Is there any way to manually update signs?
    ####I’m hosting fightclubs. Is there any way to manually update signs?
    ######[ table: General ]

    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading.

    ######How to Noclip?
    ####How to Noclip?
    ######[ table: General ]

    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.

    ######How to create custom spells?
    Use Bullet Table 6 by All-Bones Jones
    ####How to create custom spells?
    ######[ table: General ]

    Use ""Bullet Table" v6 by All-Bones Jones
    Helpers / Misc > Bullet Helper.

    How to use: https://www.youtube.com/watch?v=-qW2PPRNtaQ

    ######How to change Ring Effects?
    Use Ring Helper by Zullie
    ####How to change Ring Effects?
    ######[ table: General ]

    Use ""Ring Helper"" by Zullie
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    How to edit effects / change buff duration?

    ######Use Effect Helper by Zullie.

    ####How to edit effects / change buff duration?
    ######[ table: General ]

    Use Effect Helper by Zullie.
    Helpers / Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    Zullie’s description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!

    ######How to add spells / bullets to my attacks?
    ####How to add spells / bullets to my attacks?
    ######[ table: General ]

    Use Ventuxe’s Move Editor.

    Helpers / Misc > Attack Motion Param
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    ######How to use bonfire sitting animation in SoFS?
    ####How to use bonfire sitting animation in SoFS?
    ######[ table: General ]

    1. Open the General table in CE.
    2. Player > Flags > Sitting animation
    2. Player > Flags > Sitting animation pointer

    Value | Description
    --------|------------------
    4096 | sit down (Default Hotkey is Num7)
    8192 | stand up (Default HotKey is Num8)
    11520 | (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o

    ######How to change phantom color?
    ####How to kill players who use the "Bonfire Sitting Animation"?
    ######[ table: General ]

    1. Open the General Table
    2. Go To Scripts > Multiplayer > Iframes
    3. Freeze the address values at 0 ("Backstab" and "I-frames")
    4. Now you should able to backstab

    Video: http://www.youtube.com/watch?v=AHSZW0EIdxQ

    ####How to change phantom color?
    ######[ table: General ]

    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value | Description
    @@ -387,19 +553,88 @@ Value | Description

    You can check other values 1 – 21 on your own.

    ######How to become invisible?
    ####How to become invisible?
    ######[ table: General ]

    05C4E5FA is the invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp or invade.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    ####How to kill npc in other worlds?
    ######[ table: General ]

    ######How to kill npc in other worlds?
    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).

    ######How to modify weapon properties?
    ####How to modify weapon properties?
    ######[ table: General ]

    Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure.

    You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements.

    ####How to change weapon's position (like carrying a greatsword as a longsword)?
    ######[ table: General ]

    1) Open the General table
    2) Go Player - Slot Data - Equipment Data - Right Hand 1 (or any hand) - Grip Type - Powerstance

    Video: a.pomf.se/fvefse.webm

    ####How to backstab people in Jester's / Gower's / Iron Clad?
    ######[ table: General ]

    1) Open the General table
    2) Go Scripts > Player > Ignore Equipment Effects

    ####How to roll and attack without breaking "Chameleon" camouflage?
    ######[ table: General ]

    1) Cast "Chameleon" spell or use "Silver Talisman"
    2) Open the General table
    2) Go Scripts > Player > Freeze Effects

    ####How to use "Banish Phantom pointers?"
    ######[ table: General ]

    1. Change both values under "Value 1" and "Value 2" to 1
    2. Use Black Separation Crystal

    IMPORTANT NODE: Do not banish Dragon Bros with this method!

    Video: https://www.youtube.com/watch?v=XqTcqXZDY5s

    Value | Phantom
    ------|-------------
    1 | Shade
    3 | White
    8 | Dark Spirit
    9 | Dark Spirit
    10 | Dark Spirit
    11 | Dark Spirit
    12 | Dark Spirit
    13 | Dragon Remnants
    7 | Bell Keepers

    ####How to use consumables and chug estus in the BoB arena or in other worlds?
    ######[ table: General ]

    ######Method 1:

    Use "Force Host Invasion" script (Scripts - Multiplayer)

    Disable script if you want to return home.

    ######Method 2:

    Use "Rewrite Online Phantom Status script"" (Server Connection - ...)

    Disable script if you want to return home.

    ####How to kill "dead" players who used "Invade as host" script and "died" in my world?
    ######[ table: General ]

    You can't. Use "Banish Phantoms" pointers to kick them from your world.
    Video: http://www.youtube.com/watch?v=emGSQabL6oY

    ### Item Duping and Item Transformation
    [ table: General ]

    @@ -445,81 +680,18 @@ For weapons you can also set [Desired Infusion]:
    - Item transformations do not require you to drop an item on the ground afterward to save. The game saves it when you pick it up.


    ## Raising Covenant Rank
    ### Raising Covenant Rank
    ######[ table: General ]

    1. Open the General table in CE.
    2. Open DS2, load the character whose rank you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. [Pointer] > [Covenants] > [yourcovenant].
    5. Notice the numbers next to each covenant's name. Unless you have some specific reason not to, set the value to the highest number (the one furthest to the right, ex. 500 for BOB). YOU WILL STILL GET ALL REWARDS if you set the value immediately to the max number.
    6. Travel via bonfire, then talk to the covenant leader or make an offering.
    2. Player - Covenants
    3. Notice the numbers next to each covenant's name. Unless you have some specific reason not to, set the value to the highest number (the one furthest to the right, ex. 500 for BOB). YOU WILL STILL GET ALL REWARDS if you set the value immediately to the max number.
    4. Travel via bonfire, then talk to the covenant leader or make an offering.

    ######[TIPS]
    - Tested with Way of the Blue: you can set yourself to max rank before you talk to the leader the first time or join the covenent. Set your rank, talk to them to join the covenant, then your rank should increase each further time you talk to them.
    - You can uncheck [yourcovenant], [Covenants], and [Pointer] once you have gotten the rank-up dialogue in-game.

    ## Changing Your Sin Status
    ######[ table: General ]

    1. Open the General table in CE.
    2. Open DS2, load the character whose sin you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. [Pointer] > [Stats] > [Sin]
    5. Set to 0 and check the box.
    6. Commit a sin (kill Maughlin or some other NPC) while the [Sin] box is checked.
    7. Stand around in Heide's on NG+ to confirm no blueberries are coming after you. Your info screen will still state your previous sinner status (so it will say "Wretch" or "Sinner" even if you are at 0 sin).

    ## Changing Your Soul Memory
    ######[ table: General ]

    1. Open the General table in CE.
    2. Open DS2, load the character whose soul memory you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. [Pointer] > [Stats] > [Soul Memory].
    5. Set to your desired value, check the [Soul Memory] box, then uncheck it.
    6. Use one soul item in-game, it does not matter what type (ex. Fading Soul). This will cause the game to save your SM edit.

    ## Changing Your Stats
    ######[ table: General ]

    1. Open the General table in CE.
    2. Open DS2, load the character whose stats you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. [Pointer] > [Stats] to edit stats such as Health and Stamina directly.
    5. [Pointer] > [Attributes] to edit influencing attributes (STR, FTH, etc.) and equipment load.

    ######[TIPS]
    - Editing your attributes or stats does not increase your soul level, but it does increase the # of souls you give if you die to someone else.
    - Personally I do not use these functions and just dupe some soul items to give me souls for leveling.

    ### Changing Your Character Class
    ######[no table needed]
    You will need a Soul Vessel for this change to affect your stats.

    1. Open DS2, load the character whose class you wish to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Click the "Add address manually" button.
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Byte
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 60
    Offset II: 60
    Offset III: 64
    6. Set value as desired:

    Warrior - 1
    Knight - 2
    Swordsman - 9
    Bandit - 4
    Cleric - 6
    Sorcerer - 7
    Explorer - 8
    Deprived - 10
    - You can uncheck your covenant value, Covenants, and Player once you have gotten the rank-up dialogue in-game.

    7. Take a soul vessel to the firekeepers in Things Betwixt, at which point you will see your stats altered to fit your new class on the "Reallocate points" screen.
    8. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ### Changing Your Character Name
    ######[no table needed]
    @@ -533,106 +705,10 @@ Deprived - 10
    8. Save and quit DS2.

    ###### Pointer Method
    1. Open DS2, load the character whose name you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Click the "Add address manually" button.
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Text
    Length: 32
    Unicode: checked
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 60
    Offset II: 60
    Offset III: 24
    6. Change your name (character max: 31).
    7. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)
    8. Save and quit DS2.

    ### Dupe Save
    ######[no table needed]

    1. Open DS2, load the character you want to dupe.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Click the "Add address manually" button.
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Byte
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 60
    Offset II: 6c
    Offset III: 1368
    6. Change value to desired slot (starts at 0 for first slot), preferably empty slot below the current one (so if at 0, set to 1).
    7. Quit your current game and load your saves, the dupe should be in the next slot down.
    8. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ### Difficulty Slider
    ######[no table needed]
    This allows you to set the difficulty of enemies in your game to NG, NG+, etc. values. It will also cause NG+ phantoms and extra enemies to appear if set to at least NG+. In my testing it does not affect your playthrough level for summoning purposes (saw the same signs at NG and NG+9).

    1. Open DS2, load the character whose difficulty you wish to adjust.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Click the "Add address manually" button.
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    1. Type: Byte
    2. Lowest box: "DarkSoulsII.exe"+FD4E5C
    3. Offset I (will be the lowest offset when you are done): 60
    4. Offset II: 60
    5. Offset III: 68
    6. Sit at a bonfire.
    7. In CE, File > Save (this will let you use this pointer for any character, just load it when you want to use it)

    ###Warping to Any Bonfire
    ######[no table needed]

    1. Open DS2, load the character you want to warp on.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Sit at the Majula bonfire (let character stand up after) and perform a first scan for 4650 (default settings).
    4. Warp to another bonfire, like Cardinal Tower (FOFG). Sit at the bonfire and let character stand up.
    5. Perform a next scan for 10655 (Cardinal Tower-FOFG), or pick another bonfire from the list and scan for the appropriate ID (ctrl+f ## Bonfire List).
    6. Transfer your 2-3 results to the lower box.
    7. Alter values to your desired bonfire.
    8. Use a Homeward Bone (don't sit at the bonfire again).

    ######[TIPS]
    - If you warp to a bonfire you cannot access without touching a secret wall or button, you will be unable to leave the room until you open it from the other side.
    - You do not need to use Majula/Cardinal Tower for your scans, just refer to the Bonfire List.
    - Things Betwixt bonfire does not seem to work for scanning purposes.

    ### Changing Your Hostility Status
    ######[no table needed]
    ######What is hostility status?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world to take screenshots of them. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    ######How-To Video
    http://www.youtube.com/watch?v=hrf6nrr1vYg

    1. Open DS2, load the character whose hostility status you want to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Get summoned as a white phantom and perform a first scan for 513 (default settings).
    4. Return to your world and perform a next scan for 0.
    5. Invade as a red phantom (unranked in BOB) and perform a next scan for 1800.
    6. Transfer results to lower box. I find this result is constant for my game, so try saving it as a .CT file so you don't have to find it again.
    7. You are now ready to start manipulating your status by altering the value attached to your address. Your phantom color may not change even if you change status, it is controlled separately.

    ######HOSTILITY STATUS LIST
    0 - NORMAL/world owner
    ::: the default state in your own world, in other people's worlds this allows you to open/break chests, open doors normally reserved for the host, and enter fog gates (if you were originally a red phantom, this will still send you back to your world)
    1799 / 1800 / 1801-1803 - RED (seems to vary, try 1800 first)
    ::: in your own world, this will prevent enemies (aside from Abyss npcs/etc) from being hostile to you, and you cannot damage them; if you change from a white phantom to a red one in another person's world, their enemies will cease to be hostile, you can no longer damage their enemies, you can hit the host (aside from backstabs which do 0 damage), and the host cannot hit you
    513 - WHITE
    :: if you change from a red phantom to a white one in another person's world, their enemies will become hostile to you, you can damage their enemies, you can no longer hit the host, but the host can hit you
    1286 - BLUE
    2315 - BELL
    3085 - DRAGON
    65536 - HOLLOW

    ### Extending Your Torch Life
    ######[ table: General ]

    A. Edit the pointer on the General table.
    B. Follow item swapper procedure (ctrl+f ## Item Duping and Item Transformation) and give yourself a billion torches.
    1. Open the General table in CE > Name


    ### Editing Your Character Build
    ######[ table: General]
    @@ -641,7 +717,7 @@ B. Follow item swapper procedure (ctrl+f ## Item Duping and Item Transformation)
    1. Open the General table in CE.
    2. Open DS2, load the character whose build you want to change.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. [Character Model] > [Build]
    4. Player > Character Model > Build
    5. Here are some examples of modifications: http://i.imgur.com/BBylg3s.jpg
    6. You have to keep CE running at all times to keep your custom body.
    7. You have to manually reenter your build values each time you load the game. Make sure you save them.
    @@ -660,7 +736,7 @@ B. Follow item swapper procedure (ctrl+f ## Item Duping and Item Transformation)
    1. Open the General table in CE.
    2. Open DS2, load the character you want to use the freecam with.
    3. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    4. Check [Scripts] > [Free Cam].
    4. Check Scripts > Camera > Freecam
    5. To freeze your freecam's current location, check the boxes for X, Y and Z.
    6. Controls for moving the freecam around (NUMPAD):
    8 = North
    @@ -682,56 +758,8 @@ Y
    Z
    0.7393138409

    ### Teleport
    ######[no table needed]

    1. Open DS2, load the character whose class you wish to change.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of cheat engine.
    3. Click the "Add address manually" button. You will need to add one address for each axis you want to teleport along (X,Y,Z).

    * Teleport X-Axis (forward/back)
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Float
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 18
    Offset II: 28
    Offset III: b4
    Offset IV: a8
    Offset V: 28

    * Teleport Y-Axis (left/right)
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Float
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 18
    Offset II: 28
    Offset III: b4
    Offset IV: a8
    Offset V: 20

    * Teleport Z-Axis (up/down)
    4. Tick the "pointer" checkbox.
    5. Fill it out like so:
    Type: Float
    Lowest box: "DarkSoulsII.exe"+FD4E5C
    Offset I (will be the lowest offset when you are done): 18
    Offset II: 28
    Offset III: b4
    Offset IV: a8
    Offset V: 24

    6. Set value as desired.
    7. In CE, File > Save (this will let you use these pointers for any character, just load them when you want to use them)

    ######[TIPS]
    * In my testing, locking Z did not prevent me from falling off cliffs if I adjusted X/Y to put my character off one, but it did prevent me from going up staircases/etc.
    * Locking in general produces funny results.
    * X and Y tend to be much more reliable than Z.
    * Use the Z-Lock script in the general table to keep yourself from falling.

    ### [ded] Become the Barrel
    ### [Patched] Become the Barrel
    ######[no table needed]

    1. Have a Wanderer's Coat in your inventory.
    @@ -783,64 +811,25 @@ BODY

    ### Extra Magic
    ######[no table needed]
    #####CAVEATS
    * These spells have no icon and are all called "no text."
    * You cannot switch weapons while one of these spells is equipped or it will disappear.
    * You cannot fast travel while one of these spells is equipped or it will disappear.
    * If you disappear a spell, you can try changing the values back to the original spell, then sitting at a bonfire and unattuning then reattuning to get your old spell back.
    * Quitting and reloading will restore disappeared spells in their original form (so if you replace Soul Arrow and disappear the new spell by switching weapons or traveling, it will come back as Soul Arrow if you quit/reload).

    ##### Choose a Spell (names are made up, Flame Lash is recycled from network test)

    01DD99A0 - Sorcery: Ion Pillar - http://a.pomf.se/uyamml.webm
    ####Extra spells have been added to the game with the 1.0.5 and 1.0.6 update.

    01ED02F0 - Miracle: Heavenly Thunderpatch - http://a.pomf.se/bqqvsd.webm

    021AC9B0 - Hex (Chime): Stand Still - http://a.pomf.se/pvonnr.webm *may not have lightning bolt effect

    ###### Sorcery - Ion Pillar

    1. Open DS2, load the character you want to use the new spell on.
    2. Check the "hex" box and perform a first scan for Soul Arrow: 01D92CD0
    3. Transfer all entries to the lower box (if you wish to be picky, wait a few seconds and delete any that change value).
    4. Highlight all entries in the lower box and change the value to: 01DD99A0
    5. Cast with a sorcery staff.

    ###### Miracle - Heavenly Thunderpatch

    1. Open DS2, load the character you want to use the new spell on.
    2. Check the "hex" box and perform a first scan for Heal: 01E86F10
    3. Transfer all entries to the lower box (if you wish to be picky, wait a few seconds and delete any that change value).
    4. Highlight all entries in the lower box and change the value to: 01ED02F0
    5. Cast with a miracle chime.

    ###### Hex (Chime) - Stand Still

    1. Open DS2, load the character you want to use the new spell on.
    2. Check the "hex" box and perform a first scan for Resonant Soul: 021683F0
    3. Transfer all entries to the lower box (if you wish to be picky, wait a few seconds and delete any that change value).
    4. Highlight all entries in the lower box and change the value to: 021AC9B0
    5. Cast with a hex chime.
    Id | Name
    -------- | ---------------------------------------------------
    01DD99A0 | Soul Flash http://a.pomf.se/uyamml.webm
    01EA43D0 | Heavenly Thunder http://a.pomf.se/bqqvsd.webm
    021AC9B0 | Dark Dance http://a.pomf.se/pvonnr.webm

    ######[TIPS]
    * Any spell can be replaced.
    * The new spell will use the same catalyst as the replaced spell.
    * The new spell will use the same character animation as the replaced spell.
    * ctrl+f ## Item IDs to search other spell IDs you can replace.

    ### Secret Club
    ######[no table needed]
    ######[ table: General ]

    1. Open DS2, load the character you want to be in the secret club.
    2. Attach the DarkSoulsII.exe process to cheat engine via the flashing green button in the upper left corner of CE. Say "yes" to keeping the current address list.
    3. Place "Welcome" in a gesture slot. Perform a new scan for the value: 40
    4. Place "Duel Bow" in the same gesture slot. Perform a next scan for the value: 50
    5. Continue this way until you have 1 or 2 addresses left. Double-click them to transfer them to the lower box.
    4. Change the value of the addresses to 290.
    5. Use the gesture.
    3. Player > Slot Data > Gestures > Double Click on the gesture slot and set it to the "Secret Club"

    ######[TIPS]
    * Other non-starter gestures:
    * Other non-starter gesture values:
    40 Welcome
    50 Duel Bow
    70 Joy
    @@ -2214,3 +2203,46 @@ Id | Name
    019B12C7 | Forlorn Leggings
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn

    ###Old Tables & Old Other Stuff

    ###1.0.4.0 Tables

    * Monstervac by Manly Tears: http://a.pomf.se/zkdrqv.CT
    * Bunch of scripts: http://a.pomf.se/swgwjx.CT

    ###1.0.5.0 Tables

    * Zullie's Ring Finder: http://a.pomf.se/xlotud.CT
    * Santa's Public Table: http://a.pomf.se/imeixf.CT
    * The General 4/9/14 http://a.pomf.se/qcpncf.CT
    * Moveset Table: http://a.pomf.se/optvlx.CT
    * Dragon Torso Stone by Zullie: http://a.pomf.se/dfjkyc.CT
    * White Ring Table (Clientside): http://a.pomf.se/juxtyi.CT
    * Bullet Structure Helper 5/9/14 http://a.pomf.se/cwwzaz.CT
    * Jump Length Script: http://a.pomf.se/zrbtjh.CT
    * Ventuxe's Moveset Table: http://a.pomf.se/uiauzi.CT
    * Speed and Movement Modifiers: http://a.pomf.se/bgalbe.CT
    * NPC Swap: http://a.pomf.se/uucaon.CT
    * The Color Table: http://a.pomf.se/vfovmk.CT
    * Ventuxe's Name Color Table: http://a.pomf.se/wxccfk.CT
    * Vivid Grim's Table: http://a.pomf.se/ovzmye.CT
    * Zullie's Effect Helper: http://a.pomf.se/owczdt.CT
    * Something: http://a.pomf.se/dpmtnk.CT
    * The General 16/9/14: http://a.pomf.se/xyttix.CT
    * Bunch of scripts: http://a.pomf.se/jrahis.CT

    ###1.0.6.0 / 1.0.7.0 Tables

    * Moveset Table 30/9/14: http://a.pomf.se/jyurih.CT
    * Bunch of scripts (Probably by Papa Legba) 2/10/14: http://a.pomf.se/edbsqo.CT
    * Raw.ct: http://a.pomf.se/dzufix.ct
    * Shoddy Fog Gates: http://a.pomf.se/puruqi.CT
    * Marisa's Public Table: http://a.pomf.se/mgwidn.CT
    * Silly Script: http://a.pomf.se/xljnnu.CT
    * Move Editor by Ventuxe: http://a.pomf.se/dgqrks.ct
    * Moveset Table by Ventuxe: http://a.pomf.se/mcxeql.CT
    * First Person "Mod": http://a.pomf.se/zugeyz.CT
    * Monster VAC by Marisa: http://a.pomf.se/iswssy.CT
    * Ventuxe's #Immunity Script: http://a.pomf.se/kvtufg.ct
    * Ventuxe's Table: http://a.pomf.se/mgripe.ct
  23. Atvaark revised this gist May 16, 2015. 1 changed file with 13 additions and 8 deletions.
    21 changes: 13 additions & 8 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@
    ## Updates

    ## 16/05/2015
    * Updated the FAQ
    * Added SoFS info and SoFS item ids

    ### 15/05/2015
    @@ -11,13 +12,6 @@
    ### 23/02/2015
    * Migrated some more deleted pastebins.

    ### 14/02/2015
    * Migrated all deleted pastebins.

    ### 10/02/2015
    * Migrated from pastebin to GitHub Gist
    * Added markdown formatting

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/
    @@ -129,6 +123,7 @@ No. But you can get softbanned for:
    * there have been a few reports that using an “Infinite Items” script can cause it
    * posessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).

    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.

    @@ -796,8 +791,11 @@ BODY
    * Quitting and reloading will restore disappeared spells in their original form (so if you replace Soul Arrow and disappear the new spell by switching weapons or traveling, it will come back as Soul Arrow if you quit/reload).

    ##### Choose a Spell (names are made up, Flame Lash is recycled from network test)

    01DD99A0 - Sorcery: Ion Pillar - http://a.pomf.se/uyamml.webm

    01ED02F0 - Miracle: Heavenly Thunderpatch - http://a.pomf.se/bqqvsd.webm

    021AC9B0 - Hex (Chime): Stand Still - http://a.pomf.se/pvonnr.webm *may not have lightning bolt effect

    ###### Sorcery - Ion Pillar
    @@ -880,7 +878,14 @@ BODY
    * This paste appears to get removed automatically at the moment.
    * Updated the links to atvaarks string table dumps

    ### Bonfire List
    ###### 14/02/2015
    * Migrated all deleted pastebins.

    ###### 10/02/2015
    * Migrated from pastebin to GitHub Gist
    * Added markdown formatting

    ###### Bonfire List

    #####Pre-Advice!!
    If you warp to a bonfire that can only be accessed via secret wall (button press) or key, you can not exit from that room unless you use free roam or warp to another generic bonfire!
  24. Atvaark revised this gist May 16, 2015. 1 changed file with 19 additions and 12 deletions.
    31 changes: 19 additions & 12 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,6 @@
    ## Updates

    ## 16/05/2015
    * Updated the FAQ
    * Added SoFS info and SoFS item ids

    ### 15/05/2015
    @@ -236,9 +235,10 @@ If you want to change attributes go to Player > Attributes.
    2. Go to the name pointer

    To change the color of your name use the following template in the name pointer:
    #c[FFFFFF]Knight#c
    \#c[FFFFFF]Knight#c
    Where FFFFFF is the RGB Hex Triplet and Knight is your name.
    RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/

    For example #c[FF0000]Knight#c will give you red name.

    How to bypass censor for my own name?
    @@ -271,6 +271,7 @@ Hostility status determines who and what can be aggressive towards you, or what
    2. Use “Hostility” pointer on the front page

    Hostility Status list:

    Id | Name
    ------|-------------
    -1 | Hollow
    @@ -319,6 +320,7 @@ When the “Godmode” script is active, you cannot die. The script will nullify

    ######I got invaded by a hacker / tryhard / person I don’t want to play with
    You are able to banish (send home) all phantoms by using the “Send everyone home” script (Scripts > Player)

    1. Enable script
    2. Use Black Separation crystal
    3. Disable script
    @@ -369,20 +371,24 @@ First you have to change debugger settings if you haven’t changed it yet (chec
    1. Open the General table in CE.
    2. Player > Flags > Sitting animation

    Value 4096 is sit down (Default Hotkey is Num7)
    Value 8192 is stand up (Default HotKey is Num8)
    Value 11520 (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o
    Value | Description
    --------|------------------
    4096 | sit down (Default Hotkey is Num7)
    8192 | stand up (Default HotKey is Num8)
    11520 | (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o

    ######How to change phantom color?
    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value 1 is White Phantom
    Value 2 is Blue Sentinel
    Value 3 is Sunbro
    Value 4 is Red
    Value 7 is Abyss Spirit
    Value 8 is Bonfire Phantom
    Value 20 is Blue Ghost.
    Value | Description
    --------|------------------
    1 | White Phantom
    2 | Blue Sentinel
    3 | Sunbro
    4 | Red
    7 | Abyss Spirit
    8 | Bonfire Phantom
    20 | Blue Ghost.

    You can check other values 1 – 21 on your own.

    @@ -396,6 +402,7 @@ You can’t, From Software “patched” this with the ivory king patch. However

    ######How to modify weapon properties?
    Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure.

    You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements.

    ### Item Duping and Item Transformation
  25. Atvaark revised this gist May 16, 2015. 1 changed file with 253 additions and 13 deletions.
    266 changes: 253 additions & 13 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,10 @@

    ## Updates

    ## 16/05/2015
    * Updated the FAQ
    * Added SoFS info and SoFS item ids

    ### 15/05/2015
    * Added cheat tables for 2.02 SoFS and 1.11

    @@ -22,12 +26,11 @@ http://www.cheatengine.org/
    ###### Tables Topic on CE Forum:
    * http://forum.cheatengine.org/viewtopic.php?t=572974


    ### General Tables

    ### 2.02 SoFS Tables
    ##### General 15/05/2015
    http://a.pomf.se/ixbdav.CT
    ##### General 16/05/2015
    http://a.pomf.se/ykqudt.CT

    ###1.0.11 Tables
    ##### General 15/05/2015
    @@ -122,23 +125,52 @@ BonfireName.fmg | http://git.io/NK0s
    ### FAQ

    ######Will I get banned for using Cheat Engine?
    Maybe. I haven't yet. Some people say they have been. Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.
    No. But you can get softbanned for:
    * editing stats, changing soul memory
    * there have been a few reports that using an “Infinite Items” script can cause it
    * posessing items with invalid infusions and levels (e.g. +12 Poison Binoculars)
    * picking up items that you shouldn’t have at your current progression stage (e.g. Gear and items past Shrine of Winter without opening it).
    More about what triggers softban: https://archive.moe/vg/thread/82251479/#82257754
    Most of them are idiots (can't connect one night = oh no I'm bun). Some of them might be telling the truth. It's really hard to tell since it has never happened to me.

    ######What is a softban?
    Softban is essentially an exile into a realm of cheaters: Softbanned players can continue to play, but their online interactions are limited to other softbanned people, a much smaller pool of players than would normally be available.

    ######How long do bans last for?
    Softbans are permanent

    ######How do I get out of a soft ban?
    Use Family Sharing http://www.youtube.com/watch?v=dWDSzUOuiAE
    But do not transfer your old save data, because what led to your softban is still in your save file and your new family sharing account will be softbanned too.

    ######What is family sharing limitations?
    You may authorize up to 5 account per 90 days.

    ######Can I get softbanned for if I get <item name> from a friend?
    Rarely, but yes.

    ######Can I get softbanned for for editing stats and spawning items offline?
    Your save file will be checked the next time you go online, and you will be flagged and softbanned. So it doesn’t matter.

    ######What about VAC?
    FROM disabled it because they're incompetent. http://steamcommunity.com/app/236430/discussions/0/558754259718155271/

    ######What is a softban?
    Some people use this word to refer to the online play ban you get for pulling your plug too many times during invades (you can restore connection with the Bone of Order). Others say you can get "softbanned" (banned from online play on one character) for having a soul level that exceeds your SM, but this is unconfirmed. I have seen one screenshot of someone's email saying that this is one of the possible reasons they were "softbanned" but they were probably just booted for being a plug-pulling retard.
    ######Did the last patch disable all tables/scripts?
    The current version of the General table (DS2 and SoFS) is “update-proof”, so to speak.
    The only thing that might break is the codelist addresses. But you can update them on your own.

    If you want to be absolutely safe, only use CE while Steam is in offline mode.
    I'll let you know if I ever get banned for using it while online.
    1. Open CodeList (Cheat Engine > Advanced) and remove every single address there.
    2. Go to the Helpers / Misc > Codelist. Enable this script.
    3. Use these AOB’s to find new addresses and add them to the Codelist.

    ######Did the last patch disable all tables/scripts?
    [Post-Ivory]
    New general table has been added that fixes most things.

    ######What is the difference between a table and a trainer?
    A table is a text file that specifies values for Cheat Engine to manipulate so that you do not have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.
    A table is a text file that specifies values for Cheat Engine to manipulate so that you don't have to search for them manually. A trainer is an external program, usually independent of Cheat Engine. I will post manual guides for table/trainer functions later. Provided the tables aren't broken, they are the easiest way to use CE.

    ######How to merge Cheat Engine tables?
    If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.

    ######There are a lot of tables, I want to use multiple tables at once!
    You can merge them. If you have a table open in CE, File > Load and select your second table, then choose "yes" when it asks if you want to merge.
    @@ -150,10 +182,10 @@ and replace
    x\Steam\SteamApps\common\Dark Souls II\Game\NGWord\English\win32OnlyNgWord.bin
    or whatever language you may be using.

    ######I USE WINDOWS 8.
    I'm sorry to hear that. Some people have problems with CE because of this. Try running it in compatibility mode.
    ######I use Windows 8 / 8.1 / Windows 10
    The updated general table is Windows 8 / 10 compatible.

    ######How can I transfer my pirate save or someone else's save (ex. the mule) to my game?
    ######How can i transfer saves?
    Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:

    * Make a New Game
    @@ -169,6 +201,203 @@ Updated method from http://archive.foolz.us/vg/thread/75938260#75939287:
    * Make a New Game
    * Quit to main menu

    ######How to Change Sin / Wretch Status?
    1. Open the General table in CE.
    2. Go to Player > Statistic

    Sin – is current amount of your sin
    Sin / Wretch status is: 0 – not a sinner, 1 – Sinner, 2 – Wretch

    ######How to change Soul Memory?
    Editing Soul Memory is the fastest way to get banned. But if you still want to do it then:

    1. Open the General table in CE.
    2. Go to Player > Statistic > Soul Memory

    ######How to change my stats?
    1. Open the General table in CE.
    2. Go to Player > Statistic

    If you want to change attributes go to Player > Attributes.

    ######How to change character class?
    1. Open the General table in CE.
    2. Player > Statistic > Character Class

    ######How to change my character name?
    1. Open the General table in CE.
    2. The name pointer will be on the front page.

    ######I'm wondering how many letters can fit in the name?
    31.

    ######How do I change the color of my name?
    1. Open the General table in CE.
    2. Go to the name pointer

    To change the color of your name use the following template in the name pointer:
    #c[FFFFFF]Knight#c
    Where FFFFFF is the RGB Hex Triplet and Knight is your name.
    RGB Hex Triplet Color Chart http://www.dusek.ch/utilities/colors/
    For example #c[FF0000]Knight#c will give you red name.

    How to bypass censor for my own name?
    1. Open the General table in CE.
    2. Go to the name pointer and use ALT + 255 in between the letters of whatever gets censored.

    Alternative Method:
    https://www.youtube.com/watch?v=AYmkg9UFW84

    ######How to Dupe Character?
    1. Open the General table in CE.
    2. Go to Player > Statistic > Save Slot


    ######Are there difficulty settings?
    1. Open the General table in CE.
    2. NG Cycle pointer will be on the front page

    ######Warping to any Bonfire.
    1. Open the General table in CE.
    2. Use “Last bonfire” pointer on the front page
    3. Select Bonfire you want to warp
    4. Use Homeward Bone or Darksign.

    ######What is hostility status?
    Hostility status determines who and what can be aggressive towards you, or what you can attack in another person's world. One of the best uses for altered hostility status is to deaggro enemies in your own world. However, you can also do some extra things in other people's worlds (see the list of hostility statuses below).

    ######Changing Your Hostility Status
    1. Open the General table in CE.
    2. Use “Hostility” pointer on the front page

    Hostility Status list:
    Id | Name
    ------|-------------
    -1 | Hollow
    0 | Host
    18 | Noclip / Ghost
    19 | Noclip / Ghost
    513 | White Phantom
    514 | White Shade
    515 | Gold Sunbro
    516 | Gold Shade Sunbro
    1286 | Arbiter Spirit
    1287 | Arbiter Spirit
    1799 | Dark Spirit
    1800 | Dark Spirit
    1810 | Red Noclip
    1803 | Dark Spirit
    2315 | Gray Spirit
    3085 | Dragon Spirit
    4113 | Arena fighter
    4352 | Friendly NPC
    4608 | Friendly NPC
    5888 | Hostile NPC

    ######Extending Your Torch Life
    1. Open the General table in CE.
    2. Go to Player > Statistic > Torch Time

    ######Editing Your Character Build
    1. Open the General table in CE.
    2. Go to Player > Appearance.
    NOTE: Changes to character are client-side only.

    ######How to teleport?
    1. Open the General table in CE.
    2. Go to Teleport > AOB Teleport.

    ######How to backstab teleport other players?
    1. Open the General table in CE.
    2. Go to Teleport > Vacuum script.
    3. Enable the script.
    4. Backstab
    5. Disable the script.

    ######What is the difference between new Godmode and old one?
    When the “Godmode” script is active, you cannot die. The script will nullify ANY damage received, prevents death by gravity, fall damage, instant kill events, modified weapon; with this script you cannot be backstabbed, backstab-teleported or even moved by monsters or players.

    ######I got invaded by a hacker / tryhard / person I don’t want to play with
    You are able to banish (send home) all phantoms by using the “Send everyone home” script (Scripts > Player)
    1. Enable script
    2. Use Black Separation crystal
    3. Disable script

    ######But I don’t want to banish everyone!
    Then use “Banish Phanton” pointers in the general table.

    ######I don’t want to banish anyone at all!
    In this case use “Disconnect from Online” script (Scripts > Player). This script will kick you out from the online session.

    ######Will I get penalty if I’ll use the “Disconnect from Online” script?
    Needs testing.

    ######I’m hosting fightclubs. Is there any way to manually update signs?
    Yes. Set hotkeys to "Server Connection” pointer. Changing value 1 and 0 allow you to update signs.
    NOTE: Do not change this value when you are actively summoning a player, i.e. while they're still loading.

    ######How to Noclip?
    If you want to noclip, use the value 18 or 19 in the “Hostility Status” pointer.

    ######How to create custom spells?
    Use Bullet Table 6 by All-Bones Jones
    Helpers / Misc > Bullet Helper.

    How to use: https://www.youtube.com/watch?v=-qW2PPRNtaQ

    ######How to change Ring Effects?
    Use Ring Helper by Zullie
    Helpers / Misc > Ring Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).
    How to edit effects / change buff duration?

    ######Use Effect Helper by Zullie.
    Helpers / Misc > Effect Helper.
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    Zullie’s description:
    This will let you edit the effect of spells and other things in the Damage Param. The descriptions for things aren't 100% universal (for example, replacing the effect of something like Fall Control with a weapon buff will always apply it to your offhand, no matter what you do to bufftype, but replacing any weapon buff with another will make it respect bufftype, and weapon buffs seem to be the only ones that can use the remove value for overwrite), and there's more to the structure that I haven't mapped out yet, but it's mostly functional. Some spell effects simply plug in and work, like setting anything to cast a Prism Stone, but others, like casting a Ring or Armor effect, need you to play with the Overwriting/Stacking properties and bufftype (for instance, casting White Ring effect permanently will take a Bufftype of FC and an Overwrite/Stack of 0F). And, of course, all of this is visible online. Have fun!

    ######How to add spells / bullets to my attacks?
    Use Ventuxe’s Move Editor.

    Helpers / Misc > Attack Motion Param
    First you have to change debugger settings if you haven’t changed it yet (check video above).

    ######How to use bonfire sitting animation in SoFS?

    1. Open the General table in CE.
    2. Player > Flags > Sitting animation

    Value 4096 is sit down (Default Hotkey is Num7)
    Value 8192 is stand up (Default HotKey is Num8)
    Value 11520 (Default Hotkey is Num9) can be used for easy invading: https://www.youtube.com/watch?v=Xgffn5a0h6o

    ######How to change phantom color?
    You can stack multiple white ring effects or use “Repleshement” script from the General table.

    Value 1 is White Phantom
    Value 2 is Blue Sentinel
    Value 3 is Sunbro
    Value 4 is Red
    Value 7 is Abyss Spirit
    Value 8 is Bonfire Phantom
    Value 20 is Blue Ghost.

    You can check other values 1 – 21 on your own.

    ######How to become invisible?

    05C4E5FA is the invisibility effect. You can apply this effect to any ring via Ring Effect Helper. You can’t apply this effect “on the fly”. You have to reload the map, e.g. warp or invade.
    Make sure you don't have any effect producing items on (like other rings, armor or weapon with special effect, pyro flame). Otherwise the invisibility effect will not work.

    ######How to kill npc in other worlds?
    You can’t, From Software “patched” this with the ivory king patch. However you can use the "rewrite hostility" script (Scripts> NPC) to change npc hostility to 0 (Host) and force mobs to attack the NPC (with the Monster Vac script).

    ######How to modify weapon properties?
    Player > Slot Data > Equipment Data > Choose the hand and slot > Properties > Structure.
    You could apply the “silly script” effect to any weapon you want by changing “Status Effects Value” to +Inf. You can also edit hitboxes, damage multiplier (set it to -50 if you want heal people by punching them), equipment damage multiplier (value +inf will break all their gear and negative damage will repair it…) and other stuff like stats requirements.

    ### Item Duping and Item Transformation
    [ table: General ]

    @@ -1962,3 +2191,14 @@ Id | Name
    00560F40 | Gold-colored Greataxe
    00563650 | Blood-stained Great Club
    00565D60 | Blood-stained Caestus

    ###Scholar of the First Sin Items

    Id | Name
    -------- | ---------------------------------------------------
    019B12C4 | Forlorn Helm
    019B12C5 | Forlorn Armor
    019B12C6 | Forlorn Gauntlets
    019B12C7 | Forlorn Leggings
    001E78C8 | Greatsword of the Forlorn
    002EFF40 | Scythe of the Forlorn
  26. Atvaark revised this gist May 15, 2015. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,9 @@

    ## Updates

    ### 15/05/2015
    * Added cheat tables for 2.02 SoFS and 1.11

    ### 23/02/2015
    * Migrated some more deleted pastebins.

    @@ -19,8 +22,18 @@ http://www.cheatengine.org/
    ###### Tables Topic on CE Forum:
    * http://forum.cheatengine.org/viewtopic.php?t=572974

    ###1.0.10 Tables

    ### General Tables

    ### 2.02 SoFS Tables
    ##### General 15/05/2015
    http://a.pomf.se/ixbdav.CT

    ###1.0.11 Tables
    ##### General 15/05/2015
    http://a.pomf.se/aekhfu.CT

    ###1.0.10 Tables
    ###### General 02/16
    http://a.pomf.se/jnmlnm.CT

  27. Atvaark revised this gist Feb 23, 2015. 1 changed file with 11 additions and 20 deletions.
    31 changes: 11 additions & 20 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,17 +2,16 @@

    ## Updates

    ### 23/02/2015
    * Migrated some more deleted pastebins.

    ### 14/02/2015
    * Migrated all deleted pastebins.

    ### 10/02/2015
    * Migrated from pastebin to GitHub Gist
    * Added markdown formatting

    ### 10/02/2015
    * This paste appears to get removed automatically at the moment.
    * Updated the links to atvaarks string table dumps

    ## General
    ###Cheat Engine
    http://www.cheatengine.org/
    @@ -48,8 +47,6 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor
    http://git.io/NKa0
    ###### Child Bullet Parameter IDs
    http://git.io/NKBb
    ###### Armor IDs (by Santa)
    http://pastebin.com/s6H2TX3M

    ###### Enemy Modelswaps (by Benzoin-Gum)
    http://git.io/NKRI
    @@ -59,11 +56,11 @@ http://git.io/NKRz

    ## For Wizards aka atvaarks corner
    ###### Params
    http://pastebin.com/DKR7NMhH
    http://git.io/A6Gz
    ###### Classes
    http://git.io/NKRr
    ###### Param file structures (Regulation.bnd)
    http://pastebin.com/snLvethU
    http://git.io/A6GZ

    ###### 1.0.10 item lore changes (vaati.csv)
    https://www.diffchecker.com/1kdvi0iq
    @@ -502,7 +499,7 @@ Offset V: 24
    7. Equip your Wanderer's Coat. It will have the same icon, but the appearance will be barrel.

    ######[TIPS]
    - If this does not work for you, choose a body armor from Thuydez's list: http://pastebin.com/s6H2TX3M
    - If this does not work for you, choose a body armor from armor list
    - Search for the ID (replace x with 1) - do not check off "Hex" next to the search box.
    - Then replace it with the ID for barrel (11450101)

    @@ -532,7 +529,6 @@ BODY
    * If you choose the Vengarl helm + invisible body option, you can put a second helm in your head slot and stack the two together. NOTE: When I had the Vengarl option on and equipped a prisoner hood, my game crashed. Tested many other helms and they all worked fine, so not sure on the cause of this crash.

    ######[CUSTOMIZATION]
    * Use Santa's list of IDs: http://pastebin.com/s6H2TX3M
    * Every armor piece has an ID in the format *******x : the *'s identify the item, the x identifies the slot (0/head, 1/body, 2/hand, 3/leg). So for example when I have you scanning for manikin armor pieces above, you are entering the same prefix (1224010) each time, and only changing the last number to specify the slot.
    * To make parts invisible, you are abusing the fact that some armors do not have a complete set. For example, the hand value I tell you to replace the manikin gloves with is a glove slot from singer's dress (13040102), and the leg value I tell you to replace with is a leg slot from Nahr Alma robes (17830103).
    * I got crashes trying to use different nonexistent parts from the same armor set (for example trying to use both singer's dress gloves and singer's dress legs), so that is why I tell you to use parts from different armors.
    @@ -625,20 +621,15 @@ BODY
    ######11/30/2014
    * Added the namecrash immunity script

    ######12/01/2014
    ###### 12/01/2014
    * Added the missing Ivory King bonfire ids

    ######02/04/2015
    * Added the new item in 1.0.10

    ###### 02/04/2015
    * Added the Agape Ring to the item list

    ###### 12/01/2014
    * Added the missing Ivory King bonfire ids
    * Added the new item in 1.0.10

    ###### 11/30/2014
    * Added the namecrash immunity script
    ###### 10/02/2015
    * This paste appears to get removed automatically at the moment.
    * Updated the links to atvaarks string table dumps

    ### Bonfire List

  28. Atvaark revised this gist Feb 16, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -22,8 +22,8 @@ http://www.cheatengine.org/

    ###1.0.10 Tables

    ######Temporary general table
    http://a.pomf.se/ulhyuo.CT
    ###### General 02/16
    http://a.pomf.se/jnmlnm.CT

    ###1.0.7 Tables:
    ###### GENERAL ( 10/2, post-Ivory )
  29. Atvaark revised this gist Feb 14, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@
    ## Updates

    ### 14/02/2015
    * Migrated all but one of the deleted pastebins to gist (Bullet Parameter IDs are still missing)
    * Migrated all deleted pastebins.

    ### 10/02/2015
    * Migrated from pastebin to GitHub Gist
    @@ -45,7 +45,7 @@ See FAQ for how to install, you need to OWN all 3 dlc to use) weapons max, armor
    * https://anonfiles.com/file/1316019660f43deb8c8fc033d976ee15

    ###### Bullet Parameter IDs (by Zullie)
    http://pastebin.com/n7nspytL Dead
    http://git.io/NKa0
    ###### Child Bullet Parameter IDs
    http://git.io/NKBb
    ###### Armor IDs (by Santa)
  30. Atvaark revised this gist Feb 14, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Dark Souls II Cheat Engine Guide.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,8 @@

    ## Updates

    ### 10/02/2015
    * Migrated all but one deleted pastebins to gist
    ### 14/02/2015
    * Migrated all but one of the deleted pastebins to gist (Bullet Parameter IDs are still missing)

    ### 10/02/2015
    * Migrated from pastebin to GitHub Gist