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

Compiling Custom Client + 8.60 Mounts?

feslir

New Member
Joined
Sep 2, 2007
Messages
241
Reaction score
2
Location
Kosovo
Anyone here could help me or teach me how and where do i make an custom client
and how do i edit spr and dat files.? and how do i make so mounts are available for 8.6 ive seen in some servers.

anyone with kind of heart could tell me?
 
First you need to add the mounts to spr/dat files using an editor such as ObjectBuilder which can be found here:
https://github.com/ottools/ObjectBuilder
You need to add all the animations when a character rides the mount.

Once you've added all sprites you need to either code some script that adds the mount to the character somehow or make some source edits and add the standard riding system.
 
Back
Top