pajodex Posted January 28, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: March 30 Share Posted January 28, 2018 (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 January 28, 2018 by pajodex Quote Link to comment Share on other sites More sharing options...
0 pajodex Posted January 28, 2018 Group: Members Topic Count: 79 Topics Per Day: 0.03 Content Count: 439 Reputation: 173 Joined: 12/12/17 Last Seen: March 30 Author Share Posted January 28, 2018 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. 1 Quote Link to comment Share on other sites More sharing options...
0 Kinx Posted January 28, 2018 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 106 Reputation: 30 Joined: 04/03/17 Last Seen: October 10, 2022 Share Posted January 28, 2018 {},{ set eff757,1; while(eff757==1){if (!checkoption(0x2) && !checkoption(0x4) && !checkoption(0x40)) specialeffect2 757; sleep2 500;}},{set eff757,0;} Quote Link to comment Share on other sites More sharing options...
0 Eyhra Posted January 30, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 7 Joined: 04/30/14 Last Seen: 48 minutes ago Share Posted January 30, 2018 (edited) thanks for the friend support @pajodex Edited January 30, 2018 by razmux Quote Link to comment Share on other sites More sharing options...
0 PsyOps Posted March 30, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 20 hours ago Share Posted March 30, 2019 can the diff be updated? Its not up to date and it would be nice if it was updated. Quote Link to comment Share on other sites More sharing options...
Question
pajodex
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 pajodexLink to comment
Share on other sites
4 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.