Hi,I think a option should be added so that when you advance in magic level,sword,club,level etc you can set the bot to take screenshot and save it.
Hi,I think a option should be added so that when you advance in magic level,sword,club,level etc you can set the bot to take screenshot and save it.
refresh
its a nice idea but u would still have to manually paste each one to paint so why not just log on right before u level etc
bought 800k from pidek
bought 3kk from pidek
I have requested this personally to @DarkstaR, we'll see when he adds it
I use a script now that alarms if I have under 1k exp to level and it works pretty good
[code=lua]
function Self.ExpToLevel(level)
local x = level or Self.Level() + 1
return ((50 / 3) * (x^3 - 6 * x^2 + 17 * x - 12)) - Self.Experience()
end
local threshold = 1000 -- exp left to alarm on
while(true)do
if(Self.ExpToLevel() < threshold)then
alert()
end
wait(1000)
end
[/code]
I was wondering about this too, maybe even "Take screen shot on death" aswell.
No you wont,the idea is to take pic and save it BY BOT.
@Infernal Bolt
I hope he does
@gomi
that could be added too :P
it will be nice to see that option in Xeno.
This would have came in handy, I got a level while I was AFK playing guitar, So I had to go into server messages, cut the level message out from there, then paste it on my main screen, of the screenshot. haha
I have added a poll.
I think this option would gain more screenshots projects and would be good for XenoBot's proliferation!