Quote:
Originally Posted by Dabloon
I hate to be a newb but is there any way someone could give instructions on how to add these scripts to my server?
|
In your server folder structure is a quests folder, with a sub folder for each zone.
Save the script in the zone folder where the NPC spawns. The name of the script needs to be the NPC's name with a .pl suffix.
e.g. The_Rathe.pl
Each of the scripts Trevius gave here would be saved in a different file. He has documented the NPC names in the header of each script. These become the file names (suffixed with .pl)
If you've installed the PEQ database, the scripts in the pofire quest folder are a good example of how to setup scripts with signals. Take some time to get your head around what they do and you should be able to start making some decent scripts of your own.