![]() |
Steal formula - Printable Version +- FF6 Hacking (https://www.ff6hacking.com/forums) +-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html) +--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html) +--- Thread: Steal formula (/thread-2615.html) |
Steal formula - Tenkarider - 06-29-2014 Hi! ![]() I have to edit the steal formula, in order to make possible stealing to a monster lv 255. So... do you know the position of the hex code that involves the chance of stealing, inside the rom? ![]() RE: Steal formula - madsiur - 06-29-2014 It is well documented and fun to play with: Code: C2/399E: A3 05 LDA $05,S (Attacker) RE: Steal formula - Tenkarider - 06-29-2014 C2/39BE: F9 18 3B SBC $3B18,Y (Subtract Target's Level) Ok, this should be the line that interests me, my idea was to halve the target's Level value(only for the steal formula, not halving it even in battle ![]() In this way, an high level stealer, should have some chance to steal... it doesn't seem so hard to set it, but i dunno where's stored the target's level ![]() Could you tell me, please? ![]() PS. Even if it becomes easier twice to steal, i don't care about that. RE: Steal formula - Xenovant - 06-29-2014 The line you are looking for, is this one Quote: C2/39BA: 69 32 ADC #$32 (adding 51, since Carry Flag was set) Change the value (32) to a higher one and you will raise the chances of a successful theft RE: Steal formula - Tenkarider - 06-29-2014 LoL, that's a lot easier ![]() It must be myself that i tend to see the hard route, before the easy one ![]() RE: Steal formula - wolfokami321 - 11-11-2014 Sorry for necroposting but does this also apply to the theif knife? RE: Steal formula - Tenkarider - 11-11-2014 I don't know, but i doubt they invented 2 different steal formulas... RE: Steal formula - ShinMrKarate - 11-11-2014 I found this code in headered rom address C2/23BBE: F9 18 3B is this code will change it or not and where!?this also code in headered rom address C2/23BBA: 69 32 in the value is [32] what is the max number to raise the chances of a successful theft even the rare items are succeed stole!?I want to be sure.... RE: Steal formula - Tenkarider - 11-12-2014 I'm not sure about what you wanna know exactly... for editing the chances of make a succesful steal, the answer is in the posts above; The chances of steal a common, or a rare item are a different formula. |