Darkedone02 wrote: ↑Wed Nov 15, 2017 7:15 am
Buffer_Error wrote: ↑Wed Nov 15, 2017 7:08 am
Someone already started :
[Link]
Well shit, someone need to make a drop-down list on this.
edit: problem is that they don't show the memory address for this like I'm doing. I'll be updating this list, will take a while to find everything.
Weapon Special Effects: /snip
% on the ends means percentages, + is additions, [Grade] is Grade type
Warning: Some Addresses may be duplicates, I wish notepad++ have a simple way of detecting duplicate addresses. Also for some reason, dispite special effects not frozen, tend to somehow upon switching, duplicate itself and replacing other special effects...
If you discovered anything wrong, let me know by giving me the address so I can replace it the missing/wrong skill.
You can make a drop-down list at any time, yourself.
And I'm guessing those are the effect IDs from the Item Editor; if that's the case, the effect is 20 bytes long, and you'd better make sure to use all those bytes, since unforeseen consequences might happen otherwise.
Also, Sublime Text highlights every instance of the currently selected text, in case you're looking for a decent editor.
Also, here's a tip for everyone, if you have a list of effects you want to use on an item, and want to quickly apply it:
just copy all the bytes from all effects (from the editor), put them one after another with a space between, and then you can paste those 140-bytes into the first effect entry. That will immediately change an item's effect list. Just save them to a text file or something, for quick application.