Skip to content

Conversation

@kokekanon
Copy link
Collaborator

@kokekanon kokekanon commented May 26, 2025

Feature 14.00 <--------- CLICK HERE

image
image

image
image

image
image

image
image

  • gamelib/spells of monk
  • game_spelllist of monk
  • healthcircle of monk
  • Cyclopedia character UI/ux "Mantra"
  • skills packets
  • Skills Ui/ux "Mantra"
  • Market item details
  • statsbar of monk
  • add images cipsoft 15.00
  • Ui game_cooldown "virtue"
  • cpp drawCreature

image
image
image
image

the code is evidently not clean, it is not tested

@kokekanon
Copy link
Collaborator Author

Currently useless, it cannot fix the header

@kokekanon kokekanon closed this May 26, 2025
@sonarqubecloud
Copy link

@dgprado-80
Copy link

I compiled the code with Murilo's pr and this pr. I can log in to version 1500 but some visual bugs are happening, especially when we attack monsters.

monk_bug.mp4

@kokekanon
Copy link
Collaborator Author

it is important when you see an error use ctrl + t. see what is the first packets error after doing an action (change outfit, kill monster).

@dgprado-80
Copy link

it is important when you see an error use ctrl + t. see what is the first packets error after doing an action (change outfit, kill monster).

(changing outfit)
ERROR: ProtocolGame parse message exception (441 bytes, 147 unread, last opcode is 0x00 (0), prev opcode is 0xA1 (161)): unhandled opcode 0
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1500)
(killing monster)
ERROR: ProtocolGame parse message exception (355 bytes, 3 unread, last opcode is 0xA1 (161), prev opcode is 0xB4 (180)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1500)
ERROR: no thing at pos:33297,32284,7, stackpos:1
at:
    [C++]: ??$traceError@AEBVPosition@@AEBE@Logger@@QEAAXV?$basic_format_string@DAEBVPosition@@AEBE@v11@fmt@@AEBVPosition@@AEBE@Z
ERROR: ProtocolGame::parseCreatureMove: no creature found to move
at:
    [C++]: ?traceError@Logger@@QEAAXV?$basic_string_view@DU?$char_traits@D@std@@@std@@@Z
ERROR: no thing at pos:33296,32284,7, stackpos:1
at:
    [C++]: ??$traceError@AEBVPosition@@AEBE@Logger@@QEAAXV?$basic_format_string@DAEBVPosition@@AEBE@v11@fmt@@AEBVPosition@@AEBE@Z
ERROR: ProtocolGame::parseTileTransformThing: no thing
at:
    [C++]: ?traceError@Logger@@QEAAXV?$basic_string_view@DU?$char_traits@D@std@@@std@@@Z
ERROR: ProtocolGame parse message exception (350 bytes, 0 unread, last opcode is 0xA1 (161), prev opcode is 0xB4 (180)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1500)
ERROR: no thing at pos:33296,32284,7, stackpos:1
at:
    [C++]: ??$traceError@AEBVPosition@@AEBE@Logger@@QEAAXV?$basic_format_string@DAEBVPosition@@AEBE@v11@fmt@@AEBVPosition@@AEBE@Z
ERROR: ProtocolGame::parseCreatureMove: no creature found to move
at:
    [C++]: ?traceError@Logger@@QEAAXV?$basic_string_view@DU?$char_traits@D@std@@@std@@@Z
ERROR: ProtocolGame parse message exception (1173 bytes, 0 unread, last opcode is 0xA1 (161), prev opcode is 0xB4 (180)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1500)
ERROR: no thing at pos:33296,32283,7, stackpos:1
at:
    [C++]: ??$traceError@AEBVPosition@@AEBE@Logger@@QEAAXV?$basic_format_string@DAEBVPosition@@AEBE@v11@fmt@@AEBVPosition@@AEBE@Z
ERROR: ProtocolGame::parseCreatureMove: no creature found to move
at:
    [C++]: ?traceError@Logger@@QEAAXV?$basic_string_view@DU?$char_traits@D@std@@@std@@@Z
ERROR: no thing at pos:33296,32282,7, stackpos:1
at:

@dgprado-80
Copy link

Is it possible to log into version 1500 using spr and dat?

@Magnunrtk
Copy link

I compiled the code with Murilo's pr and this pr. I can log in to version 1500 but some visual bugs are happening, especially when we attack monsters.

monk_bug.mp4

where i get this client with healthcircle of monk,Cyclopedia character UI/ux Mantra, Skills Ui/ux "Mantra" ??

@kokekanon
Copy link
Collaborator Author

kokekanon commented Jul 4, 2025

where i get this client with healthcircle of monk,Cyclopedia character UI/ux Mantra, Skills Ui/ux "Mantra" ??

the pr is not updated because it is closed, eventually I will re-open it,
but I have an error with textures.

image

I don't want to make the module from 0, so that it has the behavior of tibia 13, with various bar styles.

@dgprado-80
Copy link

where i get this client with healthcircle of monk,Cyclopedia character UI/ux Mantra, Skills Ui/ux "Mantra" ??

the pr is not updated because it is closed, eventually I will re-open it, but I have an error with textures.

image

I don't want to make the module from 0, so that it has the behavior of tibia 13, with various bar styles.

Update plx ;D

@luanluciano93 luanluciano93 reopened this Jul 30, 2025
@Codemaufeito
Copy link

Codemaufeito commented Aug 21, 2025

I noticed that when the player has an item equipped and tries to put another one in its place, a visual error occurs where the set appears without the item and the duplicate item appears in his backpack.

When the player logs out and logs in again, the visuals return to normal.

@kokekanon
Copy link
Collaborator Author

kokekanon commented Aug 22, 2025

I assume you are using the correct assets, with the server version.

Could you make a video or detailed written instructions to i reproduce it?
@Codemaufeito

@Codemaufeito
Copy link

Codemaufeito commented Aug 23, 2025

I assume you are using the correct assets, with the server version.

Could you make a video or detailed written instructions to i reproduce it? @Codemaufeito

https://freeimage.host/i/itembug.KHM9Dkx

asdasd

@kokekanon
Copy link
Collaborator Author

kokekanon commented Aug 23, 2025

Test on 15.10.

bandicam.2025-08-22.23-36-22-466.mp4

@Codemaufeito
I think your assets don't match with your aparence.dat.

@kokekanon kokekanon mentioned this pull request Aug 27, 2025
5 tasks
@kokekanon kokekanon force-pushed the kokekanon/features15.00 branch from aff5dd1 to e3bd1a1 Compare August 27, 2025 20:25
@mmamatheusmiquelan
Copy link

can you make it for the last version 15.1?

@kokekanon
Copy link
Collaborator Author

kokekanon commented Sep 10, 2025

can you make it for the last version 15.1?

If you have the 15.10 packets, share them with everyone (pr in tfs or canary). I'm not a mind reader (I have nowhere to take test 15.10.), I don't even use versions newer than 10.98.

@kokekanon kokekanon changed the title feature: protocol +15.00 packets [NO FIX HEADER (protocol.cpp) ] feature: protocol +15.00 packets Sep 11, 2025
@sonarqubecloud
Copy link

@TinSion
Copy link

TinSion commented Oct 15, 2025

Arcs from monk work as health not as harmony how should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants