View Full Version : Knight Daggyn's Xenobot project
Daggyn
03-23-2012, 01:57 PM
I decided to create a new character from start by using Xenobot. Here i will update and show you my progress. Also ill add every waypoints which I am using.
@For all ppl who doesnt know. If you want Zoom my photo just click left buttom mouse on it : D
date of start: 23.03.2012
Status:
1178
Level: 19
Magic Level: 3
Skills: 39/33
Bank Balance: 20k
Day of Project: 2nd
Screenshoots:
Level:
[8] (http://forums.xenobot.net/attachment.php?attachmentid=1164&d=1332511544) [9] (http://forums.xenobot.net/attachment.php?attachmentid=1168&d=1332513845) [13] (http://forums.xenobot.net/attachment.php?attachmentid=1171&d=1332526713)
Waypoints:
*2 lvl - 8 lvl* 1165
*8 lvl - 9 lvl* 1166
*9 lvl - 16 lvl* 1169
*16 lvl - 19 lvl* 1172
Daggyn
03-23-2012, 01:58 PM
Lets Rock'n'Roll
level 8:
1164
level 9:
1168
level 13:
1171
RoxZin xD
03-23-2012, 02:56 PM
Resize the pics, and good luck!
Daggyn
03-23-2012, 03:00 PM
Resize the pics, and good luck!
I think its better to stay with this size, cause am not spamming huge pictures. If ya want to see what is inside just click it :p and its enough to see everything there.
anyway ty bro :p and keep follow me
fMardo
03-23-2012, 03:09 PM
bro use imagehack to upload screens !
GOOD LUCK !
kcholfo
03-23-2012, 07:06 PM
how do to see the exp and the gold win?
Daggyn
03-23-2012, 07:42 PM
I used this script:
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
-- DO NOT CHANGE
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
function round(val, decimal)
if (decimal) then
return math.floor( (val * 10^decimal) + 0.5) / (10^decimal)
else
return math.floor(val+0.5)
end
end
function progressreport(dt)
local startexp = Self.Experience()
local startgold = Self.ItemCount(3031)
local timepassed = 1
local allgold = 0
local currentgold = 0
while(true) do
--This will check if the bot has made a deposit by assuming if gold resets to 0
if Self.ItemCount(3031) == 0 then
allgold = allgold + currentgold
currentgold = 0
else
currentgold = Self.ItemCount(3031)
end
displayInformationMessage("Experience gained this hunt: " .. tostring(Self.Experience() - startexp)
.. "\n Gold gained this hunt: " .. tostring(allgold + currentgold - startgold)
.. "\n Gold rate: " .. tostring(round(((allgold + currentgold - startgold) / (timepassed/3600000)),2) .. " / HR"))
wait(dt)
timepassed = timepassed + dt
end
end
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
-- CHANGE BELOW HERE
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
-- Put how much time you want between the exp display.
-- The default time will keep it up constantly.
-- 30 seconds = 30000, 1 minute = 60000, 5 minutes = 300000
--*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
progressreport(3300)
But gold checker its a bit bugged ;p we need to wait for update of this script
kcholfo
03-23-2012, 08:11 PM
hahaha i dont understend the scripsts
im basic user
Daggyn
03-23-2012, 08:18 PM
past it in notepad, then switch .txt into .lua and execute script ;o
kcholfo
03-23-2012, 08:21 PM
haha now i know
ty man
Daggyn
03-23-2012, 11:25 PM
I created fast ab'dendriel's wasps waypoints and i am testing it tonight :) Will upload a ss tomorrow with loot and lvl progress.
@EDIT
After 9 hours on wasps ab. Waypoints in first post
1177
and get 40k exp :)
Daggyn
03-24-2012, 05:24 PM
21 Level:
1189
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.