Page 1 of 1

My Scripts

PostPosted: Wed Dec 10, 2003 8:16 am
by Cisien
This post is just simply going to be used to post scripts I have written. I have them all posted at http://www.exoronet.net/dol/ and I'll update this thread with an edit to this post when I have something new.

Any questions and issues you have with these scripts post here or the bug report form on my page linked above.

All of my scripts (should) work with the latest release, but I will be writing, and testing using the latest CVS code, if you are unable to obtain a CVS build, contact me in irc (irc.ipdn.org #dol) and I'll send you the build I currently have working.


Server Status Script* - prints out a simple HTML page with info about characters on your server. Also displays various count statics (mob, merchant, etc.) This script has FTP upload suppport incase your game server is not also your web server. This script will be updated often as new features are added.

Message of the Day Script - An easy to edit script which displays a message in the System window whenever a user logs in. This script also grants 10 gold and a few silver to new characters.

Gold NPC Script - Or better titled: Mithril, Mithril for all! This NPC, Located near the albion church gives 1 mithril to the user that right clicks on her.

ServerListUpdate Script - used to update your server's listing on Soho's Server List.

Updated Mob and Item Scripts - This script updates the /mob and /item commands to include more functionality, check the changelog.txt. file in the archive to view the changes.

Complete Emote Script - This massive script adds all emote text to the animations. todo: Add a gender check.

Cast Script Update - A simple update to the default /cast script which allows other players in your area to see the spell effects you summon with the /cast command.

Announce Script Update - This is an update to Akira's /announce script which displays a breife message in a popup box. This update offers a few changes, like a popup box instead of a popup window.


if you have any suggestions for scripts, or feedback/bug reports on these scripts, please fill out the bug report form at http://www.exoronet.net/dol/
Please be as detailed as possible giving complete error listings and a description of how to repeat this error.

-------------------------
Tuesday, Dec 16, 2003
Added an FTP client to the ServerStatus script. Also started work on displaying all of the server variables, and the DOLConsole output. I also made it easier to disable the DOL v. 1.5 features, simply change the value of the dol15 variable from enable to disable.
--------
edit number 2:
Added the cast and announce scripts to the list.

-------------------------
Monday, Dec 15, 2003
Updated the Server Status script, it includes totals for Characters, Accounts, Mobs, Objects (Inventory+World), and Merchants.
*This update is NOT compatable with the 1.4.x servers, however, it is easily changed so it can work on 1.4.x, Read the comments at the top of the script if you plan to use this on 1.4.x, you will loose some of the new features though.

-------------------------
Thursday, Dec 11, 2003
Added a complete emote script, it's not fully tested, please report any errors on my site, or this thread.

-------------------------
Wednesday, Dec 10, 2003
Added the Updated Mob and Item Scripts to this list, and to my site.

PostPosted: Fri Dec 12, 2003 8:02 am
by metalbug
so cool

Why is my MOB motionless?

PostPosted: Fri Dec 12, 2003 8:03 pm
by Cisien
Look in this form, there is a script called MobRandomWalk.cs, load that into you script directory and create the mob with the command '/mob create DOL.GS.Scripts.MobRandomWalk' and your mob should start to roam around.

it is motionless because movement isnt in the server yet, atleast not by default.

that script isnt included by defaut because of it's high CPU usage, 60% with 20,000 mobs. (on a 1ghz machine)

PostPosted: Tue Dec 16, 2003 9:50 am
by Cisien
bumping this post, since my edits dont.

PostPosted: Tue Dec 23, 2003 10:07 pm
by Cisien
uhh, I forgot to copy over HTMLWriter.cs to my server.. the new one with FTP support is up now.

thanks to whoever reported this issue (accidentaly deleted the report before I got the email and name)

PostPosted: Tue Dec 23, 2003 10:30 pm
by zjovaz
(accidentaly deleted the report before I got the email and name)


Well it was me who wrote this email (you are really quick :D ). I thank you for this good work.

PostPosted: Wed Dec 24, 2003 10:45 am
by Cisien
Thanks, I was starting to think my bug report form was broken... I get about 5 reports contiaining nothing more than a name and email for every report I get with something in the description field... perhapse I should add some error checking :)