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!

[Lithium] Do any sources handle familiar buffs?

DSG

Initiate Mage
Joined
Jan 23, 2018
Messages
30
Reaction score
2
vanilla Lithium doesn't, took a look at a couple others and they don't seem to either. Looking at the packets they don't seem too complicated, so I think someone would've figured it out.
 
Initiate Mage
Joined
Feb 17, 2015
Messages
40
Reaction score
4
May I ask for what version? But I don't think any Lithium sources (Publicly) have any Familiar Buffs. But maybe I can help.
 
Upvote 0

DSG

Initiate Mage
Joined
Jan 23, 2018
Messages
30
Reaction score
2
I'm just doing v111 using the standard lithium. I don't think it would've changed between v111 and v117 too much though.

I've collected a few packets:
Mano (15% hp per 10 seconds):
3E 01 00 6A FA 97 00 02 2E 9B 05 00
3E 01 00 6A FA 97 00 02 52 C2 05 00
3E 01 00 6A FA 97 00 02 76 E9 05 00

Strange pig (10% drop rate on victoria island):
3E 01 00 58 FA 97 00 02 DC DC 06 00

Blue Snail (5% mp per 10 seconds on victoria):
3E 01 00 41 FA 97 00 02 18 EA 08 00
3E 01 00 41 FA 97 00 02 3C 11 09 00

Coke Slime (+6 speed and jump):
3E 01 00 19 02 98 00 02 C4 0F 0A 00
3E 01 00 19 02 98 00 01 1C AD 8C 00

Jr. Boogie (15% mp per 10 seconds)
3E 01 00 A2 FA 97 00 02 4E 06 2F 00
3E 01 00 A2 FA 97 00 02 72 2D 2F 00
3E 01 00 A2 FA 97 00 02 5A 34 7C 00

Potted Morning glory (5% mp per 10 seconds on edelstein):
3E 01 00 46 FA 97 00 02 60 50 87 00
3E 01 00 46 FA 97 00 02 84 77 87 00

Malady (+6 speed and jump):
3E 01 00 22 FB 97 00 02 5C 07 89 00

Jr Wraith (luminous shadow):
3E 01 00 9D FA 97 00 02 F2 E7 8A 00

The last two bytes are some sort of timer (it will continuously go up by 1, with 00 at the end). The second to last two are seemingly random (I can't detect any pattern, they are constantly different and don't appear to be a calculation for stats to add). The rest I'm not quite sure what it is, my guess is that the first four (after the header) is the buff to give and the next two are some sort of state.
 
Upvote 0
Back
Top