Hey does anyone know why when I use the hex editor to get deathlord leggings, It shows up being damaged, also with the shield of the dragon. I've used it before to get the demon key, helm of lords, and demon blade of charrus as well as other armor and no problem except with these two items
any suggestions ? Thanx!
Hex Editor, (damaged equipment)
You should probably say which editor you're using. If it's Steve2d's, there's an entire [url="http://www.gamebanshee.com/forums/showthread.php?t=72087"]thread[/url] devoted to it.
SWC
SWC
Sir Edmund: "Should you obey the lord who asks you to put a village of innocents to the torch? Is that chivalrous? Is it noble?"
Me: "It's a great way to get promoted, I know that much."
Me: "It's a great way to get promoted, I know that much."
[QUOTE=zx11]Hey does anyone know why when I use the hex editor to get deathlord leggings, It shows up being damaged, also with the shield of the dragon. I've used it before to get the demon key, helm of lords, and demon blade of charrus as well as other armor and no problem except with these two items
any suggestions ? Thanx![/QUOTE]
I'll assume that your'e using Steve2d's editor (it is NOT a hex editor). When you add an item such as armor, you should set its repair value to 2000, in both fields, for most of the deathlord items. Then in game, if the items aren't fully repaired, note the righthand value. Edit the save again and double click the item, then set both fileds to the value you noted ingame.
any suggestions ? Thanx![/QUOTE]
I'll assume that your'e using Steve2d's editor (it is NOT a hex editor). When you add an item such as armor, you should set its repair value to 2000, in both fields, for most of the deathlord items. Then in game, if the items aren't fully repaired, note the righthand value. Edit the save again and double click the item, then set both fileds to the value you noted ingame.
[QUOTE=George_K]I'll assume that your'e using Steve2d's editor (it is NOT a hex editor). When you add an item such as armor, you should set its repair value to 2000, in both fields, for most of the deathlord items. Then in game, if the items aren't fully repaired, note the righthand value. Edit the save again and double click the item, then set both fileds to the value you noted ingame.[/QUOTE]
I'm using groovy hex editor and what you're explaining I have no clue how to change the value with it.
I'm using groovy hex editor and what you're explaining I have no clue how to change the value with it.
[QUOTE=zx11]I'm using groovy hex editor and what you're explaining I have no clue how to change the value with it.[/QUOTE]
here is what my equipped Imperial mail looks like in a hex table;
BA00 0500 5E01 0000 5E01
BA00 is the armor itself, 05 means it's equipped (04 would show if it was in inventory), first 5E01 is current condition of 350, second 5E01 is maximum condition of 350. So now maybe you can figure it out.
By the way, when you add something to inventory, you should add the 04 to it to show it's identity. Anything already equipped has a 05 following the hex code for the item.
here is what my equipped Imperial mail looks like in a hex table;
BA00 0500 5E01 0000 5E01
BA00 is the armor itself, 05 means it's equipped (04 would show if it was in inventory), first 5E01 is current condition of 350, second 5E01 is maximum condition of 350. So now maybe you can figure it out.
By the way, when you add something to inventory, you should add the 04 to it to show it's identity. Anything already equipped has a 05 following the hex code for the item.
[QUOTE=George_K]here is what my equipped Imperial mail looks like in a hex table;
BA00 0500 5E01 0000 5E01
BA00 is the armor itself, 05 means it's equipped (04 would show if it was in inventory), first 5E01 is current condition of 350, second 5E01 is maximum condition of 350. So now maybe you can figure it out.
By the way, when you add something to inventory, you should add the 04 to it to show it's identity. Anything already equipped has a 05 following the hex code for the item.[/QUOTE]
Thanks a million, with your info I was able to get er done! Now my deathlord is complete.
BA00 0500 5E01 0000 5E01
BA00 is the armor itself, 05 means it's equipped (04 would show if it was in inventory), first 5E01 is current condition of 350, second 5E01 is maximum condition of 350. So now maybe you can figure it out.
By the way, when you add something to inventory, you should add the 04 to it to show it's identity. Anything already equipped has a 05 following the hex code for the item.[/QUOTE]
Thanks a million, with your info I was able to get er done! Now my deathlord is complete.