Santafe Posted February 5, 2014 Posted February 5, 2014 Is it possible to make an item which enables @aura command temporarily till it expires? thnx in advance :3 Quote
Kido Posted February 5, 2014 Posted February 5, 2014 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: Quote
Santafe Posted February 5, 2014 Author Posted February 5, 2014 (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 aurao: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 February 5, 2014 by Santafe Quote
Kido Posted February 5, 2014 Posted February 5, 2014 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: Quote
Santafe Posted February 6, 2014 Author Posted February 6, 2014 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 Quote
Kido Posted February 7, 2014 Posted February 7, 2014 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 (?) Quote
Santafe Posted February 7, 2014 Author Posted February 7, 2014 Exactly i wana make it rental xD Quote
Kido Posted February 7, 2014 Posted February 7, 2014 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 Quote
Pink Guy Posted February 8, 2014 Posted February 8, 2014 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. Quote
Kido Posted February 8, 2014 Posted February 8, 2014 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 Quote
Kido Posted February 8, 2014 Posted February 8, 2014 yeah huh i wonder if it keeps it, because sometimes warping or refreshing erases the effect Quote
Santafe Posted February 8, 2014 Author Posted February 8, 2014 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 Quote
Kido Posted February 8, 2014 Posted February 8, 2014 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 Quote
Santafe Posted February 9, 2014 Author Posted February 9, 2014 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 Quote
Kido Posted February 9, 2014 Posted February 9, 2014 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: Quote
Question
Santafe
Is it possible to make an item which enables @aura command temporarily till it expires? thnx in advance :3
17 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.