buff command

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Miguel
Posts: 4
Joined: Thu Jan 17, 2013 10:10 am

buff command

#1 Post by Miguel »

Hi

Unfortunately I have not found here in the forum so I ask here if anyone can help me.

I'd love to know the script command how can I have the magic perfume click automatically after 6 hours again
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: buff command

#2 Post by lisa »

in your profile onleavecombat just add this

Code: Select all

	if not player:hasBuff(503479) then -- pet perfume
		inventory:useItem(207582)
	end
It will check if you have the buff or not everytime you leave combat, if you don't have the buff it will use the potion.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Miguel
Posts: 4
Joined: Thu Jan 17, 2013 10:10 am

Re: buff command

#3 Post by Miguel »

ok thanks for the help
Post Reply