Jasc Posted April 25, 2012 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
jharick Posted July 13, 2012 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
clydelion Posted July 13, 2012 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
Chok Designer Posted September 11, 2012 Posted September 11, 2012 how to use that aura in latest rathena version plz help Quote
Damaso Posted January 21, 2013 Posted January 21, 2013 Is there a latest version of this for rathena? It seems to stuck at atcommand.c and clif.c Quote
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!
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.