[Guide] Packet Edit One Charge Fireball

12/01/2009 20:09 AKB990#16
Quote:
Originally Posted by redjoker5 View Post
I read that but then thing about that tutorial is that he says "Change this to this and that to that." But he doesn't say what JMP is or what CMP is so for the purposes of that tutorial it works because you just do what he did and you will be fine. I am trying to make edits in other things and if I don't know what JMP is, for example, I doubt i can just get in there and start editing.

It helped understand it a bit more. But I still can't edit anything because I still don't know what to edit.
It's an Unconditional Jump.
It's a Conditional Jump.
12/01/2009 20:14 fenrir2037#17
Er, CMP just compares two values. And then the jumps after it will occur if the resulting values match the jump conditions.

JMP just jumps no matter what. Almost a dll modder's best friend.
12/01/2009 20:31 AKB990#18
That's what I said... just less detailed.
12/01/2009 20:33 fenrir2037#19
CMP doesnt jump.... At all....
And JMP isn't a conditional jump, it doesn't need conditions to jump. It just jumps, regardless...
12/01/2009 22:27 Black Fomor#20
Quote:
Originally Posted by fenrir2037 View Post
Er, CMP just compares two values. And then the jumps after it will occur if the resulting values match the jump conditions.

JMP just jumps no matter what. Almost a dll modder's best friend.
Its too good of a friend. lol
12/02/2009 00:05 lagtard#21
Quote:
Originally Posted by Kevsprk View Post
Thanks for this (I was about to do a DLL edit for cloudkiller2006 on this xD, she's gunna love you)
So basically anything can be done using rPE is possible to be done by modding dlls?
12/02/2009 00:10 Kevsprk#22
This is, atleast. I just did it, works perfectly. Through DLL, meaning on any monster. I will release it later, most likely.
12/02/2009 00:11 TsukiOokami#23
Would that include running with meditation, charging advanced magic without a wand, etc?
12/02/2009 00:19 Kevsprk#24
Hehe, I was planning on adding those in before I released it. Atleast the running with adv magic part, but I will see about the meditation one too.
12/02/2009 01:06 cloudkiller2006#25
the fireball one works like a charm, so its something to look forward to <3
12/02/2009 01:13 Kevsprk#26
Quote:
Originally Posted by cloudkiller2006 View Post
the fireball one works like a charm, so its something to look forward to <3
^ Thanks to her for letting me use her fireball possessing account to test 8D
12/02/2009 01:25 Dark Raccoon#27
Quote:
Originally Posted by cloudkiller2006 View Post
the fireball one works like a charm, so its something to look forward to <3
Quote:
Originally Posted by Kevsprk View Post
^ Thanks to her for letting me use her fireball possessing account to test 8D
^E*pvpers Couple of the Month
12/02/2009 06:45 redjoker5#28
The meditation shit would be super handy. Even though my rank fails I should work on that. _-_
12/02/2009 07:30 lagtard#29
Hmm after taking all my finals I need to look into asm too.

Just wondering how long it takes from a complete newb to the degree of understanding the code?
12/02/2009 07:51 civwars#30
Quote:
Originally Posted by lagtard View Post
Hmm after taking all my finals I need to look into asm too.

Just wondering how long it takes from a complete newb to the degree of understanding the code?
I say more than a week. I can only modify in-game dialogues with pleione after learning for three days from scratch. Or I am very dumb.