AutoIT - FlyFF Command Program

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    AutoIT - FlyFF Command Program

    This program will be simple.

    Hey Guys,

    I'm currently making a "Command" Program.

    Since I still have to get all the Variables, and functions in, I might as well make this thread.

    This program is completely coded in AutoIT v3 Scripting.

    The purpose of the program is to show commands of a FlyFF Game Master.

    Select a button, A Message Box will appear with the command, and an example if the user requests it.

    Progress
    Buttons - Done
    Function Names - Incomplete
    Functions - Incomplete


    Im working on it. I will release it.

    This is a simple program, but I'm hoping it'll help people in need.


    Here's a sample picture:
    Attached Thumbnails Attached Thumbnails commands.jpg  
    Last edited by BGxApixen; 20-03-10 at 12:04 AM.


  2. #2
    Mr.Luxury :D, DeadlyD Wuz Here. Luxury is offline
    MemberRank
    Jan 2009 Join Date
    LuxuryFlyffLocation
    355Posts

    Re: AutoIT - FlyFF Command Program

    Could you explain a bit more of this new project ?

  3. #3
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    Re: AutoIT - FlyFF Command Program

    It's not really a project, since it'll only take a few days.

    I inputed many variables for every individual command.
    Code:
    $penya = GuiCtrlCreateButton("Name",xxx,xxx,xxx)
    Once that was completed, Function names will be involved
    Code:
     If $msg=$penya Then penya()
    Then comes the function itself
    Code:
    $var = MsgBox(4,"Title","The Command is.../blah blah blah    Would you like an example?") 
    If $var = 6 Then
    MsgBox(0,"Title","Example:xxxxxxxxxxxx")
    hope that explained a bit.

  4. #4
    Account Upgraded | Title Enabled! ryuchao009 is offline
    MemberRank
    Feb 2009 Join Date
    United StatesLocation
    601Posts

    Re: AutoIT - FlyFF Command Program

    I know nothing about AutoIT, so have fun with this lol. It looks like it could be pretty useful once it's done though. Good luck!

  5. #5
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    Re: AutoIT - FlyFF Command Program

    Sample picture added.

  6. #6
    Apprentice ⓟⓐⓘⓝ is offline
    MemberRank
    Mar 2010 Join Date
    7Posts

    Re: AutoIT - FlyFF Command Program

    well, don't we have like many of these already, i mean many "GM Tools".
    Anyways good luck :P

  7. #7
    Account Upgraded | Title Enabled! Johnatan28 is offline
    MemberRank
    Nov 2008 Join Date
    VenezuelaLocation
    299Posts

    Re: AutoIT - FlyFF Command Program

    pain you're right there is a many programs like this xd

  8. #8
    Account Upgraded | Title Enabled! darkesthour123 is offline
    MemberRank
    Oct 2009 Join Date
    Sheffield (UK)Location
    270Posts

    Re: AutoIT - FlyFF Command Program

    Shame was in AutoIT but does the job thats alls you need.

  9. #9
    Gamma 404 is offline
    MemberRank
    Jul 2007 Join Date
    3,143Posts

    Re: AutoIT - FlyFF Command Program

    I dont know AutoIT, Otherwise, I would of helped with functions/design ;)

  10. #10
    3D Dev heathj is offline
    MemberRank
    Sep 2008 Join Date
    UKLocation
    497Posts

    Re: AutoIT - FlyFF Command Program

    i dont mean to be critical but its kinda like a program for something which could be put in a text document, if its being coded to learn autoit then all well and good but if its for a simple project you would do better writing and releasing "another" text document with gm commands in

  11. #11
    Enthusiast Karmic is offline
    MemberRank
    Apr 2010 Join Date
    SKB DriveLocation
    25Posts

    Re: AutoIT - FlyFF Command Program

    Ahm I kinda think your program is crtitcal and complicated.
    So whow does it work so I can help you analyze certain problems.

  12. #12
    Cory James Cuvvvie is offline
    MemberRank
    Nov 2009 Join Date
    707Posts

    Re: AutoIT - FlyFF Command Program

    Quote Originally Posted by Karmic View Post
    Ahm I kinda think your program is crtitcal and complicated.
    So whow does it work so I can help you analyze certain problems.
    I'm pretty sure this project has been canceled is not going to be completed, unless we hear an update from the OP.

  13. #13
    Infraction Banned BGxApixen is offline
    MemberRank
    May 2009 Join Date
    939Posts

    Re: AutoIT - FlyFF Command Program

    Did ya'll really just bump my thread?

  14. #14
    Account Upgraded | Title Enabled! ecKo9321 is offline
    MemberRank
    Nov 2009 Join Date
    forum.ragezoneLocation
    491Posts

    Re: AutoIT - FlyFF Command Program

    Are you going to finish this?

  15. #15
    Account Upgraded | Title Enabled! AccountDeleted is offline
    MemberRank
    Jul 2008 Join Date
    296Posts

    Re: AutoIT - FlyFF Command Program

    Please don't tell me this is based on sendkeys/sendmessage API instead of hooking CDPClient::SendMsg()?



Page 1 of 2 12 LastLast

Advertisement