| Author |
Message |
| Guest |
Posted: Sat Jul 09, 2016 11:48 pm Post subject: Re: To mods |
|
| madbillmcmad wrote: | | To any mods. Is there a more relevant sub forum this post can be move to? Apologies.... new user. Derp |
Bump, anyone? |
|
 |
| Xx187RaphaelxX |
Posted: Wed Jun 15, 2016 12:33 am Post subject: Re: Darksouls npc quest flags |
|
| madbillmcmad wrote: | | Does anyone know of a trainer that can allow the reset of npc quest flags in darksouls prepare to die, pc, steam? |
| Code: | local al = getAddressList()
errorOnLookupFailure(false)
for i=0, al.Count-1 do
local a,o = al[i].getAddress()
a = getAddress(a)
if a ~= 0 then
al[i].setAddress(string.format("%X", a), o)
end
end
errorOnLookupFailure(true)
|
|
|
 |
| madbillmcmad |
Posted: Fri Jun 10, 2016 8:48 pm Post subject: To mods |
|
| To any mods. Is there a more relevant sub forum this post can be move to? Apologies.... new user. Derp |
|
 |
| madbillmcmad |
Posted: Thu Jun 09, 2016 6:31 pm Post subject: Darksouls npc quest flags |
|
| Does anyone know of a trainer that can allow the reset of npc quest flags in darksouls prepare to die, pc, steam? |
|
 |