Jump to content
  • 0

About Aura setting :I


Question

17 answers to this question

Recommended Posts

Posted

Is it possible to make an item which enables @aura command temporarily till it expires? thnx in advance :3

 

well huh a consumable? or when equiped? i guess it's possible by using

addcommand aura

o:

 

if it's for time, how much time? i'm not sure but someauras resets when warping or changing maps, or when using @refresh D:

Posted (edited)

Is it possible to make an item which enables @aura command temporarily till it expires? thnx in advance :3

well huh a consumable? or when equiped? i guess it's possible by using

addcommand aura
o:

if it's for time, how much time? i'm not sure but someauras resets when warping or changing maps, or when using @refresh D:

Hey kido thx for the rep, its for 30days xD and not a consumable. Its like hmm... If u have the item in ur inventry, that command is enabled Edited by Santafe
Posted

i didn't understand the 30 day limit script thing, do you want the script to has a limit of 30 days? if that so, you better put the effect on a rental item (?)

Posted

I made one for a server I once worked as a developer on. First, you make the item into a rental item and then put atcommand aura [number] then put atcommand aura 0(or aura off if your server's settings is like that. But this will only work when it's equipped.

Posted

I made one for a server I once worked as a developer on. First, you make the item into a rental item and then put atcommand aura [number] then put atcommand aura 0(or aura off if your server's settings is like that. But this will only work when it's equipped.

 

hm right, that can be, but he also said that he wants it for a rental item

 

however, i think what you said can be done by this npc:

function script GettingAura {
OnPcLogInEvent:
if (countitem(ItemID)) {
atcommand aura,1;
}

i'm not sure about this last script x_x

Posted

No the actual thing is, u get the item. When u do get it, it automatically enables at command @aura and u can choose frm various auras and once u decided on one, it stays permanently after the item dissappears after 30days get wat i mean guyz? XD

Posted

No the actual thing is, u get the item. When u do get it, it automatically enables at command @aura and u can choose frm various auras and once u decided on one, it stays permanently after the item dissappears after 30days get wat i mean guyz? XD

 

o:!!!!!! 

 

*silently walks off*

 

sorry i really don't know how to do that DDDD:! 

 

let me come in a while with a different idea for now im going to sleep, my brain hardly process info. atm @_@

 

huhh i got a basic idea

 

when consuming the item, a menu pops out, so the player can selct the aura

after selected, the aura will remain por 30 days

 

here is some script idea @_@

{ switch(select("Aura 1:Aura 2:Aura 3")) { case 1: /* script that sets time for the command */, atcommand aura,1; } close; } case 2: /*script that sets time for the command*/, atcommand aura,2; case 3: /*Ditto case 1 and 2*/ } end; } },{},{}

x_X

Posted

Nuu a menu doesn't pop out LOL the item description is like : this enables the @aura command . U may choose from the aura range of 1 to 30. Ignore the description it's just a explanation to the player. When he clicks on the item : the command is enabled and he can start choosing by typing the command with the numbers :)

Posted

x_x sorry then totally i can't do it D:! enableing commands requires a lot of script that i don't know until now how to do them DD:!

 

sorry D:

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