• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Add vial of ink support on 10.98

fabian766

Veteran OT User
Joined
Apr 22, 2008
Messages
128
Solutions
21
Reaction score
344
Location
Poland
In this thread I'll show you where to edit client 10.98 to add possibility to display new vial of ink.
2.png


I'm writing this tutorial for @Evil Puncker request.
First you'll need client 10.98 and any hex editor that can jump to offsets(ctrl+g) and edit bytes.

Go to address: 0x1A9834
Change: 2E to 7F

Go to address: 0x1A98B4
Change: CC CC CC CC CC CC CC CC CC CC CC to 83 F9 12 77 AA B8 08 00 00 00 C3

That's all that you need to change, if you're done everything correctly your client should be able to show ink fluidtype now.
 
In this thread I'll show you where to edit client 10.98 to add possibility to display new vial of ink.
2.png


I'm writing this tutorial for @Evil Puncker request.
First you'll need client 10.98 and any hex editor that can jump to offsets(ctrl+g) and edit bytes.

Go to address: 0x1A9834
Change: 2E to 7F

Go to address: 0x1A98B4
Change: CC CC CC CC CC CC CC CC CC CC CC to 83 F9 12 77 AA B8 08 00 00 00 C3

That's all that you need to change, if you're done everything correctly your client should be able to show ink fluidtype now.

Hey, thanks for the tutorial, very effective!

You know wich offsets for clients 10 aka 11 that the morst of otservers are using? 🤝
Client: https://www.kivera-global.net/downloads/ZIP_Kivera10.zip
 
Back
Top