Quesooo Posted July 2, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted July 2, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted July 2, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted July 2, 2017 up up Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted July 7, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 7, 2017 Did you update your emulator? 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted July 8, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted July 8, 2017 i got it bro thank you my problem now is all npc is lasagna have errors Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted July 8, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 8, 2017 Post a screenshot of your mapserv errors here. Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted July 8, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted July 8, 2017 15 hours ago, Capuche said: Post a screenshot of your mapserv errors here. here bro Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted July 8, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 8, 2017 (edited) 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 July 8, 2017 by Capuche 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted July 9, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted July 9, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted July 9, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 9, 2017 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. Quote Link to comment Share on other sites More sharing options...
0 ViewtifulNinja Posted July 10, 2017 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 06/30/17 Last Seen: November 21, 2024 Share Posted July 10, 2017 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. Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted July 10, 2017 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 10, 2017 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 1 Quote Link to comment Share on other sites More sharing options...
0 Quesooo Posted July 11, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Author Share Posted July 11, 2017 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 Quote Link to comment Share on other sites More sharing options...
Question
Quesooo
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.