Auto-Event Id
Auto-Event Id
I updated the Auto-Event Id tool for ver.30130319_5 and Seekers of Adoulin. The update also increases the buffer size and adds a new filter which should parse valid events for Npcs that were previously ignored by the tool (e.g. Shantotto in Windurst Walls and Kurou-Morou in Lower Jeuno). I tested a few areas and Npcs, but feedback by users is appreciated.
Shout out to EccAnata and metalfiiish.
Shout out to EccAnata and metalfiiish.
Re: Auto-Event Id
I updated the Auto-Event ID to the last changes made by SE.
- Attachments
-
- AutoEventID.zip
- (26.17 KiB) Downloaded 579 times
-
- AutoEventID.Source.Code.zip
- (29.73 KiB) Downloaded 551 times
Re: Auto-Event Id
Is there a guide on how to really use this. tutorial maybe ,
Re: Auto-Event Id
You only need to edit the fileinput.txt with the structure:
@1\21\52 #1\27\52 %Rulude_Gardens
Where:
@: Event filepath
#: NPC/Monster List filepath
%: Area name
And filepath structure is:
X\Y\Z = ROMX\Y\Z.DAT
To know the .dat for the zones, see the AREA_PATH.xlsx
@1\21\52 #1\27\52 %Rulude_Gardens
Where:
@: Event filepath
#: NPC/Monster List filepath
%: Area name
And filepath structure is:
X\Y\Z = ROMX\Y\Z.DAT
To know the .dat for the zones, see the AREA_PATH.xlsx
Re: Auto-Event Id
Ok so this will auto run while on retail in the ff11 directory?I am prolly making this more complicated. Thanks for feedback
Re: Auto-Event Id
No, you dont need to run in the ff11 directory, only configure fileinput.txt and run jar
Re: Auto-Event Id
Nice tool, thanks!santssoft wrote:You only need to edit the fileinput.txt with the structure:
@1\21\52 #1\27\52 %Rulude_Gardens
Where:
@: Event filepath
#: NPC/Monster List filepath
%: Area name
And filepath structure is:
X\Y\Z = ROMX\Y\Z.DAT
To know the .dat for the zones, see the AREA_PATH.xlsx
It's time to go back on lua.
Re: Auto-Event Id
ight I have added all zones. set the directory where my FF11 is installed. ran the file jar, where does it store the data I am guessing it stores it into the TXT file, however nothing is in the txt atm. which makes me wonder how this tool works when collecting event IDs.
Re: Auto-Event Id
Be sure that you have the final slash in the end, like mine:geanux wrote:ight I have added all zones. set the directory where my FF11 is installed. ran the file jar, where does it store the data I am guessing it stores it into the TXT file, however nothing is in the txt atm. which makes me wonder how this tool works when collecting event IDs.
root=F:\Programmi\PlayOnline\SquareEnix\FINAL FANTASY XI\
then you have to set the correct values (See the file: AREA_PATH.xlsx) depending on the area:
Code: Select all
@1\21\50 #1\27\50 %Windurst_Woods
Here are the event IDs (I found them trying with startEvent(...):
/Cheers,Selele 812 (cut)
Selele 813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831 (Dialog)
Re: Auto-Event Id
Holy crap it worked! now i see those familiar numbers and letters ! been looking for. who would of thunked it would be a simple back slash to cause so much crap from not working. XD