r8595 - bug in character_move

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

r8595 - bug in character_move

#1 Post by Kaspy »

After updating my OpenKore, I realized that the character could not walk on the local server.
Looking for the reason, I found the cause in r8595 and fix as follows:
Index: Send/kRO/RagexeRE_2012_03_07f.pm
===================================================================
--- Send/kRO/RagexeRE_2012_03_07f.pm (revision 8606)
+++ Send/kRO/RagexeRE_2012_03_07f.pm (working copy)
@@ -34,7 +34,6 @@

# TODO 0x0369,26,friendslistadd,2
'0369' => undef,
'0436' => undef,
- '0437' => ['character_move', 'a3', [qw(coords)]],
'0438' => ['skill_use_location', 'v4', [qw(lv skillID x y)]],
'07E4' => undef,
# TODO 0x0815,-1,reqopenbuyingstore,2:4:8:9:89
@@ -67,7 +66,6 @@
actor_info_request 096A
actor_look_at 0890
char_create 0970
- character_move 0437
item_drop 02C4
item_take 0865
map_login 086A
After this, the character returned to walking normally.


Should I change these lines to some other ServerType or just reove them?
Image

Kaspy
Halfway to Eternity
Halfway to Eternity
Posts: 398
Joined: 08 Jun 2012, 15:42
Noob?: No
Location: Brazil

Re: r8595 - bug in character_move

#2 Post by Kaspy »

Image

Post Reply