• 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!

New sprites for 8.6 client and text animations

Dran Ryszard

Member
Joined
Apr 25, 2023
Messages
52
Reaction score
12
Location
Poland
Hi, I have a few questions.

1. How do I enable logging in to the game without a client with new sprites?
- I mean, if a player tries to log in without a client with sprites, he doesn't get debugging, but all new sprites are like old ones.
- I saw something like it on servers with mounts on client 8.6. When the player doesn't have a custom client, he doesn't see mounts.

2. Same situations as up, so.. How do I check what client player is using? To show him/her text for his client? I mean in OTC i can show more letters in text animations and i can use "enter" in line, when in default 8.6 its not possible, and player saw only 9 letters.
 
you can detect which client the user is using with the operatingSystem packet
with this information you can control which packets can be sent for client or not, to prevent the debug crash
 
Last edited:
Back
Top