View Full Version : A Pallys Way
Adrax 13
01-08-2016, 03:42 AM
Well they got it ! But i'll be adding another pally and a druid to the project!
Adrax 13
01-08-2016, 03:44 AM
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
Adrax 13
01-08-2016, 03:53 AM
http://i.imgur.com/7xg1B2d.png?2
Just renewed my premium :D
Proteus
01-08-2016, 05:29 AM
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 :)
Adrax 13
01-08-2016, 03:45 PM
Well I'm getting ddso like a mofo so i'm going to do some off line trainer for right now
Best shield 2016 <3
Goodluck buddy! Excited to see this! I'll make my new character tomorrow :D
Dude you know it!
Thanks man! I'm pretty pumped to see how far you get in yours :P
good luck man it will be fun to follow :)
Thanks man! :D
Adrax 13
01-08-2016, 06:44 PM
http://i.imgur.com/6IQD8rT.jpg?1
kreteno
01-09-2016, 09:54 AM
My eyes hurt when trying to read the text on the screenshot, lol
Adrax 13
01-09-2016, 08:02 PM
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
buyer
01-09-2016, 08:52 PM
Nice project
Proteus
01-10-2016, 05:03 AM
Adrax 13, the spot name is Mistrock if you're curious ^^
Adrax 13
01-10-2016, 10:19 PM
Nice project
Thank you good sir :)
There is something wrong with my computer where its not saving the screen shots so right now im going to be off line training till my buddy can figure it out, hopefully :)
Right now im level 36
Adrax 13
01-12-2016, 03:37 PM
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!
Adrax 13, the spot name is Mistrock if you're curious ^^
Thank you good sir :)
There is something wrong with my computer where its not saving the screen shots so right now im going to be off line training till my buddy can figure it out, hopefully :)
Right now im level 36
Mind if I ask how you two know each other?
And here's a screenshot script
-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ 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
Proteus
01-12-2016, 07:33 PM
Mind if I ask how you two know each other?
And here's a screenshot script
-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ 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
Adrax 13
01-12-2016, 07:41 PM
Same not a problem , he is actually my best friend and like Proteus stated I've tried that script already and nothing :/ . If you have any ideas what could be wrong or of a new script that would be lovely :) Luls
If you have any ideas what could be wrong or of a new script that would be lovely :) Luls
Try this one. I think this is the one I meant to post the first time.
-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ 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
Adrax 13
01-12-2016, 08:08 PM
Try this one. I think this is the one I meant to post the first time.
-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ 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
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:
--[[
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
Adrax 13
01-12-2016, 11:35 PM
try this one :confused:
--[[
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
Still nothing :'(
Adrax 13
01-16-2016, 12:50 AM
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
nato12
01-16-2016, 06:50 PM
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?
Adrax 13
01-17-2016, 04:42 AM
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?
Not necessarily, the only reason my ip got flagged is because I've made many many accounts on my computer which ended up getting banned so now my ip is flagged just need to change my ip and i'll be fine :)
Adrax 13
01-30-2016, 07:09 PM
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 (http://forums.xenobot.net/showthread.php?40655-USA-10-77-Nexus-Casino-Needing-Tester)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.