Quest Log System Packet Error to Clients after 2019-06-05f
Closed this issue · 2 comments
Describe the bug
I spent 4 hours yesterday compiling and testing all the clients I found on herc nemo's github, the most recent version in which the name of the monsters in my custom quest appears correctly in the questlog is 2019-06-05f.
Any version after this appears as "Poring" both in Alt + U and on the right side of the screen.
To Reproduce
Steps to reproduce the behavior:
- Create a quest
- Alt + U in the xxxx version in Target the correct names of the monsters appear, in the others tested it appears "Poring"
- On the upper right side in the xxxx version the correct names of the monsters appear, in the others tested it appears "Poring"
- In the character's head it's the same thing
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Clients: Packet version: 2021-11-17_Ragexe_1637052357, 2022-03-30_Ragexe_1648440293, 2020-07-15bRagexe, 2020-04-01bRagexe, 2019-12-24aRagexe, 2019-11-20aRagexe, 2019-11-27aRagexe, 2022-04-06_Ragexe_1648707856
https://cdn.discordapp.com/attachments/306632465294819331/1199959200768466944/image.png?ex=65c47017&is=65b1fb17&hm=7f8b1648862b1e8e9884acbb681e5059b8d6f23c7b552ce0febdbf2256548adf&
https://cdn.discordapp.com/attachments/306632465294819331/1199957838127185940/image.png?ex=65c46ed2&is=65b1f9d2&hm=5da0ed578edcb10447b8b56a6d50e7eb92687ab655e81f896e4d72d87e3bcc22&
Working Fine in 2019-06-05f
If applicable, add screenshots to help explain your problem.
System specs (please complete the following information):
- OS: Windows 11
- Hercules Version [v2023.12]
- Mode: pre-renewal
- Packet version: 2021-11-17_Ragexe_1637052357, 2022-03-30_Ragexe_1648440293, 2020-07-15bRagexe, 2020-04-01bRagexe, 2019-12-24aRagexe, 2019-11-20aRagexe, 2019-11-27aRagexe, 2022-04-06_Ragexe_1648707856
- Client type: main
Plugins used or source modifications
mapcache
I can't reproduce in 2019-12-24b Ragexe.
quest_db entry:
{
Id: 50533
Name: "Dragon Hunting"
Targets: (
{
MobId: "ANCIENT_MIMIC"
Count: 100
},
)
},
Using current master ( 1c386f5 ) it has a few more commits than v2023.12, but nothing that should affect quest log.
Specs:
- Ubuntu 22.04 (using WSL)
- pre-renewal and renewal
- no plugins
- 2019-12-24b Ragexe
./configure --enable-packetver=20191224 --disable-renewal CPPFLAGS="-O0"
Closing this as invalid, the issue was he used a custom mob with Id 5000 which is not in a valid range for monsters.