cursey / kanan

Mods for Mabinogi using Javascript
The Unlicense
57 stars 30 forks source link

Update AlwaysTransCollectMode.js #183

Open Rydian opened 7 years ago

Rydian commented 7 years ago

Updating broken signature.

cursey commented 7 years ago

There seems to be an errant comma at the beginning of the signature string.

ghost commented 6 years ago

This seems to already be integrated properly and referencing AlwaysTransCollectMode.js here in this repo: (snippet as follows)

// Description:
// Automatically enable Transformation Mastery's Collect Mode and persist it through channel change and log out. (created by Rydian)

var pattern = scan('38 5F 78 0F 84 CF 02 00 00 8B CE');

patch(pattern.add(4), 0x85);

Versus and as per new kanan: (snippet here)

 {
        "name": "Always Trans Collect Mode",
        "desc": "Automatically enable Transformation Mastery's Collect Mode.",
        "category": "Quality of Life",
        "patches": [
            {
                "pattern": "38 5F 78 0F 84 CF 02 00 00 8B CE",
                "offset": 4,
                "patch": "85"
            }