Jump to content
  • 0

lasagna maps mobs


Quesooo

Question


  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

good day master i would like to ask also a help how to solve this problem

 

i already update my lasagna folders from github

 

but since some npc on lasagna maps when i click to it no message or the npc cant talk to me

 

also some mobs are missing like eggring etc. etc

 

please help me with this thank you

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

up up

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Did you update your emulator?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

i got it bro thank you my problem now is all npc is lasagna have errors

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Post a screenshot of your mapserv errors here.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

15 hours ago, Capuche said:

Post a screenshot of your mapserv errors here.

here bro

 

 

Untitled.png

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

npctalk script command was updated when we released lasagna script. https://github.com/rathena/rathena/commit/a5afb069796cc8117a00822617061332ecd2cf8c

Did you update your emulator? No you didn't.

How to solve the issue? Update your emulator.

Will I help you to update it? No I won't. There is lot of topic about it.

Edited by Capuche
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

On 7/8/2017 at 8:57 AM, Capuche said:

npctalk script command was updated when we released lasagna script. https://github.com/rathena/rathena/commit/a5afb069796cc8117a00822617061332ecd2cf8c

Did you update your emulator? No you didn't.

How to solve the issue? Update your emulator.

Will I help you to update it? No I won't. There is lot of topic about it.

oh thats what i dont know how to update emulator any guide please thank you

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

21 hours ago, Capuche said:

Will I help you to update it? No I won't. There is lot of topic about it.

Search in the forum.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  06/30/17
  • Last Seen:  

On 09/07/2017 at 10:28 AM, Capuche said:

Search in the forum.

Sorry for my ignorance, Capuche, but is there any way I can update the files in the src folder without making an error when compiling?

I use Visual C ++ 2010 Express to compile.

I did not find anything about this in the forum. I thank you.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

You can update your src files manually from the commit https://github.com/rathena/rathena/commit/a5afb069796cc8117a00822617061332ecd2cf8c

For example in

 		StringBuf_Init(&sbuf);
  		StringBuf_Printf(&sbuf, "%s", message);
 -		clif_disp_overhead(bl, StringBuf_Value(&sbuf));
 +		clif_disp_overhead_(bl, StringBuf_Value(&sbuf), target);
  		StringBuf_Destroy(&sbuf);
  	}

- remove the line

+ add the line

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.07
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

20 hours ago, Capuche said:

You can update your src files manually from the commit https://github.com/rathena/rathena/commit/a5afb069796cc8117a00822617061332ecd2cf8c

For example in


 		StringBuf_Init(&sbuf);
  		StringBuf_Printf(&sbuf, "%s", message);
 -		clif_disp_overhead(bl, StringBuf_Value(&sbuf));
 +		clif_disp_overhead_(bl, StringBuf_Value(&sbuf), target);
  		StringBuf_Destroy(&sbuf);
  	}

- remove the line

+ add the line

this help a lot thx

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...