Jump to content
  • 0

[SOLVED]Custom aura when Item is worn


Question

Posted (edited)

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

4 answers to this question

Recommended Posts

  • 0
Posted
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
  • 0
Posted
{},{ set eff757,1; while(eff757==1){if (!checkoption(0x2) && !checkoption(0x4) && !checkoption(0x40)) specialeffect2 757; sleep2 500;}},{set eff757,0;}

 

 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...