by default...both event are implemented inside the item_db itself..
................{ Script },{ OnEquip_Script },{ OnUnequip_Script }
otherwise...you can try this too
try this
http://pastebin.com/raw.php?i=SJA9G6EH
add the card list here
// blacklisted cards
.mvp_card$ = "4001,4002";
.miniboss_card$ = "4001,4002,4003";
it's better to do this during the server is offline or the SQL will temporary stop update the database.
it will be a problems if the deleted item still exist in the player account since sometime the database will re-update the database with the items info .
the script shown in Post#6 is a working example and simplified/enhanced version of your original script.
it wont work if you just simply copy part of the script and put in your script as you dont know how it works.
and stop spam on your topic. bump for topic are only available once every 24 hours and please make use of "EDIT BUTTON" if you wanna add somethings.
the label exist in there in the old eAthena...especially inside those WOE Controller like
GM Xeon WOE Setter 3.0
i have seen it inside there last time.
but dunno what reason, or since when,...it removed the label ~
i dont think this is needed....it's impossible for you to login 2 characters within the same account at the same times.
so, i believe this part can be skipped.
you can set an array for it.
like this
http://pastebin.com/raw.php?i=buDg5PJY