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

OTClient convert client id map to server id

JayMeazy

Member
Joined
Sep 7, 2020
Messages
92
Solutions
2
Reaction score
24
Hello, I'm trying to find a way to convert maps, I found the tool to convert to client id, but I'm having trouble converting from client id to my server id. I found this, and I'm trying to use it to do so:
this
so basically for the replace function I'm trying to use this instead:
Code:
int replaceCustom(uint16 itemId)
{
    return g_things.findItemTypeByClientId(itemId)->getServerId();
}
but it's not working, it just creates an 86 byte .otbm file, and idk how to output a message to see what it's returning.
 
I'm interested in that program too... please post any results dammit...
I am getting nervous and the original map converter from Canary is gone from Github (Error 404)
 
Back
Top