update to version 1.4, as this one also has nocharms mapflag, similar issue as noitem mapflag
https://github.com/AnnieRuru/Release/blob/master/plugins/Charms/charms_1.4.c
- fix memory leak when do multiple `@loadnpc`
Is it possible to add a status icon when a certain charm is present in your inventory?
well yes, actually you also can do it on any equipment, not just charms
however I don't want to add unnecessary feature on public release version,
this could be done if open a new topic on plugin request though
EDIT: Eddga_Card
{
Id: 4123
AegisName: "Eddga_Card"
Name: "Eddga Card"
Type: "IT_CARD"
Buy: 20
Weight: 10
Loc: "EQP_SHOES"
Script: <" bonus bMaxHPrate,-25; ">
OnEquipScript: <" sc_start4 SC_ENDURE,60000,10,0,0,1; ">
OnUnequipScript: <" sc_end SC_ENDURE; ">
},
hmm ..............................