pajodex Posted January 28, 2018 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
0 pajodex Posted January 28, 2018 Author 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
0 Kinx Posted January 28, 2018 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
0 Eyhra Posted January 30, 2018 Posted January 30, 2018 (edited) thanks for the friend support @pajodex Edited January 30, 2018 by razmux Quote
0 PsyOps Posted March 30, 2019 Posted March 30, 2019 can the diff be updated? Its not up to date and it would be nice if it was updated. Quote
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 pajodex4 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.