Log in

View Full Version : Screenshots



Vendeliko
06-06-2012, 10:13 AM
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.

Vendeliko
06-08-2012, 12:15 AM
refresh

Evil reborn
06-08-2012, 01:01 AM
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

Infernal Bolt
06-08-2012, 02:30 AM
I have requested this personally to DarkstaR, we'll see when he adds it :D
I use a script now that alarms if I have under 1k exp to level and it works pretty good :)



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

Goml
06-08-2012, 02:50 AM
I was wondering about this too, maybe even "Take screen shot on death" aswell.

Vendeliko
06-08-2012, 12:31 PM
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
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

Unit
06-08-2012, 09:32 PM
it will be nice to see that option in Xeno.

Goml
06-08-2012, 09:34 PM
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

Vendeliko
06-10-2012, 09:46 AM
I have added a poll :).

Stusse
06-11-2012, 01:00 AM
I think this option would gain more screenshots projects and would be good for XenoBot's proliferation!

Spectrus
06-11-2012, 05:26 AM
A simple screenshot() function would suffice. Then people could create scripts for advances and such.

Stusse, proliferation, really? Close your thesaurus.

RafiXWPT
06-11-2012, 10:51 AM
what function should I use to hear sound? playsound("xxx.wav")? :o

Infernal Bolt
06-11-2012, 10:54 AM
RafiXWPT
alert()
It is only able to play one sound at the moment though.
The sound it plays is the Siren.wav located in C:\Program Files\XenoBot\Sounds

Stusse
06-11-2012, 11:01 AM
Spectrus Spreading or rapidly growing. At least its ŕ swedish word I do believe you can translate, otherwise i chose wrong word then, thx for tip on theasauros perhaps Will be usable upon next English writing =]

Buker
06-11-2012, 04:30 PM
yes yes yes add !

Vendeliko
06-11-2012, 04:34 PM
Nice to see many people liking it :)
Lets wait to see what Darkstars decision is gona be.

Agatka'
06-13-2012, 03:01 PM
I vote YES,this is a nice idea.

Kota
06-13-2012, 03:33 PM
Yes please.

Lynx
06-13-2012, 10:00 PM
Would be a good idea to have one, missed quite a few screenshots. It's especially hard to notice if got multiple accounts open.

braedan13
06-14-2012, 02:35 AM
Nice idea ... Would like to see it implemented :)

Vendeliko
06-18-2012, 02:12 AM
Bump.

Bushu
06-20-2012, 06:03 PM
screen when cm on screen? :D

Onehit
06-24-2012, 10:55 PM
This is a MUST HAVE

Vecord
06-25-2012, 07:05 AM
Signed

Vendelikoo
07-23-2012, 11:32 PM
bump O.o

Shadow Wolf
07-30-2012, 10:01 AM
Signed.

~ Shadow Wolf

Dizix
08-25-2012, 03:14 PM
This deserves a bump

yousif
08-25-2012, 04:40 PM
There isnt an option for this?

Avani
09-12-2012, 08:09 AM
Signed.

Versilkes
09-20-2012, 10:30 PM
Signed.

Crystaline
09-23-2012, 07:23 AM
Signed, PLEASE add this!

Neant
09-30-2012, 01:13 PM
It would be very much appreciated. Signed.

Burton
09-30-2012, 05:01 PM
has anything come from this yet?

Ogarek
10-01-2012, 10:19 PM
Nao
No
Nie
Nein
Níl

Mackdagwood
10-17-2012, 12:39 AM
please add this i would love to see what kills me when i'm afk.

ifs just low supplys, or somone luring on me.

Syntax
10-19-2012, 01:14 AM
A simple screenshot() function would suffice. Then people could create scripts for advances and such.

Stusse, proliferation, really? Close your thesaurus.

how did I miss this?!? LOL

Spectrus
10-19-2012, 07:24 AM
I work in the shadows, silently toiling away in an effort to help XenoBot's proliferation, propagation, dissemenation. :cool:

Stusse
10-19-2012, 08:38 AM
I work in the shadows, silently toiling away in an effort to help XenoBot's proliferation, propagation, dissemenation. :cool:
You caught me red handed :(

Perfection
10-20-2012, 04:28 PM
I have requested this personally to DarkstaR, we'll see when he adds it :D
I use a script now that alarms if I have under 1k exp to level and it works pretty good :)



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

You're the man!

khorne55
01-15-2013, 11:10 PM
I have requested this personally to DarkstaR, we'll see when he adds it :D
I use a script now that alarms if I have under 1k exp to level and it works pretty good :)



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


Now I know how exp per level is calculated. Thanks Bolt !

Avani
01-15-2013, 11:31 PM
Now I know how exp per level is calculated. Thanks Bolt !

You may find this interesting:

http://tibia.wikia.com/wiki/Formula

Xencrypted
01-16-2013, 05:20 AM
Add this

khorne55
01-16-2013, 04:55 PM
Avani Thanks a lot man, I am a mathsy person :p


Edit : Going to write some calculator in JS for some of that stuff. If someone will be interested in the code pm me.