Well they got it ! But i'll be adding another pally and a druid to the project!
Printable View
Well they got it ! But i'll be adding another pally and a druid to the project!
Reserved for Best experience a hour / possibly loot
Seeing as I'm not collecting loot just yet, I'm going to post my best experience a hour here
http://i.imgur.com/7xg1B2d.png?2
Just renewed my premium :D
Best shield 2016 <3
Goodluck buddy! Excited to see this! I'll make my new character tomorrow :D
good luck man it will be fun to follow :)
My eyes hurt when trying to read the text on the screenshot, lol
Sorry good sir, I'll tone it down with the effects :p
Well my screenshot messed up and im now level 30 my buddy created me a costume screenshot so hopefully I'll have up to date screen shots for ya!
http://i.imgur.com/JUHMMet.jpg?2
Nice project
@Adrax 13, the spot name is Mistrock if you're curious ^^
Update!
Still waiting on screen shot script if anyone has a working one that would be great so I can get the ball rolling I'll be updating my states and armor soon!
Mind if I ask how you two know each other?
And here's a screenshot script
Code:-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ V / (_| | | | | | //
-- // \_| |_/ \_/ \__,_|_| |_|_| //
-- // //
-- //////////////////////////////////
---------------------------------------------------------------
------------------------ SETTINGS ---------------------------
---------------------------------------------------------------
LevelUp = true -- Will take a screenshot when leveling up
Death = true -- Will take a screenshot upon death
Stamina = false -- Will take a screenshot if below 14:00 stamina
---------------------------------------------------------------
------------- DO NOT CHANGE ANYTHING BELOW ------------------
---------------------------------------------------------------
Level = Self.Level()
Name = Self.Name()
while true do
if Name ~= Self.Name() then
Level = Self.Level()
Name = Self.Name()
end
if (LevelUp) then
if Self.Level() > Level then
wait(200)
screenshot(Self.Name() .. "_level_" .. Self.Level())
wait(1000)
Level = Self.Level()
end
end
if (Death) then
if Self.Health() == 0 then
screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
if (Death) then
if Self.Health() == 0 then
screenshot(Self.Name() .. "_magic_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
if (Stamina) then
if Self.Stamina() < 840 then
screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
wait(1000)
Stamina = false
end
end
wait(5000)
end
I don't mind at all! He lives right around the corner from my house lol we went to high school together
I gave him that script first and it didn't work, so I just tried to load a script (via team viewer) for screenshot(Self.Name()) and it wouldn't even run that. Idk if its just not storing in the screenshot folder (happened to me a few times and found them in settings/scripts) but it doesn't seem like it saved anywhere at all lol
Try this one. I think this is the one I meant to post the first time.
Code:-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ V / (_| | | | | | //
-- // \_| |_/ \_/ \__,_|_| |_|_| //
-- // //
-- //////////////////////////////////
---------------------------------------------------------------
------------------------ SETTINGS ---------------------------
---------------------------------------------------------------
LevelUp = true -- Will take a screenshot when leveling up
Death = true -- Will take a screenshot upon death
Stamina = true -- Will take a screenshot if below 14:00 stamina
Skull = true -- Will take a screenshot when you get a skull
---------------------------------------------------------------
------------- DO NOT CHANGE ANYTHING BELOW ------------------
---------------------------------------------------------------
Level = Self.Level()
Name = Self.Name()
function takeScreenshot()
if Name ~= Self.Name() then
Level = Self.Level()
Name = Self.Name()
end
if (LevelUp == true) then
if Self.Level() > Level then
wait(200)
screenshot(Self.Name() .. "_level_" .. Self.Level())
wait(1000)
Level = Self.Level()
end
end
if (Death == true) then
if Self.Health() == 0 then
screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
if (Stamina == true) then
if Self.Stamina() < 840 then
screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
wait(1000)
Stamina = false
end
end
if (Skull == true) then
if (Self.Skull() ~= 0) and (activeSkull == false) then
screenshot(Self.Name() .. "_Skull_" .. os.date("%H.%M"))
wait(1000)
activeSkull = true
elseif (Self.Skull() == 0) and (activeSkull == true) then
activeSkull = false
end
end
end
while true do
takeScreenshot()
end
Okay i'll give this one a shot, just tested out the first one and no good :/
Edit: @Luls nope still didn't take the screenshot
try this one :confused:
Code:--[[
This is a XenoBot example script, intended to
teach new users about the scripting API and
act as script that is usable in actual play.
levelupScreenshot.lua - takes a screenshot upon level up
** DO NOT EDIT THIS FILE. INSTEAD, COPY IT TO
"Documents\XenoBot\Scripts" AND EDIT THE COPY. **
]]--
--this continuously loops, executing the code inside over and over again
while (true) do
local name = Self.Name() --stores our name at the start
local level = Self.Level() --stores our level at the start
--this loops until our name changes (meaning we switched characters)
while (name == Self.Name()) do
--this checks if our level has increased, and screenshots if so
if (Self.Level() > level) then
level = Self.Level() --updates the stored level
screenshot(name .. " level " .. level) --filename is "{name} level {level}
end
--this causes the loop to wait between 1 and 2 seconds before retrying
wait(1500, 2500)
end
end
My baby got deleted because my ip is flagged by tibia so found away round it and also got my screenshot working again thanks to @Joshwa534. I'll be adding another pally and also I'll be adding a druid to the project which I think you guys will get a kick out of it :P
@Adrax 13
what do u mean with flagged?
i got 5 accounts and 1 account was banned. u mean that since the catch me 1 account the rest will be deleted ASAP too?
Will be buying a vpn tomorrow and start up a pally and druid project for yah :D
In the mean time check out my OT server thread we are looking for help :)
Nexus Casino