Bump for response or help.
Printable View
Bump for response or help.
I love the tutorial, I've been modding smoothly the last couple of days. I have a question:
Were is the slot for the monks range attack. I can mod the physical and elemental damage. So far I've been upgrading the range attack at the tavern shop.
I would like to thank
Fairchild, Idlehands88's and you godslam.
Ha ha, I figured it out right after I asked. It was right in front of my face, actually right after weapon range.
I am currently working on a hex chart in order to identify each hex code for ease of use. It will consist of each letter number and stat identifier in lieu of Idles picture. I will also put up an alternate tut to make it a little bit easier for the young modders. As for now Godslam's tut is plenty efficient for novice modders (thumbs up!)
The bottom stings of code are the templates for your characters, if you scroll to fast you will pass each piece of the gears equipped by your characters. Each character's code is in the order that it is listed in your character list in the game. So search slowly and you will find each character.
That would be much appreciated, I will look forward to seeing that :)
Thanks to Godslam for his tut, Idle for his and everyone for their helpful comments.
To just max everything out on an item if I am not doing anything else I usually use the layouts below, put into a macro for ease :D
Added parenthesis to tell some of what is what.
I know adding anything over 6+ projectiles is really not necessary and depending can cause lag so I never do that.Code:Armour:
4(FF) > skip 1 > 10(FF) > 00FFFFFF > skip 18 > 01 > skip 18 > 03 > 0C > 0B > skip 13 > 02
Weapon:
4(FF) > skip 1 > 10(FF) > 00FFFFFF > 85 (6 projectiles) > 0000FFFF > 04 > 00FFFFFF > 401672c2 (Item XL) > skip 4 > 01 (upgrade) > skip 4 > FF > 00FFFFFF > 00FFFFFF > 4(FF) > skip 1 > 03 (secondary) > 0C (quality) > 0B (color) > skip 13 > 02 (upgrade)
Swords:
4(ff) > skip 1 > 10(ff) > 00FFFFFF > 85 > 0000FFFF > 04 > 00FFFFFF > 401672c2 > skip 1 > FF (sword speed) > skip 2 > 01 > skip 4 > FF > 00FFFFFF > 00FFFFFF > 4(FF) > skip
1 > 03 > 0C > 0B > skip 13 > 02
Also, if you have everything maxed out, I never use lightning as an element damage as it has crashed network games and lags on use.
I personally only use additional generic damage as that makes most sense.
For sword speed, all I have played with is the second digit pair out of the four and changed it to the max of (FF). This pretty much allows swing as fast as you can pull the trigger. If you change any of the other three bytes it could lead to the sword not doing any damage, like I said I haven't messed with it much yet.
, Thanks ~SpaceBass~ :)
Hey.., Ive looked IdleHands pic over a million times, I cant seem to get my base damage over 1 or it doesnt seem to be changing at all, and my Projectile Speed Bonus is crazy Negative.. OfCourse both of these values use 8 characters. What Shouul I use? Example: 59682F7F or what?