Quest Bug: CD5 TP/Resu

Red Frame

Member
Guildcard
0
Claire being fickle-minded? Please see attached pics.
 

Attachments

  • pso133386696644294286.png
    pso133386696644294286.png
    552 KB · Views: 30
  • pso133386696726317161.png
    pso133386696726317161.png
    537 KB · Views: 30
  • pso133386696832991439.png
    pso133386696832991439.png
    555.3 KB · Views: 30
This actually happened to me! @Ender and I looked into a bit but couldn't figure out the exact cause...
 
It might be asking the wrong order, try the commons first?
 
It sounds like the issue is with the TP/Revival. Is it one from Coren?
 
@Ender It is probably from Coren. I was gambling a lot about a year ago and just happened to put the mats together by chance recently.
Also, I just realized that there is a "Bug Reports" sub-forum. Feel free to move this thread.
 
@Ender It is probably from Coren. I was gambling a lot about a year ago and just happened to put the mats together by chance recently.
Also, I just realized that there is a "Bug Reports" sub-forum. Feel free to move this thread.
I'm assuming the problem is that your TP/Revival has a nonzero value for the 5th byte in the item data.

Code:
GOOD: 01033800,00000000,00000000,00000000
BAD:  01033800,01000000,00000000,00000000
               ^^
Should always be 00 for this byte, but the game seems to accept it just fine.

You can verify this using the Item Reader by enabling the "Show item data" option in the general tab of options. Actually, I don't know if the Item Reader actually reads this byte or just assumes it to be 00. So it may show 00 in the Item Reader even if it's nonzero.

I assume this is an old Coren bug because I know a few others who had the same issue with other units from Coren (and old rewards from many years ago).

I can probably remove this restriction from the quest trades at some point, or maybe the server can fix the item data for this type of item once I verify it's all okay.
 
So it may show 00 in the Item Reader even if it's nonzero.
I appreciate having a look. Unfortunately, I guess it's this one for me as per screenshot attached.
Just in case, take your time to fix as I don't really need it.

1694414359094.png
 
Back
Top