xp&tp pots

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
berzer
Posts: 16
Joined: Mon Apr 25, 2011 6:24 pm

xp&tp pots

#1 Post by berzer »

hi,
is there script for using tp&xp pots when farming,
so that can be activated every hour?
cheater
Posts: 33
Joined: Fri Jun 17, 2011 9:17 am

Re: xp&tp pots

#2 Post by cheater »

make your own ;-)
take the pots and get the buff id with this:

Code: Select all

/script i=1 while UnitBuff("player",i) ~= nil do nn,__,__,ii = UnitBuff("player",i) SendSystemChat(nn..", "..ii) i = i+1 end
and than
get the itemid (u can find it in http://de.runesdatabase.com/)
and the lua code

Code: Select all

if (not player:hasBuff("BUFFID")) then
inventory:useItem(ITEMID);
end
post the lua code between waypoint tags, as usual. u can post it in your profile, too. for example between the "<onLeaveCombat>" tag so the bots checks after every combat if the buff is active, and otherwise, he will take the potion.
sdude13
Posts: 76
Joined: Thu Aug 19, 2010 9:36 am

Re: xp&tp pots

#3 Post by sdude13 »

use JDuarteDJ & Giram userfunction_useGoodie_universal.lua (find it in the forum here)
then in the profile:
useGoodie("nameofTPorXP");
Post Reply