Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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,304
Reaction score
3,216
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,304
Reaction score
3,216
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