[Help] How to edit AutoPots in Winhex

04/06/2008 20:46 Mastershouter#16
omg ,, = 0,0 so u get 1 more byte. Clear?

Question is answered so topic can be closed
04/06/2008 21:03 TOXSIN#17
Quote:
Originally Posted by Mastershouter View Post
omg ,, = 0,0 so u get 1 more byte. Clear?

Question is answered so topic can be closed
No he just doesn't understand that hes in the wrong section he PMed me his issue and I tried to help him, whether or not I helped him I don't know, not even sure he understands what I mean, by "wrong section" but I told him items appear in more then one area in data.pak and from the lines that he showed me he is most certainly at the wrong item section.
04/06/2008 21:51 Aaron26#18
So if these are the wrong sections I don't know whether there is any other sections that are like this...

Code:
Health Potion,0,0,1,0,1,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
Code:
3801,Çï¾²Æ÷¼Ç,0,0,1,0,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,50,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
04/06/2008 21:52 TOXSIN#19
Quote:
Originally Posted by Aaron26 View Post
So if these are the wrong sections I don't know whether there is any other sections that are like this...

Code:
Health Potion,0,0,1,0,1,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
Code:
3801,Çï¾²Æ÷¼Ç,0,0,1,0,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,50,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
The first one is the right section... the second one isn't... whats so hard about that?
04/06/2008 21:57 Aaron26#20
Quote:
Originally Posted by TOXSIN View Post
The only hint I am willing to give to help you out on this matter is to look harder... maybe your not in the right section... ;)
Whats so hard is that you told me as a "hint" that I was in the wrong section at the start. So then I tried searching for more and looking at other methods when I was in the right one all along, thanks for the guidance *cough*
04/06/2008 21:59 Aaron26#21
So these are the lines I have now done, and your telling me these should work right?

Code:
Health Potion,0,17,,17,,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
Code:
Mana Potion,0,18,,18,,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
04/06/2008 22:07 TOXSIN#22
You don't delete the 0s between the number but if you re add the 0s it will work change Potion to "Pots" and thats how auto pots work
04/06/2008 22:33 Aaron26#23
And how the hell can I do that when I can't delete anything only overwrite it? :s

EDIT: You mean like this? Health Pots,0,17,0,17,0,37,
04/06/2008 23:35 MotorolaV3x#24
Health Pots,0,0,17,0,17,37...............
Mana Pots,0,0,18,0,18,37.................
04/07/2008 00:04 Aaron26#25
So is this right? But I have one problem now, they work but I cant see any in my invent so I dont know how many I got or w.e........?

What I do wrong?

Code:
3801,Heal Pots,0,0,17,0,17,0,37
Code:
3802,MP Pots,0,0,18,0,18,0,37
04/07/2008 00:17 Mastershouter#26
Quote:
Originally Posted by Aaron26 View Post
So these are the lines I have now done, and your telling me these should work right?

Code:
Health Potion,0,17,,17,,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
Code:
Mana Potion,0,18,,18,,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320,1,0,250,1,1,5,1,1,1,0,0,0,0,0,0,0,0,5235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0
Cant u read the line??? need glasses? I WROTE THIS
3801,Health Potion,0,,17,,17,37
org is
3801,Health Potion,0,0,1,0,1,37

U forgot a 0 before the 17 and made a 0 too much after the second 17. And ,0, is the same as ,,

U dont need to change the name of the pots....
04/07/2008 00:25 Aaron26#27
Yes but TOXSIN said I must put the 0's in where you have ,,

Im getting confused because im getting told different things :/
04/07/2008 00:27 Mastershouter#28
as i said ,, is the same like ,0,

there is nothing inside the ,, so it will read out like a 0

Definetly works
04/07/2008 03:03 Aaron26#29
yes and I done that and it doesnt work still.

When I try and put the HP or MP pots in slots F1-F6 it doesn't let me. Then totally messes up my game and invent...
04/07/2008 03:15 Jon8c#30
Ok, if the others don't work for you, this is how I did it:

So, you start off with: Health Potion,0,0,1,0,1,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,320. Copy down the numbers somewhere (or memorize them if you want a challenge o.O). Then, change the first 1 to 17 (and yes, replace the comma with 7). Next, write a comma, and start copying in the rest of those numbers above. But, then don't add the last 0 in "320". So, you now have: Health Potion,0,0,17,0,1,37,1111-1111-1111-1111-1111-1111-1111-1111,1700,32.

You only need to change first 1 to 17 or 18. And, removing the 0 at the end of "320" only makes the pot descriptions say "Heals: 32" and not "Heals: 320;" it doesn't change the actual effects of the pot. This way takes a little more time and work, but it must be done if the shortcuts don't work.

EDIT: You might want to retry the other methods by working in Notepad, becuase all you're doing is making space for an extra digit. Copy the numbers into Notepad. Count the number of characters (including commas) and start experimenting to change 1 into 17 and have the same number of characters at the end. But, make sure you don't edit anything important. Use the respective .csv file as your reference for that. Or, experimenting doesn't hurt either.