Issue Information
-
#006436
-
0 - None Assigned
-
New
Issue Confirmations
-
Yes (0)No (3)
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
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
here is working nicely
Originally posted by exneval
it's working
it's working
Originally posted by emong
Working just fine..
Working just fine..
Originally posted by GM Takumirai
- hmm let me try it again..
- hmm let me try it again..
Originally posted by Jhosef
same problem i am using 2011 03 15 client
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
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
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
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);
I'm having trouble when i compiling this part of the script
clif_snap(src, src->x, src->y);