Issue information

Issue ID
#3075
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
May 13, 2009 17:57
Last Post
Hercules Elf Bot
Mar 5, 2012 16:58
Confirmation
N/A

Hercules Elf Bot - May 13, 2009 17:57

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

Hi , im not sure whether this is the correct thread or not . Anyways here it goes , i had a blade stop error , for an example when u blade stop an enemy , the enemy will become black right ? then he/she cant be able to use any skill or do anything right. But my server is weird , when u blade stop an enemy , you cant use any skill but u can eat pot . is that a bug ?


CODE
269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,        MO_BLADESTOP,Root


if (tsc->data[SC_BLADESTOP_WAIT] && !is_boss(src)) {
            int skilllv = tsc->data[SC_BLADESTOP_WAIT]->val1;
            int duration = skill_get_time2(MO_BLADESTOP,skilllv);
            status_change_end(target, SC_BLADESTOP_WAIT, -1);
            if(sc_start4(src, SC_BLADESTOP, 100, sd?pc_checkskill(sd, MO_BLADESTOP):5, 0, 0, (int)target, duration))
              {    //Target locked.
                clif_damage(src, target, tick, sstatus->amotion, 1, 0, 1, 0, 0); //Display MISS.
                clif_bladestop(target,src,1);
                sc_start4(target, SC_BLADESTOP, 100, skilllv, 0, 0,(int)src, duration);
                return ATK_NONE;
            }
        }


This post has been edited by Shadachi: May 13 2009, 11:16 AM