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

Tibia 12 item editor (client 12)

sharinn

Active Member
Joined
Aug 27, 2011
Messages
154
Solutions
7
Reaction score
41
GitHub
ArturKnopik
Twitch
krecikondexin
Hello, I wanted to ask a question if anyone has a client 12 editing tool, I mean items
has an example: I have a noble armor (old graphics) and by default it is impossible to lift, when it changes into items.otb the possibility of lifting is still impossible, only the "/i item" command adds it to my backpack/on character, I think it is it is programmed on the client side, the same problem concerns the colors of the borders of valuable items.

old noble armor image https://i.ytimg.com/vi/4TPU2_Odfyk/maxresdefault.jpg, exits in files in tibia 12:30
 
Currently? No.
Ok then, thank you for your response. I can only add that I was trying to add a item but it could only be seen in RME. In the game, the item has no sprite, it is shown as a blank space in bp, but when I click "look" on it it shows me the name and statistics of it.
So we need to wait for now.

But I'm curious, what is the highest version of the game that allow you to create custom items? ver 11?
 
Ok then, thank you for your response. I can only add that I was trying to add a item but it could only be seen in RME. In the game, the item has no sprite, it is shown as a blank space in bp, but when I click "look" on it it shows me the name and statistics of it.
So we need to wait for now.

But I'm curious, what is the highest version of the game that allow you to create custom items? ver 11?
10.98 (99 I guess), from client 11 onward it doesn't use the former spr/dat structure anymore
 
I have been playing with some stuff
6IlDTMp.png

only possible because of this tool: Tibia 11+ Downgrade tool (https://otland.net/threads/tibia-11-downgrade-tool.264941/)

I will keep trying to do stuff with this :p
 
I have been playing with some stuff
6IlDTMp.png

only possible because of this tool: Tibia 11+ Downgrade tool (https://otland.net/threads/tibia-11-downgrade-tool.264941/)

I will keep trying to do stuff with this :p
Hello again, im look on this repos and this gunzino/tibia11-nodejs-parser (https://github.com/gunzino/tibia11-nodejs-parser/blob/master/proto/appearances.proto) and can't find color of the borders of valuable items, is the information about the border in appearancesXYZ.dat?

Demon shield data, border should be blue
Lua:
Appearance {
  frameGroup:
   [ FrameGroup {
       fixedFrameGroup: 2,
       id: 2,
       spriteInfo:
        SpriteInfo {
          spriteId: [ 114305 ],
          boundingBoxPerDirection: [ Box { x: 4, y: 0, width: 24, height: 32 } ],
          patternWidth: 1,
          patternHeight: 1,
          patternDepth: 1,
          layers: 1,
          isOpaque: false } } ],
  id: 3420,
  flags:
   AppearanceFlags {
     npcsaledata:
      [ AppearanceFlagNPC {
          name: 'H.L.',
          location: 'Outlaw Camp',
          salePrice: 0,
          buyPrice: 130 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Darashia City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Svargrond City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Port Hope City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Carlin City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Ankrahmun City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Liberty Bay City',
          salePrice: 0,
          buyPrice: 30000 },
        AppearanceFlagNPC {
          name: 'Rashid',
          location: 'Port Hope City',
          salePrice: 0,
          buyPrice: 30000 } ],
     take: true,
     clothes: AppearanceFlagClothes { slot: 1 }, //--edited by me 
     market:
      AppearanceFlagMarket {
        restrictToProfession: [],
        category: 13,
        tradeAsObjectId: 3420,
        showAsObjectId: 3420 },
     cyclopediaitem: AppearanceFlagCyclopedia { cyclopediaType: 3420 } },
  name: 'demon shield' }
 
Npc price set default border color, market price can change it if we set some option
0/undefined: No frame and white text;
1 - 999: Grey
1,000 - 9,999: Green
10,000 - 99,999: Blue
100,000 - 999,999: Purple
1,000,000+: Yellow
 
Back
Top