Page 1 of 1

Script Help

Posted: Wed Apr 04, 2007 12:44 am
by Fr0zenClassic
I was wondering if anyone could help me with this. Perhaps a tutorial or something easier.

I want to implement some of the scripts I found here on UOX3 into my shard, but I've not the first clue where to start.

Help?
~Fr0zenClassic

Posted: Wed Apr 04, 2007 1:34 am
by Xuri
The general gist of it is A) save the script to the JS/CUSTOM folder, B) add the script to jse_fileassociations.scp with a unique script-ID and C) attach the script to an item or character either through the DFN files or ingame using 'SETSCPTRIG #.

Specific setup-instructions for scripts that require that are usually included with the scripts - if not, post a question in the script's thread and we'll do our best to answer :)

Posted: Wed Apr 04, 2007 8:55 pm
by stranf
Yeah! Just post in the script-topic that you need some help and we will be able to help you out.

It is fairly simple, but you have to do it once to understand what goes into installing scripts.

1-You need to put the .js in the proper location.
2-You need to initialize it in JSEFileAssociantions.jse or whatever file name that is.
3-You need to make sure you have the proper .dfn entires int he right spot (if necessary)
4-You need to make sure the script is appened to the global.js (if nessecary).

So basically, it is not that hard, but you need to post in the forum topic of the script you need help on....there are little nuances to each script that is easier to explain how to install them then trying to give directions on every possible type of script.

Just remember, once you install one or two, it is easy enough you can do them all!