@Raphael can you help me creating a script that uses an item on a monster that not appears on the battle list and moves? its for repenters task. thanks
Printable View
@Raphael can you help me creating a script that uses an item on a monster that not appears on the battle list and moves? its for repenters task. thanks
This is how im going...Quote:
init start
local monsters = {"wild fury magic"}
init end
auto(100,200)
local wildmagic = (maround(10, table.unpack(monsters)))
if wildmagic >= 1 then
setsetting('Cavebot/Enabled', 'no')
reachcreature("wild fury magic")
useoncreature(19108, "wild fury magic")
foreach newmessage m do
if m.content:match('You catch a sparkle of wild fury magic and capture it inside the receptacle.') then return
end
end
end
I had recently started making a script for the trolls that are in the Royal Rescue (fenrock) quest. I'm having a problem with Troll Legionnaires as they go invisible very often and I can't come up with a half decent solution of how to deal with them without luring more monsters. What do you think would be good way of dealing with them - using area runes when they go invisible or pausing the walking for a few seconds so that they reapper again? If you could help me with some sort of a hotkey to deal with them I would be super grateful.
Thanks
I would say it depends on precentage invisibility time. If they are almost all the time invisible, i would go for aoe rune, but if they are disappearing just for few seconds, then you could wait.
minimanize inventory actions anyone please?
minimanize inventory actions anyone please?
i need an action that shoot wild growth and renew whenever end south east of me
I need of a taker screenshot for death.
I need to stop attack if target(player) hp is lower than X
THX :)
@Raphael something to hunt with beams? frigo hur/vis hur, exevo gran vis lux?
I wanna do that! Tried as an action and it keeps closing all bps and reopening when it gets to it, i want it as action or as persistent... whats wrong?Quote:
if windowscount(<3)
then
init start
local mainbp = getlootingdestination('mainbp')
local suppbp = getlootingdestination('suppbp')
local lootbp = getlootingdestination('lootbp')
local goldbp = getlootingdestination('goldbp')
init end
closewindows()
openBackpacks(true, mainbp, lootbp, goldbp)
waitping()
@Raphael It is possible add 2 more accounts to Character Relogger on Low Stamina? I wanted to edit it to bot 5 chars on 1 respawn , but it doesn't work.
That's because you should not use lastmsg. Use the newmessage iterator.
i need a persistent if my 3 bp (mainbp, goldbp, and rarebp), If backpacks are not open, close and reopen.
ty
Here: (Not mine)
function openBackpacks(wait, bpMain, ...)
wait = wait or true
MainBP = bpMain or $back.id
backpackNames = {...}
if not bpMain then
return
else
openitem(MainBP, "back")
waitcontainer(MainBP)
resizewindows(MainBP)
waitping()
end
for _, v in ipairs(backpackNames) do
openitem(v, MainBP, true)
if wait then
waitcontainer(v)
end
resizewindows(v)
waitping()
end
end
auto(1000)
local mainbp = getlootingdestination('mainbp')
local rarestackbp = getlootingdestination('rarestackbp')
local goldbp = getlootingdestination('goldbp')
local rarenonstackbp = getlootingdestination('rarenonstackbp')
local BackpackOpenner = getuseroption('BackpackOpenner')
if (windowcount() < 4 and BackpackOpenner) then
setsetting('Looting/OpenNextBP', 'no')
closewindows()
pausewalking(8000)
openBackpacks(true, mainbp, rarestackbp, goldbp, rarenonstackbp)
pausewalking(8000)
resizewindows()
setsetting('Looting/OpenNextBP', 'yes')
end
Hiho, I need a persist to make use "X" item in "Y" Item
combining item persist...
I want to make sugar oac!
use "bunche of wheat" in "bunche of sugar cane"..
thanks for help!
Anyone can send us the oramond roots juicy collector plz?
Hi, i need a persistent
If standtime > 60 secounds set target stance to Reach else set stance to no movement
Thanks
@ português
Eu preciso de uma persistent que mude a stance no target para Reach se o char ficar mais de 60 segundos parado.. preciso disso pois no meu quarto onde o notebook fica durante a noite tenho muita latência ai caçando no follow attack ele fica mais "rápido"
I need lower mistrock cyc for ek deposit refiller and stuff. im lvl 63ek 80/75 decent eq
Looking for script for mistrock cycs. im talking about the cycs under mistrock with ton of drones and smith not up top were u must use spells to get too but under where all the smith and drones r with depositer and refiller for a ek
I declare this thread officially reopened.
Please make sure to read our rules.
Dreamers Challenge Mission 2?
I would like to buy some really nice scripts for EK and ED , ek is 20lvl now and ed is 75, I can pay by paypal.
Looking good \o/
Thanks for reopening
I,m looking for a hotkey/persistent that
When no monster on screen, up mana potions until reach 90%
Example: When i finish killing monster, char stop moving and get mana full, like eks do on some banuta scripts
Thanks!
Check This 1 :
auto(100, 140)
if $mppc < 80 and ($attacked.id == 0 and maround(6) < 1) then
pausewalking(250, 300)
useoncreature('strong mana potion', $self)
waitping(5,10)
end