Jump to content

  •  

SamuraiKing

Member Since 29 Jun 2014
Offline Last Active Aug 06 2014 05:27 PM
-----

Issues I've Posted

    Body Relocation Bug

    Posted 29 Jun 2014

    One Problem i have,Wan i use skill Body Relocation(snap) i have this problem,got one shadow at the snap poin First and When use skill show skill name over head but new client 2013 - 2014 can't show



    I use 2013-08-07a ragexe and 2014-04-16a ragexe same got this problem

    I use this http://herc.ws/board...lient-download/ 2013-08-07 ragexe full client

    I do not know your all have this problem or not =.="

    I thing the problem in:

    case MO_BODYRELOCATION:
    if (unit->movepos(src, x, y, 1, 1)) {
    #if PACKETVER >= 20111005
    clif->snap(src, src->x, src->y);
    #else
    clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick);
    #endif
    if (sd)
    skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000);
    }

    can use back clif_skill_poseffect for this?
    plz help me T^T,who got idea to fix it , thanks to all !!