Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gold Dust Exchange can not be handed in #214

Closed
Fabrice-leterme opened this issue Jan 4, 2022 · 5 comments
Closed

Gold Dust Exchange can not be handed in #214

Fabrice-leterme opened this issue Jan 4, 2022 · 5 comments

Comments

@Fabrice-leterme
Copy link

You can complete this quest, but you can not hand it in to the quest npc.

If you do, you can no longer use any ingame options.

No talking to npc's, no using quit or logout in menu either.

@Fabrice-leterme
Copy link
Author

This seems to be an issue with the experience received from the quest. I put the xp_rate higher (think it was x3) to speed through the content faster

@ghost
Copy link

ghost commented Jan 6, 2022

Can't reproduce this. Completed with rate x1 and x3 and got the corresponding reward: [Bag of Marbles]

@Fabrice-leterme
Copy link
Author

I reproduced by putting rate higher, try x10

@GrenderG
Copy link
Member

GrenderG commented Jan 6, 2022

  File "/home/grender/PycharmProjects/alpha-core/game/world/managers/objects/units/player/quest/ActiveQuest.py", line 43, in reward_xp
    self.owner.give_xp([xp], notify=False)
  File "/home/grender/PycharmProjects/alpha-core/game/world/managers/objects/units/player/PlayerManager.py", line 738, in give_xp
    self.set_uint32(PlayerFields.PLAYER_XP, self.xp)
  File "/home/grender/PycharmProjects/alpha-core/game/world/managers/objects/ObjectManager.py", line 233, in set_uint32
    self.update_packet_factory.update(index, value, 'I')
  File "/home/grender/PycharmProjects/alpha-core/network/packet/update/UpdatePacketFactory.py", line 44, in update
    self.update_values[index] = pack(f'<{value_type}', value)
struct.error: argument out of range

Seems to be caused by an overflow.

@GrenderG
Copy link
Member

GrenderG commented Jan 6, 2022

Should be fixed here 1e94f09.

@GrenderG GrenderG closed this as completed Jan 6, 2022
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

No branches or pull requests

2 participants