xackery / rebuildeq-v1

Rebuild Everquest
GNU Lesser General Public License v3.0
1 stars 0 forks source link

[#1475 Geist (Plagued)] after reaching 100 reserv... #1824

Closed xackery closed 7 years ago

xackery commented 7 years ago

Message: after reaching 100 reserve xp bottles my number reset at zero User: Geist (Plagued) [ShadowKnight] (cid: 662343, accid: 75190, client: RoF2) at 02 Mar 17 23:40 UTC Location: #zone hateplaneb, 186, -737.474000, 636.849000, 3.127000 Target: NPC a scorn banshee (186048) spawngroup 9958

TheGrandPackard commented 7 years ago

This is caused by an incorrect int conversion. PR fixes this. Will also need to add 100 exp bottles back to Plagued's exp pool.

Query to add back 100 exp bottles:

UPDATE character_custom SET exp_pool = exp_pool + 2147483647 WHERE character_id = 662343;