
Originally Posted by
longway
hay witchymoo when i try to use COUPON my loading screen freezes , But if i use Auto Item,s Its Work Can Help me in it ?
login screen freezes, as far my experience, it means the item is enabled in your Media but service is "0" in your db, it doesn't match. So either game server down (causes your login screen to freeze), or client crashes. Make sure all related items "enabled" in your db and client.

Originally Posted by
CoderWaxy
if DECLARE @AEMethod INT = 2 = Working
if DECLARE @AEMethod INT = 1 = Not Working
Try putting the scroll MANUALLY to your inventory:
Code:
EXEC [_ADD_ITEM_EXTERN] 'yourchar', 'ITEM_EVENT_AUTOEQUIP_COUPON', 1, 0
And teleport your char, see if you got the item, if you GOT the coupon, but you didn't get it when level up, means something wrong with your _AddLogChar SP.