![]() |
|
#25
|
|||
|
I'm not familiar with the eq-emu DB schema, but shouldn't it just require Rogean to run a simple SQL statement to determine if the manastone is being duped. I mean it doesn't drop so if the quantity increases then we have a dupe.
select count(*) from player_inventory where item='manastone' ... you get the idea | ||
|
|
|||
|
|