Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #006436

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (3)
Photo

[Body Relocation]

Posted by Hercules Bot on 09 August 2012 - 04:26 AM

Originally posted by GM Takumirai
I read in the post of emong
http://rathena.org/b...ents-upto-2012/

and the fixed was made in revision 16541
http://trac.rathena....t/16541/rathena

- but still i use 2012 client and the body relocation still bug and no animation and can't move in other area..
- i use the latest revision r16611.


here is my code inside skill.c

<br />    case MO_BODYRELOCATION:<br />        if (unit_movepos(src, x, y, 1, 1)) {<br />#if PACKETVER >= 20111005<br />            clif_snap(src, src->x, src->y);<br />#else<br />            clif_skill_poseffect(src,skillid,skilllv,src->x,src->y,tick);<br />#endif<br />            if (sd)<br />                skill_blockpc_start (sd, MO_EXTREMITYFIST, 2000);<br />        }<br />        break;<br />

Originally posted by EvilPuncker
here is working nicely

Originally posted by exneval
it's working

Originally posted by emong
Working just fine..

Originally posted by GM Takumirai
- hmm let me try it again..

Originally posted by Jhosef
same problem i am using 2011 03 15 client

Originally posted by GM Takumirai
Confirmed i used client same as jhosef and not working on it

Originally posted by emong
http://rathena.org/b...relocation-bug/ -- read this :) its because of the declaration of PACKETVER ..

just change it to #if PACKETVER >= 20110315

Originally posted by GM Takumirai
i see need to manual edit this if you are using client 2011 - 03 - 15 or lower
#if PACKETVER >= 20110315

Originally posted by dize11
I'm having trouble when i compiling this part of the script


clif_snap(src, src->x, src->y);

moved issue from Skills