Jump to content
  • 0

Aura Set Command


Jasc

Question


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  270
  • Reputation:   20
  • Joined:  12/10/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  21
  • Topics Per Day:  0.00
  • Content Count:  77
  • Reputation:   3
  • Joined:  03/25/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

@@ -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;
}

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

nice

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  108
  • Reputation:   0
  • Joined:  08/01/12
  • Last Seen:  

how to use that aura in latest rathena version plz help

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   1
  • Joined:  04/10/12
  • Last Seen:  

Is there a latest version of this for rathena? It seems to stuck at atcommand.c and clif.c

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