Jump to content
  • 0

Homunculus Food&Movement Problem


loki1991

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

Heyho,

I need help for the following problem. Player can't feed any Homunculus. If you make right click on it and click on feed, nothing happend. Not even a message is cooming for wrong or right item.

In addition, a Homunculus can't move. You can see a red cube when you click somewhere on a map, but the Homunculus isn't moving to this position. Also then he don't move anywhere. He remain on his current position, even if youre 100 tiles away.

When a monster is near of the Homunculus, he want to start to attack it. But then I got the following error:

./AI/AI.lua:303: bad arguments #2 to 'Move' (number expected, got nil)

Do you have any idea how to fix this bug?

My client uses 2010-07-30 RagexeRE, Reneval and the server is on revison 15075 (but due to the lua error it seems it's a client fault).

I don't have any clue how to fix this :)

Thank you in advance for your help! Your are the best.

Cya~

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Your first problem goes back to my question --> http://rathena.org/board/topic/59348-homun-issue/page__fromsearch__1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   13
  • Joined:  01/07/12
  • Last Seen:  

What exactly have you changed? Your exe? Your AI File? Your Lua File? All? xD

I just figured out that this is not a Client bug. I use the same client. On Localhost it works, on my live server it doesn't work. Could there be a compile error or stuff like that?

Server shows error when clicking "Feed Homunculus":

[Error]: merc_menu : unknown menu choice : 45

[EDIT]

Fixed it. This is just for information for anyone who has this problem in the future.

Check db/packet_db.txt

Search for:

//2005-04-25aSakexe
0x022d,5,hommenu,4
0x0232,9,hommoveto,6
0x0233,11,homattack,0
0x0234,6,hommovetomaster,0

And Replace with:

//2005-04-25aSakexe
0x022d,5,hommenu,2:4
0x0232,9,hommoveto,2:6
0x0233,11,homattack,2:6:10
0x0234,6,hommovetomaster,2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...