Jump to content
  • 0

About Aura setting :I


Santafe

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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

Link to comment
Share on other sites

17 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

oh lol, so it's been a month, didn't see it lol

 

well huh m i know there is something, i remember a script that counts the items you have

 

huh let's see @_@

 

found it o:!

 

http://rathena.org/board/topic/92159-another-simple-script-that-auto-equip-an-item/

 

nvm the whole topic but this

{ if (countitem(ItemID)) { atcommand aura; } },{},{}

let me know if it worked o:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

K thx kido im curently grounded for overusage of my comp >.> il let u knw asap! And for the 30 day limit i should add a script for it? Thx again :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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 (?)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Exactly i wana make it rental xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

oh k then on the npc put this

rentitem IDitem,Time; // IDitem must be the ID of the item with the effect you requested (aura thing lol) and Time is in seconds

http://rathena.org/wiki/Rentitem

 

no problem, i don't mind if ppl takes a long time to answer lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

thnx :) will try this ~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  131
  • Topics Per Day:  0.03
  • Content Count:  371
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

Oh that's great and simple.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

yeah huh i wonder if it keeps it, because sometimes warping or refreshing erases the effect

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

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 :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

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:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  325
  • Reputation:   34
  • Joined:  06/01/13
  • Last Seen:  

Lol haha its k man :)

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