• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

GS 1.00.13 Chaos Machine Rates - edit (ollydbg / gs function)

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
Hello ragezone,
I'm trying to edit the chaos machine rates but without any success.
I would like to get any explanation about editing chaos machine rates by ollydbg /
if theres any "hidden function" on gs that maybe isn't included on my .ini file i would like to hear and try.
Thanks.
 
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
Which exact offsets u trying to edit?

#define PLUSMIXNORMALITEM10 (0x005F21FF+6) // 1.00.93
#define PLUSMIX380ITEM10 (0x005F221B+6) // 1.00.93
#define PLUSMIXWINGITEM10 (0x005F2238+6) // 1.00.93

#define PLUSMIXNORMALITEM12 (0x005F228F+6) // 1.00.93
#define PLUSMIX380ITEM12 (0x005F22AC+6) // 1.00.93
#define PLUSMIXWINGITEM12 (0x005F22C9+6) // 1.00.93

#define PLUSMIXNORMALITEM13 (0x005F2321+6) // 1.00.93
#define PLUSMIX380ITEM13 (0x005F233E+6) // 1.00.93
#define PLUSMIXWINGITEM13 (0x005F235A+6) // 1.00.93

#define DEFAULTMIXRATE (0x005F2369+6) // 1.00.93
#define MAXRATE1 (0x005F23A7+6) // 1.00.93
#define MAXRATE2 (0x005F23B3+6) // 1.00.93

from that thread: http://forum.ragezone.com/f508/offsets-gameserver-1-00-93-a-910223/

dont know what files u even using?
 
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
Which exact offsets u trying to edit?

#define PLUSMIXNORMALITEM10 (0x005F21FF+6) // 1.00.93
#define PLUSMIX380ITEM10 (0x005F221B+6) // 1.00.93
#define PLUSMIXWINGITEM10 (0x005F2238+6) // 1.00.93

#define PLUSMIXNORMALITEM12 (0x005F228F+6) // 1.00.93
#define PLUSMIX380ITEM12 (0x005F22AC+6) // 1.00.93
#define PLUSMIXWINGITEM12 (0x005F22C9+6) // 1.00.93

#define PLUSMIXNORMALITEM13 (0x005F2321+6) // 1.00.93
#define PLUSMIX380ITEM13 (0x005F233E+6) // 1.00.93
#define PLUSMIXWINGITEM13 (0x005F235A+6) // 1.00.93

#define DEFAULTMIXRATE (0x005F2369+6) // 1.00.93
#define MAXRATE1 (0x005F23A7+6) // 1.00.93
#define MAXRATE2 (0x005F23B3+6) // 1.00.93

from that thread: http://forum.ragezone.com/f508/offsets-gameserver-1-00-93-a-910223/

dont know what files u even using?
Hey KarLi, I'm using 0.99.60T files.
The offsets you just gave me are for 1.00.93 GS and not for 1.00.13.
 
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
Ops pardon me i searched for 1.00.13 in google and the results came on 1.00.93 and thought it was that.

here:
ChaosMix10 0x00449267+6
ChaosMix11 0x00449276+6

ChaosMixWingMin 0x0044A274+6
ChaosMixWingMax 0x0044A280+6

credits: some guy named 'Moto'

I'll try. How can I edit by them the chaos machine success rates using ollydbg?
 
Upvote 0
Joined
May 26, 2009
Messages
17,312
Reaction score
3,222
u find the offsets i gave you
and it should say the rate after a coma on the offset in HEX then u convert that in DECIMAL and see how much rate it currently is, then u choose ur rate number and convert it to HEX and save the file and thats it.
 
Upvote 0
Junior Spellweaver
Joined
Oct 27, 2012
Messages
156
Reaction score
1
u find the offsets i gave you
and it should say the rate after a coma on the offset in HEX then u convert that in DECIMAL and see how much rate it currently is, then u choose ur rate number and convert it to HEX and save the file and thats it.
I'm searching for the offset and I can't find it. I think I'm just not doing it well.
Sorry for the ignorance but maybe can you tell me how to find the offset?
 
Upvote 0
Status
Not open for further replies.
Back
Top