|
Post by Izlude on Feb 5, 2005 17:46:26 GMT -5
well tiny, doing it ur way got pol to start in windowerer mode, but for some reason it wont the other way. since this worked i will try the other way and try again ><
|
|
|
Post by Izlude on Feb 5, 2005 17:47:55 GMT -5
ok thanks tiny moving the file out of the my c:/docs and setting/owner, to c:/windower made it work thanks alot buddy
|
|
|
Post by Izlude on Feb 6, 2005 11:23:27 GMT -5
ok tiny, since i dont know a whole lot about ffact and autoterror, what are some functions i could add to this bot? i have been looking and there isn't a section on the ffact website with the functions on it. i just simply dont know what ffact is capable of. if there is anywhere to get this info, such as what camand ffact is capable of, and what code i would put in to make that command run, please help me.
|
|
|
Post by TinyTerror on Feb 6, 2005 12:48:12 GMT -5
Look at the example script that I provided with Autoterror. All of the FFXI related commands are there. Right now AutoTerror supports information retrieval for player and targets. You also wont find any info on the FFACT site about autoterror. This is sorta my own thing
|
|
|
Post by Izlude on Feb 6, 2005 13:43:03 GMT -5
ok so auto terror can do basically any func, but how would i figure out the code for it?
|
|
|
Post by TinyTerror on Feb 6, 2005 15:03:38 GMT -5
Look at the example! Call FFACTInit(); at the start of your script. If you want to refresh the Player data, call FFACTPlayerUpdate();. If you want to refresh target data, call FFACTTarget Update();. Once you update player or target info, call the Get functions for the info you want. Its not hard at all.
|
|
|
Post by Izlude on Feb 6, 2005 19:07:08 GMT -5
ok, thanks tiny. if i do not have alot of homework i am going to make a ffact/autoterror voke bot, i am not sure if i want to post it just because i dont want some other guy, using it and creating competition for me, using my material that i worked on. if i sent ya like a email or something would that work?
|
|
|
Post by TinyTerror on Feb 6, 2005 19:30:15 GMT -5
No. The email address I have posted on this site is dead. If there is something you need, you can PM me.
|
|
|
Post by Izlude on Feb 6, 2005 22:55:49 GMT -5
hmmmmm, how do i pm you?? lol i bet it is uber easy, but i am stupid
|
|
|
Post by TinyTerror on Feb 6, 2005 23:23:00 GMT -5
Click on my name so see my profile. At the bottom there is a send private message button. To check PM's, look at the top of the screen. There is a "you have x new messages" link.
|
|
|
Post by Izlude on Feb 7, 2005 14:48:02 GMT -5
ok thanks tiny, i will do when i have something i think is half decent
|
|
|
Post by Izlude on Feb 7, 2005 16:00:33 GMT -5
ok tiny i think i fugred out something i want to do here, but how could i do it? i want to know how to make my script use locations, so when my guy sees the nm he will run to it and attack it return to its spot. i know that ffact has a x, y and z for location. z seems to be what direction u are headed. how could i use these to write a location based script, i have downloaded starhawks navigation program, but i have no clue how the hell it works, and there is no forums on it.
also i would like to know, what a functions in the script u provided are : While (ScrollCheck()=1)- is this the pause function?
also what is a good idea for a rotating view? i was thinking about making the guy do a endless count of spins while he hits tab, but then i thought it would be easier to maybe just make the view turn, the only problem with this is, how could i make the view turn? i cannot do a Send ("") command because to do that, u need a actual button and when pressing the arrow keys, therre is no button. how could i go about doint this?
|
|
|
Post by TinyTerror on Feb 7, 2005 18:27:45 GMT -5
Check your Private Messages.
|
|
|
Post by Izlude on Feb 9, 2005 16:02:44 GMT -5
hello tiny. i am wondering if ur autoterror can support decimal numbers for the effective voke range?
|
|
|
Post by TinyTerror on Feb 9, 2005 16:16:11 GMT -5
Distances and headings as well as positions are all decimal numbers.
|
|