PDA

View Full Version : Noob script questions


pdog
04-17-2002, 05:48 AM
Hi all,

I would like to know where I can obtain these cool AI or other script files I keep reading about. Also, once I have them, where do they go and how do they get executed? Any help would be grealy appreciated. Thanks.

ibleet
04-17-2002, 06:41 AM
Snoop through the message boards to find these .txt files. You can add them to your database using mysql.

pdog
04-17-2002, 07:18 AM
So I should find the files in the forums and then use mysql like this:

mysql> use eq (or whatever the db name is)
mysql> source script.txt (name of script file)

That would put the script into the database and the script will then run on the server? Is this right?

devn00b
04-17-2002, 07:40 AM
no, quest scripts are kept in a sub directory from yer EMU directory called quests ie

C:\emu\quests

in the format

<zoneshortname>.txt

and is loaded whenever the zone is loaded. hope this helps

meliudaj
04-17-2002, 09:08 AM
Cool thanks.. I have been wanting to know this too!