Issue Information
-
#006479
-
0 - None Assigned
-
New
Issue Confirmations
-
Yes (0)No (0)
Originally posted by Jhosef
when i use body reloc i cannot move to other cell
i am using 2011 03 15 client
when i use body reloc i cannot move to other cell
i am using 2011 03 15 client
Originally posted by Lelouch vi Britannia
Its aleady fixed at r16541 and i dont have problems using Snap/Body Relocation. But im using 2012-04-10 not 2011-03-15.
Its aleady fixed at r16541 and i dont have problems using Snap/Body Relocation. But im using 2012-04-10 not 2011-03-15.
Originally posted by emong
okay since the update is for 2011-10-05 and above. Here's what to do!
Find this at skill.c
Ctrl + F >> Relocation
#if PACKETVER >= 20111005
changed this to..
#if PACKETVER >= 20110315
and that will fix the problem
okay since the update is for 2011-10-05 and above. Here's what to do!
Find this at skill.c
Ctrl + F >> Relocation
#if PACKETVER >= 20111005
changed this to..
#if PACKETVER >= 20110315
and that will fix the problem
Edited by emong, 16 August 2012 - 01:58 PM.
Originally posted by Jhosef
i try that emong but nothing happen
i try that emong but nothing happen
Originally posted by Lelouch vi Britannia
The easiest thing to fixed this is to use 2012 clients like 2012-04-10
The easiest thing to fixed this is to use 2012 clients like 2012-04-10
Originally posted by Phantasm
From: http://trac.rathena....t/16541/rathena
packet_db.txt
Check your packet_db.txt, if you haven't I think you must add new packet above in packet_db.txt
From: http://trac.rathena....t/16541/rathena
packet_db.txt
0x08d2,10
Check your packet_db.txt, if you haven't I think you must add new packet above in packet_db.txt
Edited by Phantasm, 17 August 2012 - 03:38 AM.