
scripting for dummies hehe
I'm gonna talk ya through the basics of making an ingame window for anarchy online this window will be basic and will say somthing in it. to start with your gonna need a folder called scripts and your gonna need to place this folder at this location: C:\Program Files\Funcom\Anarchy Online
paste that into your address bar after clicking my computer.
after making this folder which im sure i dont have to tell you how to make a folder we can get to the interesting stuff. the making of the script.
firstly we need to make a new notepad document, all scripts must be done in notepad because scripts have to be one long line only breaks are in sentences which apear in the script. so lets start.
<a href="text://blah blah blah">clicky</a>
this will will make a link apear in anarchy online called clicky when you click the clicky you will see a window with the words blah blah blah in it.
the blah blah blah can be anything like trade skills and the like,
clicky can be renamed trade skiller for hire.
note that the words in this link are the standard font size and color, now lets get a little more complicated.
some of you will already know basic html language so you may already know this.
to change color of the text we will need the command line for that.
<font color=#FFFF66>text goes here</color>
this will change the color yellow for html color chart use.
http://www.webmonkey.com/reference/color_codes/
for all ya html colors.
<center>text goes here</center>
this will center all the text in the window.
<br>
will make a break in the text for instance it will put the text after <br> on the next line example
blah blah blah<br>blah blah blah
would look like
blah blah blah
blah blah blah
in the window.
<u>text goes here</u>
this will underline the text.
<a href='chatcmd:///'></a>
this is used for ingame chat commands for instance
<a href='chatcmd:///tell Drewder'>/tell Drewder</a>
would send me a tell are
<a href='chatcmd:///s stupid head'>click me</a>
would make the person shout ingame stupid head
this can also be used to open a web browser
<a href='chatcmd:///start
http://www.rkshadows.com/'>rkshadows.com</a>
<img src='rdb://'> will allow for an image in the window this image needs a reference number like images on auno.org in there items data base, if you hold your mouse pointer over the image/icon a number will apear take that number then put it into script like this
<img src='rdb://82982'>
this image for instance is the end game token board for omni.
so lets make a script with text and images
<a href="text://<font color=#FFFF66><center><u><img src='rdb://255788'>!!!RKSadows recruitment!!!<img src='rdb://255788'></u><br><br>Rkshadows is recruiting<br>We are a well humered bunch<br>that loves to have fun together<br>we have a city and a strong player base<br>of all lvl ranges<br>for more info contactme<br><a href='chatcmd:///tell enigmatia'>/tell enigmatia</a></color></center>">rkshadows recruitment</a>
remeber that all notepads should be save with .txt at the end of it
the script will look like this ingame
