View Single Post
  #7  
Old 07-18-2022, 11:19 PM
7thGate 7thGate is offline
Sarnak


Join Date: Dec 2015
Posts: 341
Default

I am also pretty sure you can't pickpocket items off mobs that are under level 20 (presumably) due to a bug.

https://github.com/EQEmu/Server/blob.../npc.cpp#L1855

To steal an item, steal_skill has to be over steal_chance. But steal_chance is just steal_skill multiplied by 100 / (NPC's Level * 5 + 5). If the NPC is over level 19, steal_chance will be multiplied by a number greater than 1, otherwise a lower one, so you can't steal items off NPCs under level 20.

I believe I tested this some to see if it was fixed here and came to the conclusion that it was probably not, but honestly I have no idea what that code is supposed to be doing. There are not a lot of NPCs under level 20 with things you might want to pickpocket anyway.
__________________
Jayya - 60 Rogue, Officer <Auld Lang Syne>
Last edited by 7thGate; 07-18-2022 at 11:22 PM..
Reply With Quote