Maid Pots in profile

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
spyfromsiochain
Posts: 84
Joined: Sun Aug 18, 2013 9:57 am

Maid Pots in profile

#1 Post by spyfromsiochain » Wed Sep 18, 2013 7:43 pm

I was wondering if it is possible to add, the potions (potion: lucky target for example) and foods of maids to the profile (default.xml for example)

ty
I look at those fans with no blades and it amazes me everytime, how can they push air without using blades lol - lisa (pro sentence :D)

wps
Posts: 74
Joined: Tue Feb 05, 2013 11:11 am

Re: Maid Pots in profile

#2 Post by wps » Wed Sep 18, 2013 8:58 pm

<onLeaveCombat><![CDATA[
-- Additional Lua code to execute after killing an enemy
]]>
if not player:hasBuff(503479) then -- pet perfume 30 days
inventory:useItem(204514) -- 30 day
end
if not player:hasBuff(506684) then -- Unbridled Enthusiasm
inventory:useItem(207200)
end
if not player:hasBuff(506686) then -- clear thought
inventory:useItem(207202)
end
if not player:hasBuff(506687) then -- housemaid luck
inventory:useItem(207203)
end
-- house magic food
if not player:hasBuff(506680) then -- magic 8%
inventory:useItem(207216);
end
</onLeaveCombat>

Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests