Users browsing this thread: 2 Guest(s)
Need Some Help

#18
Posts: 17
Threads: 3
Thanks Received: 0
Thanks Given: 0
Joined: Nov 2014
Reputation: 0
Status
None
(03-21-2018, 08:09 PM)madsiur Wrote:
(03-21-2018, 06:18 PM)ShadowDreamer Wrote: So I tried to change Health to use Pearl Wind instead of Cure 2. That's "60" in spells, right? Well I tested it...and somehow it made Health damage everyone instead of heal them lol.

When you write code, you write in hexadecimal so spell ID 0x60 is 96 in decimal (16 * 6). See section 3 here to get a grasp of calculation in hex. You probably replaced Cure2 by Fire Dance (96). Pearl Wind is 147 in decimal so 147 / 16 = 9 rest 3, so hex number is 0x93. You can use Windows calculator to switch between hexadecimal and decimal system, I use this often.

Thank you for the tip! I fixed that and it's working perfectly! :O oh my god - I actually hex-edited lol.

Now I know you said you'd do the commands for me in due time but I'm going to try and tinker with things myself until then. Which brings me to my next question: say I try to edit Sketch to become a new command. I'd have to go to where it is in the data and redirect the command to call something else (like the spell I want?) and then have it follow a new path. But that being said, if I did change Sketch to follow a new set of directions is the rest of the Sketch code going to be problematic? Like if there's just unused Sketch code in the data is it going to have ill effects? Would I have to then delete all of the old Sketch code that isn't being used?
  Find
Quote  



Messages In This Thread
Need Some Help - by ShadowDreamer - 03-18-2018, 11:46 AM
RE: Need Some Help - by madsiur - 03-18-2018, 11:55 AM
RE: Need Some Help - by ShadowDreamer - 03-18-2018, 12:13 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 12:11 PM
RE: Need Some Help - by ShadowDreamer - 03-19-2018, 07:29 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 07:49 PM
RE: Need Some Help - by madsiur - 03-19-2018, 08:34 PM
RE: Need Some Help - by ShadowDreamer - 03-20-2018, 07:49 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 05:13 AM
RE: Need Some Help - by madsiur - 03-21-2018, 07:20 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 08:58 AM
RE: Need Some Help - by PowerPanda - 03-21-2018, 09:55 AM
RE: Need Some Help - by PowerPanda - 03-20-2018, 11:56 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 11:58 AM
RE: Need Some Help - by madsiur - 03-21-2018, 12:40 PM
RE: Need Some Help - by ShadowDreamer - 03-21-2018, 06:18 PM
RE: Need Some Help - by madsiur - 03-21-2018, 08:09 PM
RE: Need Some Help - by ShadowDreamer - 03-22-2018, 05:57 AM
RE: Need Some Help - by madsiur - 03-22-2018, 01:03 PM
RE: Need Some Help - by ShadowDreamer - 03-23-2018, 07:09 AM
RE: Need Some Help - by madsiur - 03-23-2018, 07:43 AM
RE: Need Some Help - by Robo Jesus - 03-25-2018, 10:46 AM
RE: Need Some Help - by madsiur - 03-25-2018, 12:18 PM
RE: Need Some Help - by ShadowDreamer - 03-30-2018, 04:18 PM
RE: Need Some Help - by madsiur - 03-30-2018, 08:31 PM
RE: Need Some Help - by madsiur - 04-03-2018, 11:00 PM
RE: Need Some Help - by ShadowDreamer - 04-14-2018, 11:17 PM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 02:14 AM
RE: Need Some Help - by madsiur - 04-19-2018, 02:29 AM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 10:55 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 12:49 AM
RE: Need Some Help - by dn - 06-08-2018, 09:38 AM
RE: Need Some Help - by GrayShadows - 06-08-2018, 03:00 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 06:11 PM
RE: Need Some Help - by GrayShadows - 06-14-2018, 12:05 PM

Forum Jump:

Users browsing this thread: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite