Script Help

Need help with your JScripts? Got questions concerning the DFNs? Come forward, step inside :)
Post Reply
Fr0zenClassic
UOX3 Newbie
Posts: 2
Joined: Wed Apr 04, 2007 12:39 am
Has thanked: 0
Been thanked: 0

Script Help

Post 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
User avatar
Xuri
Site Admin
Posts: 3704
Joined: Mon Jun 02, 2003 9:11 am
Location: Norway
Has thanked: 48 times
Been thanked: 8 times
Contact:

Post 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 :)
-= Ho Eyo He Hum =-
stranf
UOX3 Guru
Posts: 939
Joined: Wed Jan 04, 2006 3:59 pm
Has thanked: 0
Been thanked: 0

Post 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!
Post Reply