Jasc Posted April 25, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share Posted April 25, 2012 Hello I applied Dragon2075 his Diff File, you can find it here http://www.eathena.ws/board/index.php?showtopic=144643&st=255 Basically it allows user to use @auraset and choose an effect as an aura like addition. It works perfectly fine, however when you are in the same window as a monster, it will immediately cause a map crash error about 30 seconds after. If anyone can help me fix this problem that would be great thanks! Quote Link to comment Share on other sites More sharing options...
jharick Posted July 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Share Posted July 13, 2012 ill already try this in 3ceam it works in Local RO. But when i put this source in my Server my map server crash. Same as you. Quote Link to comment Share on other sites More sharing options...
clydelion Posted July 13, 2012 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted July 13, 2012 @@ -4047,6 +4058,8 @@ if (sd && sd->fd) { //Tell sd that tbl walked into his view clif_getareachar_unit(sd,tbl); + if(tsd) + { + clif_sendaurastoone(sd,tsd); //Aura System + clif_sendaurastoone(tsd,sd); //Aura System + } } return 0; } 2 Quote Link to comment Share on other sites More sharing options...
Cydh Posted August 25, 2012 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted August 25, 2012 nice Quote Link to comment Share on other sites More sharing options...
Chok Designer Posted September 11, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 108 Reputation: 0 Joined: 08/01/12 Last Seen: February 27, 2015 Share Posted September 11, 2012 how to use that aura in latest rathena version plz help Quote Link to comment Share on other sites More sharing options...
Damaso Posted January 21, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 20 Reputation: 1 Joined: 04/10/12 Last Seen: June 27, 2019 Share Posted January 21, 2013 Is there a latest version of this for rathena? It seems to stuck at atcommand.c and clif.c Quote Link to comment Share on other sites More sharing options...
Question
Jasc
Hello I applied Dragon2075 his Diff File, you can find it here
http://www.eathena.ws/board/index.php?showtopic=144643&st=255
Basically it allows user to use @auraset and choose an effect as an aura like addition.
It works perfectly fine, however when you are in the same window as a monster, it will immediately cause a map crash error about 30 seconds after.
If anyone can help me fix this problem that would be great thanks!
Link to comment
Share on other sites
5 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.