|
Post by X-Drop on Jan 28, 2006 1:47:46 GMT -5
Damn... I believe I deleted the Leviathan thread! Ouch! I swear I only intended to remove a pair of annoying posts from a dude who was all about botting. But, a deleted thread is a deleted thread and thats ancient news now. Ah well, probably best that Leviathan in its original form is no longer around anyhow. I'd rather see a fresh thread started with version 2.0 anyways.
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Jan 28, 2006 9:57:14 GMT -5
(/comfort)
|
|
|
Post by TinyTerror on Jan 28, 2006 22:40:46 GMT -5
Actually I deleted the leviathon thread. If the new version is not a fully automatic bot, you may go ahead and make a new thread. No offense, I'm just trying to prevent people from viewing lunar as a botting platform.
|
|
|
Post by X-Drop on Jan 31, 2006 16:25:11 GMT -5
lol... that thread hadda go anyways. And I didn't have the heart to do it. But lemme ask ya this, may I include an automated mode if I limit its use to say a mere 5 min? And after the 5 min period, the script would change modes back to manual. I think I could weave the timing mechanism into the script pretty heavily too... nothing that could just be commented out. Five minute time frames can hardly be seen as unattended botting? Also remember, there is a whole other half to the script that allows for manual mode too. Just a thought... lemme know.
|
|
|
Post by TinyTerror on Jan 31, 2006 16:58:08 GMT -5
Please do not do this, or if you do, try to keep it to yourself.
|
|
|
Post by X-Drop on Jan 31, 2006 17:30:58 GMT -5
Understood.... I won't make the automated mode.
|
|
Onitaru
Junior Member
They call me Pope.
Posts: 62
|
Post by Onitaru on Jan 31, 2006 17:33:16 GMT -5
didn't you say you made a light version? was that just a fishfigher type or was it the full version without the pics?
|
|
|
Post by X-Drop on Jan 31, 2006 18:42:14 GMT -5
yeah... don't know if it works anymore with all the busted memlocs.
--Created by X-Drop 12/10/2005
function press_key(key,t) Control.control_SetKey(key, true) Windower.script_Sleep(t) Control.control_SetKey(key, false) end
Key = "NUMPAD4"
while true do if FFXI.player_GetStatus() == 38 then Windower.script_Sleep(1000) while FFXI.player_GetStatus() == 38 do Fish = FFXI.target_GetHPPercent() press_key(Key, 100) if FFXI.target_GetHPPercent() > Fish then if Key == "NUMPAD4" then Key = "NUMPAD6" else Key = "NUMPAD4" end Windower.script_Sleep(500) elseif FFXI.target_GetHPPercent() == 0 or FFXI.player_GetStatus() ~= 38 then press_key("RETURN", 1) break end end end Windower.script_Sleep(100) end
-- end of script --
I suppose I could add this portion to a fish script and just not automate it? I dunno... I'm just really tired today. Is this ok to post?
|
|
sdphantom
Full Member
Savior and Destroyer
Posts: 230
|
Post by sdphantom on Feb 1, 2006 1:20:52 GMT -5
Ya, FFXI.player_GetStatus(), FFXI.player_GetName(), player position/heading, and I believe all of the target functions are busted as of now.
|
|
Onitaru
Junior Member
They call me Pope.
Posts: 62
|
Post by Onitaru on Feb 5, 2006 2:07:11 GMT -5
Oh this might be really helpful for me I've started doing nin quest and that means RUSTIES!!! galor and was woundering X-Drop if its not to much trouble for youd you post up a working autosort and auto dump like the leviathan script had?
it truth I'd love the bot I mostly used it for my skilling up and Moat carp which I turnd in to npc for Lu rod never did leave it afk because for me it was really buggie and well the idea of a [GM]Tesion(name made up) /tell would make me shit my pants if I came back bannd, but I understand Tiny doesn't want bots so I won't ask for it. (does this count as indirectly asking? I hope not.) still reading the Lunar documentation and other info kinda haveing trouble understanding it tho.
|
|