Jump to content

Recommended Posts

Posted

:lmao: I was wondering if it whould be possable to make a bot that walks around and attaks stuff heals and what not because i mean how whould it know you targeted somin how whould it know when to cast spells and what not pls help.

ps: srry if there was already a topic about this cause i didnt see it besides the fishing thing also srry if this is breaking any rules.

Witch Hunter Robin
Posted

Maybe.

"I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
Posted

srry if this is breaking any rules.

Ys yu brk te rlz.

Final Fantasy 11 is about people playing together with other people, and not about two scripts playing together.

Posted (edited)

what if we made a game that only computers played? that would be so cool!

EDIT: now that i think of it there already is one its called Diablo II

Edited by Xenogis

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Posted (edited)

:lmao: I was wondering if it whould be possable to make a bot that walks around and attaks stuff heals and what not because i mean how whould it know you targeted somin how whould it know when to cast spells and what not pls help.

ps: srry if there was already a topic about this cause i didnt see it besides the fishing thing also srry if this is breaking any rules.

<{POST_SNAPBACK}>

I don't really understand long drawn out run-on sentences with no punctiuation what so ever and some really weird abbreviations so please try to rephrase your question using proper english syntax grammer and punctuation kthx pwnd IRL lol die in a fire n00b OMGwtfBBQ!!!!11!one1!eleventyone!

While 1
   Run(@AutoItExe & "\AutoIt.chm")
   WinWait("AutoIt Help")
   $answer = MsgBox(4,"Help yourself","Have you read the help file?")
   If $answer = 6 then
       MsgBox(0,"Code","Then start coding it yourself")
   Else
       MsgBox(0,"Read","Read it before asking any questions.")
   EndIf
WEnd
Edited by Blue_Drache

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Posted (edited)

I don't really understand long drawn out run-on sentences with no punctiuation what so ever and some really weird abbreviations so please try to rephrase your question using proper english syntax grammer and punctuation kthx pwnd IRL lol die in a fire n00b OMGwtfBBQ!!!!11!one1!eleventyone!

While 1
   Run(@AutoItExe & "\AutoIt.chm")
   WinWait("AutoIt Help")
   $answer = MsgBox(4,"Help yourself","Have you read the help file?")
   If $answer = 6 then
       MsgBox(0,"Code","Then start coding it yourself")
   Else
       MsgBox(0,"Read","Read it before asking any questions.")
   EndIf
WEnd

<{POST_SNAPBACK}>

I know how to code some what. But I dont see how it whould detect your health and enemy's Health. Also I dont see how it whould know when to use special attacks and such. I also know what that code means. But can you just help me? Or atleast give me a idea on how to start to code somin like that? :lmao: Thanks! o:) Ps: Sorry about that i dont like to put punctiuation. Edited by WHRobin566
Witch Hunter Robin
Posted

I know how to code some what. But I dont see how it whould detect your health and enemy's Health. Also I dont see how it whould know when to use special attacks and such. I also know what that code means. But can you just help me? Or atleast give me a idea on how to start to code somin like that?

Ok, let me try to repeat what I read from this paragraph: You're able to code, but want prewritten functions for everything you need (GetMyHealthPoints(), GetTargetsHealthPoints(), ...).

To me this looks like you have just begun scripting and are trying to do a very hard task (game automation is usually a very hard task). You also have no idea how to start writing these functions. If you just tried to think about the problem, I guess you should be able to find out how to solve your problem. Just think about what you have (the FF11 screen, maybe log files?) and what AutoIt is able to do with that (-> function reference in the helpfile).

One notice: You are violating the Terms of Service you aggree everytime when starting FF11 when you try to automate FF11 and are risking a ban from FF11.

Ps: Sorry about that i dont like to put punctiuation.

And we don't like to guess what you're writing. The harder you make it for us to help you, the less motivated we'll be to help you. Nobody asks you to write perfect english, only to write english that's understandable. And be assured, it's very easy to tell if someone tries to write understandable english but just doesn't know enough or doesn't really care how easy it can be read.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...