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

Open Tibia Framework [c#]

EdMignari

Veteran OT User
Joined
Jan 8, 2011
Messages
193
Reaction score
347
Hey guys, I'm stopping development of open source projects for open tibia, but before that I want to announce the latest projects. They are only for versions 10.10+

OpenTibia - A set of classes and components to create open tibia tools.
OBDExporter - A tool to export .obd files (Object Builder files). How to use.
ClientConverter - A tool to convert client versions (eg.: 10.76 to 10.41).

How to use:
1-Add the dat and spr in the 'Client' folder.
2-Click on 'Load' button.
3-Select the objects and click on 'Add'.
4-Click on 'Save' button.
The objects will be exported to 'Output' folder.


Thanks all, and good luck to everyone. :)
 
No.... :'( Thanks for everything mate have a good one
 
where are you going? are you going to somewhow continue on the OT world? Just curious.
 
Hey guys, I'm stopping development of open source projects for open tibia, but before that I want to announce the latest projects. They are only for versions 10.10+

OpenTibia - A set of classes and components to create open tibia tools.
OBDExporter - A tool to export .obd files (Object Builder files). How to use.
ClientConverter - A tool to convert client versions (eg.: 10.76 to 10.41).

How to use:
1-Add the dat and spr in the 'Client' folder.
2-Click on 'Load' button.
3-Select the objects and click on 'Add'.
4-Click on 'Save' button.
The objects will be exported to 'Output' folder.


Thanks all, and good luck to everyone. :)

damn sad to see you go :s
good luck in your future

what do i need to use to open these files?
 
I'm trying to figure out how to utilize the ot-tools/opentibia framework for developing a C# GUI program for scriptmanagement for TFS. Any help or documentation on that from anyone would be very much appreciated!
 
I'm trying to figure out how to utilize the ot-tools/opentibia framework for developing a C# GUI program for scriptmanagement for TFS. Any help or documentation on that from anyone would be very much appreciated!

Simple usage:

Code:
OpenTibia.Client.ClientImpl client = new ClientImpl();
client.Load("Tibia.dat", "Tibia.spr", version, ClientFeatures.None);

Enjoy! <3
 
Hey does someone know how can i open the client converter? help please :v
Download Sharp Develop and build tools from visual studio and just compile.

I'm trying to convert from 10.98 to 10.10 and it seems to do a great job, but otclient and object builder doesn't read new files :(
 
Last edited by a moderator:
Back
Top