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

Relation ClientId x ItemId (Server)

xixigisi

New Member
Joined
May 11, 2023
Messages
16
Reaction score
2
I'm trying to do a script out of server using node js to create some data for my website.

There is any easy way I can find clientId by ItemId (from items.xml)?

I need it for all items and get it from otb editor will be a huge work :confused:
 
I'm trying to do a script out of server using node js to create some data for my website.

There is any easy way I can find clientId by ItemId (from items.xml)?

I need it for all items and get it from otb editor will be a huge work :confused:
There is a function like :getClientId.

Either write xml parser that will read items from .xml and for each of them check for clientId (should give all client ids, though fromid toid might be tricky) or make a single-item talkaction checker.
 
Back
Top