Issue information

Issue ID
#4231
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 9, 2010 10:46
Last Post
Hercules Elf Bot
May 9, 2010 10:46
Confirmation
N/A

Hercules Elf Bot - May 9, 2010 10:46

Originally posted by [b]~AnnieRuru~[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4231

http://www.eathena.ws/board/index.php?s=&a...t&p=1343773

CODE
prontera,147,190,5    script    skjfhksdjf    100,{
//    getitem 4001, 1;
//    getitem2 1201, 1,1,0,0, 4001,0,0,0;
    getitem2 1201, 1,1,0,0, 255,0,4001,3; // <-- signed item with charID 200609, signed item CANNOT count as card
    if ( countitem(4001) || checkequipedcard(4001) ) {
        mes "stop here";
        close;
    }
    mes "you can go";
    close;
}
it stopped a signed item with charID 200609

every other item checking commands like *isequipped, *successremovecards, *cardscnt
has itemdb_isspecial check, but *checkequipedcard doesn't has

This post has been edited by ~AnnieRuru~: May 9 2010, 04:10 AM