credits to -tororo-san for finding the value to change
Does what it says, changes value so you can just instantly open boxes, bundles etc... or to salvage items rather than waiting 2 seconds each time
Instant Transmutations:
Download Instant Trans Patch
above is the code in the patch file, save the patch file to your addons folder or just copy and past the code in a text file and rename it from .txt to .patch
Does what it says, changes value so you can just instantly open boxes, bundles etc... or to salvage items rather than waiting 2 seconds each time
Code:
FileName = xml[bit].dat.files\client.config2.xml
Search = <option name="self-restraint-gauge-time" value="2.000000" />
Replace = <option name="self-restraint-gauge-time" value="0.01" />
Note - instantly open boxes, bundles items,chests or salvage items
Instant Transmutations:
Code:
FileName = xml[bit].dat.files\\client.config2.xml
Search = <option name="item-transform-progressing-particle-duration" value="3.0" />
Replace = <option name="item-transform-progressing-particle-duration" value="0.01" />
Description = instantly transmute
above is the code in the patch file, save the patch file to your addons folder or just copy and past the code in a text file and rename it from .txt to .patch
Attachments
Last edited by a moderator: