Jump to content
  • 0

[SOLVED]Custom aura when Item is worn


pajodex

Question


  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

Hi,

How do I add a custom aura to an item when worn? I manage to do it with this code:

{},{misceffect 757;}, {}

But it disappears when I use "@ go/ warp" command and its only visible to the wearer and the players around the wearer.

Thanks in advance

Edited by pajodex
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  78
  • Topics Per Day:  0.03
  • Content Count:  436
  • Reputation:   167
  • Joined:  12/12/17
  • Last Seen:  

2 hours ago, Kinx said:

{},{ set eff757,1; while(eff757==1){if (!checkoption(0x2) && !checkoption(0x4) && !checkoption(0x40)) specialeffect2 757; sleep2 500;}},{set eff757,0;}

 

 

Works, however, the loop wont stop in 1 occurrence. It loads again and again therefore causing high load and eventually server crash 

I used this updated patched of aura mod of Zyphrus by @razmux and works fine.

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  106
  • Reputation:   30
  • Joined:  04/03/17
  • Last Seen:  

{},{ set eff757,1; while(eff757==1){if (!checkoption(0x2) && !checkoption(0x4) && !checkoption(0x40)) specialeffect2 757; sleep2 500;}},{set eff757,0;}

 

 
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   7
  • Joined:  04/30/14
  • Last Seen:  

thanks for the friend support @pajodex

 

Edited by razmux
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  150
  • Reputation:   11
  • Joined:  12/03/18
  • Last Seen:  

can the diff be updated? Its not up to date and it would be nice if it was updated. ❤️

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