Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
useobj Script.txt | 2020-06-27 | 618 Bytes | |
Main Script.txt | 2020-06-27 | 2.6 kB | |
README.txt | 2020-06-27 | 1.1 kB | |
Totals: 3 Items | 4.3 kB | 0 |
----Introduction---- This script repairs GP, GH, Aegis, Hammer of Frost, and Last Stand while keeping their enchants. ----Files Included---- Main Script - This goes on the /god editscript map#_#_# script under each object where you want them to repair useobj Script - This goes under each /god editscript useobj# with the object number for each object ----NOTES---- Each object needs 2 flags. 1 for the SlotNum 1 for the PrefixNum DO NOT reuse either flag for another object or any other script. The only thing you should have to edit is the ObjNum = # Objname = " " SlotNum = # <---- This is the 1st flag PER OBJECT PrefixNum = # <---- This is the 2nd flag PER OBJECT '266 - Store Slot# (RepairGP) '267 - Store Prefix# (RepairGP) '268 - Store Slot# (RepairGH) '269 - Store Prefix# (RepairGH) '270 - Store Slot# (RepairHammer) '271 - Store Prefix# (RepairHammer) '272 - Store Slot# (RepairLastStand) '273 - Store Prefix# (RepairLastStand) '274 - Store Slot# (RepairAegis) '275 - Store Prefix# (RepairAegis)