Page 15 of 25

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 8:22 pm
by Sinanju
I posted this question in the github but I'll paste it here:
I copied an item from the item swapper (sorceror robe) but I think I screwed up somewhere because it became a test data item when I picked it up. It turned into a blank ?Weapon+26 in my inventory and I can't discard it. Is there a way for me to remove this?

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 9:25 pm
by unkemptpickles
Anyone know how to remove this item? It's ?WeaponName?+74
Image

Edit: I'm unable to leave or discard it.

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 9:27 pm
by ZigBitDig
I wonder if this argument started because of me posting about reallocating stats using CE to get a new Online build faster?

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 9:37 pm
by ThunderDong
Sinanju wrote:
Mon Apr 03, 2017 8:22 pm
I posted this question in the github but I'll paste it here:
I copied an item from the item swapper (sorceror robe) but I think I screwed up somewhere because it became a test data item when I picked it up. It turned into a blank ?Weapon+26 in my inventory and I can't discard it. Is there a way for me to remove this?
It depends on what category it's under in your inventory. If it's a consumable then you can easily change its ID to something you can discard like a Fading Soul or something: Open>Helpers>Last Stackable Item Highlighted.

If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon) or Helpers>EquipParamProtector Helper (if it's an armor piece). I could test it for you if you give me the ID you pasted into Item Swap.

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 9:56 pm
by unkemptpickles
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon)
What table are you using? I don't have that in Phokz's table.

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 10:17 pm
by Sanadsk
Can anyone create a working REMO_MAN for Dark Souls 3? There is a shit ton of unused cutscenes and I need a tool to be able to view them in-game. Any help?

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 10:59 pm
by NumberXer0
Anyone else having issues spawning in items? Just normal stuff. My game keeps crashing after one or two changes with the item helper.

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 11:32 pm
by Sinanju
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
Sinanju wrote:
Mon Apr 03, 2017 8:22 pm
I posted this question in the github but I'll paste it here:
I copied an item from the item swapper (sorceror robe) but I think I screwed up somewhere because it became a test data item when I picked it up. It turned into a blank ?Weapon+26 in my inventory and I can't discard it. Is there a way for me to remove this?
It depends on what category it's under in your inventory. If it's a consumable then you can easily change its ID to something you can discard like a Fading Soul or something: Open>Helpers>Last Stackable Item Highlighted.

If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon) or Helpers>EquipParamProtector Helper (if it's an armor piece). I could test it for you if you give me the ID you pasted into Item Swap.
I checked all of the scripts that work and the only time a value shows up is under Last Stackable Item Highlighted. (and the actual item shows up under the weapon category)
Image

Can I do anything with this? I tried changing Item IDs, but the values revert back.

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 11:45 pm
by ThunderDong
unkemptpickles wrote:
Mon Apr 03, 2017 9:56 pm
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon)
What table are you using? I don't have that in Phokz's table.
If it's not EquipParamWeapon Helper it's probably Weapon Helper or Last Weapon Highlighted or something like that
Sinanju wrote:
Mon Apr 03, 2017 11:32 pm
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
It depends on what category it's under in your inventory. If it's a consumable then you can easily change its ID to something you can discard like a Fading Soul or something: Open>Helpers>Last Stackable Item Highlighted.

If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon) or Helpers>EquipParamProtector Helper (if it's an armor piece). I could test it for you if you give me the ID you pasted into Item Swap.
I checked all of the scripts that work and the only time a value shows up is under Last Stackable Item Highlighted. (and the actual item shows up under the weapon category)
Image

Can I do anything with this? I tried changing Item IDs, but the values revert back.
Try changing the quantity to 0. Also how exactly did you manage to get that into your inventory? I'm trying to reproduce your problem and I can't even pick the item up.

Edit: By the way after you change the quantity to 0, unpause and repause to update your inventory

Re: Dark Souls 3

Posted: Mon Apr 03, 2017 11:51 pm
by Sinanju
I copied the hex code (it was the sorcerer robe's code) and I must've fat-fingered an extra number when I pasted it in. When I went to pick up the item it showed up with a TEST DATA icon. I'll try your solution out, though.

Edit: The item is now gone from the weapons category, but I'm not sure if it's still hidden away among my other items? I did a quick check and everything looks the same as before, minus the bugged item...

Re: Dark Souls 3

Posted: Tue Apr 04, 2017 12:08 am
by ThunderDong
Sinanju wrote:
Mon Apr 03, 2017 11:51 pm
I copied the hex code (it was the sorcerer robe's code) and I must've fat-fingered an extra number when I pasted it in. When I went to pick up the item it showed up with a TEST DATA icon. I'll try your solution out, though.

Edit: The item is now gone from the weapons category, but I'm not sure if it's still hidden away among my other items? I did a quick check and everything looks the same as before, minus the bugged item...
I actually found out what you did. You copy/pasted the decimal ID. Next time make sure you copy the Hex ID.

I pasted the decimal ID into the item swap and managed to reproduce your problem exactly.

If you successfully changed the quantity to 0 and the value didn't revert then the item is permanently gone from your inventory. Cheers!

Re: Dark Souls 3

Posted: Tue Apr 04, 2017 12:10 am
by ZigBitDig
Reminds me of how I fucked up my world in some way and all of my Boss souls and cinders or lords are going straight into my Storage and i cant pick them up myself out, not like I care in NG+3

Re: Dark Souls 3

Posted: Tue Apr 04, 2017 1:55 am
by anothercasual
tnx for maintaining dark souls 3 table, hopefully will be updated with the new covenant in the invasion type (even though invasion type is not working atm)

Re: Dark Souls 3

Posted: Tue Apr 04, 2017 2:38 am
by unkemptpickles
ThunderDong wrote:
Mon Apr 03, 2017 11:45 pm
unkemptpickles wrote:
Mon Apr 03, 2017 9:56 pm
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon)
What table are you using? I don't have that in Phokz's table.
If it's not EquipParamWeapon Helper it's probably Weapon Helper or Last Weapon Highlighted or something like that
Sinanju wrote:
Mon Apr 03, 2017 11:32 pm
ThunderDong wrote:
Mon Apr 03, 2017 9:37 pm
It depends on what category it's under in your inventory. If it's a consumable then you can easily change its ID to something you can discard like a Fading Soul or something: Open>Helpers>Last Stackable Item Highlighted.

If it's a weapon/armor piece then I imagine you could probably change its price to a non-zero number and then just sell it: Helpers>EquipParamWeapon Helper (if it's a weapon) or Helpers>EquipParamProtector Helper (if it's an armor piece). I could test it for you if you give me the ID you pasted into Item Swap.
I checked all of the scripts that work and the only time a value shows up is under Last Stackable Item Highlighted. (and the actual item shows up under the weapon category)
Image

Can I do anything with this? I tried changing Item IDs, but the values revert back.
Try changing the quantity to 0. Also how exactly did you manage to get that into your inventory? I'm trying to reproduce your problem and I can't even pick the item up.

Edit: By the way after you change the quantity to 0, unpause and repause to update your inventory
The changing the quantity to 0 worked, cheers!

Re: Dark Souls 3

Posted: Tue Apr 04, 2017 5:25 am
by rodi
i Fly!!

Image

Thank you very much, appreciated your work