To Share or Not to Share

04/16/2008 11:24 trail1#346
if you are to edit the gem bytes, the server wil tell you that "Precious stone not available".
04/16/2008 11:25 foreverfortune#347
Quote:
Originally Posted by Altec2 View Post
ufff in defrent times of the day the server is giving me diferent packets for the upgrating to the same slot with the same talic ...
Quote:
Originally Posted by Ominous View Post

Now you will notice that in the two last packages the gloves failed with darkness and tie 4, but if you look at the first package were the gloves failed again with tie4 and darkness you will see that a lot of bytes change.

Look the 25th value in the first code first upgrade you will see that is completly different with the other bytes in the other packages and that didnt really make sense to me.
ive also noticed that at different times (maybe game day) i will get different bytes from the same item(after a wipe), same talic, same jems, and same slot from a day before.
04/16/2008 11:26 HAPPYMEAL08#348
Quote:
Originally Posted by Ominous View Post
I did some more tests this morning and i found out a few things/

For starters in the server i play every time the upgrade fails the 14 package is send first, and when the upgrade successed the 21 package is send first.

Now i manually upgraded normal lvl55 melee gloves with mercy and darkness with tie 3 and tie4. Below you can see the results.

Code:
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 8E 00 09 00 8D 00 60 00 8B 00 78 00 8C 00 00 tie4 darkness sucess +1
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 90 00 09 00 8F 00 08 00 91 00 78 00 92 00 00 tie 3 grace fail
21 00 07 11 00 A6 00 10 00 A7 00 00 00 83 00 00 04 00 8E 00 09 00 8D 00 08 00 8B 00 78 00 8C 00 00 tie4 gace successfull +2
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 90 00 09 00 8F 00 08 00 91 00 78 00 92 00 00 tie3 darkness fail
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 90 00 09 00 8F 00 08 00 91 00 78 00 92 00 00 tie3 darkness success +3
21 00 07 11 00 A6 00 10 00 A7 00 00 00 83 00 00 04 00 8E 00 09 00 8D 00 08 00 8B 00 78 00 8C 00 00 tie4 darkness fail
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 8E 00 09 00 8D 00 08 00 8B 00 78 00 8C 00 00 tie4 darkness success +4
21 00 07 11 00 A6 00 10 00 93 00 00 00 83 00 00 04 00 8E 00 09 00 8D 00 08 00 8B 00 78 00 8C 00 00 tie 4 darkness success +5
Now at this point i send the last package back to the server and my talics in the gloves all gone.

So i resend another the same package again and the client crashed and when i logged the gloves were +1 with darkness.

Now i tried to manually upgrade the gloves again and i got the below results, run out of talics now.

Code:
21 00 07 11 00 2B 00 06 00 2A 00 00 00 23 00 00 04 00 25 00 09 00 27 00 58 00 24 00 70 00 29 00 C8 tie4 darkness fail
21 00 07 11 00 2B 00 10 00 97 00 00 00 23 00 00 04 00 25 00 09 00 27 00 18 00 24 00 70 00 29 00 C8 tie4 favor sucess +1
Now you will notice that in the two last packages the gloves failed with darkness and tie 4, but if you look at the package 6 on the first code were the gloves failed again with tie4 and darkness you will see that a lot of bytes change.

Look the 25th value in the first code first upgrade you will see that is completly different with the other bytes in the other packages and that didnt really make sense to me.

Now i aslo notices that there are 4 values that hold what gems you are using, what i was thinking is that we can manipulate those 4 bytes to make the server think we are using tie4s when we use tie1s.
I think this is not possible because i already try this and the result is if u change the bytes to make look like u are using tier4 the server will look for those tier4's and if u dont have it. it will give u a notice like "you dont have the item needed". but if u have the tier4 it will automaticaly use the tiers4 that u have even though u put the tier1.

thanks to your data it help me a bit..^_^
04/16/2008 11:27 jeyzee1817#349
Yeh. i noticed that 4 bytes,
i think it's possible to manipulate
04/16/2008 11:36 foreverfortune#350
lets break this down

21 00 07 11 does not change
00 02 00 03 item being upgraded
00 8E 00 00 talic being used
00 74 00 00 unknown numbers
04 00 4D 00 number of jems used
09 00 44 00
18 00 2E 00 teir of jems
70 00 45 00
98

any input on what the other numbers do?? double zeros also do not change, ive seen everything else change
04/16/2008 11:41 HAPPYMEAL08#351
21 00 07 11 00 2B 00 06 00 2A 00 00 00 23 00 00 04 00 25 00 09 00 27 00 58 00 24 00 70 00 29 00 C8

21 00 07 11 <-- This is constant

00 2B 00 06
2B = to the Item you are upgrading( it changes value when you put ur item in a diffrent slot in the inventory)
06 = is kinda mystery to me but i have an idea what this is

00 2A 00 00
2A = The Talic you are using( it changes value when you put ur item in a diffrent slot in the inventory)

00 23 00 00
23 = no idea yet

04 00 25 00
04 = no idea yet
25 = One of the Tier your using( it changes value when you put ur item in a diffrent slot in the inventory)

09 00 27 00
09 = no idea yet
27 = One of the Tier your using( it changes value when you put ur item in a diffrent slot in the inventory)

58 00 24 00
58 = no idea yet
24 = One of the Tier your using( it changes value when you put ur item in a diffrent slot in the inventory)

70 00 29 00
70 = no idea yet
29 = One of the Tier your using( it changes value when you put ur item in a diffrent slot in the inventory)

C8

C8= No idea

this is just what i think of it.. if we can all help each other and find out the use of every byte then we can get this.
04/16/2008 11:54 broer#352
Quote:
Originally Posted by zhoea View Post
Sorry I dont have any access to your server & i dont even understand your Text language.
most of the language store in BIN file are in english...but still some part that we should change in order to pass the game guard were not there....
04/16/2008 11:56 HAPPYMEAL08#353
is there anyone who can interpret the 14?
04/16/2008 12:23 hige#354
Quote:
04 00 25 00
04 = no idea yet
25 = One of the Tier your using( it changes value when you put ur item in a diffrent slot in the inventory)
just try to help, still trying n always failed
i think for "04" is amount of gem u used
coz if u try not to use any gem it show "00"
04/16/2008 12:25 IceHand#355
21 00 07 11 00 2B 00 06 00 2A 00 00 00 23 00 00 04 00 25 00 09 00 27 00 58 00 24 00 70 00 29 00 C8

i think maybe like this:

21 00 07 11 item code?
00 2B 00 06 06 -> base success rate?
00 2A 00 00 2A -> base success rate?
00 23 00 00
04 number of gems
00 25 00 09 code gem 1
00 27 00 58 code gem 2
00 24 00 70 code gem 3
00 29 00 C8 code gem 4

not sure, can't test it yet >.<
04/16/2008 12:43 BuBucekTop#356
>> i think maybe like this:
>> 21 00 07 11 item code?

you're wrong.

21 00 - packet length in hex
07 11 - packet id in hex

that's why these numbers never change in these packets
04/16/2008 12:47 iluvreggie09#357
read all the post on these thread.. you will find your answer
04/16/2008 14:36 Alpaps#358
the problem is the 21 is the same in all upgrades if you dont change the talics and gems.you send it again,it says impossible to upgrade.

the 14 which changes in every upgrade crashes my game.
04/16/2008 14:47 iluvreggie09#359
lol... it depends on what server youre playing.. well.. looks fine.. maybe you put a wrong packet at a wrong offset lol :)
04/16/2008 15:26 euvics#360
guyz are you using the program WPE pro?