From no-reply_wiki at metalforge.org Fri Oct 25 09:23:43 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 09:23:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382711023.350873.17847.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 09:23 User : saru Edit Summary: @@ -227,9 +227,36 @@ FIXME -- How to use crossloop for running the server; crossloop is a script that automatically restarts the server if/when it crashes and can also provide useful debugging or error information from the crash event. + ==== UPDATE ==== + To update an existing install to the latest svn image; + + This confirms that you are still in your home directory + + $ pwd + /home/ + + Now change directory (hence the cd) to the directory that contains the server files + + $ cd server.svn + + This confirms that you are in the server directory + + $ pwd + /home//server.svn + + This updates the directory using svn + + $ svn update + + repeat for + + maps.svn + arch.svn + + and repeat section "COMPILE" ===== Microsoft (c) Windows ===== The following tools are used to compile the server: * Microsoft Visual Studio 6 (service pack 4 probably). Server has not been tested with other versions. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1376723323 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:03:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:03:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382753035.487367.20979.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:03 User : saru Edit Summary: @@ -16,8 +16,9 @@ * More bandwidth is of course better - even if not constantly being used, just so that the bursts of data get delivered faster * Have an ISP allows for server hosting * Network security to allow remote connections (aka, tweaked firewall rules) and communication to the metaserver(s). The server runs on port 13327 - if you have a firewall, it will need to allow that port for incoming connections, and if you are running NAT, you will need to make sure that the connection to port 13327 gets routed to the correct server. For metaserver2 updates, it is an outgoing connection to standard HTTP port (80), so very few firewalls should block it. * NOTE: Make sure the hostname is a Fully Qualified Domain Name (FQDN), otherwise there will be connections issues within the Crossfire client + @@ -34,9 +35,9 @@ * Edit and update the Server News file - players like to know about new maps, bug fixes, special events, etc. (filename news) * Look over the settings (filename settings) * The default settings file will work just fine, and is most supported * The file controls many aspects of play - permadeath or not, number of starting stat points, etc. - * If running a public server, you will most likely want to advertise your server via the metaserver (filename metaserver2) + * If running a public server, you will most likely want to advertise your server via the metaserver (filename metaserver2 located in /usr/games/crossfire/etc/crossfire) * metaserver 1 (in settings file) is obsolete * metaserver2 file is will documented and should be pretty clear. localhostname is critical, and it must resolve to the IP address from which the update originates. This means that if you have a NAT router, it will need to resolve to the router. * metaserver2_notification must be changed from off to on. * The server sends an update to the metaserver every minutes - if you do not see your server immediately, wait 5 minutes. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1295762241 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:09:49 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:09:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382753389.227616.20993.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:09 User : saru Edit Summary: included warning to use /usr/games file rather than /home/ files for updating settings @@ -16,8 +16,9 @@ * More bandwidth is of course better - even if not constantly being used, just so that the bursts of data get delivered faster * Have an ISP allows for server hosting * Network security to allow remote connections (aka, tweaked firewall rules) and communication to the metaserver(s). The server runs on port 13327 - if you have a firewall, it will need to allow that port for incoming connections, and if you are running NAT, you will need to make sure that the connection to port 13327 gets routed to the correct server. For metaserver2 updates, it is an outgoing connection to standard HTTP port (80), so very few firewalls should block it. * NOTE: Make sure the hostname is a Fully Qualified Domain Name (FQDN), otherwise there will be connections issues within the Crossfire client + @@ -28,16 +29,18 @@ After your server and network is setup and configured, there are additional steps to consider. * Become very, very familiar with the DM commands and how to use them * Most of the files referenced below are in the //installroot///etc/crossfire directory - for example, if you used -prefix=/usr/games on the configure step, these would be in /usr/games/etc/crossfire. + * Be sure to update the files in /usr/games/etc/crossfire not those found in your source files (if you follow [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|this guide]] for example, /home//server.svn/) + * if you want metaserver2 support, you'll need:guide server.svn) * Edit and update the MOTD (Message of the Day) information (filename motd) * Edit and update the Server Rules file (filename rules) * As an example, if you want to ban players who exploit bugs, PK other players, disrupt gameplay for others, etc. - say so in the server rules file so if/when something like this happens you can take action and avoid the long "debate" afterwards * Edit and update the Server News file - players like to know about new maps, bug fixes, special events, etc. (filename news) * Look over the settings (filename settings) * The default settings file will work just fine, and is most supported * The file controls many aspects of play - permadeath or not, number of starting stat points, etc. - * If running a public server, you will most likely want to advertise your server via the metaserver (filename metaserver2 located in /usr/games/crossfire/etc/crossfire) + * If running a public server, you will most likely want to advertise your server via the metaserver (filename metaserver2) * metaserver 1 (in settings file) is obsolete * metaserver2 file is will documented and should be pretty clear. localhostname is critical, and it must resolve to the IP address from which the update originates. This means that if you have a NAT router, it will need to resolve to the router. * metaserver2_notification must be changed from off to on. * The server sends an update to the metaserver every minutes - if you do not see your server immediately, wait 5 minutes. @@ -53,10 +56,8 @@ * Unfortunately, it's advised that you learn how to block (ban) networks and subnets * Much of this can be done in game while in DM mode (command: banish) but sometimes attacks are too widespread or not coming from player(s) from within the game * The ban_file (filename ban_file) can be used to ban certain IP addresses or IP ranges - this may be easier than modifying firewall rules. Note that the check is done at connection time, so would not cause players already connected to get dropped. * Some of the above file changes will take effect immediately, while others require the server to restart before they take effect. - - ===== Technical Recommendations ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382753033 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:14:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:14:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382753654.848078.20999.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:14 User : saru Edit Summary: Inserted document scope and reference back to running crossfire servers @@ -1,9 +1,12 @@ This is a generalized quide on how to download source files from SVN and compile a server (under different platforms) for local use or testing. ===== *nix ===== + ==== Scope ==== + This document sets out the requirements step by step for preparing, downloading, installing and updating a *nix based crossfire server. + For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] ==== Requirements ==== It's likely that many of these packages (listed alphabetically) are already installed on your system, but this list is a way to make sure. It's important to have all the right packages in place **before** attempting any builds or compiles. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1382711019 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:19:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:19:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382753942.740096.21009.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:19 User : saru Edit Summary: inserted reference back to hosting crossfire servers and deleted recently added heading "Scope" @@ -1,12 +1,7 @@ - This is a generalized quide on how to download source files from SVN and compile a server (under different platforms) for local use or testing. + This guide sets out the requirements step by step for preparing, downloading, installing and updating a *nix based crossfire server. For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] ===== *nix ===== - - ==== Scope ==== - - This document sets out the requirements step by step for preparing, downloading, installing and updating a *nix based crossfire server. - For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] ==== Requirements ==== It's likely that many of these packages (listed alphabetically) are already installed on your system, but this list is a way to make sure. It's important to have all the right packages in place **before** attempting any builds or compiles. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1382753652 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:20:22 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:20:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382754022.038642.21014.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:20 User : saru Edit Summary: @@ -1,4 +1,5 @@ + ==== Scope and Purpose ==== This guide sets out the requirements step by step for preparing, downloading, installing and updating a *nix based crossfire server. For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] ===== *nix ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1382753939 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:25:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:25:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382754306.081170.21021.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:25 User : saru Edit Summary: Clean up @@ -1,9 +1,7 @@ - ==== Scope and Purpose ==== - This guide sets out the requirements step by step for preparing, downloading, installing and updating a *nix based crossfire server. For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] - - ===== *nix ===== - + ====== Crossfire Compile Guide ====== + This guide sets out the requirements step by step for preparing, downloading, installing and updating a *nix and windows based crossfire server. For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] + ===== *Nix Compile Guide ===== ==== Requirements ==== It's likely that many of these packages (listed alphabetically) are already installed on your system, but this list is a way to make sure. It's important to have all the right packages in place **before** attempting any builds or compiles. @@ -255,9 +253,12 @@ arch.svn and repeat section "COMPILE" - ===== Microsoft (c) Windows ===== + ===== Microsoft Windows Compile Guide ===== + Warning this information may be out of date + + ==== Requirements ==== The following tools are used to compile the server: * Microsoft Visual Studio 6 (service pack 4 probably). Server has not been tested with other versions. * flex, from [[http://gnuwin32.sourceforge.net/packages/flex.htm]]. * you need it to build ''common/loader.c'' and ''random_maps/reader.c'' from their respective .l. Syntax is: ''flex -oloader.c -i loader.l'', ''flex -oreader.c -i -P rm reader.l'' respectively. The ''-P rm'' seems to be required to not have duplicate symbol issues @@ -275,4 +276,7 @@ The following tools are used to compile the client: * [[http://www.gtk.org|GTK]]. An installer with all required dependencies can be found at the [[http://gladewin32.sourceforge.net/modules/news/|Glade/GTK+ project]]. **Warning**: you'll need to add ~10 directories to include list, and rename some files around (like copy ''libpng.lib'' to ''png.lib''). Don't ask why here, ask Glade/GTK+ project instead :) * current SVN (end of 2006) is somewhat broken, and requires some tweaking to build (need to ''undef HAVE_SDL'', comment out lines, add files, and such). That may be fixed or not eventually. * if you want metaserver2 support, follow the same instructions as for the server. + + ==== START HERE ==== + A step by step installation guide is not currently available. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1382754020 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:26:21 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:26:21 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382754381.850137.21024.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:26 User : saru Edit Summary: Clean up and linkage to compile guide @@ -1,7 +1,7 @@ ====== Hosting a Crossfire Server ====== - This is a rough draft (and a work in progress) on suggestions and things to consider when hosting a Crossfire server. + This guide outlines useful information for running and maintaining a crossfire server. For information about compiling crossfire servers go to the [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|compiling a crossfire server]] ===== Setup ===== @@ -83,8 +83,7 @@ * Adequate bandwidth for usage and performance * Adequate hardware to handle server load * The catch-22; you need players online to attract and keep new players * Have a trustworthy DM (or two) to help players and address related issues - IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382753386 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:46:01 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:46:01 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382755561.870981.21048.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:46 User : leaf Edit Summary: Update intro Summary - wiki is for everyone, not just developers @@ -10,9 +10,9 @@ * If you are having any issues with the [[client]], look here: [[Known Client Issues]] ===== Summary ===== - It isn't really a site for players of Crossfire, although everyone is welcome to contribute information (especially [[lore]] and legends; although [[Guides]] are helpful), but for development of various documents for the game. It is hoped that this will make it easier to keep these documents updated, and easier to develop new documents to include in the game package for the benefit of all the land. + Everyone is welcome to contribute information (especially [[lore]] and legends; although [[Guides]] are helpful). It is hoped that this will make it easier to keep these documents updated, and easier to develop new documents to include in the game package for the benefit of all the land. While the wiki is useful for brainstorming, archiving or listing ideas & suggestions; any and all code changes and proposals need to be sent to the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|discussion mailing list]] before implementation. So, what's here?\\ IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1377812534 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 21:58:44 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 21:58:44 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: client-server Message-ID: <1382756325.014759.21057.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 21:58 User : partmedia Edit Summary: Remove orphaned and mostly unused page @@ -1,5 +1 @@ - ==== What is Client-Server? ==== - === Definitions on the WWW === - [[http://www.pcmag.com/encyclopedia_term/0,2542,t=clientserver&i=39801,00.asp|PC Magazine (pcmag.com)]] - [[http://www.webopedia.com/TERM/c/client_server_architecture.html|www.webopedia.com]] IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/client-server?rev=1155920562 New Revision: http://wiki.metalforge.net/doku.php/client-server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:00:17 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:00:17 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1382756417.403892.21182.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:00 User : saru Edit Summary: @@ -1,6 +1,7 @@ ====== Crossfire Compile Guide ====== This guide sets out the requirements step by step for preparing, downloading, installing and updating a *nix and windows based crossfire server. For information about running crossfire servers go to the [[http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server|hosting a crossfire server]] + ===== *Nix Compile Guide ===== ==== Requirements ==== It's likely that many of these packages (listed alphabetically) are already installed on your system, but this list is a way to make sure. It's important to have all the right packages in place **before** attempting any builds or compiles. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1382754304 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:01:59 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:01:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:guides Message-ID: <1382756519.879053.21185.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:01 User : partmedia Edit Summary: Add link to old scratchpad @@ -1,10 +1,9 @@ ====== Developer Guides ====== - This information is not exactly meant for most players, just people making their own maps, or modifications to crossfire. ===== TODO Lists ===== - + * [[content:scratchpad|Old Scratchpad]] * [[client:scratchpad|Client Scratchpad]] * [[server:scratchpad|Server Scratchpad]] * [[:dev_todo_new|Unified TODO list]] - Unified TODO list of everything that should be done in crossfire. * [[:dev_todo|Developer's ToDos]] - Brainstorming, stuff thats being worked on, and developer's personal lists. IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/dev:guides?rev=1366254848 New Revision: http://wiki.metalforge.net/doku.php/dev:guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:10:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:10:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382757002.373221.21203.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:10 User : partmedia Edit Summary: @@ -1,7 +1,7 @@ {{http://crossfire.real-time.com/demo/crossfire-heading.png}} - ====== Crossfire DokuWiki ====== + ====== Crossfire Wiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Crossfire. @@ -43,23 +43,22 @@ * [[dev:guides#TODO Lists|Developer's TODOs]] - Brainstorming, stuff in progress, developer's lists. * [[dev_todo_new|Unified TODO list]] of everything that needs doing in Crossfire. * [[People]] - Developers and members of the Crossfire community. * [[Servers]] - Information about various servers (guilds, etc). - * [[wiki:Style Guide]] - Loose guidelines of style for the wiki. * [[Humor]] - Is there any humor in Crossfire? * [[FAQ]] - Frequently Asked Questions. - ====== Helpful Link(s) ====== - * http://wiki.splitbrain.org/wiki:markup_compare - Helpful conversion guide for text formatting in dokuwiki if you are familiar with other wikis + ===== Helpful Link(s) ===== * [[SourceForge Migration]] notes, tips and help - * http://crossfire.real-time.com/ - The "Official" Crossfire Website. - * http://dooler.woosworld.net/cf_map/ - CFWorldView, world map viewer. - * http://mids.student.utwente.nl/~avogl/map_guide/ - Semi-Obsolete guide to making maps (with [[crossedit]]). [[CFJavaEditor]] (soon to be replaced with [[Gridarta]]) is used more often now. * Get together ([[g2g]]) meeting notes, summary, proposal(s) - * **Important**: If you want to test things please use the [[playground]]. * [[Content migration]] TODO list - ===== Wiki Content Editors ===== + ===== External Links ===== + * http://crossfire.real-time.com/ - "Official" Crossfire Website + * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer - * [[orphans and missing | Missing and Orphaned Pages]] + ===== Tools for Wiki Editors ===== + * [[orphans and missing|Missing and Orphaned Pages]] + * [[wiki:Style Guide]] - Loose guidelines of style for the wiki. + * [[playground|Wiki Playground]] IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382755559 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:17:49 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:17:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382757469.773980.21212.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:17 User : partmedia Edit Summary: Update links @@ -3,22 +3,19 @@ ====== Crossfire Wiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Crossfire. - ===== Known Client Issues ===== * If you are having any issues with the [[client]], look here: [[Known Client Issues]] - ===== Summary ===== Everyone is welcome to contribute information (especially [[lore]] and legends; although [[Guides]] are helpful). It is hoped that this will make it easier to keep these documents updated, and easier to develop new documents to include in the game package for the benefit of all the land. While the wiki is useful for brainstorming, archiving or listing ideas & suggestions; any and all code changes and proposals need to be sent to the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|discussion mailing list]] before implementation. So, what's here?\\ There is the Crossfire Wiki, a communal edit pad and place to kick off new documents and related type content. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - ===== Supported Platforms ===== The latest official release (arch, maps, client, and server) is version 1.70.0. @@ -30,9 +27,8 @@ * [[BSD]] * [[Windows]] * [[Solaris]] * Mac [[OSX]] (Server and clients compile, in testing) - ===== TOC ===== * [[history_of_crossfire|The History of Crossfire]] - The history of the Crossfire world, both technical and role-playing. * [[downloading|Downloading Crossfire]] - Where to get the clients and server for crossfire. @@ -45,20 +41,18 @@ * [[People]] - Developers and members of the Crossfire community. * [[Servers]] - Information about various servers (guilds, etc). * [[Humor]] - Is there any humor in Crossfire? * [[FAQ]] - Frequently Asked Questions. - ===== Helpful Link(s) ===== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) - - * [[Content migration]] TODO list ===== External Links ===== * http://crossfire.real-time.com/ - "Official" Crossfire Website * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer - ===== Tools for Wiki Editors ===== - * [[orphans and missing|Missing and Orphaned Pages]] - * [[wiki:Style Guide]] - Loose guidelines of style for the wiki. - * [[playground|Wiki Playground]] + ===== Links for Wiki Editors ===== + * [[orphans and missing|Missing/Orphaned Pages]] + * [[wiki:Style Guide]] + * [[playground]] - a safe place to try out DokuWiki syntax and features + * [[Content migration]] TODO list IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382757000 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:20:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:20:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: known_client_issues Message-ID: <1382757600.633299.21215.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:19 User : partmedia Edit Summary: Remove empty section @@ -39,6 +39,4 @@ crossfire-client-gtk2 under Ubuntu Edgy (v1.9.1-1) and Feisty (v1.9.1-2) (untested on other versions or releases) * We've heard there's a weird seemingly ubuntu-specific bug in ubuntu's package of gcfclient2, with it repeating each keypress twice when typing. * Feb-22-2007: Bug reported at LaunchPad, https://launchpad.net/ubuntu/+source/crossfire-client/+bug/87194 * Sept-18-2007: Player feedback indicates this problem has been "resolved" in v1.10.0 of the client or if the client is built from SVN source - - ===== 1.9.0 ===== IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/known_client_issues?rev=1299986589 New Revision: http://wiki.metalforge.net/doku.php/known_client_issues -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:43:35 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:43:35 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382759015.951070.21237.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:43 User : partmedia Edit Summary: Improve heading @@ -1,23 +1,16 @@ - {{http://crossfire.real-time.com/demo/crossfire-heading.png}} + {{ http://crossfire.real-time.com/demo/crossfire-heading.png }} - ====== Crossfire Wiki ====== - This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... + Crossfire is a [[http://en.wikipedia.org/wiki/Free_software|free]], [[http://en.wikipedia.org/wiki/Open-source_software|open-source]] cooperative multi-player role-playing game similar to Moria, Angband, Omega, NetHack, Rogue, and Gauntlet. - Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Crossfire. + This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing significant changes. - ===== Known Client Issues ===== + There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. + + ====== Known Client Issues ====== * If you are having any issues with the [[client]], look here: [[Known Client Issues]] - ===== Summary ===== - Everyone is welcome to contribute information (especially [[lore]] and legends; although [[Guides]] are helpful). It is hoped that this will make it easier to keep these documents updated, and easier to develop new documents to include in the game package for the benefit of all the land. - - While the wiki is useful for brainstorming, archiving or listing ideas & suggestions; any and all code changes and proposals need to be sent to the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|discussion mailing list]] before implementation. - - So, what's here?\\ - There is the Crossfire Wiki, a communal edit pad and place to kick off new documents and related type content. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - - ===== Supported Platforms ===== + ====== Supported Platforms ====== The latest official release (arch, maps, client, and server) is version 1.70.0. The Windows port for the server and maps is snapshot-2013-feb-04 \\ The Windows port of the GTK client is 1.60.2 @@ -28,9 +21,9 @@ * [[Windows]] * [[Solaris]] * Mac [[OSX]] (Server and clients compile, in testing) - ===== TOC ===== + ====== TOC ====== * [[history_of_crossfire|The History of Crossfire]] - The history of the Crossfire world, both technical and role-playing. * [[downloading|Downloading Crossfire]] - Where to get the clients and server for crossfire. * [[guides|Player Guides]] - Various HowTo guides to help players. * [[lore|The Myths and Lore of Crossfire]] - Obviously myths and legends of the Crossfire world. @@ -42,17 +35,17 @@ * [[Servers]] - Information about various servers (guilds, etc). * [[Humor]] - Is there any humor in Crossfire? * [[FAQ]] - Frequently Asked Questions. - ===== Helpful Link(s) ===== + ====== Helpful Link(s) ====== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) - ===== External Links ===== + ====== External Links ====== * http://crossfire.real-time.com/ - "Official" Crossfire Website * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer - ===== Links for Wiki Editors ===== + ====== Links for Wiki Editors ====== * [[orphans and missing|Missing/Orphaned Pages]] * [[wiki:Style Guide]] * [[playground]] - a safe place to try out DokuWiki syntax and features * [[Content migration]] TODO list IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382757467 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:44:47 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:44:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382759087.566419.21243.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:44 User : saru Edit Summary: Major format revision @@ -1,67 +1,84 @@ ====== Hosting a Crossfire Server ====== - This guide outlines useful information for running and maintaining a crossfire server. For information about compiling crossfire servers go to the [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|compiling a crossfire server]] + This guide outlines useful information for installing, running and maintaining a crossfire server. - - ===== Setup ===== - + ===== Requirements ===== Make sure you have the following available to you: - * Hardware that can handle hosting a Crossfire server + - Hardware that can handle hosting a Crossfire server * Any hardware that can run or handle a relatively modern desktop OS should be adequate - * Enough and fast enough bandwidth (it's mostly upload speed that you are concerned about) + - Enough bandwidth * One should estimate 10kbps down (in) and 20kbps up (out) per user (kbps = kilo bits per second) - * More bandwidth is of course better - even if not constantly being used, just so that the bursts of data get delivered faster - * Have an ISP allows for server hosting - * Network security to allow remote connections (aka, tweaked firewall rules) and communication to the metaserver(s). The server runs on port 13327 - if you have a firewall, it will need to allow that port for incoming connections, and if you are running NAT, you will need to make sure that the connection to port 13327 gets routed to the correct server. For metaserver2 updates, it is an outgoing connection to standard HTTP port (80), so very few firewalls should block it. - * NOTE: Make sure the hostname is a Fully Qualified Domain Name (FQDN), otherwise there will be connections issues within the Crossfire client + * The above should be consider an absolute minimum as data may be required in bursts (especially for clients downloading images) + - An ISP that allows for server hosting + - A hostname that is a Fully Qualified Domain Name (FQDN) + * Connections issues can occur within the Crossfire client if the domain name is not full qualified. + - Network security to allow remote connections and communication to the metaserver (if a public server). + * The server runs on port 13327 + * if you have a firewall, it will need to allow that port for incoming connections, + * if you are running NAT, you will need to make sure that the connection to port 13327 gets routed to the correct server. + * The metaserver runs on port 13326 and 80 (HTTP) + * if you have a firewall, it will need to allow 13326 and 80 for incoming connections, + * if you are running NAT, you will need to make sure that the connection to port 13326 gets routed to the correct server. + * For metaserver2 updates, it is an outgoing connection to standard HTTP port (80), so very few firewalls should block it. + ===== Running a Binary ===== + Visit the Crossfire website for the latest binarys [[http://crossfire.real-time.com/server/index.html|here]] + ===== Compiling a Crossfire Server ===== - ===== Post Deployment ===== + For information about compiling crossfire servers go to the [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|crossfire compile guide]] + + ===== Post Deployment ===== After your server and network is setup and configured, there are additional steps to consider. - * Become very, very familiar with the DM commands and how to use them - * Most of the files referenced below are in the //installroot///etc/crossfire directory - for example, if you used -prefix=/usr/games on the configure step, these would be in /usr/games/etc/crossfire. - * Be sure to update the files in /usr/games/etc/crossfire not those found in your source files (if you follow [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|this guide]] for example, /home//server.svn/) - * if you want metaserver2 support, you'll need:guide server.svn) + The files referenced below are in the //installroot///etc/crossfire directory - for example, if you used -prefix=/usr/games on the configure step, these would be in /usr/games/etc/crossfire. + Be sure to update the files in /usr/games/etc/crossfire not those found in your source files (if you follow [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|this guide]] for example, /home//server.svn/):guide server.svn) + Some file changes will take effect immediately, while others require the server to restart before they take effect. + + + ==== Server Settings ==== + * Edit and update the MOTD (Message of the Day) information (filename motd) - * Edit and update the Server Rules file (filename rules) - * As an example, if you want to ban players who exploit bugs, PK other players, disrupt gameplay for others, etc. - say so in the server rules file so if/when something like this happens you can take action and avoid the long "debate" afterwards + * Edit and update the Server Rules file (filename rules) to include all appropriate rules (See section Social Management) * Edit and update the Server News file - players like to know about new maps, bug fixes, special events, etc. (filename news) * Look over the settings (filename settings) * The default settings file will work just fine, and is most supported * The file controls many aspects of play - permadeath or not, number of starting stat points, etc. + + + === Crossfire Metaserver === + * If running a public server, you will most likely want to advertise your server via the metaserver (filename metaserver2) * metaserver 1 (in settings file) is obsolete - * metaserver2 file is will documented and should be pretty clear. localhostname is critical, and it must resolve to the IP address from which the update originates. This means that if you have a NAT router, it will need to resolve to the router. * metaserver2_notification must be changed from off to on. - * The server sends an update to the metaserver every minutes - if you do not see your server immediately, wait 5 minutes. - * If after 5 minutes, updates are still not happening, check the logs - messages should be generated. + * localhostname is critical and must be in the correct format (e.g. yourdomainname.com) + *localhostname must resolve to the IP address from which the update originates. This means that if you have a NAT router, it will need to resolve to the router. + * The server sends an update to the metaserver every minutes - if you do not see your server immediately, wait 5 minutes. + * If after 5 minutes, updates are still not happening, check the logs - messages should be generated. * If curl is not installed on your system, metaserver2 updates will not happen, but the server will print a message stating the curl is missing when program starts up. * If localhostname does not match the IP address that metaserver2 sees the request coming from, it will send a message to the server but not add it. If run with crossfire -d, it will print this error to the console. * It is possible your subnet has been blacklisted from the metaserver - this is highly unlikely, but could result if another user from that same address block or ISP was abusing metaserver2 update policy. + + + === Guilds === + * Consider limiting how many guilds are initially available * This will prevent a player or small group of players from buying all the guilds at once * This helps to make sure guilds will be available for new players who join your server later on * FIXME: More information on how to do this is probably desirable - * Have access to the server firewall rules for the extremely problematic player(s) and/or network(s) - * Unfortunately, it's advised that you learn how to block (ban) networks and subnets - * Much of this can be done in game while in DM mode (command: banish) but sometimes attacks are too widespread or not coming from player(s) from within the game - * The ban_file (filename ban_file) can be used to ban certain IP addresses or IP ranges - this may be easier than modifying firewall rules. Note that the check is done at connection time, so would not cause players already connected to get dropped. - * Some of the above file changes will take effect immediately, while others require the server to restart before they take effect. + === Crossloop === - ===== Technical Recommendations ===== * crossloop (//prefix///bin/crossloop) can be used to automatically restart crossfire if the program crashes. * It stores the core files in the current directory, so this should be run from the directory you want to store those core files. * crossloop.web is similar to crossloop, but also e-mails a stack trace and makes data available on the web. To use, some variables at the top of the file need to be changed. Note that make install will overwrite this file, so you will want to make a copy of it. * The script files assume that the core file will just be called **core**. If the name is different, eg, core.//pid//, crossloop will not be able to properly save the core files (but the fact that the name is fairly unique does mean it is less likely they will be overwritten) @@ -73,17 +90,26 @@ * All crossfire files are text, so generally easy to back up and restore * Since files are text, one can even attempt to repair damaged/corrupted files. - ===== Other Recommendations ===== - + ==== Social Management ==== If you want to attract players and build a community on your server - your server will need to be reliable, which means: * Available on a consistent basis * Available for the long term - at least several months (maybe longer) * Adequate bandwidth for usage and performance * Adequate hardware to handle server load * The catch-22; you need players online to attract and keep new players * Have a trustworthy DM (or two) to help players and address related issues + * Become very, very familiar with the DM commands and how to use them + + === Banishment === + If you intend to ban players who exploit bugs, PK other players, disrupt gameplay for others, etc. - say so in the server rules file so if/when something like this happens you can take action and avoid the long "debate" afterwards (filename rules) + There are two approaches to banning problematic player(s) and/or network(s) + - Use the ban_file (filename ban_file) + * The ban_file can be used to ban certain IP addresses or IP ranges - this may be easier than modifying firewall rules. Note that the check is done at connection time, so would not cause players already connected to get dropped. + * This can be done in game while in DM mode (command: banish) + - Create firewall rules for the extremely problematic player(s) and/or network(s) + * It's advised that you learn how to block (ban) networks and subnets IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382754378 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:46:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:46:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382759160.989571.21248.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:45 User : saru Edit Summary: @@ -24,14 +24,14 @@ * if you are running NAT, you will need to make sure that the connection to port 13326 gets routed to the correct server. * For metaserver2 updates, it is an outgoing connection to standard HTTP port (80), so very few firewalls should block it. - ===== Running a Binary ===== + ===== Installing a Crossfire Server from a Binary ===== Visit the Crossfire website for the latest binarys [[http://crossfire.real-time.com/server/index.html|here]] - ===== Compiling a Crossfire Server ===== + ===== Compiling a Crossfire Server from source code ===== For information about compiling crossfire servers go to the [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|crossfire compile guide]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382759086 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:47:26 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:47:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382759246.988882.21251.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:47 User : saru Edit Summary: @@ -37,12 +37,11 @@ ===== Post Deployment ===== After your server and network is setup and configured, there are additional steps to consider. - - The files referenced below are in the //installroot///etc/crossfire directory - for example, if you used -prefix=/usr/games on the configure step, these would be in /usr/games/etc/crossfire. - Be sure to update the files in /usr/games/etc/crossfire not those found in your source files (if you follow [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|this guide]] for example, /home//server.svn/):guide server.svn) - Some file changes will take effect immediately, while others require the server to restart before they take effect. + * The files referenced below are in the //installroot///etc/crossfire directory - for example, if you used -prefix=/usr/games on the configure step, these would be in /usr/games/etc/crossfire. + * Be sure to update the files in /usr/games/etc/crossfire not those found in your source files (if you follow [[http://wiki.metalforge.net/doku.php/crossfire_compile_guide|this guide]] for example, /home//server.svn/):guide server.svn) + * Some file changes will take effect immediately, while others require the server to restart before they take effect. ==== Server Settings ==== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382759157 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:49:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:49:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: serverhosting:hosting_a_crossfire_server Message-ID: <1382759360.919361.21254.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:49 User : saru Edit Summary: @@ -90,10 +90,10 @@ * Since files are text, one can even attempt to repair damaged/corrupted files. ==== Social Management ==== + === General Tips === If you want to attract players and build a community on your server - your server will need to be reliable, which means: - * Available on a consistent basis * Available for the long term - at least several months (maybe longer) * Adequate bandwidth for usage and performance * Adequate hardware to handle server load @@ -109,6 +109,5 @@ * The ban_file can be used to ban certain IP addresses or IP ranges - this may be easier than modifying firewall rules. Note that the check is done at connection time, so would not cause players already connected to get dropped. * This can be done in game while in DM mode (command: banish) - Create firewall rules for the extremely problematic player(s) and/or network(s) * It's advised that you learn how to block (ban) networks and subnets - IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server?rev=1382759244 New Revision: http://wiki.metalforge.net/doku.php/serverhosting:hosting_a_crossfire_server -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 22:50:07 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 22:50:07 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382759407.662036.21259.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 22:50 User : partmedia Edit Summary: Improve organization @@ -1,41 +1,43 @@ {{ http://crossfire.real-time.com/demo/crossfire-heading.png }} Crossfire is a [[http://en.wikipedia.org/wiki/Free_software|free]], [[http://en.wikipedia.org/wiki/Open-source_software|open-source]] cooperative multi-player role-playing game similar to Moria, Angband, Omega, NetHack, Rogue, and Gauntlet. - This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing significant changes. + This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - ====== Known Client Issues ====== + ====== Help/Support ====== + * [[FAQ]] - Frequently Asked Questions + * [[downloading|Downloads]] - Where to get the clients and server for crossfire. + * [[guides|Player Guides]] - Various HowTo guides to help players. * If you are having any issues with the [[client]], look here: [[Known Client Issues]] - ====== Supported Platforms ====== + ====== Platforms ====== The latest official release (arch, maps, client, and server) is version 1.70.0. The Windows port for the server and maps is snapshot-2013-feb-04 \\ The Windows port of the GTK client is 1.60.2 Crossfire is known to work on: - * [[Linux]] * [[BSD]] - * [[Windows]] + * [[Linux]] + * Mac [[OSX]] (experimental) * [[Solaris]] - * Mac [[OSX]] (Server and clients compile, in testing) + * [[Windows]] - ====== TOC ====== - * [[history_of_crossfire|The History of Crossfire]] - The history of the Crossfire world, both technical and role-playing. - * [[downloading|Downloading Crossfire]] - Where to get the clients and server for crossfire. - * [[guides|Player Guides]] - Various HowTo guides to help players. + ====== Community ====== + * [[history_of_crossfire|History of Crossfire]] - The history of the Crossfire world, both technical and role-playing. * [[lore|The Myths and Lore of Crossfire]] - Obviously myths and legends of the Crossfire world. * [[join|Help out with the Crossfire gaming project]] - Contains information about contributing to the Crossfire project. - * [[dev:guides|Developer's Guides]] - A list of mapmaking and development information resources. - * [[dev:guides#TODO Lists|Developer's TODOs]] - Brainstorming, stuff in progress, developer's lists. - * [[dev_todo_new|Unified TODO list]] of everything that needs doing in Crossfire. * [[People]] - Developers and members of the Crossfire community. * [[Servers]] - Information about various servers (guilds, etc). * [[Humor]] - Is there any humor in Crossfire? - * [[FAQ]] - Frequently Asked Questions. + + ====== Development ====== + * [[dev:guides|Developer's Guides]] - A list of mapmaking and development information resources. + * [[dev:guides#TODO Lists|Developer's TODOs]] - Brainstorming, stuff in progress, developer's lists. + * [[dev_todo_new|Unified TODO list]] of everything that needs doing in Crossfire. ====== Helpful Link(s) ====== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382759009 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:00:46 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:00:46 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: client_scripting Message-ID: <1382760046.829489.21385.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:00 User : partmedia Edit Summary: Remove empty page @@ -1,4 +1 @@ - ====== Client Scripting ====== - - **See [[client_side_scripting]] for scripting information.** IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/client_scripting?rev=1241033595 New Revision: http://wiki.metalforge.net/doku.php/client_scripting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:03:38 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:03:38 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: misc_guides Message-ID: <1382760218.742960.21388.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:03 User : partmedia Edit Summary: Remove underlinked page @@ -1,6 +1 @@ - ====== Misc Guides ====== - Here are some things which may interest you, and although they are optional or otherwise not belonging in the other categories, you may find that they may greatly enhance your game experience... - - * [[Alchemy Guide]] A guide to one of the premiere methods of getting rich quick in CF, and it actually works... - * [[Mikee's Maze]] Crossfire's own maze of twisty little passages all alike, and some hints for how to escape the madness. IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/misc_guides?rev=1131912783 New Revision: http://wiki.metalforge.net/doku.php/misc_guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:10:24 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:10:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: document_repository Message-ID: <1382760624.138820.21407.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:10 User : partmedia Edit Summary: Clean up and begin moving stuff @@ -1,34 +1,20 @@ - ====== Document Repository ====== - This page contains links to various documentation relating to the Crossfire RPG game. + ====== Player Guides ====== - ===== Player Guides ===== - Players need to know how to play - you weren't born playing Crossfire were you? - - This is why there are player guides. - - - ==== How should I create my character? ==== - Creating a character that suits the way you want to play is important. - I don't want to play a character I don't like, and neither do you, I'm sure. - These documents will help you create the character you want. + ===== Creating a Character ===== + Creating a character that suits the way you want to play is important. I don't want to play a character I don't like, and neither do you, I'm sure. These documents will help you create the character you want. * The [[character creation HOWTO]] tells you all you need to know for creating your first character. * Explanation of character [[attributes]], because your character's skills depend on those. * A summary of abilities modifiers based on [[Class]]. * Because a [[races:dwarves|dwarf]] is neither a [[races:humans|human]] nor a [[races:dragons|dragon]], the [[race guide]] provides you with useful information. - ==== What god to worship, and why? ==== + ===== What god to worship, and why? ===== * [[Worshipping Guide]] - ==== All of the different client's commands. ==== - * [[Client Commands]] + ===== Miscellaenous ===== + * [[Mikee's Maze]] Crossfire's own maze of twisty little passages all alike, and some hints for how to escape the madness. - ==== Handy dandy junk... ==== - * [[Frequently Asked Questions]] - * [[Client Scripting]] - * [[Misc Guides]] - - ===== Crossfire Clients ===== + ====== Clients ====== There are a few clients for the Crossfire game out there. The most widely used clients are the GTK Client and the CF Client. * **CF Client** * Linux version @@ -46,44 +32,22 @@ * IRIX system * http://crossfire.real-time.com/clients/irix.html * GTK Client Intro (draft) * http://crossfire.real-time.com/guides/walkthrough/client.html - - * **JCrossClient** (client written entirely in Java) - * https://sourceforge.net/projects/jcrossclient/ - - * Latest Mac OS X CF server and client tarballs - * http://meeg.elvenrealms.net/macosx11.html * Additional clients are available in SDL * http://crossfire.real-time.com/clients/sdl.html * And OpenGL * http://crossfire.real-time.com/clients/win32_gl.html Please visit their respective webpages to find out more, or visit their respective screenshots located at http://crossfire.real-time.com/screenshots/clients/index.html - ===== Crossfire Monsters ===== + ====== Monsters ====== They're big, they're small, they bite, they claw. You know them, you love them - the monsters of Crossfire. * [[Monsters from A to D]] * [[The Behemoth]] - * [[The Dragons]] - * [[The Elementals]] - * [[The Lich]] - * [[The Titan]] - * [[The Vampire]] - - ===== Developer Guides ===== - Some information for developers. - * [[dev:objects]] - * [[dev:object_fields]] - * [[dev:random-maps]] - * [[dev:random-styles]] - * [[dev:runes]] - * [[dev:shops]] - * [[dev:skills]] - * [[dev:spells]] - * [[dev:weather]] + ====== Developer Guides ====== * [[CrossfireServer]] * [[server plugin|server plugins]] * [[cfpython|Python Plugin]] * [[Insult Generator]] and [[Insult Generator Source Code]] @@ -92,11 +56,8 @@ * [[Crossfire Release Cycle]] * [[Crossfire Release Guide]] - Steps need to make an official release of crossfire. * [[Crossfire Compile Guide]] - Simple guide for building a local or testing server from SVN source * [[Crossfire Client Compile Guide]] - Guide for building a local or testing clients from SVN source - * [[Quests]] - cross-reference for quests and lore - * [[howto:add_body_slot]] - - ===== Website Links ===== + ====== Website Links ====== * [[Server Home Pages]] * [[Development and Informational Links]] IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/document_repository?rev=1188802307 New Revision: http://wiki.metalforge.net/doku.php/document_repository -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:11:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:11:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:guides Message-ID: <1382760680.476514.21410.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:11 User : partmedia Edit Summary: Import a bit of stuff from the document repository @@ -1,5 +1,5 @@ - ====== Developer Guides ====== + ====== Development Guides ====== This information is not exactly meant for most players, just people making their own maps, or modifications to crossfire. ===== TODO Lists ===== * [[content:scratchpad|Old Scratchpad]] @@ -38,9 +38,19 @@ * [[:crossfire_client_compile_guide|Crossfire Client Compile guide]] * [[dev:linux|Linux Development Index]] ===== Misc ===== - Other stuff that doesn't fit the above catagories. + Other stuff that doesn't fit the above categories. * [[:Attribution Policy]] - Policy of attribution for patches. * [[:Checkin Guidelines]] - SVN checkin procedure + * [[dev:objects]] + * [[dev:object_fields]] + * [[dev:random-maps]] + * [[dev:random-styles]] + * [[dev:runes]] + * [[dev:shops]] + * [[dev:skills]] + * [[dev:spells]] + * [[dev:weather]] + * [[howto:add_body_slot]] IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/dev:guides?rev=1382756518 New Revision: http://wiki.metalforge.net/doku.php/dev:guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:13:35 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:13:35 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382760815.400429.21413.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:13 User : saru Edit Summary: @@ -10,8 +10,9 @@ * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. * [[guides|Player Guides]] - Various HowTo guides to help players. * If you are having any issues with the [[client]], look here: [[Known Client Issues]] + * If you are would like to run an crossfire server, look here: [[serverhosting:hosting_a_crossfire_server]] ====== Platforms ====== The latest official release (arch, maps, client, and server) is version 1.70.0. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382759406 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:14:11 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:14:11 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382760851.570258.21416.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:14 User : saru Edit Summary: @@ -4,15 +4,16 @@ This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. + ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. * [[guides|Player Guides]] - Various HowTo guides to help players. * If you are having any issues with the [[client]], look here: [[Known Client Issues]] - * If you are would like to run an crossfire server, look here: [[serverhosting:hosting_a_crossfire_server]] + * If you are would like to run an crossfire server, look here: [[serverhosting:hosting_a_crossfire_server|Crossfire Server]] ====== Platforms ====== The latest official release (arch, maps, client, and server) is version 1.70.0. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382760813 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:28:49 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:28:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:guides Message-ID: <1382761729.030454.21428.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:28 User : partmedia Edit Summary: Clean up and reorganize @@ -1,50 +1,46 @@ - ====== Development Guides ====== - This information is not exactly meant for most players, just people making their own maps, or modifications to crossfire. + ====== Development ====== + It is not necessary to read the information here to play Crossfire. Rather, this guide is mostly intended for developers, map editors, or curious players who wish to modify the game. - ===== TODO Lists ===== + ===== Getting Started ===== + * [[:crossfire_compile_guide|Server Compile Guide]] + * [[:crossfire_client_compile_guide|Client Compile Guide]] + * [[dev:linux|Linux Development Guide]] + + ===== Ideas ===== + ** General ** * [[content:scratchpad|Old Scratchpad]] - * [[client:scratchpad|Client Scratchpad]] * [[server:scratchpad|Server Scratchpad]] * [[:dev_todo_new|Unified TODO list]] - Unified TODO list of everything that should be done in crossfire. * [[:dev_todo|Developer's ToDos]] - Brainstorming, stuff thats being worked on, and developer's personal lists. + * [[ideas:cult_system_restructuring|Cult System Restructuring Ideas]] + + ** Client ** + * [[client:scratchpad|Client Scratchpad]] * [[dev_todo:better_client_ui|Client UI Brainstorms]] - Ideas for the client's user interface. - * [[:UI Proposals]] - Rough sketches for revising the UI. - - ===== Maps and Archetypes ===== - Documentation on various aspects of modifying and creating maps or archetypes. + * [[:UI Proposals]] - Rough sketches for revising the UI + ===== Archetypes ===== * [[:Custom Item Creation]] - Information and guidelines about creating custom items. * [[:Custom Creature Creation]] - Information and guidelines about creating custom creatures. * [[:Graphics Guide]] - Information to aid the creation of archetypical art. * [[:Item Type Guide]] - Information about how different types and attributes affect objects. - * [[:Map Scale]] - A note about the scale of maps * [[:Spell Numbers]] - The "spellnumber" works like an ID, it is needed to specify spells in various object-types. E.g. spellbooks, rods/wands/scrolls, firewalls... etc. - ==== Contributing Maps ==== + ===== Maps ===== * [[:Map Making]] - This is a guide on what is an acceptable map and what is unacceptable. Also, how/where to contribute maps. * [[:Map-Making Guide]] - Notes, details and suggestions on making maps + * [[:Map Scale]] - A note about the scale of maps]] ===== Code ===== - Documentation on the code and coding. - * [[:Coding Style Guide]] - Guidelines for coding syle for the crossfire server and clients. * [[dev:server_design|Server Design]] - * [[ideas:cult_system_restructuring|Cult System Restructuring Ideas]] - * [[http://crossfire.real-time.com/svn/index.html|Crossfire SVN page]] - - ===== Build ===== - - * [[:crossfire_compile_guide|Crossfire Server Compile guide]] - * [[:crossfire_client_compile_guide|Crossfire Client Compile guide]] - * [[dev:linux|Linux Development Index]] ===== Misc ===== - Other stuff that doesn't fit the above categories. - * [[:Attribution Policy]] - Policy of attribution for patches. * [[:Checkin Guidelines]] - SVN checkin procedure + ===== Architecture ===== * [[dev:objects]] * [[dev:object_fields]] * [[dev:random-maps]] * [[dev:random-styles]] IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/dev:guides?rev=1382760677 New Revision: http://wiki.metalforge.net/doku.php/dev:guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:31:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:31:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382761866.130645.21433.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:31 User : partmedia Edit Summary: Development doesn't need its own section @@ -33,13 +33,9 @@ * [[join|Help out with the Crossfire gaming project]] - Contains information about contributing to the Crossfire project. * [[People]] - Developers and members of the Crossfire community. * [[Servers]] - Information about various servers (guilds, etc). * [[Humor]] - Is there any humor in Crossfire? - - ====== Development ====== - * [[dev:guides|Developer's Guides]] - A list of mapmaking and development information resources. - * [[dev:guides#TODO Lists|Developer's TODOs]] - Brainstorming, stuff in progress, developer's lists. - * [[dev_todo_new|Unified TODO list]] of everything that needs doing in Crossfire. + * [[dev:guides|Development]] - Useful information for developers, map editors, and curious players ====== Helpful Link(s) ====== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382760849 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:32:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:32:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server_home_pages Message-ID: <1382761973.570832.21439.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:32 User : partmedia Edit Summary: Move to page about servers @@ -1,8 +1 @@ - ====== Server Home Pages ====== - - * Crossfire @ games.bnet.pl at http://games.bnet.pl/crossfire/ - * Friendship server in Japan http://friendship.ddo.jp/crossfire/ - * Metalforge at http://www.metalforge.net/ - * [[http://wiki.metalforge.net/doku.php/mlab|mlab]] devel server at https://cat2.dynu.ca/cat2/crossfire.html - * Schmorp at http://crossfire.schmorp.de/ (note: this is actually a Crossfire fork) IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/server_home_pages?rev=1171741941 New Revision: http://wiki.metalforge.net/doku.php/server_home_pages -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:45:47 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:45:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: servers Message-ID: <1382762747.172053.21458.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:45 User : partmedia Edit Summary: Update and clean up @@ -1,25 +1,18 @@ - ====== Crossfire Servers ====== - //This information may or may not be accurate.// + ====== Servers ====== + // This information hasn't been updated for quite some time and is probably inaccurate. // This section will hopefully contain a useful collection of information about running and historical crossfire servers. Please keep this limited to public servers, or private ones which have been historically significant. - - - - ===== Presently Running Crossfire Servers ===== + ===== Current Servers ===== ^ Server ^ Address ^ Version ^ Mapset ^ Lifespan ^ Description ^ - | [[servers:MetalForge]]| crossfire.metalforge.net | 1.11.0 | bigworld(official)((Sometimes maps are included for testing before in SVN)) | 2003-May-12 to current | Currently has the most actual players, enforced rules. Around late August 2006, ~6-19 players online at a time. Runs branches/1.x | - | Zeus | zeus.fh-brandenburg.de | 1.9.0 | bigworld | unknown to current | Rarely active. | - | Kobold | crossfire.kobold.org | 1.9.1 | bigworld | unknown to current | Rarely active. | - | Netarbeiter | crossfire.netarbeiter.com | 1.11.0 | bigworld | January 2003 to current | Rarely active. | - | Bratwurst| bratwurst.unix-ag.uni-kl.de | 1.8.0 | bigworld | unknown to current | Rarely active. | - | Tuxhilfe | crossfire.tuxhilfe.de | 1.9.1 | bigworld | unknown to current | Rarely active. | - | Bksys | bksys.at | 1.5.0 | smallworld | unknown to current | Rarely active. | - | Penbrock | penbrock.com | 1.9.1 | bigworld | unknown to current | Rarely active. | + | [[servers:MetalForge]]((http://www.metalforge.net/))| crossfire.metalforge.net | 1.11.0 | bigworld(official) | 2003-May-12 to current | Currently has the most actual players, enforced rules. Around late August 2006, ~6-19 players online at a time. Runs branches/1.x | | Invidious | invidious.meflin.net | Trunk-SVN | bigworld plus pre-SVN testing | 2008-current | Lightly active. | - ===== Past Crossfire Servers ===== + ===== Hosting ===== + Ever wanted to [[serverhosting:hosting_a_crossfire_server|host]] your own Crossfire server? Here's your chance! + + ===== Past Servers ===== ^ Server ^ Address ^ Version ^ Mapset ^ Lifespan ^ Description ^ | Mids | mids.student.utwente.nl | last known running 1.5-CVS | smallworld | unknown to ~July 2003 | A well-known previously running server. | | Elven Realms | lemur.elvenrealms.net | unknown | bigworld | unknown to ~June 2005 | | | Metalforge | metalforge.real-time.com | last known running 1.5 | smallworld | unknown to ~April 2004 | Metalforge pre-skill-system-change, when player files were cleared and the domain was changed. | @@ -27,13 +20,19 @@ | Bnet | games.bnet.pl | unknown | unknown | unknown to unknown | | | Friendship | friendship.ddo.jp | unknown | bigworld | unknown to some time in 2005 or 2006 | | | Voldsboks | voldsboks.pvv.org | last known running 0.95.8-CVS | smallworld | unknown to unknown | First public crossfire server. Run by Frank Tore Johansen. | | Berkeley | crossfire.csua.berkeley.edu | unknown | unknown | unknown to unknown | Allowed beholder player characters. | + | Zeus | zeus.fh-brandenburg.de | 1.9.0 | bigworld | unknown to unknown | Rarely active. | + | Kobold | crossfire.kobold.org | 1.9.1 | bigworld | unknown to unknown | Rarely active. | + | Netarbeiter | crossfire.netarbeiter.com | 1.11.0 | bigworld | January 2003 to unknown | Rarely active. | + | Bratwurst| bratwurst.unix-ag.uni-kl.de | 1.8.0 | bigworld | unknown to unknown | Rarely active. | + | Tuxhilfe | crossfire.tuxhilfe.de | 1.9.1 | bigworld | unknown to unknown | Rarely active. | + | Bksys | bksys.at | 1.5.0 | smallworld | unknown to unknown | Rarely active. | + | Penbrock | penbrock.com | 1.9.1 | bigworld | unknown to unknown | Rarely active. | - ===== Planned Future Crossfire Servers ===== + ===== Planned (Future) Servers ===== ^ Server ^ Address ^ Version ^ Mapset ^ Lifespan ^ Description ^ | [[servers:CFTest]]| TBA | varies | bigworld(varies) | Future | A server for testing new code, maps, and arches. | - ===== Crossfire-derivative Servers ===== + ===== Crossfire-Derivative Servers ===== ^ Server ^ Address ^ Version ^ Mapset ^ Lifespan ^ Description ^ - | [[servers:cat2]] | cat2.dynu.ca | 1.9.1-CVS or forked ((unclear which)) | bigworld(forked) | unknown to current | PKing allowed. Server admin includes "anti-womens-rights" content which a majority of the community disagrees with. Some active players. As of late August 2006, around ~3-4 players online at a time. | - + | [[servers:cat2]] | cat2.dynu.ca | 1.9.1-CVS or forked | bigworld(forked) | unknown to current | PKing allowed. Server admin includes "anti-womens-rights" content which a majority of the community disagrees with. Some active players. As of late August 2006, around ~3-4 players online at a time. | IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/servers?rev=1224949757 New Revision: http://wiki.metalforge.net/doku.php/servers -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:48:40 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:48:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: cfjavaeditor Message-ID: <1382762920.292958.21462.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:48 User : partmedia Edit Summary: Remove orphan, outdated page @@ -1,9 +1 @@ - ====== CFJavaEditor ====== - CFJavaEditor (a.k.a. the Java Editor) is the more used of the two crossfire map editors. It is contained in the "cfjavaeditor" CVS module, which was not moved into SVN. This editor is succeeded by [[gridarta]]. There have not been any gridarta releases yet. - - ===== External Links ===== - * http://crossfire.real-time.com/download/index.html#javaeditor - Download compiled versions of CFJavaEditor. - * http://gridarta.sourceforge.net/ - The Gridarta project. - - IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/cfjavaeditor?rev=1163613266 New Revision: http://wiki.metalforge.net/doku.php/cfjavaeditor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:50:03 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:50:03 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossedit Message-ID: <1382763003.484163.21467.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:50 User : partmedia Edit Summary: Move to page about editors @@ -1,14 +1 @@ - ====== Crossedit ====== - - Crossedit (also known as CF Edit) was the original map editor for Crossfire. - - The application required X window system release 5 with Athena Widget Set and an ANSI C compiler to compile this program. - - ===== Releases ===== - - Crossedit is currently at version 1.2.0 - which is unchanged since Crossfire version 0.95.3; the editor version was bumped up for each release of Crossfire until v0.95.3 - - ===== Current Status ===== - - The Java Editor (CF Java Editor) succeeded CF Edit IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/crossedit?rev=1215466493 New Revision: http://wiki.metalforge.net/doku.php/crossedit -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:52:30 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:52:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfireeditor Message-ID: <1382763150.318856.21470.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:52 User : partmedia Edit Summary: Add information about historic editors @@ -1,3 +1,15 @@ - The official Crossfire map editor is also known as the [[gridarta]] project. + ====== Map Editors ====== + ===== Crossedit ===== - See also : [[howto:setup_ant_toolchain|HOWTO: Set up the ant toolchain]] + Crossedit (also known as CF Edit) was the original map editor for Crossfire. The application required X window system release 5 with Athena Widget Set and an ANSI C compiler to compile this program. + + ** Releases ** + + Crossedit is currently at version 1.2.0 - which is unchanged since Crossfire version 0.95.3; the editor version was bumped up for each release of Crossfire until v0.95.3 + + ** Current Status ** + + The Java Editor (CF Java Editor) succeeded CF Edit + + ===== CFJavaEditor ===== + CFJavaEditor (a.k.a. the Java Editor) is the more used of the two crossfire map editors. It is contained in the "cfjavaeditor" CVS module, which was not moved into SVN. This editor is succeeded by [[gridarta]]. There have not been any gridarta releases yet. IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/crossfireeditor?rev=1240729166 New Revision: http://wiki.metalforge.net/doku.php/crossfireeditor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 25 23:56:54 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 25 Oct 2013 23:56:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382763414.865054.21475.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/25 23:56 User : partmedia Edit Summary: Link in orphaned spoilers @@ -1,8 +1,6 @@ - ====== Crossfire Guides ====== - Within are several guides detailing various aspects of playing the Crossfire game. - - For guides related to developing or modifying maps or software, see the [[dev:Guides|Developer Guides]]. + ====== Player Guides ====== + Here you will find many guides detailing various aspects of playing Crossfire. If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. ===== Map Guides ===== These are various guides to help people find their way around the world. @@ -119,8 +117,12 @@ * [[guides:Smithing Guide]] * [[guides:Cursed Item Removal Options]] * [[Client Side Scripting]] + + ===== Spoilers ===== + * [[monster_dump]] + * [[quests]] ===== Command Syntax ===== Lists of commands with syntax and a short description of what each command does. IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1366235912 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:27:51 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:27:51 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: fire_hatchling Message-ID: <1382779671.438049.19865.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:27 User : saru Edit Summary: Deleted, covered entirely by http://wiki.metalforge.net/doku.php/races:dragons now @@ -1,105 +1 @@ - [[Document Repository]] > [[Document Repository|Player Guides]] > [[Race guide]] > **Dragon Guide** - FIXME Merge into [[races:dragons]]. - - ====== Fire Hatchlings ====== - - (Formerly "Dragons") - - - ===== A Young Fire Hatchling's Guide ===== - - Playing a fire hatchling is unlike any other character type in crossfire. Fire hatchlings can eat flesh to gain resistances, up to 95%! But for this wonderful ability, they cannot wear armour, or wield weapons. The only types of equipment they can use are rings, amulets, bracers, girdles and cloaks. Fire hatchlings also gain various abilities as they gain levels. And as they gain levels, their armour and AC increases, up to a maximum of 83 armour at level 110. Also, fire hatchlings have "focuses", which affects them greatly. Fire hatchlings are often more challenging to play, but they can be very rewarding. - - === Eating food to gain resistances: === - - By eating flesh dropped from monsters, a fire hatchling can increase it's resistances to whatever the monster is resistant to, permanently. This doesn't happen every time, and as your resistance grows higher, you need to find higher level food. At lower levels, zombies will build your cold resistance quickly, and ogres help build your electric resistance. At medium levels, skulls and wyverns are good food. At higher levels, you'll have to find things, but resurrected warriors and evil masters are quite tasty. Explore. Eat everything. - - === Chart of various tastes: === - - **Delicious** - Good chance of gaining resistance. This usually adds 1 to a (couple of) resistance(s) - - **Very Good** - Little chance of gaining resistance. This usually adds 1 to a (couple of) resistance(s) - - **Good** - Very little chance of gaining resistance. This usually adds 1 to a (couple of) resistance(s) - - **Boring** - Almost no chance of gaining resistance. You are very near to where this flesh stops helping (Takes a ton to get the resistance up more) - - **No Taste** - No help whatsoever. No chance of resistance gain. Either you are well beyond the listed resistance or it never gives a bonus to resistances. - - **Disgusting** - Human food. Ick. No chance for gaining resistance. - - **Ancient Elemental's Residue** - Changes your focus only. - - === Titles: === - - Unlike all other players, Fire hatchlings cannot set their titles arbitrarily. As your resistances grow, you'll gain the titles of "big, ancient, and Legendary". Also your title will show your highest resistance, as in "Cannibal the Legendary Fire Dragon". - - === Focuses and abilities: === - - A fire hatchling's focus is where his experience and resistance is concentrated. Also, depending on your focus, you will gain different abilities as you increase in level. I believe it was 10 levels to get the first benefit then 5 more for the next. Here's a list of the focus benefits: - - **Fire:** - Fire attuned - Fire claws - Dragon's Breath (gives you the spell if you don't have it) - - **Cold:** - Cold attuned - Cold Claws - Large Icestorm (gives you the spell if you don't have it) - - **Lightning:** - Lightning Attuned - Lightning Claws - Ball Lightning (gives you the spell if you don't have it) - X-ray Vision (always on, never have to cast it again) - - **Poison:** - Poison Cloud (gives you the spell if you don't have it) - Poison Claws - - Choosing or switching a focus at the proper time is vital since it costs 1 level to switch metabolisms. If you're not careful, you could end up (temporarily) loosing abilities. - - To change your focus, go to the fire hatchling guild in Scorn, and buy an ancient elemental's residue of the appropriate type. As an example, eating ancient electric elemental's residue (food+0) (electricity metabolism) will change your focus to lightning. - - === Equipment: === - - As a fire hatchling's equipment choice is rather limited, choosing the right equipment is critical. You may find yourself carrying around a number of rings and amulets, and changing those as circumstances change, more so than with other types of characters. - Hints on playing: - - Amulet of sustenance will come in very handy. If you are in areas where you are finding very little edible flesh then you will notice your food dropping quickly without one. - - I like playing the "Chaos" Dragon as the added benefit of having Fire, Lightning, cold, poison and physical attacks helps greatly against creatures. To become a "Chaos" fire hatchling (my name not the games) you just gain levels as a fire, switch to the cold, gain levels switch to the next and do that with all of the types. - - When going against creatures that are not immune to physical attack or are not vulnerable to one of your claw attack types, then use the skill Karate. You will attack quicker and have more damage. - - When eating flesh, if it doesn't list a resistance it will have no taste, if it doesn't list food+(some amount) then it is poisonous. - - Any god can be used when using the Dragon race. I like [[gods:Gaea]], [[gods:Ruggilli]], and strange but true, good ol [[gods:Mostrai]] (Holy word kills titans without destroying their flesh) - - Face of death is the best spell to have as it also kills creatures without destroying flesh, unfortunately it is denied by Gaea. - - At high resistance levels I have found that the chaos lair, wizards tower (Dragon man Red/White/Blue/Highlord), warrior proving grounds (chaos pit), Butakis prison (underground), Butakis royal church (underground), and The Ice/Electric/Fire Antechambers in the wyvern's nest are the best places for food. - - X-ray vision is only good for 2-3 spaces, not the entire map. So it lets you see through a wall you are next to, but not much farther than that. - - You can set autopickup to only get corpses. Try 'search-items ' Keep in mind though this will slow you down. For further instructions, type in search-items without any arguments. - - Peace is a great spell for fire hatchlings because you can get critters to stop attacking, and then kill them, so that they leaves all the yummies without burning/freezing/electrocuting it. - - Fire hatchlings (and [[races:fireborns|fireborn]], but that's a different guide) make good monks. - - Attack and Damage values increase with character Level. Resistance is increased by consuming monster parts. - - Summary provided by: - Phillip Stolarczyk - http://theperlguru.com/crossfire/DragonGuide.txt - And by "Zalasta" at the Crossfire Web Board IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/fire_hatchling?rev=1201653619 New Revision: http://wiki.metalforge.net/doku.php/fire_hatchling -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:28:26 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:28:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:dragons Message-ID: <1382779706.930238.19868.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:28 User : saru Edit Summary: Removed reference to fire hatchling @@ -6,10 +6,8 @@ Over the years, their dragonhide hardens and it can provide better protection than the best armour. Instead of wielding weapons, they use their sharp and lethal claws in combat. Moreover, dragons have a natural talent for magic. Dragons are very interested in the lore of the elements and usually choose to specialize. While focusing their metabolism on a certain element, they can gain various new abilities -- including new spells, enhanced claws and more. Eventually, a dragon is able to evolve from the hatchling stage into a grown-up terrifying ancient dragon. - - FIXME Merge [[:fire hatchling]] content here. =====Player Race ===== The Dragon is selectable by players as their race. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:dragons?rev=1340850905 New Revision: http://wiki.metalforge.net/doku.php/races:dragons -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:29:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:29:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:dragons Message-ID: <1382779754.713242.19872.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:29 User : saru Edit Summary: remove reference to fire hatchling page @@ -101,7 +101,4 @@ * 1 Talisman * 1 Bracers * 1 Cloak * 1 Girdle - - =====See Also===== - Much of this page is taken from [[http://crossfire.real-time.com/guides/character/dragons.html|"A Young Fire Hatchling's Guide"]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:dragons?rev=1382779703 New Revision: http://wiki.metalforge.net/doku.php/races:dragons -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:31:28 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:31:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:sense_curse Message-ID: <1382779888.642332.19877.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:31 User : saru Edit Summary: created ====== Description ====== The user identify items with magical properties. ====== Use Skill ====== Has a chance of identifying items that have magical properties that user currently holds or is standing on top of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:sense_curse -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:31:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:31:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:sense_curse Message-ID: <1382779913.891934.19880.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:31 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - The user identify items with magical properties. + The user identify items that have been cursed. ====== Use Skill ====== - Has a chance of identifying items that have magical properties that user currently holds or is standing on top of. + Has a chance of identifying items that have been cursed that user currently holds or is standing on top of. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:sense_curse?rev=1382779886 New Revision: http://wiki.metalforge.net/doku.php/skills:sense_curse -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:32:39 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:32:39 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:sense_magic Message-ID: <1382779959.838440.19883.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:32 User : saru Edit Summary: created ====== Description ====== Players with the ability sense_magic can identify items with magical properties. ====== Use Skill ====== Has a chance of identifying items that have magical properties that user currently holds or is standing on top of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:sense_magic -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:33:28 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:33:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:sense_curse Message-ID: <1382780008.348534.19886.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:33 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - The user identify items that have been cursed. + Enables a player to identify items that have been cursed. ====== Use Skill ====== Has a chance of identifying items that have been cursed that user currently holds or is standing on top of. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:sense_curse?rev=1382779913 New Revision: http://wiki.metalforge.net/doku.php/skills:sense_curse -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:38:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:38:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:karate Message-ID: <1382780282.790419.19891.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:38 User : saru Edit Summary: created ====== Description ====== A User can make a bare-handed attack. Damage is based on the user's ?DEX? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes karate your active attack. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:karate -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:39:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:39:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:karate Message-ID: <1382780360.580791.19903.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:39 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's ?DEX? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]. + A User can make a bare-handed attack. Damage is based on the user's ?DEX? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]). ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes karate your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:karate?rev=1382780280 New Revision: http://wiki.metalforge.net/doku.php/skills:karate -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:40:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:40:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382780431.869192.19908.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:40 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the Quetzecoatl and Dragon character race. + User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[Quetzecoatl and Dragon character race however Lizard men also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1168915397 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:42:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:42:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382780529.370172.19911.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:42 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[Quetzecoatl and Dragon character race however Lizard men also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] + User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however Lizard men also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382780429 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:44:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:44:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382780669.809576.19914.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:44 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however Lizard men also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] + User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382780525 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:45:05 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:45:05 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:karate Message-ID: <1382780705.669632.19919.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:45 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's ?DEX? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]). + A User can make a bare-handed attack. Damage is based on the user's ?STR? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]). ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes karate your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:karate?rev=1382780359 New Revision: http://wiki.metalforge.net/doku.php/skills:karate -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:52:12 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:52:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382781132.295685.19924.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:52 User : saru Edit Summary: @@ -49,8 +49,29 @@ {{:images:quetzalcoatl.base.131.png}} [[races:Quetzalcoatls]] --- {{:images:serpentman.base.151.png}} [[races:Serpent Men]] --- {{:images:troll_p.base.151.png}} [[races:Trolls]] --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] + + ===== Class Guides ===== + Guides on the [[classes]] that players can choose + + {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] + --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] + --- {{:images:elf.base.151.png}} [[classes:Summoner]] + --- {{:images:fenx.base.150.png}} [[classes:Wizard]] + --- {{:images:fireborn.base.111.png}} [[classes:Alchemist]] + + {{:images:gnome_p.base.151.png}} [[classes:Sorcerer]] + --- {{:images:halfling.base.151.png}} [[classes:Devotee]] + --- {{:images:pl_half_orc.base.151.png}} [[classes:Warrior]] + --- {{:images:human.base.151.png}} [[classes:Barbarian]] + --- {{:images:viking.base.151.png}} [[classes:Swashbuckler]] + + {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] + --- {{:images:serpentman.base.151.png}} [[classes:Thief]] + --- {{:images:troll_p.base.151.png}} [[classes:Monk]] + --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] + ===== Monster/NPC Guides ===== Information about monsters and NPCs. @@ -133,5 +154,4 @@ Stuff that doesn't fit the above catagories. * [[serverhosting:hosting_a_crossfire_server|Server Hosting]] - Recommendations and suggestions for hosting a Crossfire Server * [[guides:Time]] - Details about time, seasons, and related topics. - IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382763411 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:53:47 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:53:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382781227.380421.19927.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:53 User : saru Edit Summary: @@ -69,12 +69,13 @@ {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] + ===== Monster/NPC Guides ===== - Information about monsters and NPCs. + Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Spoilers: Monsters]] ===== Skill Guides ===== * [[skills:Alchemy]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382781125 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:57:50 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:57:50 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:punching Message-ID: <1382781470.622037.19934.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:57 User : saru Edit Summary: created ====== Description ====== A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for most races and classes and is the most feeble of the hand-to-hand attacks. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:clawing|clawing]] ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes punching your active attack. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:punching -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:58:40 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:58:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382781520.777227.19937.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:58 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]] + A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creates with claws. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382780667 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 04:59:01 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 04:59:01 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382781541.111841.19940.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 04:59 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creates with claws. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]]. + A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creatures with claws. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382781519 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:00:34 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:00:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:wizardry Message-ID: <1382781634.531088.20636.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:00 User : saru Edit Summary: removed @@ -1,12 +1 @@ - ====== Description ====== - - User is allowed to cast "wizard" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. - - ====== Use Skill ====== - - Skill is a spell group, and used through the cast command. - - ====== Ready Skill ====== - - Nothing I know of. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:wizardry?rev=1171777885 New Revision: http://wiki.metalforge.net/doku.php/skills:wizardry -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:02:16 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:02:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382781736.991167.20639.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:02 User : saru Edit Summary: Changed wizardry to sorcery, added other spell trees @@ -74,8 +74,9 @@ ===== Monster/NPC Guides ===== Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Spoilers: Monsters]] + ===== Skill Guides ===== * [[skills:Alchemy]] @@ -83,8 +84,9 @@ * [[skills:Bowyer]] * [[skills:Clawing]] * [[skills:Climbing]] * [[skills:Disarm Traps]] + * [[skills:Evocation]] * [[skills:Find Traps]] * [[skills:Fishing]] * [[skills:Flame Touch]] * [[skills:Hiding]] @@ -101,18 +103,20 @@ * [[skills:Mountaineer]] * [[skills:Oratory]] * [[skills:Praying]] * [[skills:Punching]] + * [[skills:Pyromancy]] * [[skills:Sense Curse]] * [[skills:Sense Magic]] * [[skills:Set Traps]] * [[skills:Singing]] * [[skills:Smithery]] + * [[skills:Sorcery]] + * [[skills:Summoning]] * [[skills:Stealing]] * [[skills:Thaumaturgy]] * [[skills:Throwing]] * [[skills:Use Magic Item]] - * [[skills:Wizardry]] * [[skills:Woodsman]] * [[skills:Writing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382781223 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:02:45 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:02:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:sorcery Message-ID: <1382781765.951289.20643.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:02 User : saru Edit Summary: created ====== Description ====== User is allowed to cast "sorcery" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. ====== Ready Skill ====== Nothing I know of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:sorcery -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:03:24 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:03:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:pyromancy Message-ID: <1382781804.611256.20646.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:03 User : saru Edit Summary: created ====== Description ====== User is allowed to cast "pyromancy" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. ====== Ready Skill ====== Nothing I know of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:pyromancy -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:04:04 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:04:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:evocation Message-ID: <1382781844.208592.20649.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:04 User : saru Edit Summary: created ====== Description ====== User is allowed to cast "evocation" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. ====== Ready Skill ====== Nothing I know of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:evocation -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:05:18 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:05:18 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:summoning Message-ID: <1382781918.961458.20654.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:05 User : saru Edit Summary: created ====== Description ====== User is allowed to cast "summoning" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. ====== Ready Skill ====== Nothing I know of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:summoning -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:10:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:10:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:flame_touch Message-ID: <1382782255.903250.20668.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:10 User : saru Edit Summary: @@ -1,12 +1,13 @@ ====== Description ====== - User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default hand-to-hand fighting skill for the Fireborn character race. This is a Physique type skill. + A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:fireborn|fireborn]]. This ability cannot be learnt as it requires creatures born of fire. + + Other non-weapon based attack skills include [[skills:karate|karate]], [[skills:clawing|clawing]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== - Makes Flame touch the active attack type. - + Makes flame touch your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:flame_touch?rev=1168916438 New Revision: http://wiki.metalforge.net/doku.php/skills:flame_touch -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:11:21 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:11:21 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:flame_touch Message-ID: <1382782281.939335.20671.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:11 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:fireborn|fireborn]]. This ability cannot be learnt as it requires creatures born of fire. + A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:fireborns|fireborns]]. This ability cannot be learnt as it requires creatures born of fire. Other non-weapon based attack skills include [[skills:karate|karate]], [[skills:clawing|clawing]] and [[skills:punching|punching]]. ====== Use Skill ====== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:flame_touch?rev=1382782253 New Revision: http://wiki.metalforge.net/doku.php/skills:flame_touch -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:13:07 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:13:07 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:fireborns Message-ID: <1382782387.527021.20674.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:13 User : saru Edit Summary: @@ -31,10 +31,12 @@ * 4 ring slots * 2 amulet slots * Emits light * Attunement to fire magic + ====Skills==== - * Levitation + * [[skills:Flame_touch|Flame touch]] + * [[skills:Levitation|Levitation]] ====Tips on playing==== * Make sure you throw dice until you get high INT and POW. * When choosing class, make sure you note benefits of Evoker and Monk. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:fireborns?rev=1167695180 New Revision: http://wiki.metalforge.net/doku.php/races:fireborns -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:14:54 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:14:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:karate Message-ID: <1382782494.219252.20677.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:14 User : saru Edit Summary: @@ -1,11 +1,13 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's ?STR? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills (e.g. [[skills:clawing|clawing]] and [[skills:punching|punching]]). + A User can make a bare-handed attack. Damage is based on the user's ?STR? and level. This is the default "hand-to-hand" fighting skill for Monks and is a useful ability for non weapon wielding characters as it deals the highest physical damage of the non weapon based attack skills. + + Other non-weapon based attack skills include [[skills:flame_touch|flame touch]], [[skills:clawing|clawing]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes karate your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:karate?rev=1382780704 New Revision: http://wiki.metalforge.net/doku.php/skills:karate -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:16:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:16:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382782562.174149.20682.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:16 User : saru Edit Summary: @@ -1,11 +1,13 @@ ====== Description ====== - A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creatures with claws. Other non-weapon based attack skills include [[skills:karate|karate]] and [[skills:punching|punching]]. + A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creatures with claws. + + Other non-weapon based attack skills include [[skills:karate|karate]], [[skills:flame_touch|flame_touch]] [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382781539 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:16:40 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:16:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:clawing Message-ID: <1382782600.628582.20685.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:16 User : saru Edit Summary: @@ -1,13 +1,13 @@ ====== Description ====== A User can make a bare-handed attack. Damage is based on the user's STR and level. This is the default "hand-to-hand" fighting skill for the [[races:quetzalcoatls|Quetzecoatl]] and [[races:dragons|Dragon]] character race however [[races:serpent_men|serpent men]] also have the ability. This ability cannot be learnt as it requires creatures with claws. - Other non-weapon based attack skills include [[skills:karate|karate]], [[skills:flame_touch|flame_touch]] [[skills:punching|punching]]. + Other non-weapon based attack skills include [[skills:karate|karate]], [[skills:flame_touch|flame_touch]] and [[skills:punching|punching]]. ====== Use Skill ====== Nothing ====== Ready Skill ====== Makes clawing your active attack. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:clawing?rev=1382782559 New Revision: http://wiki.metalforge.net/doku.php/skills:clawing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:39:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:39:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:meditation Message-ID: <1382783977.874714.20711.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:39 User : saru Edit Summary: created ====== Description ====== A player can regain mana at an accelerated rate in a similar manner to [[skills:praying]]. Player must first strip off encumbering armour. This skill is only available to the Monk character class and is perfectly suited to [[:gods]] and [[:races]] that deny the use of [[equipment:armour]]. ====== Use Skill ====== Regenerates a fraction of a players mana pool up to the maximum mana. ====== Ready Skill ====== Makes mediation your active ability. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:meditation -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:49:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:49:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382784554.720365.20718.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:49 User : saru Edit Summary: Major Regroup of skills and Added equipment categories @@ -72,54 +72,77 @@ --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] - ===== Monster/NPC Guides ===== - Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Spoilers: Monsters]] + ===== Equipment Guides ===== + The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: + [[equipment:Melee_Weapons|Missile weapons]] + [[equipment:Missile_Weapons|Missile weapons]] + The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: + * [[Equipment:Body_armour|Body Armour]] + * [[equipment:Shields]] + * [[Equipment:Helmets]] + * [[Equipment:Bracers]] + * [[Equipment:Gloves]] + * [[Equipment:Belts]] + * [[Equipment:Cloaks]] + * [[Equipment:Rings]] + * [[Equipment:Amulets]] + * [[Equipment:Armour]] + + The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics + * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] + * [[Equipment:Scrolls]], [[Equipment:Potions]] + * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] ===== Skill Guides ===== + * [[skills:combat]] + * Combat skills that require melee distance + * [[skills:Melee Weapons]] + * [[skills:Punching]] + * [[skills:Karate]] + * [[skills:Clawing]] + * [[skills:Flame Touch]] + * Combat skills that can attack from a distance + * [[skills:Missile Weapons]] + + * [[skills:spell_casting|Spell Casting]] + * Spell casting falls into the following disciplines + * [[skills:Summoning]] + * [[skills:Sorcery]] + * [[skills:Pyromancy]] + * [[skills:Evocation]] + * [[skills:Praying]] * [[skills:Alchemy]] * [[skills:Bargaining]] * [[skills:Bowyer]] - * [[skills:Clawing]] * [[skills:Climbing]] * [[skills:Disarm Traps]] - * [[skills:Evocation]] * [[skills:Find Traps]] * [[skills:Fishing]] - * [[skills:Flame Touch]] * [[skills:Hiding]] * [[skills:Inscription]] * [[skills:Jeweler]] * [[skills:Jumping]] - * [[skills:Karate]] * [[skills:Levitation]] * [[skills:Literacy]] * [[skills:Lockpicking]] * [[skills:Meditation]] - * [[skills:Melee Weapons]] - * [[skills:Missile Weapons]] * [[skills:Mountaineer]] * [[skills:Oratory]] - * [[skills:Praying]] - * [[skills:Punching]] - * [[skills:Pyromancy]] * [[skills:Sense Curse]] * [[skills:Sense Magic]] * [[skills:Set Traps]] * [[skills:Singing]] * [[skills:Smithery]] - * [[skills:Sorcery]] - * [[skills:Summoning]] * [[skills:Stealing]] * [[skills:Thaumaturgy]] * [[skills:Throwing]] * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] - ===== Gods ===== Guides on worshipping @@ -145,10 +168,12 @@ * [[Client Side Scripting]] ===== Spoilers ===== + Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Spoilers: Monsters]] * [[monster_dump]] * [[quests]] + ===== Command Syntax ===== Lists of commands with syntax and a short description of what each command does. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382781733 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 05:49:54 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 05:49:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382784594.937541.20721.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 05:49 User : saru Edit Summary: @@ -69,15 +69,16 @@ {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] + ===== Equipment Guides ===== The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: - [[equipment:Melee_Weapons|Missile weapons]] - [[equipment:Missile_Weapons|Missile weapons]] + * [[equipment:Melee_Weapons|Missile weapons]] + * [[equipment:Missile_Weapons|Missile weapons]] The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: * [[Equipment:Body_armour|Body Armour]] * [[equipment:Shields]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382784551 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:30:45 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:30:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:summoning Message-ID: <1382787045.132705.21160.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:30 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - User is allowed to cast "summoning" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. + User is allowed to cast [[spells:summoning|summoning spells]]. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:summoning?rev=1382781916 New Revision: http://wiki.metalforge.net/doku.php/skills:summoning -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:32:38 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:32:38 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:pyromancy Message-ID: <1382787158.978777.21163.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:32 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - User is allowed to cast "pyromancy" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. + User is allowed to cast [[spells:pyromancy|pyromancy spells]]. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:pyromancy?rev=1382781803 New Revision: http://wiki.metalforge.net/doku.php/skills:pyromancy -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:33:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:33:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:sorcery Message-ID: <1382787200.413788.21166.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:33 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - User is allowed to cast "sorcery" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. + User is allowed to cast [[spells:sorcery|sorcery spells]]. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:sorcery?rev=1382781762 New Revision: http://wiki.metalforge.net/doku.php/skills:sorcery -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:34:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:34:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:evocation Message-ID: <1382787254.861223.21169.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:34 User : saru Edit Summary: @@ -1,12 +1,13 @@ ====== Description ====== - User is allowed to cast "evocation" spells. This skill may be acquired either through the use of a talisman or learned via a skill scroll. + User is allowed to cast [[spells:evocation|evocation spells]]. This skill may be acquired either through the use of a talisman or learned via a skill scroll. ====== Use Skill ====== Skill is a spell group, and used through the cast command. ====== Ready Skill ====== Nothing I know of. + IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:evocation?rev=1382781841 New Revision: http://wiki.metalforge.net/doku.php/skills:evocation -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:37:15 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:37:15 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382787435.129983.21174.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:37 User : saru Edit Summary: @@ -94,8 +94,9 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + ===== Skill Guides ===== * [[skills:combat]] * Combat skills that require melee distance @@ -107,13 +108,14 @@ * Combat skills that can attack from a distance * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] - * Spell casting falls into the following disciplines + * [[spells:wizardry|Wizardry spells]] that require spell points: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] + * [[spells:praying|Praying spells]] that require grace: * [[skills:Praying]] * [[skills:Alchemy]] * [[skills:Bargaining]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382784593 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:41:58 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:41:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:praying Message-ID: <1382787718.357761.21190.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:41 User : saru Edit Summary: created ====== Description ====== A User is allowed to cast [[spells:praying|prayer spells]] and actively restore grace at an accelerated rate by praying. This skill may be acquired either through the use of a [[equipment:talismans|holy symbol]] or learned via a [[equipment:skill_scroll|skill scroll]]. ====== Use Skill ====== Restore 1 grace point per use. ====== Ready Skill ====== Ready equipment for praying. Ready player to cast [[spells:praying|prayer spells]]. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:53:16 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:53:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:spell_casting Message-ID: <1382788396.851373.21197.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:53 User : saru Edit Summary: created ====== Spells Casting ====== Spell casting skills enable a major part of Crossfire by allowing players to cast specific [[:spells|spells]]. Many player [[:characters|characters]] have the ability to memorize and cast spells, as do some [[:NPCs]] and [[:monsters]]. [[:equipment]] such as [[equipment:scrolls]], [[equipment:wands]], and [[equipment:staffs]] may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. The spell casting skills are: * Wizardry skills * [[skills:Evocation]] * [[skills:Pyromancy]] * [[skills:Sorcery]] * [[skills:Summoning]] * [[skills:praying|Praying]] For a list of what spells are available visit the [[spells:index|spell index]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:55:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:55:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:spell_casting Message-ID: <1382788509.787332.21202.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:55 User : saru Edit Summary: @@ -2,12 +2,12 @@ Spell casting skills enable a major part of Crossfire by allowing players to cast specific [[:spells|spells]]. Many player [[:characters|characters]] have the ability to memorize and cast spells, as do some [[:NPCs]] and [[:monsters]]. [[:equipment]] such as [[equipment:scrolls]], [[equipment:wands]], and [[equipment:staffs]] may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. The spell casting skills are: - * Wizardry skills + * Wizardry skills: spells from these skills require spell points to cast * [[skills:Evocation]] * [[skills:Pyromancy]] * [[skills:Sorcery]] * [[skills:Summoning]] - * [[skills:praying|Praying]] + * [[skills:praying|Praying]]: spells from this skill require grace from a god to cast For a list of what spells are available visit the [[spells:index|spell index]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting?rev=1382788394 New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:57:16 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:57:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells Message-ID: <1382788636.551749.21205.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:57 User : saru Edit Summary: Recreated page to focus specifically on spells, rather than skills which provide spell casting ability @@ -1,15 +1,13 @@ - ====== Spells ====== + ===== Spells ===== - Spells are a major part of Crossfire. Many player characters have the ability to memorize and cast spells, as do some NPCs and monsters. Scrolls, wands, and staffs may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. - - Spells learned from books fall into two main categories: wizardry spells and prayers. Casting wizardry spells requires mana and the applicable skill for each spell. Casting prayers requires grace from a [[gods|god]] and the praying skill. Most spells also belong to a Path; and players may be attuned, repelled, or denied a particular path by their race, class, or god. + Spells fall into two main categories: wizardry spells and prayers. Casting wizardry spells requires spell points and the applicable skill for each spell. Casting prayers requires grace from a [[gods|god]] and the praying skill. Most spells also belong to a Path; and players may be attuned, repelled, or denied a particular path by their race, class, or god. ^ Paths ||||| |Mind |Creation |Teleportation |Information |Transmutation | |Protection |Fire |Frost |Electricity |Missiles | |Self |Summoning |Abjuration |Restoration |Detonation | - |Transferrence |Turning |Wounding |Death |Light | + |Transference |Turning |Wounding |Death |Light | Spell details and more information about the skills needed are at the following links. * Wizardry spells @@ -19,17 +17,8 @@ * [[spells:summoning]] * [[spells:praying|Prayers]] * [[spells:index|Index]] of all spells - - - - - - - - - ===== Notes & Comments ===== * FIXME Several spells have a skill of ???? set in their archetypes, so they aren't on any of the lists above. What to do with those? Are they still valid spells in the game? IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells?rev=1249016181 New Revision: http://wiki.metalforge.net/doku.php/spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:58:17 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:58:17 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells Message-ID: <1382788697.140244.21208.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:58 User : saru Edit Summary: @@ -18,34 +18,10 @@ * [[spells:praying|Prayers]] * [[spells:index|Index]] of all spells - ===== Notes & Comments ===== - * FIXME Several spells have a skill of ???? set in their archetypes, so they aren't on any of the lists above. What to do with those? Are they still valid spells in the game? - * If a dm learns a spell with a skill of ????: - * And then tries to cast and fire the spell, the result in the client is a message '''You need the skill ???? to cast !''' - * The spell is listed in the cast command output in a group called ???? spells with level and sp stats displayed. - * The spells with a skill of ???? are: - * aggravation - * charging - * This spell appears in scrolls, and is used to add charges to wands and staffs. - * create lava - * A comment in the arch file indicates this spell is used by volcanoes and that it is not tuned for use by a character. - * haste - * heroism - * This spell appears in potions. - * polymorph - * Converts a living object into another monster of some sort, or transforms an object to another type of object. - * **Polymorph is no longer used, and the others are spells which are never learned by players by are cast by some items/maps/monsters. For your script you should probably have it take into account which spells show up in which treasurelists (i.e. if players can learn them, what spell items they show up in, etc.)** - * regenerate spellpoints - * A comment in the arch file indicates the spell is strictly for use in potions. - * Looks like that's the next task; matching spells to treasurelists and adding a Found_In field of some sort. - * Other non-player spells are: - * cannon shell (no skill defined) - * A comment in the arch states: used by cannons to fire spells. As such, most of the values aren't that meaningful compared to spells players casts. - * Two spells, [[spells:evocation#armour|armour]] and [[spells:praying#iron_skin|iron skin]] have a path_attuned value of 33, which means they belong to two spell paths: 32 (Self), and 1 (Protection). - * Feel free to link to this page from any other as the top-level page for the Spells section. + ===== Credits ===== * All information retrieved from the archetype files in the [[http://crossfire.real-time.com/svn/index.html|SVN repository]], or from the [[http://crossfire.real-time.com/spoiler/spells/index.html|Spells]] section of the main Crossfire site. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells?rev=1382788633 New Revision: http://wiki.metalforge.net/doku.php/spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 06:59:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 06:59:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells Message-ID: <1382788746.473849.21211.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 06:59 User : saru Edit Summary: @@ -17,11 +17,13 @@ * [[spells:summoning]] * [[spells:praying|Prayers]] * [[spells:index|Index]] of all spells + + * [[spells:non_player|Spells]] that are not used by players ===== Credits ===== * All information retrieved from the archetype files in the [[http://crossfire.real-time.com/svn/index.html|SVN repository]], or from the [[http://crossfire.real-time.com/spoiler/spells/index.html|Spells]] section of the main Crossfire site. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells?rev=1382788694 New Revision: http://wiki.metalforge.net/doku.php/spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:01:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:01:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: spells:non_player Message-ID: <1382788891.889158.21335.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:01 User : saru Edit Summary: created ===== Non player spells ===== FIXME This article describes spells that are not available to players and the symptoms of using these skills via DM commands. Information in this article may be out of date or no longer pertinent. ==== ???? ==== * Several spells have a skill of ???? set in their archetypes, so they aren't on any of the lists above. What to do with those? Are they still valid spells in the game? * If a dm learns a spell with a skill of ????: * And then tries to cast and fire the spell, the result in the client is a message '''You need the skill ???? to cast !''' * The spell is listed in the cast command output in a group called ???? spells with level and sp stats displayed. * The spells with a skill of ???? are: * aggravation * charging * This spell appears in scrolls, and is used to add charges to wands and staffs. * create lava * A comment in the arch file indicates this spell is used by volcanoes and that it is not tuned for use by a character. * haste * heroism * This spell appears in potions. * polymorph * Converts a living object into another monster of some sort, or transforms an object to another type of object. * **Polymorph is no longer used, and the others are spells which are never learned by players by are cast by some items/maps/monsters. For your script you should probably have it take into account which spells show up in which treasurelists (i.e. if players can learn them, what spell items they show up in, etc.)** * regenerate spellpoints * A comment in the arch file indicates the spell is strictly for use in potions. * Looks like that's the next task; matching spells to treasurelists and adding a Found_In field of some sort. * Other non-player spells are: * cannon shell (no skill defined) * A comment in the arch states: used by cannons to fire spells. As such, most of the values aren't that meaningful compared to spells players casts. * Two spells, [[spells:evocation#armour|armour]] and [[spells:praying#iron_skin|iron skin]] have a path_attuned value of 33, which means they belong to two spell paths: 32 (Self), and 1 (Protection). * Feel free to link to this page from any other as the top-level page for the Spells section. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/spells:non_player -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:04:34 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:04:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells Message-ID: <1382789074.432706.21338.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:04 User : saru Edit Summary: @@ -15,15 +15,11 @@ * [[spells:pyromancy]] * [[spells:sorcery]] * [[spells:summoning]] * [[spells:praying|Prayers]] - * [[spells:index|Index]] of all spells - - * [[spells:non_player|Spells]] that are not used by players - - + * [[spells:non_player|Spells]] that are not used by players ===== Credits ===== * All information retrieved from the archetype files in the [[http://crossfire.real-time.com/svn/index.html|SVN repository]], or from the [[http://crossfire.real-time.com/spoiler/spells/index.html|Spells]] section of the main Crossfire site. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells?rev=1382788745 New Revision: http://wiki.metalforge.net/doku.php/spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:07:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:07:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:index Message-ID: <1382789249.622241.21343.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:07 User : saru Edit Summary: @@ -225,18 +225,9 @@ * [[praying#wrathful_eye|wrathful eye]] * [[sorcery#xray|xray]] ===== Notes & Comments ===== - - * Any suggestions? Other sortings that could be useful? Now that I have them in a database, it's trivial to sort them by level, path, or any other criteria. - * Not so much for adding this info for this specific page, but what about including the attack_type(s) for each spell summary? - * Glad to, if I can figure them out. All spell archetypes appear to have a 'type,' which is always 101, and a 'subtype,' which varies. I'm not sure what those two mean yet. Only some of them have an 'attacktype.' I understand the attacktype bitmask, but what about all the spells without that value? Do they have an attacktype at all? - * I don't understand it very well myself, but does this help? http://wiki.metalforge.net/doku.php/dev:spells - * The page Leaf linked is a good thing to see. Another thing to note, is that sometimes, the attacktypes of spells are not defined in the spell, but are defined in the effect object, thus you need to add the attacktypes from the spell and effect object to get the actual attacktypes in some cases. - * Thanks, I understand what the fields do now. Looks like I'm going to have to turn the mishmash of perl and shell commands I used to create those lists into a real script, so it can follow the other_arch links where they exist, and be modified for future changes. - - * The spells without links are the ones with "skill = ????" in their archetypes, so they aren't on any of the lists. I'm not sure what to do with those, or if they even exist in the game. - * In most cases, they do not exist from a player standpoint, they are available for monster use (only?) or other unique circumstances (can't think of an example ATM) + (*) This mark denotes a [[spells:non_player|spell that is not available to players]] ===== Credits ===== * All information retrieved from the archetype files in the [[http://crossfire.real-time.com/svn/index.html|SVN repository]], or from the [[http://crossfire.real-time.com/spoiler/spells/index.html|Spells]] section of the main Crossfire site. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:index?rev=1249016394 New Revision: http://wiki.metalforge.net/doku.php/spells:index -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:08:34 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:08:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:spell_casting Message-ID: <1382789314.277779.21346.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:08 User : saru Edit Summary: @@ -10,4 +10,5 @@ * [[skills:Summoning]] * [[skills:praying|Praying]]: spells from this skill require grace from a god to cast For a list of what spells are available visit the [[spells:index|spell index]] + Developers information: [[dev:spells|here]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting?rev=1382788507 New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:13:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:13:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:spell_casting Message-ID: <1382789617.863246.21360.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:13 User : saru Edit Summary: @@ -1,14 +1,20 @@ ====== Spells Casting ====== Spell casting skills enable a major part of Crossfire by allowing players to cast specific [[:spells|spells]]. Many player [[:characters|characters]] have the ability to memorize and cast spells, as do some [[:NPCs]] and [[:monsters]]. [[:equipment]] such as [[equipment:scrolls]], [[equipment:wands]], and [[equipment:staffs]] may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. + ==== Spell Casting Skills ==== The spell casting skills are: * Wizardry skills: spells from these skills require spell points to cast * [[skills:Evocation]] * [[skills:Pyromancy]] * [[skills:Sorcery]] * [[skills:Summoning]] * [[skills:praying|Praying]]: spells from this skill require grace from a god to cast + + ==== Spells ==== + For more information about spells visit [[:spells]] For a list of what spells are available visit the [[spells:index|spell index]] - Developers information: [[dev:spells|here]] + + ==== Technical information ==== + For information on development and technical aspects of spells: [[dev:spells|dev:spells]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting?rev=1382789312 New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:16:23 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:16:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:index Message-ID: <1382789783.433519.21365.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:16 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Index of Spells ====== - All wizardry and prayer spells, listed alphabetically. Click on a spell for details. + All [[:spells|wizardry]] and [[spells:praying|prayer]] [[:spells]], listed alphabetically. Click on a spell for details. * [[????#aggravation|aggravation]] (*) * [[summoning#alchemy|alchemy]] * [[sorcery#animate_weapon|animate weapon]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:index?rev=1382789245 New Revision: http://wiki.metalforge.net/doku.php/spells:index -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:23:25 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:23:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:praying Message-ID: <1382790205.995792.21373.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:23 User : saru Edit Summary: Tidy up to move inline with split of spells and skills and better referencing @@ -6,12 +6,9 @@ increases. To cast prayers, you must do two things: acquire the praying skill, and [[:worshipping_guide|worship a god]] who gives you grace points. - The praying skill is acquired by learning the skill from a scroll or - by having a holy symbol. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the - devotee, monk, paladin, priest, summoner, and wizard classes all begin - with this skill. + The [[skills:praying|praying skill]] is acquired by learning the [[:skills|skill]] from a [[equipment:skill_scroll|skill scroll]] or by having a [[equipment:talismans|holy symbol]]. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the [[classes:devotee]], [[classes:monk]], [[classes:paladin]], [[classes:priest]], [[classes:summoner]], and [[classes:wizard]] [[:classes]] all begin with this skill. There are many prayer spells (more than any single wizardry discipline has) covering many offensive, defensive, self-improvement, and informational functions. Prayers belong to many different paths, so a @@ -22,11 +19,8 @@ level or achievement, as noted below. Instead of learning these spells from books when you reach their level, they are bestowed upon you by your god when you pray at his or her altar, assuming your grace points are high enough. - - - ===== General Prayers ===== This is a complete list of the praying spells which can be used by followers of any god ((according to the SVN version as of 2006-12-03)),sorted by level. Prayers granted by the gods are listed in a separate section below. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:praying?rev=1279076874 New Revision: http://wiki.metalforge.net/doku.php/spells:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:24:24 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:24:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:praying Message-ID: <1382790264.044273.21376.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:24 User : saru Edit Summary: @@ -3,6 +3,6 @@ Praying, or divine magic, allows you to channel power (grace) from a - [[:gods|god]] into spells. Grace points are the measure of how much power the + [[:gods|god]] into [[:spells]]. Grace points are the measure of how much power the god is providing you, and these rise as your praying skill level increases. To cast prayers, you must do two things: acquire the praying skill, and [[:worshipping_guide|worship a god]] who gives you grace points. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:praying?rev=1382790194 New Revision: http://wiki.metalforge.net/doku.php/spells:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:25:52 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:25:52 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382790352.631398.21381.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:25 User : saru Edit Summary: @@ -94,8 +94,9 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + ===== Skill Guides ===== * [[skills:combat]] @@ -108,9 +109,9 @@ * Combat skills that can attack from a distance * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] - * [[spells:wizardry|Wizardry spells]] that require spell points: + * Wizardry [[spells:wizadry]] that require spell points: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382787432 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:26:19 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:26:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382790379.354476.21384.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:26 User : saru Edit Summary: @@ -94,8 +94,9 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + ===== Skill Guides ===== @@ -109,9 +110,9 @@ * Combat skills that can attack from a distance * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] - * Wizardry [[spells:wizadry]] that require spell points: + * [[spells:Wizadry]] spells that require spell points: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382790350 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:27:33 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:27:33 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:spells Message-ID: <1382790453.154545.21387.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:27 User : saru Edit Summary: @@ -1,9 +1,10 @@ ====== Spells ====== + ===== Background ===== - This document describe all things spell and spell related that developers need to know. This document outlines the new spell objects and how this all works. + This document describe all things [[:spell]] and spell related that developers need to know. This document outlines the new spell objects and how this all works. ===== Spell objects ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/dev:spells?rev=1184901368 New Revision: http://wiki.metalforge.net/doku.php/dev:spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:27:58 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:27:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev:spells Message-ID: <1382790478.554555.21390.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:27 User : saru Edit Summary: @@ -1,10 +1,11 @@ ====== Spells ====== + ===== Background ===== - This document describe all things [[:spell]] and spell related that developers need to know. This document outlines the new spell objects and how this all works. + This document describe all things [[:spells|spell]] and spell related that developers need to know. This document outlines the new spell objects and how this all works. ===== Spell objects ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/dev:spells?rev=1382790448 New Revision: http://wiki.metalforge.net/doku.php/dev:spells -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:30:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:30:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:evocation Message-ID: <1382790629.864881.21395.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:30 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Evocation ====== - Evocation is one of the wizardry disciplines of spellcasting. + Evocation is one of the [[spells:wizardry|wizardry]] disciplines of [[skills:spell_casting|spell casting]]. Evocation spells belong to many different paths, with Missiles, Transference, and Frost being the most common. Most evocation spells are attack spells, although a few are for defense or information. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:evocation?rev=1248153240 New Revision: http://wiki.metalforge.net/doku.php/spells:evocation -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:46:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:46:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:praying Message-ID: <1382791569.648037.21413.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:46 User : saru Edit Summary: added Grace @@ -1,29 +1,23 @@ - ====== Praying ====== + ====== Praying Spells====== - Praying, or divine magic, allows you to channel power (grace) from a - [[:gods|god]] into [[:spells]]. Grace points are the measure of how much power the - god is providing you, and these rise as your praying skill level - increases. To cast prayers, you must do two things: acquire the - praying skill, and [[:worshipping_guide|worship a god]] who gives you - grace points. + Praying, or divine magic, allows you to channel power (grace) from a [[:gods|god]] into [[:spells]]. To cast prayers, you must do two things: acquire the praying skill, and [[:worshipping_guide|worship a god]] who gives you grace points. The [[skills:praying|praying skill]] is acquired by learning the [[:skills|skill]] from a [[equipment:skill_scroll|skill scroll]] or by having a [[equipment:talismans|holy symbol]]. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the [[classes:devotee]], [[classes:monk]], [[classes:paladin]], [[classes:priest]], [[classes:summoner]], and [[classes:wizard]] [[:classes]] all begin with this skill. - There are many prayer spells (more than any single wizardry discipline - has) covering many offensive, defensive, self-improvement, and - informational functions. Prayers belong to many different paths, so a - caster who is repelled or denied a particular path should still find - plenty of useful prayers. + There are many prayer spells (more than any single [[spells:wizardry]] discipline has) covering many offensive, defensive, self-improvement, and informational functions. Prayers belong to many different paths, so a caster who is repelled or denied a particular path should still find plenty of useful prayers. - Gods may give unique prayers to their followers on reaching a certain - level or achievement, as noted below. Instead of learning these - spells from books when you reach their level, they are bestowed upon - you by your god when you pray at his or her altar, assuming your grace - points are high enough. + Gods may give unique prayers to their followers on reaching a certain level or achievement, as noted below. Instead of learning these + spells from books when you reach their level, they are bestowed upon you by your god when you pray at his or her altar, assuming your grace points are high enough. + + + ==== Grace ==== + + Grace points are the measure of how much power the god is providing you, and these rise as your [[skills:praying|praying skill]] level increases. Even the most over-zealous of god fearing players will slowly restore their gods grace over time, however, players can use the [[skills:praying|prayer skill]] to directly restore their gods faith in short time. ===== General Prayers ===== + This is a complete list of the praying spells which can be used by followers of any god ((according to the SVN version as of 2006-12-03)),sorted by level. Prayers granted by the gods are listed in a separate section below. === Turn Undead === ^ Level: | 1 ^ GP: | 2 ^ Path: | Turning | IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:praying?rev=1382790255 New Revision: http://wiki.metalforge.net/doku.php/spells:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:49:28 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:49:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: spells:praying Message-ID: <1382791768.549856.21416.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:49 User : saru Edit Summary: @@ -1,9 +1,7 @@ ====== Praying Spells====== - Praying, or divine magic, allows you to channel power (grace) from a [[:gods|god]] into [[:spells]]. To cast prayers, you must do two things: acquire the praying skill, and [[:worshipping_guide|worship a god]] who gives you grace points. - - The [[skills:praying|praying skill]] is acquired by learning the [[:skills|skill]] from a [[equipment:skill_scroll|skill scroll]] or by having a [[equipment:talismans|holy symbol]]. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the [[classes:devotee]], [[classes:monk]], [[classes:paladin]], [[classes:priest]], [[classes:summoner]], and [[classes:wizard]] [[:classes]] all begin with this skill. + Praying, or divine magic, allows you to channel power (grace) from a [[:gods|god]] into [[:spells]]. To cast prayers, you must do two things: acquire the [[skills:praying|praying skill]], and [[:worshipping_guide|worship a god]] who gives you grace points. There are many prayer spells (more than any single [[spells:wizardry]] discipline has) covering many offensive, defensive, self-improvement, and informational functions. Prayers belong to many different paths, so a caster who is repelled or denied a particular path should still find plenty of useful prayers. Gods may give unique prayers to their followers on reaching a certain level or achievement, as noted below. Instead of learning these IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/spells:praying?rev=1382791559 New Revision: http://wiki.metalforge.net/doku.php/spells:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:50:13 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:50:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:praying Message-ID: <1382791813.756644.21421.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:50 User : saru Edit Summary: @@ -1,7 +1,8 @@ ====== Description ====== - A User is allowed to cast [[spells:praying|prayer spells]] and actively restore grace at an accelerated rate by praying. This skill may be acquired either through the use of a [[equipment:talismans|holy symbol]] or learned via a [[equipment:skill_scroll|skill scroll]]. + A User is allowed to cast [[spells:praying|prayer spells]] and actively restore grace at an accelerated rate by praying. + The [[skills:praying|praying skill]] is acquired by learning the [[:skills|skill]] from a [[equipment:skill_scroll|skill scroll]] or by having a [[equipment:talismans|holy symbol]]. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the [[classes:devotee]], [[classes:monk]], [[classes:paladin]], [[classes:priest]], [[classes:summoner]], and [[classes:wizard]] [[:classes]] all begin with this skill. ====== Use Skill ====== Restore 1 grace point per use. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:praying?rev=1382787716 New Revision: http://wiki.metalforge.net/doku.php/skills:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:56:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:56:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:praying Message-ID: <1382792174.347182.21426.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:56 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Description ====== - A User is allowed to cast [[spells:praying|prayer spells]] and actively restore grace at an accelerated rate by praying. + A User is allowed to [[skills:spell_casting|cast]] [[spells:praying|prayer spells]] and actively restore grace at an accelerated rate by praying. The [[skills:praying|praying skill]] is acquired by learning the [[:skills|skill]] from a [[equipment:skill_scroll|skill scroll]] or by having a [[equipment:talismans|holy symbol]]. The [[races:fireborns]] and [[races:gnomes|gnome]] races, and the [[classes:devotee]], [[classes:monk]], [[classes:paladin]], [[classes:priest]], [[classes:summoner]], and [[classes:wizard]] [[:classes]] all begin with this skill. ====== Use Skill ====== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:praying?rev=1382791812 New Revision: http://wiki.metalforge.net/doku.php/skills:praying -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:58:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:58:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: spells:wizardry Message-ID: <1382792280.807284.21429.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:57 User : saru Edit Summary: created ====== Wizardry Spells====== In the practice of wizardry a "wizard" calls upon his own life-force known as "mana" to power arcane incantations. These [[:spells]] are often destructive by nature and come in diverse array of forms which fit loosely into the [[:spells|paths]] ==== Mana ==== Mana is based on of the wizard's innate power (POW) and intelligence (INT) but may be increased through his skill in specific [[skills:spell_casting|schools]] of wizardry. Mana reserves recharge slowly, particularly when wearing heavy [[equipment:armour]] or [[equipment:weapons]]. Monks can restore mana directly using [skills:meditation]] and the use of strange and powerful [[equipment:potions:potions]] or [[equipment:glowing_crystals|glowing crystals]] are said to be able to directly restore mana, sometimes at a cost. ==== Schools ==== The spell casting schools are: * [[spells:Evocation]] * [[spells:Pyromancy]] * [[spells:Sorcery]] * [[spells:Summoning]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/spells:wizardry -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 07:58:51 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 07:58:51 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:spell_casting Message-ID: <1382792331.977819.21432.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 07:58 User : saru Edit Summary: @@ -3,9 +3,9 @@ Spell casting skills enable a major part of Crossfire by allowing players to cast specific [[:spells|spells]]. Many player [[:characters|characters]] have the ability to memorize and cast spells, as do some [[:NPCs]] and [[:monsters]]. [[:equipment]] such as [[equipment:scrolls]], [[equipment:wands]], and [[equipment:staffs]] may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. ==== Spell Casting Skills ==== The spell casting skills are: - * Wizardry skills: spells from these skills require spell points to cast + * [[spells:wizardry|Wizardry spells]]: spells from these skills require spell points to cast * [[skills:Evocation]] * [[skills:Pyromancy]] * [[skills:Sorcery]] * [[skills:Summoning]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting?rev=1382789615 New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:03:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:03:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382792594.318738.22425.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:03 User : saru Edit Summary: @@ -69,10 +69,8 @@ {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] - - ===== Equipment Guides ===== The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: @@ -94,10 +92,8 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] - - ===== Skill Guides ===== * [[skills:combat]] @@ -146,8 +142,20 @@ * [[skills:Throwing]] * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] + + + ===== Spells ===== + * [[:spells]] + Spells are split into two distinct categories + * [[spells:Wizadry]] spells that require mana: + * [[spells:Summoning]] + * [[spells:Sorcery]] + * [[spells:Pyromancy]] + * [[spells:Evocation]] + * [[spells:praying|Praying spells]] that require grace: + * [[spells:Praying]] ===== Gods ===== Guides on worshipping IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382790376 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:04:52 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:04:52 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382792692.967618.22428.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:04 User : saru Edit Summary: @@ -92,8 +92,9 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + ===== Skill Guides ===== * [[skills:combat]] @@ -106,9 +107,9 @@ * Combat skills that can attack from a distance * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] - * [[spells:Wizadry]] spells that require spell points: + * [[spells:Wizardry]] spells that require mana: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382792591 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:21:18 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:21:18 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382793678.386011.22451.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:21 User : saru Edit Summary: Added Crossfire Lore as a main section of the main page @@ -5,8 +5,10 @@ This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. + ====== Crossfire Lore====== + * [[Lore]] - Start here for information about game mechanics ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382761863 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:23:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:23:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382793811.190048.22454.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:23 User : saru Edit Summary: Split lore into mechanics and lore and renamed heading. @@ -5,10 +5,12 @@ This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - ====== Crossfire Lore====== - * [[Lore]] - Start here for information about game mechanics + + ====== The Crossfire Archives ====== + * [[Mechanics]] - Start here for information about game mechanics + * [[Lore]] - Start here for information about game lore ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382793675 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:36:44 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:36:44 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1382794604.800979.22463.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:36 User : saru Edit Summary: Cross linked to mechanics and development @@ -1,177 +1,10 @@ ====== Player Guides ====== - Here you will find many guides detailing various aspects of playing Crossfire. If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. + Here you will find many guides detailing various aspects of playing Crossfire. - ===== Map Guides ===== - These are various guides to help people find their way around the world. + If you're interested in mechanics, you should have a look at the [[mechanics|Sworn book of Crossfire]]. - ==== General Guides ==== - Documents that don't fit in the other categories. - * [[Beginer's Atlas]] - A [uncompleted] guide to the default mapset. - * [[Landforms]] - A document aimed at mappers. It shows the names of various areas inside the default maps. - - ==== Areas ==== - Documents relating to specific places - * [[world:Wilderness]] - Away from civilization. - * [[world:highway|Imperial Highway]] (a.k.a. the Yellow Brick Road) - * [[world:Euthville]] - What remains of the town of Euthville. - - === Cities === - * [[world:Scorn]] - * [[world:Navar]] - * [[world:Darcap]] - * [[world:Wolfsburg]] - * [[world:santodominion|Santo Dominion]] - * [[world:Brittany:Brest]] - City in the region of [[world:Brittany]] - - === Regions === - * [[world:Brittany]] - area that contains the city of [[world:Brittany:Brest]] - * [[world:Pupland]] - - ==== Store Guide ==== - - * [[Store Guide]] (the best stores for buying and selling) - - ===== Race Guides ===== - Guides on the [[races]] that players can choose - - {{:images:dwarf_p.base.151.png}} [[races:Dwarves]] - --- {{:images:pl_dragon_r.base.151.png}} [[races:Dragons]] - --- {{:images:elf.base.151.png}} [[races:Elves]] - --- {{:images:fenx.base.150.png}} [[races:Fendrakis]] - --- {{:images:fireborn.base.111.png}} [[races:Fireborns]] - - {{:images:gnome_p.base.151.png}} [[races:Gnomes]] - --- {{:images:halfling.base.151.png}} [[races:Halfling]] - --- {{:images:pl_half_orc.base.151.png}} [[races:Half Orcs]] - --- {{:images:human.base.151.png}} [[races:Humans]] - --- {{:images:viking.base.151.png}} [[races:Northmen]] - - {{:images:quetzalcoatl.base.131.png}} [[races:Quetzalcoatls]] - --- {{:images:serpentman.base.151.png}} [[races:Serpent Men]] - --- {{:images:troll_p.base.151.png}} [[races:Trolls]] - --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] - - ===== Class Guides ===== - Guides on the [[classes]] that players can choose - - {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] - --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] - --- {{:images:elf.base.151.png}} [[classes:Summoner]] - --- {{:images:fenx.base.150.png}} [[classes:Wizard]] - --- {{:images:fireborn.base.111.png}} [[classes:Alchemist]] - - {{:images:gnome_p.base.151.png}} [[classes:Sorcerer]] - --- {{:images:halfling.base.151.png}} [[classes:Devotee]] - --- {{:images:pl_half_orc.base.151.png}} [[classes:Warrior]] - --- {{:images:human.base.151.png}} [[classes:Barbarian]] - --- {{:images:viking.base.151.png}} [[classes:Swashbuckler]] - - {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] - --- {{:images:serpentman.base.151.png}} [[classes:Thief]] - --- {{:images:troll_p.base.151.png}} [[classes:Monk]] - --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] - - - ===== Equipment Guides ===== - The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: - * [[equipment:Melee_Weapons|Missile weapons]] - * [[equipment:Missile_Weapons|Missile weapons]] - - The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: - * [[Equipment:Body_armour|Body Armour]] - * [[equipment:Shields]] - * [[Equipment:Helmets]] - * [[Equipment:Bracers]] - * [[Equipment:Gloves]] - * [[Equipment:Belts]] - * [[Equipment:Cloaks]] - * [[Equipment:Rings]] - * [[Equipment:Amulets]] - * [[Equipment:Armour]] - - The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics - * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] - * [[Equipment:Scrolls]], [[Equipment:Potions]] - * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] - - - - ===== Skill Guides ===== - * [[skills:combat]] - * Combat skills that require melee distance - * [[skills:Melee Weapons]] - * [[skills:Punching]] - * [[skills:Karate]] - * [[skills:Clawing]] - * [[skills:Flame Touch]] - * Combat skills that can attack from a distance - * [[skills:Missile Weapons]] - - * [[skills:spell_casting|Spell Casting]] - * [[spells:Wizardry]] spells that require mana: - * [[skills:Summoning]] - * [[skills:Sorcery]] - * [[skills:Pyromancy]] - * [[skills:Evocation]] - * [[spells:praying|Praying spells]] that require grace: - * [[skills:Praying]] - - * [[skills:Alchemy]] - * [[skills:Bargaining]] - * [[skills:Bowyer]] - * [[skills:Climbing]] - * [[skills:Disarm Traps]] - * [[skills:Find Traps]] - * [[skills:Fishing]] - * [[skills:Hiding]] - * [[skills:Inscription]] - * [[skills:Jeweler]] - * [[skills:Jumping]] - * [[skills:Levitation]] - * [[skills:Literacy]] - * [[skills:Lockpicking]] - * [[skills:Meditation]] - * [[skills:Mountaineer]] - * [[skills:Oratory]] - * [[skills:Sense Curse]] - * [[skills:Sense Magic]] - * [[skills:Set Traps]] - * [[skills:Singing]] - * [[skills:Smithery]] - * [[skills:Stealing]] - * [[skills:Thaumaturgy]] - * [[skills:Throwing]] - * [[skills:Use Magic Item]] - * [[skills:Woodsman]] - * [[skills:Writing]] - - - ===== Spells ===== - * [[:spells]] - Spells are split into two distinct categories - * [[spells:Wizadry]] spells that require mana: - * [[spells:Summoning]] - * [[spells:Sorcery]] - * [[spells:Pyromancy]] - * [[spells:Evocation]] - * [[spells:praying|Praying spells]] that require grace: - * [[spells:Praying]] - - ===== Gods ===== - Guides on worshipping - - * [[gods:Valkyrie]] - * [[gods:Mostrai]] - * [[gods:Gnarg]] - * [[gods:Sorig]] - * [[gods:Ruggilli]] - * [[gods:Ixalovh]] - * [[gods:Lythander]] - * [[gods:Valriel]] - * [[gods:Gorokh]] - * [[gods:Gaea]] - * [[gods:Devourers]] + If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. ===== Doing things ===== Tutorials and information about various things you can do in crossfire. @@ -181,13 +14,24 @@ * [[guides:Cursed Item Removal Options]] * [[Client Side Scripting]] - ===== Spoilers ===== - Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Spoilers: Monsters]] - * [[monster_dump]] - * [[quests]] + + + + === Map Guides === + * [[world:Wilderness]] - Away from civilization. + * [[world:highway|Imperial Highway]] (a.k.a. the Yellow Brick Road) + * [[world:Euthville]] - What remains of the town of Euthville. + + === Store Guide === + * [[Store Guide]] (the best stores for buying and selling) + + === General Guides === + Documents that don't fit in the other categories. + * [[Beginer's Atlas]] - A [uncompleted] guide to the default mapset. + * [[Landforms]] - A document aimed at mappers. It shows the names of various areas inside the default maps. ===== Command Syntax ===== Lists of commands with syntax and a short description of what each command does. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1382792689 New Revision: http://wiki.metalforge.net/doku.php/guides -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:39:23 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:39:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: mechanics Message-ID: <1382794763.606562.22475.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:39 User : saru Edit Summary: created ====== Sworn book of Crossfire ====== Scholars and Wizards have argued for eons about the details outlined in the "//Sworn book of Crossfire//". Beware, the following grimoire contains texts gleaned from the shreds of documents that litter the world of crossfire. Whilst the utmost care has been taken to eliminate texts that contradict or confuse, the authors cannot vouch for the veracity of everything contained. If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. If you are interested in guides to help play crossfire you should have a look at the [[:guides]]. ===== Lore ===== The history and changes that have occurred can be studied: [[lore|here]] ===== Races ===== The [[races]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[races:Dwarves]] --- {{:images:pl_dragon_r.base.151.png}} [[races:Dragons]] --- {{:images:elf.base.151.png}} [[races:Elves]] --- {{:images:fenx.base.150.png}} [[races:Fendrakis]] --- {{:images:fireborn.base.111.png}} [[races:Fireborns]] {{:images:gnome_p.base.151.png}} [[races:Gnomes]] --- {{:images:halfling.base.151.png}} [[races:Halfling]] --- {{:images:pl_half_orc.base.151.png}} [[races:Half Orcs]] --- {{:images:human.base.151.png}} [[races:Humans]] --- {{:images:viking.base.151.png}} [[races:Northmen]] {{:images:quetzalcoatl.base.131.png}} [[races:Quetzalcoatls]] --- {{:images:serpentman.base.151.png}} [[races:Serpent Men]] --- {{:images:troll_p.base.151.png}} [[races:Trolls]] --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] ===== Classes Guides ===== The [[classes]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] --- {{:images:elf.base.151.png}} [[classes:Summoner]] --- {{:images:fenx.base.150.png}} [[classes:Wizard]] --- {{:images:fireborn.base.111.png}} [[classes:Alchemist]] {{:images:gnome_p.base.151.png}} [[classes:Sorcerer]] --- {{:images:halfling.base.151.png}} [[classes:Devotee]] --- {{:images:pl_half_orc.base.151.png}} [[classes:Warrior]] --- {{:images:human.base.151.png}} [[classes:Barbarian]] --- {{:images:viking.base.151.png}} [[classes:Swashbuckler]] {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] ===== Equipment ===== The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: * [[equipment:Melee_Weapons|Missile weapons]] * [[equipment:Missile_Weapons|Missile weapons]] The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: * [[Equipment:Body_armour|Body Armour]] * [[equipment:Shields]] * [[Equipment:Helmets]] * [[Equipment:Bracers]] * [[Equipment:Gloves]] * [[Equipment:Belts]] * [[Equipment:Cloaks]] * [[Equipment:Rings]] * [[Equipment:Amulets]] * [[Equipment:Armour]] The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] ===== Skills ===== * [[skills:combat]] * Combat skills that require melee distance * [[skills:Melee Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] * Combat skills that can attack from a distance * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] * [[spells:Wizardry]] spells that require mana: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] * [[spells:praying|Praying spells]] that require grace: * [[skills:Praying]] * [[skills:Alchemy]] * [[skills:Bargaining]] * [[skills:Bowyer]] * [[skills:Climbing]] * [[skills:Disarm Traps]] * [[skills:Find Traps]] * [[skills:Fishing]] * [[skills:Hiding]] * [[skills:Inscription]] * [[skills:Jeweler]] * [[skills:Jumping]] * [[skills:Levitation]] * [[skills:Literacy]] * [[skills:Lockpicking]] * [[skills:Meditation]] * [[skills:Mountaineer]] * [[skills:Oratory]] * [[skills:Sense Curse]] * [[skills:Sense Magic]] * [[skills:Set Traps]] * [[skills:Singing]] * [[skills:Smithery]] * [[skills:Stealing]] * [[skills:Thaumaturgy]] * [[skills:Throwing]] * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] ===== Spells ===== Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizadry]] and [[spells:praying|Praying spells]] * [[spells:Wizadry]] spells are those that require mana and include: * [[spells:Summoning]] * [[spells:Sorcery]] * [[spells:Pyromancy]] * [[spells:Evocation]] * [[spells:praying|Praying spells]] are those that require your gods grace ===== Gods ===== There are many gods whom crave worship: * [[gods:Valkyrie]] * [[gods:Mostrai]] * [[gods:Gnarg]] * [[gods:Sorig]] * [[gods:Ruggilli]] * [[gods:Ixalovh]] * [[gods:Lythander]] * [[gods:Valriel]] * [[gods:Gorokh]] * [[gods:Gaea]] * [[gods:Devourers]] ===== Geography ===== This section contains guides to help players navigate around the world in crossfire ==== Cities ==== * [[world:Scorn]] * [[world:Navar]] * [[world:Darcap]] * [[world:Wolfsburg]] * [[world:santodominion|Santo Dominion]] * [[world:Brittany:Brest]] - City in the region of [[world:Brittany]] ==== Regions ==== * [[world:Brittany]] - area that contains the city of [[world:Brittany:Brest]] * [[world:Pupland]] ==== Quests ==== * [[quests]] ===== Monsters ===== Information (spoilers) about monsters and NPCs can be found at: [[http://crossfire.real-time.com/spoiler/monsters/index.html|Monsters]] * [[monster_dump]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:39:57 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:39:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382794797.125176.22478.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:39 User : saru Edit Summary: @@ -26,11 +26,12 @@ {{:images:quetzalcoatl.base.131.png}} [[races:Quetzalcoatls]] --- {{:images:serpentman.base.151.png}} [[races:Serpent Men]] --- {{:images:troll_p.base.151.png}} [[races:Trolls]] --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] + ===== Classes Guides ===== - The [[classes]] of crossfire that players can choose + [FIXME]The [[classes]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] --- {{:images:elf.base.151.png}} [[classes:Summoner]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382794760 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:41:25 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:41:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382794885.331422.22483.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:41 User : saru Edit Summary: @@ -120,13 +120,14 @@ * [[skills:Throwing]] * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] + ===== Spells ===== - Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizadry]] and [[spells:praying|Praying spells]] - * [[spells:Wizadry]] spells are those that require mana and include: + Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] + * [[spells:Wizardry]] spells are those that require mana and include: * [[spells:Summoning]] * [[spells:Sorcery]] * [[spells:Pyromancy]] * [[spells:Evocation]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382794792 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:41:46 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:41:46 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382794906.331829.22487.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:41 User : saru Edit Summary: @@ -28,9 +28,10 @@ --- {{:images:troll_p.base.151.png}} [[races:Trolls]] --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] - ===== Classes Guides ===== + + ===== Classes ===== [FIXME]The [[classes]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382794882 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:43:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:43:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382795035.231619.22491.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:43 User : saru Edit Summary: @@ -6,11 +6,11 @@ There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - ====== The Crossfire Archives ====== - * [[Mechanics]] - Start here for information about game mechanics - * [[Lore]] - Start here for information about game lore + + ====== The Sworn book of Crossfire ====== + * [[Mechanics|//The Sworn book of Crossfire]] - Start here for information about game mechanics and [[:lore]] ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382793808 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:44:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:44:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382795093.711198.22494.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:44 User : saru Edit Summary: @@ -4,13 +4,14 @@ This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. + ====== The Sworn book of Crossfire ====== - * [[Mechanics|//The Sworn book of Crossfire]] - Start here for information about game mechanics and [[:lore]] + * //[[Mechanics|The Sworn book of Crossfire]]// - Start here for information about game mechanics and [[:lore]] ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382795033 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:46:47 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:46:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382795207.535225.22499.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:46 User : saru Edit Summary: @@ -1,5 +1,5 @@ - ====== Sworn book of Crossfire ====== + ====== The Sworn book of Crossfire ====== Scholars and Wizards have argued for eons about the details outlined in the "//Sworn book of Crossfire//". Beware, the following grimoire contains texts gleaned from the shreds of documents that litter the world of crossfire. Whilst the utmost care has been taken to eliminate texts that contradict or confuse, the authors cannot vouch for the veracity of everything contained. If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382794902 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:51:40 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:51:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382795500.180110.22505.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:51 User : saru Edit Summary: @@ -71,19 +71,22 @@ The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] * [[Equipment:Scrolls]], [[Equipment:Potions]] * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + ===== Skills ===== - * [[skills:combat]] - * Combat skills that require melee distance - * [[skills:Melee Weapons]] + ==== Combat Skills ==== + * [[skills:combat|Combat skills]] are those skills that rely on the character's ability to cut, slice ,thrust, bludgeon, shoot... you get the idea. They can be split into two categories: Melee and Missle. + === Melee Skills === + * [[skills:single_handed|Single-Handed Weapons]] + * [[skills:two_handed|Two-Handed Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] - * Combat skills that can attack from a distance + === Missile Skills === * [[skills:Missile Weapons]] * [[skills:spell_casting|Spell Casting]] * [[spells:Wizardry]] spells that require mana: @@ -121,9 +124,8 @@ * [[skills:Throwing]] * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] - ===== Spells ===== Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382795203 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 08:52:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 08:52:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382795526.380439.22509.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 08:52 User : saru Edit Summary: @@ -48,13 +48,14 @@ {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] + ===== Equipment ===== The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: - * [[equipment:Melee_Weapons|Missile weapons]] + * [[equipment:Melee_Weapons|Melee weapons]] * [[equipment:Missile_Weapons|Missile weapons]] The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: * [[Equipment:Body_armour|Body Armour]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382795496 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:03:33 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:03:33 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382796213.171950.22635.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:03 User : saru Edit Summary: @@ -76,8 +76,9 @@ ===== Skills ===== + ==== Combat Skills ==== * [[skills:combat|Combat skills]] are those skills that rely on the character's ability to cut, slice ,thrust, bludgeon, shoot... you get the idea. They can be split into two categories: Melee and Missle. === Melee Skills === * [[skills:single_handed|Single-Handed Weapons]] @@ -88,46 +89,49 @@ * [[skills:Flame Touch]] === Missile Skills === * [[skills:Missile Weapons]] - * [[skills:spell_casting|Spell Casting]] - * [[spells:Wizardry]] spells that require mana: + ==== Spell Casting Skills ==== + * [[skills:spell_casting|Spell Casting skills]] are those skills that rely on the manipulation of magic to both protect allies of, and disable the various enemies of all inhabitants of Crossfire. + * [[spells:Wizardry]] are the schools of magic whose [[:spells]] use mana: * [[skills:Summoning]] * [[skills:Sorcery]] * [[skills:Pyromancy]] * [[skills:Evocation]] * [[spells:praying|Praying spells]] that require grace: * [[skills:Praying]] + * Through great artistry, mundane items and skills can be empowered with magic and there are those who specialize both in the creation and use of these items + * [[skills:Alchemy]] + * [[skills:Inscription]] + * [[skills:Oratory]] + * [[skills:Singing]] + * [[skills:Sense Curse]] + * [[skills:Sense Magic]] + * [[skills:Thaumaturgy]] + * [[skills:Use Magic Item]] + ==== General Skills ==== + These skills provide denizens of Crossfire with diverse means of survival: - * [[skills:Alchemy]] * [[skills:Bargaining]] * [[skills:Bowyer]] * [[skills:Climbing]] * [[skills:Disarm Traps]] * [[skills:Find Traps]] * [[skills:Fishing]] * [[skills:Hiding]] - * [[skills:Inscription]] * [[skills:Jeweler]] * [[skills:Jumping]] * [[skills:Levitation]] * [[skills:Literacy]] * [[skills:Lockpicking]] * [[skills:Meditation]] * [[skills:Mountaineer]] - * [[skills:Oratory]] - * [[skills:Sense Curse]] - * [[skills:Sense Magic]] * [[skills:Set Traps]] - * [[skills:Singing]] * [[skills:Smithery]] * [[skills:Stealing]] - * [[skills:Thaumaturgy]] * [[skills:Throwing]] - * [[skills:Use Magic Item]] * [[skills:Woodsman]] * [[skills:Writing]] - ===== Spells ===== Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] * [[spells:Wizardry]] spells are those that require mana and include: IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382795523 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:11:30 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:11:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382796690.864124.22655.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:11 User : saru Edit Summary: @@ -48,32 +48,8 @@ {{:images:quetzalcoatl.base.131.png}} [[classes:Ninja]] --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] - - - - ===== Equipment ===== - The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: - * [[equipment:Melee_Weapons|Melee weapons]] - * [[equipment:Missile_Weapons|Missile weapons]] - - The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: - * [[Equipment:Body_armour|Body Armour]] - * [[equipment:Shields]] - * [[Equipment:Helmets]] - * [[Equipment:Bracers]] - * [[Equipment:Gloves]] - * [[Equipment:Belts]] - * [[Equipment:Cloaks]] - * [[Equipment:Rings]] - * [[Equipment:Amulets]] - * [[Equipment:Armour]] - - The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics - * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] - * [[Equipment:Scrolls]], [[Equipment:Potions]] - * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] ===== Skills ===== @@ -130,8 +106,10 @@ * [[skills:Stealing]] * [[skills:Throwing]] * [[skills:Woodsman]] * [[skills:Writing]] + + ===== Spells ===== Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] * [[spells:Wizardry]] spells are those that require mana and include: @@ -139,8 +117,9 @@ * [[spells:Sorcery]] * [[spells:Pyromancy]] * [[spells:Evocation]] * [[spells:praying|Praying spells]] are those that require your gods grace + ===== Gods ===== There are many gods whom crave worship: @@ -155,8 +134,34 @@ * [[gods:Valriel]] * [[gods:Gorokh]] * [[gods:Gaea]] * [[gods:Devourers]] + + + + ===== Equipment ===== + The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: + * [[equipment:Melee_Weapons|Melee weapons]] + * [[equipment:Missile_Weapons|Missile weapons]] + + The following [[equipment:armour]] can be worn by some [[:races]] and [[:classes]] to protect against attack: + * [[Equipment:Body_armour|Body Armour]] + * [[equipment:Shields]] + * [[Equipment:Helmets]] + * [[Equipment:Bracers]] + * [[Equipment:Gloves]] + * [[Equipment:Belts]] + * [[Equipment:Cloaks]] + * [[Equipment:Rings]] + * [[Equipment:Amulets]] + * [[Equipment:Armour]] + + The following equipment can provide temporary or permanent access to new [[:skills]], [[:spells]], or improve player and equipment statistics + * [[Equipment:Wands]], [[Equipment:Rods]], [[Equipment:Horns]], [[Equipment:Glowing_crystals|Glowing Crystals]] + * [[Equipment:Scrolls]], [[Equipment:Potions]] + * [[Equipment:Books]], [[Equipment:Skill_scrolls|Skill Scrolls]], [[Equipment:Item_Enchantment:Item Enchantment]] + + ===== Geography ===== This section contains guides to help players navigate around the world in crossfire IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382796209 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:15:05 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:15:05 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382796905.936287.22661.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:15 User : saru Edit Summary: @@ -10,15 +10,16 @@ ====== The Sworn book of Crossfire ====== * //[[Mechanics|The Sworn book of Crossfire]]// - Start here for information about game mechanics and [[:lore]] + ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. * [[guides|Player Guides]] - Various HowTo guides to help players. * If you are having any issues with the [[client]], look here: [[Known Client Issues]] - * If you are would like to run an crossfire server, look here: [[serverhosting:hosting_a_crossfire_server|Crossfire Server]] + * If you are would like to run a crossfire server, look here: [[serverhosting:hosting_a_crossfire_server|Crossfire Server]] ====== Platforms ====== The latest official release (arch, maps, client, and server) is version 1.70.0. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382795091 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:16:39 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:16:39 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382796999.417950.22664.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:16 User : saru Edit Summary: Name change to Sworn book of Scorn, has a better ring to it. @@ -8,10 +8,11 @@ - ====== The Sworn book of Crossfire ====== - * //[[Mechanics|The Sworn book of Crossfire]]// - Start here for information about game mechanics and [[:lore]] + + ====== The Sworn book of Scorn ====== + * //[[Mechanics|The Sworn book of Scorn]]// - Start here for information about game mechanics and [[:lore]] ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382796903 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:18:04 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:18:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382797084.104758.22670.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:18 User : saru Edit Summary: @@ -1,6 +1,6 @@ - ====== The Sworn book of Crossfire ====== - Scholars and Wizards have argued for eons about the details outlined in the "//Sworn book of Crossfire//". Beware, the following grimoire contains texts gleaned from the shreds of documents that litter the world of crossfire. Whilst the utmost care has been taken to eliminate texts that contradict or confuse, the authors cannot vouch for the veracity of everything contained. + ====== The Sworn book of Scorn ====== + Scholars and Wizards have argued for eons about the details outlined in the "//Sworn book of Scorn//", said to be the single most comprehensive grimoire on the world most commonly known as Crossfire. Beware, the following grimoire contains texts gleaned from the shreds of documents that litter the world of crossfire. Whilst the utmost care has been taken to eliminate texts that contradict or confuse, the authors cannot vouch for the veracity of everything contained. If you're interested in development, you should have a look at the [[dev:Guides|development guides]]. If you are interested in guides to help play crossfire you should have a look at the [[:guides]]. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382796688 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:24:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:24:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382797460.667012.22676.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:24 User : saru Edit Summary: @@ -79,34 +79,38 @@ * [[skills:Alchemy]] * [[skills:Inscription]] * [[skills:Oratory]] * [[skills:Singing]] - * [[skills:Sense Curse]] - * [[skills:Sense Magic]] - * [[skills:Thaumaturgy]] * [[skills:Use Magic Item]] + + ==== Identification Skills ==== + Those with the knowledge of these skills are often consulted to understand the value and true purpose of found objects + * [[skills:Bowyer]] + * [[skills:Jeweler]] + * [[skills:Literacy]] + * [[skills:Sense Curse]] + * [[skills:Sense Magic]] + * [[skills:Smithery]] + * [[skills:Thaumaturgy]] + * [[skills:Woodsman]] + ==== General Skills ==== These skills provide denizens of Crossfire with diverse means of survival: * [[skills:Bargaining]] - * [[skills:Bowyer]] * [[skills:Climbing]] * [[skills:Disarm Traps]] * [[skills:Find Traps]] * [[skills:Fishing]] * [[skills:Hiding]] - * [[skills:Jeweler]] * [[skills:Jumping]] * [[skills:Levitation]] - * [[skills:Literacy]] * [[skills:Lockpicking]] * [[skills:Meditation]] * [[skills:Mountaineer]] * [[skills:Set Traps]] - * [[skills:Smithery]] * [[skills:Stealing]] * [[skills:Throwing]] - * [[skills:Woodsman]] * [[skills:Writing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382797080 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:28:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:28:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:smithery Message-ID: <1382797680.308866.22681.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:27 User : saru Edit Summary: created ====== Description ====== A user can identify weapons and armour that they hold or that are on the tile they are on. With use of an anvil and tools a smith may create items. ====== Use Skill ====== Has a chance of identifying weapons and armour that they hold or that are on the tile they are on. Item creation needs to be researched. ====== Ready Skill ====== Nothing I know of. IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:smithery -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 09:41:34 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 09:41:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382798494.524650.22699.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 09:41 User : saru Edit Summary: Further clean up of skills with the additional of 'Artisan Skills' @@ -74,25 +74,25 @@ * [[skills:Pyromancy]] * [[skills:Evocation]] * [[spells:praying|Praying spells]] that require grace: * [[skills:Praying]] - * Through great artistry, mundane items and skills can be empowered with magic and there are those who specialize both in the creation and use of these items - * [[skills:Alchemy]] - * [[skills:Inscription]] - * [[skills:Oratory]] - * [[skills:Singing]] + * Not all are gifted with an innate ability to use magic, some find power through the skill of channeling trinkets and tokens of great power. Even many gifted would rather this path for the most powerful or dangerous of magics. * [[skills:Use Magic Item]] - ==== Identification Skills ==== - Those with the knowledge of these skills are often consulted to understand the value and true purpose of found objects + ==== Artisan Skills ==== + Whilst an apprentice may struggle with the steps to building the most basic of raw materials or singing in tune, through great artistry, mundane items and skills can be empowered with magic and there are those who specialize in the knowledge of these skills. These masters are often consulted to understand the value and true purpose of found objects. + * [[skills:Alchemy]] * [[skills:Bowyer]] + * [[skills:Inscription]] * [[skills:Jeweler]] * [[skills:Literacy]] - * [[skills:Sense Curse]] - * [[skills:Sense Magic]] + * [[skills:Oratory]] + * [[skills:Singing]] * [[skills:Smithery]] * [[skills:Thaumaturgy]] * [[skills:Woodsman]] + * [[skills:Sense Curse]] + * [[skills:Sense Magic]] ==== General Skills ==== These skills provide denizens of Crossfire with diverse means of survival: IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382797457 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:22:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:22:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382822551.193885.24883.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:22 User : partmedia Edit Summary: Add project description for NetHack style random maps @@ -1,12 +1,11 @@ - This is a scratchpad or whiteboard for capturing ideas quickly without constraining the input by formatting, eloquence, or quality. It is best to keep entries here terse and to the point. If they merit greater attention and detail, they should be moved to a new location. If after review, the ideas seem hard to limit in scope or impractical, they should either be deleted or moved to other wiki locations. Scratchpad content deemed not compatible with the client namespace premise described in the [[server:introduction]], but worthy of retention could be relocated to other wiki namespaces like: [client], [content], [dev], [dev_todo], and [ideas]. + This is a scratchpad or whiteboard for capturing ideas quickly without constraining the input by formatting, eloquence, or quality. It is best to keep entries here terse and to the point. If they merit greater attention and detail, they should be moved to a new location. If after review, the ideas seem hard to limit in scope or impractical, they should either be deleted or moved to other wiki locations. Scratchpad content deemed not compatible with the client namespace premise described in the introduction, but worthy of retention could be relocated to other wiki namespaces like: [client], [content], [dev], [dev_todo], and [ideas]. Organization of the scratchpad is expected to be somewhat dynamic and spotty, but do try to aggregate similar things together. - ======Documentation====== - - =====Commands===== + ====== Documentation ====== + ===== In-game Command Help ===== * The server is missing help texts for various commands. * get * give * hostile @@ -19,11 +18,22 @@ * directional commands (east, north, northeast, northwest, south, southeast, southwest, west). * Review the entire command list to identify the rest of the missing help texts. * Implement texts in both english and french. * Add new translations of help texts. + * Add give to command help. - ==== SF Tracker Entries ==== + ====== Projects ====== - Submit a new tracker to address known server issues. + ===== Realistic NetHack Dungeon Generator ===== + // Contact: Kevin Zheng (Partmedia on IRC) // - * Add give to command help. + While most of the world exists in predefined maps, Crossfire implements a random map generator. Among those is a rogue-like generator in the style of NetHack. This has the potential to give players a never-ending adventure, but suffers from several issues in its current implementation. For one, the layout bears almost no resemblance to the actual game. + + The goal behind this project is to port NetHack's random level generator(s) to Crossfire. When the port is complete, the cave entrance to the Dungeons of Doom can be added to the world map for all to enjoy. + ** Open Tasks ** + ^ Task ^ Status ^ Contact ^ Description ^ + | Check license compatibility | | | NetHack is released under a custom license that may or may not be compatible with the GPLv2. | + | Crossfire porting | Started | Kevin Zheng | The NetHack sources of interest are src/rect.c and src/mklev.c. | + | Create Mazes of Menace | | | Use the ported random level generator to create corresponding Crossfire maps | + | Link to world map | | | Maybe add the small town and tavern the NetHack guide book speaks of | + | Add quest | | | Learn about the entrance at the library, then go off on a quest to find where it is | IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1241835849 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:32:39 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:32:39 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382823159.251531.24890.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:32 User : partmedia Edit Summary: Add link to wiki index @@ -4,16 +4,11 @@ This is the Crossfire Wiki, a communal edit pad and place to kick off new documentation, ideas, and in-game content. Everyone is welcome to contribute, especially [[lore]] and player [[guides]]. Please remember that while the wiki is useful for brainstorming, archiving, and listing new ideas, always consult the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|mailing list]] before implementing any significant changes. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. - - - - ====== The Sworn book of Scorn ====== * //[[Mechanics|The Sworn book of Scorn]]// - Start here for information about game mechanics and [[:lore]] - ====== Help/Support ====== * [[FAQ]] - Frequently Asked Questions * [[downloading|Downloads]] - Where to get the clients and server for crossfire. @@ -52,7 +47,8 @@ * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer ====== Links for Wiki Editors ====== * [[orphans and missing|Missing/Orphaned Pages]] + * [[http://wiki.metalforge.net/doku.php/start/?do=index|Wiki Index]] * [[wiki:Style Guide]] * [[playground]] - a safe place to try out DokuWiki syntax and features * [[Content migration]] TODO list IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382796996 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:35:54 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:35:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: orphans_and_missing Message-ID: <1382823354.456564.24895.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:35 User : partmedia Edit Summary: Don't show an index of "valid" pages @@ -1,21 +1,11 @@ ~~NOCACHE~~ - ====== Missing & Orphaned Pages ====== - ===== Missing Pages ===== - - - These pages have references, but do not yet exist. + ===== Missing Pages ====== + These pages are referenced somewhere else on the wiki, but do not exist yet. ~~ORPHANSWANTED:wanted!wiki~~ - ===== Orphaned Pages ===== - - These pages exist, but the only way to find them is using the index tree. + ====== Orphaned Pages ====== + These pages exist, but can only be accessed from the wiki index. They should be linked from another page. ~~ORPHANSWANTED:orphans!wiki~~ - - ===== Valid Pages ===== - - These pages exist and are valid. - - ~~ORPHANSWANTED:valid!wiki~~ IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/orphans_and_missing?rev=1201130947 New Revision: http://wiki.metalforge.net/doku.php/orphans_and_missing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:38:20 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:38:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: orphans_and_missing Message-ID: <1382823500.835051.24898.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:38 User : partmedia Edit Summary: Orphans belong at the top @@ -1,11 +1,11 @@ ~~NOCACHE~~ - - ===== Missing Pages ====== - These pages are referenced somewhere else on the wiki, but do not exist yet. - - ~~ORPHANSWANTED:wanted!wiki~~ ====== Orphaned Pages ====== These pages exist, but can only be accessed from the wiki index. They should be linked from another page. ~~ORPHANSWANTED:orphans!wiki~~ + + ====== Missing Pages ====== + These pages are referenced somewhere else on the wiki, but do not exist yet. + + ~~ORPHANSWANTED:wanted!wiki~~ IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/orphans_and_missing?rev=1382823350 New Revision: http://wiki.metalforge.net/doku.php/orphans_and_missing -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:40:17 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:40:17 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382823617.805515.24912.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:40 User : partmedia Edit Summary: Roll back index link and add message on where to look @@ -46,9 +46,9 @@ * http://crossfire.real-time.com/ - "Official" Crossfire Website * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer ====== Links for Wiki Editors ====== + * An index of all the wiki pages can be found in the bottom right corner * [[orphans and missing|Missing/Orphaned Pages]] - * [[http://wiki.metalforge.net/doku.php/start/?do=index|Wiki Index]] * [[wiki:Style Guide]] * [[playground]] - a safe place to try out DokuWiki syntax and features * [[Content migration]] TODO list IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382823155 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 16:41:22 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 16:41:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: content_migration Message-ID: <1382823682.421942.24915.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 16:41 User : partmedia Edit Summary: The links on this page have broken, this page is useless @@ -1,49 +1 @@ - ====== Wiki Content Migration ====== - - Note: Initial page creation, needs to be updated - - ==== Lore Wiki contents ==== - - http://crossfire.freezope.org/wiki/CF_lore_wiki/FrontPage/UserOptions/contents - - 0 FrontPage - o Geography - + BigWorld - # Erda - + Wotan - o History - o Legends - + BookOfRiddles - # PleaseContribute - + GWormsInvadeScorn - + ThePeaceKingdom - o Projects - + Region Definitions - # RegionDiscussion - # World - * darcap - o darcapcircus - * highway - * scorn - o scornarena - o scorncounty - o scornoldcity - o streetsofscorn - * wolfsburg - # creation - # greenway - # navar - # wilderness - * ZWiki - + MajorwooFamine - - ==== Fact Wiki contents ==== - - http://crossfire.freezope.org/wiki/CF_fact_wiki/FrontPage/UserOptions/contents - - o SpellSuggestions - + SummonSpells - o SuggestionBox - - IP-Address : 99.108.26.242 Old Revision: http://wiki.metalforge.net/doku.php/content_migration?rev=1133230402 New Revision: http://wiki.metalforge.net/doku.php/content_migration -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 21:22:42 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 21:22:42 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: skills:combat Message-ID: <1382840562.671447.25874.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 21:22 User : saru Edit Summary: created ====== Combat Skills ====== [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be learnt however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. These skills can be split into; Melee Skills, the skills that require a practitioner to move into melee (tile adjacent) distance and Missile Skills, those that can attack from a distance. === Melee Skills === * [[skills:single_handed|Single-Handed Weapons]] * [[skills:two_handed|Two-Handed Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] === Missile Skills === * [[skills:Missile Weapons]] ==== Combat ==== For information about how combat works visit: [[:combat]] ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/skills:combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 21:23:43 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 21:23:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:spell_casting Message-ID: <1382840623.501723.25877.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 21:23 User : saru Edit Summary: @@ -1,9 +1,8 @@ - ====== Spells Casting ====== + ====== Spells Casting Skills ====== Spell casting skills enable a major part of Crossfire by allowing players to cast specific [[:spells|spells]]. Many player [[:characters|characters]] have the ability to memorize and cast spells, as do some [[:NPCs]] and [[:monsters]]. [[:equipment]] such as [[equipment:scrolls]], [[equipment:wands]], and [[equipment:staffs]] may also be used to cast spells, so even non-magical, godless player characters will frequently encounter spells in the game. - ==== Spell Casting Skills ==== The spell casting skills are: * [[spells:wizardry|Wizardry spells]]: spells from these skills require spell points to cast * [[skills:Evocation]] * [[skills:Pyromancy]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting?rev=1382792328 New Revision: http://wiki.metalforge.net/doku.php/skills:spell_casting -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 21:24:10 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 21:24:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:combat Message-ID: <1382840650.637557.25880.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 21:24 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Combat Skills ====== - [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be learnt however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. + [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be [[equipment:skill_scrolls|learnt]] however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. These skills can be split into; Melee Skills, the skills that require a practitioner to move into melee (tile adjacent) distance and Missile Skills, those that can attack from a distance. === Melee Skills === IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:combat?rev=1382840559 New Revision: http://wiki.metalforge.net/doku.php/skills:combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 26 22:00:49 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 26 Oct 2013 22:00:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: combat Message-ID: <1382842849.376612.26028.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/26 22:00 User : saru Edit Summary: created - still in draft format ====== Combat ====== This article explains the combat system in Crossfire. Combat is the interaction of two controlled objects ([[:players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[:experience]], be it positive or negative. Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[combat:resistance|resistances]]. Some attack_types do not simply do damage but also affect a controlled objects ability to move or modify either temporarily or permanently a controlled objects vital [[:statistics]] ===== Physical Combat ===== These [[skills:combat]] rely on the physical traits of the controlled object. They can be separated into [[combat:melee]] combat and [[combat:missile]] combat ===== Magical Combat ===== ==== Combat ==== ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:11:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:11:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382854289.178777.23178.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:11 User : saru Edit Summary: Added Saru's Ideas section @@ -36,4 +36,36 @@ | Crossfire porting | Started | Kevin Zheng | The NetHack sources of interest are src/rect.c and src/mklev.c. | | Create Mazes of Menace | | | Use the ported random level generator to create corresponding Crossfire maps | | Link to world map | | | Maybe add the small town and tavern the NetHack guide book speaks of | | Add quest | | | Learn about the entrance at the library, then go off on a quest to find where it is | + + ===== Saru's Endless pile of potentially impossible ideas that might get considered one day ===== + + == Diversify classes == + Diversity [[:classes]] to enable more specialization of characters + * summoners could be the only class to have a familiar + * barbarians could dual wield weapons or cleave (hit multiple tiles at once) + * warriors could have a chance of dodging magical attacks + * etc + == attack_type rebalance == + Rework attack_types that are all or nothing to have a gradient of effect + * Paralyse to stop movement but still enable abilities, perhaps integrate into slow + * Confuse to affect single aspects of a player rather than everything, e.g. first interfere with movement, then casting, then attacking + * Blinding to slowly reduce vision, or for vision to return progressively + * Drain to start by only temporarily removing experience + * depletion is ok, maybe just prevent success every hit or limit monsters to depleting only particular stats (dementor takes away INT, POW, WIS.. Grim reaper depletes CON only.. etc) + * Acid can be repaired with varying degress of success based on the amount of destruction.. perhaps even a weapon durability system? + + * If successful, remove the accessibility of immunity items for these attack_types + == new additions to existing skills == + =smithing= + * repair acid damaged items + =missile weapons= + * implement a 'spell' like system to add more variety to applications of the skills + * Guided arrow + * multiple shot + * enchanted arrows (see hybrid items) + == hybrid items == + * Swords that are also rods, so you can cast spells directly from them + * shields that also enable casting protective spells + == On attack abilities == + * add the chance to trigger spells using melee skills, such as %10 chance to cast cause leprosy on stricking a monster IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382822546 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:18:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:18:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382854690.057735.23186.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:18 User : saru Edit Summary: few more ideas @@ -36,17 +36,20 @@ | Crossfire porting | Started | Kevin Zheng | The NetHack sources of interest are src/rect.c and src/mklev.c. | | Create Mazes of Menace | | | Use the ported random level generator to create corresponding Crossfire maps | | Link to world map | | | Maybe add the small town and tavern the NetHack guide book speaks of | | Add quest | | | Learn about the entrance at the library, then go off on a quest to find where it is | + ===== Saru's Endless pile of potentially impossible ideas that might get considered one day ===== == Diversify classes == Diversity [[:classes]] to enable more specialization of characters * summoners could be the only class to have a familiar - * barbarians could dual wield weapons or cleave (hit multiple tiles at once) - * warriors could have a chance of dodging magical attacks - * etc + * barbarians could get attack_type 'beserking' which increase attack speed upon each successful hit + * warriors could dual wield weapons or cleave (hit multiple tiles at once) + * Swashbuckelers could have a chance of dodging magical attacks + * Thiefs could get a chance to do critical strikes or deadly blows + == attack_type rebalance == Rework attack_types that are all or nothing to have a gradient of effect * Paralyse to stop movement but still enable abilities, perhaps integrate into slow * Confuse to affect single aspects of a player rather than everything, e.g. first interfere with movement, then casting, then attacking IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382854286 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:20:57 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:20:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382854857.593881.23191.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:20 User : saru Edit Summary: @@ -38,10 +38,11 @@ | Link to world map | | | Maybe add the small town and tavern the NetHack guide book speaks of | | Add quest | | | Learn about the entrance at the library, then go off on a quest to find where it is | - ===== Saru's Endless pile of potentially impossible ideas that might get considered one day ===== + ===== Saru's Endless pile of potentially impossible ideas that might get considered one day ===== + === Server Side === == Diversify classes == Diversity [[:classes]] to enable more specialization of characters * summoners could be the only class to have a familiar * barbarians could get attack_type 'beserking' which increase attack speed upon each successful hit @@ -71,4 +72,9 @@ * Swords that are also rods, so you can cast spells directly from them * shields that also enable casting protective spells == On attack abilities == * add the chance to trigger spells using melee skills, such as %10 chance to cast cause leprosy on stricking a monster + + === Client Side === + Generally refering to jxclient + * Make more actions/events interrupt when a different command is sent (e.g. if you hold down search, this will get interrupted by use_item healing potion) + * Split talk window into automated messages like combat log and messages like chat and say. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382854686 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:21:26 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:21:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382854886.045878.23194.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:21 User : saru Edit Summary: @@ -60,11 +60,11 @@ * Acid can be repaired with varying degress of success based on the amount of destruction.. perhaps even a weapon durability system? * If successful, remove the accessibility of immunity items for these attack_types == new additions to existing skills == - =smithing= + = smithing = * repair acid damaged items - =missile weapons= + = missile weapons = * implement a 'spell' like system to add more variety to applications of the skills * Guided arrow * multiple shot * enchanted arrows (see hybrid items) IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382854855 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:22:26 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:22:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382854946.793552.23197.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:22 User : saru Edit Summary: @@ -40,18 +40,18 @@ ===== Saru's Endless pile of potentially impossible ideas that might get considered one day ===== - === Server Side === - == Diversify classes == + ==== Server Side ==== + === Diversify classes === Diversity [[:classes]] to enable more specialization of characters * summoners could be the only class to have a familiar * barbarians could get attack_type 'beserking' which increase attack speed upon each successful hit * warriors could dual wield weapons or cleave (hit multiple tiles at once) * Swashbuckelers could have a chance of dodging magical attacks * Thiefs could get a chance to do critical strikes or deadly blows - == attack_type rebalance == + === attack_type rebalance === Rework attack_types that are all or nothing to have a gradient of effect * Paralyse to stop movement but still enable abilities, perhaps integrate into slow * Confuse to affect single aspects of a player rather than everything, e.g. first interfere with movement, then casting, then attacking * Blinding to slowly reduce vision, or for vision to return progressively @@ -59,22 +59,22 @@ * depletion is ok, maybe just prevent success every hit or limit monsters to depleting only particular stats (dementor takes away INT, POW, WIS.. Grim reaper depletes CON only.. etc) * Acid can be repaired with varying degress of success based on the amount of destruction.. perhaps even a weapon durability system? * If successful, remove the accessibility of immunity items for these attack_types - == new additions to existing skills == - = smithing = + === new additions to existing skills === + == smithing == * repair acid damaged items - = missile weapons = + == missile weapons == * implement a 'spell' like system to add more variety to applications of the skills * Guided arrow * multiple shot * enchanted arrows (see hybrid items) - == hybrid items == + === hybrid items === * Swords that are also rods, so you can cast spells directly from them * shields that also enable casting protective spells - == On attack abilities == + === On attack abilities === * add the chance to trigger spells using melee skills, such as %10 chance to cast cause leprosy on stricking a monster - === Client Side === + ==== Client Side ==== Generally refering to jxclient * Make more actions/events interrupt when a different command is sent (e.g. if you hold down search, this will get interrupted by use_item healing potion) * Split talk window into automated messages like combat log and messages like chat and say. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382854884 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 01:27:44 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 01:27:44 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382855264.387051.23202.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 01:27 User : saru Edit Summary: Ongoing work to define the combat system in crossfire @@ -3,19 +3,53 @@ + ===== Combat general description ===== Combat is the interaction of two controlled objects ([[:players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[:experience]], be it positive or negative. Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[combat:resistance|resistances]]. Some attack_types do not simply do damage but also affect a controlled objects ability to move or modify either temporarily or permanently a controlled objects vital [[:statistics]] - ===== Physical Combat ===== - These [[skills:combat]] rely on the physical traits of the controlled object. They can be separated into [[combat:melee]] combat and [[combat:missile]] combat + ==== Physical Combat ==== + These [[skills:combat skills]] rely on the physical traits of the controlled object. They can be separated into [[combat:melee]] combat and [[combat:missile]] combat - ===== Magical Combat ===== + ==== Magical Combat ==== + These [[skills:spell_casting|spell casting skills]] rely on the access and control of magical abilities of the controlled objected + ===== Attacking ===== + Combat can be thought of as a sequence of attacks. When attack is made, depending on the method of attack, an event occurs where the attacker delivers damage to the defender. There are two forms of damage (which can occur simultaneously): Direct Damage which reduces the hp of a defender - ==== Combat ==== + ==== Direct Damage ==== + Direct damage sequence of events: + - An attack is triggered + - A saving throw is made (in the case of a physical attack type, this is the defenders AC or dodge chance) + - If the saving throw was successful the attack is cancelled + - If the saving throw was unsuccessful, the attackers damage is calculated using the appropriate skill + - The damage is reduced by the defenders 'resistance' or in the case of physical 'armour' + - The resultant damage is dealt to the defender by removing hp + - If the defenders hp drops below 1, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. + + The following attack_types have direct damage properties + [[attack_types:Physical]] + [[attack_types:Weapon magic]] + [[attack_types:Fire]] + [[attack_types:Cold]] + [[attack_types:Electricity]] + [[attack_types:God power]] + [[attack_types:Holy power]] + [[attack_types:Ghost hit]] + + ==== Indirect Damage ==== + Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. For example, paralyzing attacks stop movement, confusing attacks scramble movement and actions and life stealing provides hp to the attacker. The following attack_types have indirect damage properties + + [[attack_types:Paralyze]] + [[attack_types:Slow]] + [[attack_types:Confuse]] + [[attack_types:Blind]] + [[attack_types:Poison]] + [[attack_types:Life Stealing]] + [[attack_types:Drain]] + [[attack_types:Depletion]] ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382842847 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 03:24:30 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 03:24:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382862270.564907.24409.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 03:24 User : saru Edit Summary: @@ -72,9 +72,12 @@ * Swords that are also rods, so you can cast spells directly from them * shields that also enable casting protective spells === On attack abilities === * add the chance to trigger spells using melee skills, such as %10 chance to cast cause leprosy on stricking a monster + ==== Client Side ==== Generally refering to jxclient * Make more actions/events interrupt when a different command is sent (e.g. if you hold down search, this will get interrupted by use_item healing potion) * Split talk window into automated messages like combat log and messages like chat and say. + * Implement tab completion + * Implement command aliases IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382854942 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 03:42:51 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 03:42:51 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382863371.202379.24429.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 03:42 User : saru Edit Summary: @@ -15,8 +15,9 @@ ===== Attacking ===== Combat can be thought of as a sequence of attacks. When attack is made, depending on the method of attack, an event occurs where the attacker delivers damage to the defender. There are two forms of damage (which can occur simultaneously): Direct Damage which reduces the hp of a defender + ==== Direct Damage ==== Direct damage sequence of events: @@ -24,20 +25,12 @@ - A saving throw is made (in the case of a physical attack type, this is the defenders AC or dodge chance) - If the saving throw was successful the attack is cancelled - If the saving throw was unsuccessful, the attackers damage is calculated using the appropriate skill - The damage is reduced by the defenders 'resistance' or in the case of physical 'armour' - - The resultant damage is dealt to the defender by removing hp - - If the defenders hp drops below 1, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. + - The resultant damage is dealt to the defender by removing hp or similar stat - The following attack_types have direct damage properties - [[attack_types:Physical]] - [[attack_types:Weapon magic]] - [[attack_types:Fire]] - [[attack_types:Cold]] - [[attack_types:Electricity]] - [[attack_types:God power]] - [[attack_types:Holy power]] - [[attack_types:Ghost hit]] + ==== Death & Experience ==== + - If the defenders hp drops below 1, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. ==== Indirect Damage ==== Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. For example, paralyzing attacks stop movement, confusing attacks scramble movement and actions and life stealing provides hp to the attacker. The following attack_types have indirect damage properties IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382855260 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:04:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:04:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: combat:attack_types Message-ID: <1382864640.598617.24634.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:03 User : saru Edit Summary: created ====== Attack Types ====== [[:combat|Attacks]] are made using specific attack types that define what the effect of an attack is: ==== Direct Damage ==== The following attack types have direct damage properties: * [[attack_types:Physical]] * [[attack_types:Weapon magic]] * [[attack_types:Fire]] * [[attack_types:Cold]] * [[attack_types:Electricity]] * [[attack_types:God power]] * [[attack_types:Holy power]] * [[attack_types:Ghost hit]] ==== Indirect Damage ==== Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. The following attack_types have indirect damage properties: * [[attack_types:Paralyze]]: Prevents all actions * [[attack_types:Slow]]: Slows movement speed and attack speed * [[attack_types:Confuse]]: Scrambles movement and spells * [[attack_types:Fear]]: Forces flight response in a direction away from source * [[attack_types:Blind]]: Field of vision removed * [[attack_types:Poison]]: Creates a damage over time (DoT) effect that causes poison type direct damage * [[attack_types:Life Stealing]]: a portion (0.3%) of damage dealt is given back to the source * [[attack_types:Drain]]: experience is directly siphoned and given to source * [[attack_types:Depletion]]: Stat points are temporarily reduced * [[attack_types:Death]]: causes death IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/combat:attack_types -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:05:00 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:05:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat:attack_types Message-ID: <1382864700.066760.24637.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:04 User : saru Edit Summary: @@ -1,9 +1,10 @@ ====== Attack Types ====== [[:combat|Attacks]] are made using specific attack types that define what the effect of an attack is: + ==== Direct Damage ==== - The following attack types have direct damage properties: + The following attack types have direct damage properties which removes a targets hp to the value of the damage dealt from a successful attack (after resistances are factored in): * [[attack_types:Physical]] * [[attack_types:Weapon magic]] * [[attack_types:Fire]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat:attack_types?rev=1382864637 New Revision: http://wiki.metalforge.net/doku.php/combat:attack_types -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:05:28 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:05:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat:attack_types Message-ID: <1382864728.122329.24642.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:05 User : saru Edit Summary: @@ -13,9 +13,9 @@ * [[attack_types:God power]] * [[attack_types:Holy power]] * [[attack_types:Ghost hit]] - ==== Indirect Damage ==== + ==== Indirect Damage & Effects ==== Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. The following attack_types have indirect damage properties: * [[attack_types:Paralyze]]: Prevents all actions * [[attack_types:Slow]]: Slows movement speed and attack speed IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat:attack_types?rev=1382864698 New Revision: http://wiki.metalforge.net/doku.php/combat:attack_types -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:14:57 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:14:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: skills:combat Message-ID: <1382865297.309471.24656.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:14 User : saru Edit Summary: @@ -1,22 +1,25 @@ ====== Combat Skills ====== [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be [[equipment:skill_scrolls|learnt]] however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. - These skills can be split into; Melee Skills, the skills that require a practitioner to move into melee (tile adjacent) distance and Missile Skills, those that can attack from a distance. + These skills can be split into; [[skills:melee|Melee Skills]], the skills that require a practitioner to move into melee (tile adjacent) distance and [[skills:missile|Missile Skills]], those that can attack from a distance. === Melee Skills === * [[skills:single_handed|Single-Handed Weapons]] * [[skills:two_handed|Two-Handed Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] + === Missile Skills === - * [[skills:Missile Weapons]] + * [[skills:Missile_Weapons|Missile Weapons]] + ==== Combat ==== For information about how combat works visit: [[:combat]] + ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/skills:combat?rev=1382840649 New Revision: http://wiki.metalforge.net/doku.php/skills:combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:26:46 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:26:46 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382866006.532650.24668.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:26 User : saru Edit Summary: Re-grouped items that are character traits under one heading @@ -7,9 +7,15 @@ ===== Lore ===== The history and changes that have occurred can be studied: [[lore|here]] - ===== Races ===== + ===== Character Statistics ===== + * [[:characters]] + * [[characters:primary_stats|Primary Stats]] + * [[characters:secondary_stats|Secondary Stats]] + * [[characters:score]] the sum of experience of a character + + ==== Races ==== The [[races]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[races:Dwarves]] --- {{:images:pl_dragon_r.base.151.png}} [[races:Dragons]] @@ -29,9 +35,9 @@ --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] - ===== Classes ===== + ==== Classes ==== [FIXME]The [[classes]] of crossfire that players can choose {{:images:dwarf_p.base.151.png}} [[classes:Warlock]] --- {{:images:pl_dragon_r.base.151.png}} [[classes:Evoker]] @@ -49,25 +55,39 @@ --- {{:images:serpentman.base.151.png}} [[classes:Thief]] --- {{:images:troll_p.base.151.png}} [[classes:Monk]] --- {{:images:wraithp.base.151.png}} [[classes:Paladin]] + ==== Gods ==== + There are many gods whom crave worship: + + * [[gods:Valkyrie]] + * [[gods:Mostrai]] + * [[gods:Gnarg]] + * [[gods:Sorig]] + * [[gods:Ruggilli]] + * [[gods:Ixalovh]] + * [[gods:Lythander]] + * [[gods:Valriel]] + * [[gods:Gorokh]] + * [[gods:Gaea]] + * [[gods:Devourers]] - ===== Skills ===== + ==== Skills ==== - ==== Combat Skills ==== + === Combat Skills === * [[skills:combat|Combat skills]] are those skills that rely on the character's ability to cut, slice ,thrust, bludgeon, shoot... you get the idea. They can be split into two categories: Melee and Missle. - === Melee Skills === + == Melee Skills == * [[skills:single_handed|Single-Handed Weapons]] * [[skills:two_handed|Two-Handed Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] - === Missile Skills === + == Missile Skills == * [[skills:Missile Weapons]] - ==== Spell Casting Skills ==== + === Spell Casting Skills === * [[skills:spell_casting|Spell Casting skills]] are those skills that rely on the manipulation of magic to both protect allies of, and disable the various enemies of all inhabitants of Crossfire. * [[spells:Wizardry]] are the schools of magic whose [[:spells]] use mana: * [[skills:Summoning]] * [[skills:Sorcery]] @@ -77,9 +97,18 @@ * [[skills:Praying]] * Not all are gifted with an innate ability to use magic, some find power through the skill of channeling trinkets and tokens of great power. Even many gifted would rather this path for the most powerful or dangerous of magics. * [[skills:Use Magic Item]] - ==== Artisan Skills ==== + === Spells === + Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] + * [[spells:Wizardry]] spells are those that require mana and include: + * [[spells:Summoning]] + * [[spells:Sorcery]] + * [[spells:Pyromancy]] + * [[spells:Evocation]] + * [[spells:praying|Praying spells]] are those that require your gods grace + + === Artisan Skills === Whilst an apprentice may struggle with the steps to building the most basic of raw materials or singing in tune, through great artistry, mundane items and skills can be empowered with magic and there are those who specialize in the knowledge of these skills. These masters are often consulted to understand the value and true purpose of found objects. * [[skills:Alchemy]] * [[skills:Bowyer]] * [[skills:Inscription]] @@ -92,9 +121,9 @@ * [[skills:Woodsman]] * [[skills:Sense Curse]] * [[skills:Sense Magic]] - ==== General Skills ==== + === General Skills === These skills provide denizens of Crossfire with diverse means of survival: * [[skills:Bargaining]] * [[skills:Climbing]] @@ -113,37 +142,12 @@ * [[skills:Writing]] - ===== Spells ===== - Many [[:spells]] are available to users of magic in crossfire however spells are split into two distinct categories: [[spells:Wizardry]] and [[spells:praying|Praying spells]] - * [[spells:Wizardry]] spells are those that require mana and include: - * [[spells:Summoning]] - * [[spells:Sorcery]] - * [[spells:Pyromancy]] - * [[spells:Evocation]] - * [[spells:praying|Praying spells]] are those that require your gods grace - - - - ===== Gods ===== - There are many gods whom crave worship: - - * [[gods:Valkyrie]] - * [[gods:Mostrai]] - * [[gods:Gnarg]] - * [[gods:Sorig]] - * [[gods:Ruggilli]] - * [[gods:Ixalovh]] - * [[gods:Lythander]] - * [[gods:Valriel]] - * [[gods:Gorokh]] - * [[gods:Gaea]] - * [[gods:Devourers]] - ===== Equipment ===== + ==== Equipment ==== The following [[equipment:weapons]] can be worn by some [[:races]] and [[:classes]] to aid in combat attacks: * [[equipment:Melee_Weapons|Melee weapons]] * [[equipment:Missile_Weapons|Missile weapons]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382798491 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:32:25 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:32:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382866345.101067.24673.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:32 User : saru Edit Summary: @@ -3,12 +3,12 @@ ===== Combat general description ===== Combat is the interaction of two controlled objects ([[:players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[:experience]], be it positive or negative. - Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[combat:resistance|resistances]]. Some attack_types do not simply do damage but also affect a controlled objects ability to move or modify either temporarily or permanently a controlled objects vital [[:statistics]] + Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[combat:resistance|resistances]]. Some [[combat:attack_types|attack types]] do not simply do damage but also do indirect damage & effects, either temporarily or permanently. This could be to limit movement or modify a controlled objects vital statistics. ==== Physical Combat ==== - These [[skills:combat skills]] rely on the physical traits of the controlled object. They can be separated into [[combat:melee]] combat and [[combat:missile]] combat + These [[:skills]] rely on the physical traits of the controlled object. They can be separated into [[skills:melee]] combat and [[skills:missile]] combat ==== Magical Combat ==== These [[skills:spell_casting|spell casting skills]] rely on the access and control of magical abilities of the controlled objected @@ -16,33 +16,22 @@ ===== Attacking ===== Combat can be thought of as a sequence of attacks. When attack is made, depending on the method of attack, an event occurs where the attacker delivers damage to the defender. There are two forms of damage (which can occur simultaneously): Direct Damage which reduces the hp of a defender - - - ==== Direct Damage ==== - Direct damage sequence of events: + An attack sequence can be described as: - An attack is triggered - A saving throw is made (in the case of a physical attack type, this is the defenders AC or dodge chance) - If the saving throw was successful the attack is cancelled - If the saving throw was unsuccessful, the attackers damage is calculated using the appropriate skill - The damage is reduced by the defenders 'resistance' or in the case of physical 'armour' - The resultant damage is dealt to the defender by removing hp or similar stat ==== Death & Experience ==== - - If the defenders hp drops below 1, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. + + If the defenders hp drops below 0, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. - ==== Indirect Damage ==== - Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. For example, paralyzing attacks stop movement, confusing attacks scramble movement and actions and life stealing provides hp to the attacker. The following attack_types have indirect damage properties + If a player dies, the character loses 20% of their experience (in all categories) and a random primary stat decreases by 1. At low levels, the stat loss is bad news, while it is the experience loss that really hurts at those high levels. You may still regain lost stats (up to your natural limit) by drinking potions of life. Certain gods restore lost stats if you meet certain conditions while praying on their alter. - [[attack_types:Paralyze]] - [[attack_types:Slow]] - [[attack_types:Confuse]] - [[attack_types:Blind]] - [[attack_types:Poison]] - [[attack_types:Life Stealing]] - [[attack_types:Drain]] - [[attack_types:Depletion]] ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382863368 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 27 04:51:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 27 Oct 2013 04:51:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters Message-ID: <1382867462.602758.24693.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/27 04:51 User : saru Edit Summary: created ====== Characters ====== Characters are generated by players to find honour, uphold justice, make money, and grow more powerful. Characters are constructed of [[characters:Primary_stats|Primary Stats]] and [[characters:Secondary_stats|Secondary Stats]]. These stats are a product of the characters: * [[:Races|Race]] * [[:classes|Class]] * [[Secondary:Score]] * [[:Skills]] [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be [[equipment:skill_scrolls|learnt]] however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. These skills can be split into; [[skills:melee|Melee Skills]], the skills that require a practitioner to move into melee (tile adjacent) distance and [[skills:missile|Missile Skills]], those that can attack from a distance. === Melee Skills === * [[skills:single_handed|Single-Handed Weapons]] * [[skills:two_handed|Two-Handed Weapons]] * [[skills:Punching]] * [[skills:Karate]] * [[skills:Clawing]] * [[skills:Flame Touch]] === Missile Skills === * [[skills:Missile_Weapons|Missile Weapons]] ==== Combat ==== For information about how combat works visit: [[:combat]] ==== Technical information ==== For information on development and technical aspects of spells: [[dev:combat|dev:combat]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 00:04:12 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 00:04:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382936652.577922.32016.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 00:04 User : leaf Edit Summary: Added more external links - forum, crossfire atlas @@ -40,15 +40,18 @@ ====== Helpful Link(s) ====== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) + ====== External Links ====== * http://crossfire.real-time.com/ - "Official" Crossfire Website - * http://dooler.woosworld.net/cf_map/ - CFWorldView, an online world map viewer + * http://forum.metalforge.net - Online web based forum related to Crossfire + * http://www.crossfireatlas.net - More current map viewer for all maps in Crossfire + * http://dooler.woosworld.net/cf_map/ - CFWorldView, an old & outdated online world map viewer ====== Links for Wiki Editors ====== * An index of all the wiki pages can be found in the bottom right corner * [[orphans and missing|Missing/Orphaned Pages]] * [[wiki:Style Guide]] * [[playground]] - a safe place to try out DokuWiki syntax and features * [[Content migration]] TODO list IP-Address : 65.193.16.99 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382823615 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 00:05:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 00:05:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382936731.805525.32021.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 00:05 User : leaf Edit Summary: External link - Sourceforge @@ -43,8 +43,9 @@ * Get together ([[g2g]]) meeting notes, summary, proposal(s) ====== External Links ====== + * http://sourceforge.net/projects/crossfire/ - Official project & development of Crossfire * http://crossfire.real-time.com/ - "Official" Crossfire Website * http://forum.metalforge.net - Online web based forum related to Crossfire * http://www.crossfireatlas.net - More current map viewer for all maps in Crossfire * http://dooler.woosworld.net/cf_map/ - CFWorldView, an old & outdated online world map viewer IP-Address : 65.193.16.99 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382936650 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 00:06:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 00:06:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1382936815.180735.32024.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 00:06 User : leaf Edit Summary: Format clean up on External Link URLs @@ -40,19 +40,20 @@ ====== Helpful Link(s) ====== * [[SourceForge Migration]] notes, tips and help * Get together ([[g2g]]) meeting notes, summary, proposal(s) + ====== External Links ====== - * http://sourceforge.net/projects/crossfire/ - Official project & development of Crossfire - * http://crossfire.real-time.com/ - "Official" Crossfire Website + * http://sourceforge.net/projects/crossfire - Official project & development of Crossfire + * http://crossfire.real-time.com - "Official" Crossfire Website * http://forum.metalforge.net - Online web based forum related to Crossfire * http://www.crossfireatlas.net - More current map viewer for all maps in Crossfire - * http://dooler.woosworld.net/cf_map/ - CFWorldView, an old & outdated online world map viewer + * http://dooler.woosworld.net/cf_map - CFWorldView, an old & outdated online world map viewer ====== Links for Wiki Editors ====== * An index of all the wiki pages can be found in the bottom right corner * [[orphans and missing|Missing/Orphaned Pages]] * [[wiki:Style Guide]] * [[playground]] - a safe place to try out DokuWiki syntax and features * [[Content migration]] TODO list IP-Address : 65.193.16.99 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1382936729 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 00:12:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 00:12:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: servers Message-ID: <1382937157.709130.32038.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 00:12 User : leaf Edit Summary: Update server version for Metalforge @@ -4,9 +4,9 @@ This section will hopefully contain a useful collection of information about running and historical crossfire servers. Please keep this limited to public servers, or private ones which have been historically significant. ===== Current Servers ===== ^ Server ^ Address ^ Version ^ Mapset ^ Lifespan ^ Description ^ - | [[servers:MetalForge]]((http://www.metalforge.net/))| crossfire.metalforge.net | 1.11.0 | bigworld(official) | 2003-May-12 to current | Currently has the most actual players, enforced rules. Around late August 2006, ~6-19 players online at a time. Runs branches/1.x | + | [[servers:MetalForge]]((http://www.metalforge.net/))| crossfire.metalforge.net | 1.12.0 | bigworld(official) | 2003-May-12 to current | Currently has the most actual players, enforced rules. Around late August 2006, ~6-19 players online at a time. Runs branches/1.x | | Invidious | invidious.meflin.net | Trunk-SVN | bigworld plus pre-SVN testing | 2008-current | Lightly active. | ===== Hosting ===== Ever wanted to [[serverhosting:hosting_a_crossfire_server|host]] your own Crossfire server? Here's your chance! IP-Address : 65.193.16.99 Old Revision: http://wiki.metalforge.net/doku.php/servers?rev=1382762744 New Revision: http://wiki.metalforge.net/doku.php/servers -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 03:38:38 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 03:38:38 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382949518.312253.30739.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 03:38 User : saru Edit Summary: @@ -11,20 +11,21 @@ ==== Magical Combat ==== These [[skills:spell_casting|spell casting skills]] rely on the access and control of magical abilities of the controlled objected + ===== Attacking ===== - Combat can be thought of as a sequence of attacks. When attack is made, depending on the method of attack, an event occurs where the attacker delivers damage to the defender. There are two forms of damage (which can occur simultaneously): Direct Damage which reduces the hp of a defender + Combat can be thought of as a sequence of attacks. - An attack sequence can be described as: - - An attack is triggered - - A saving throw is made (in the case of a physical attack type, this is the defenders AC or dodge chance) + Each attack can be described as: + - An attack is initiated using a combat skill of an attacker against a defender. + - A saving throw is made by the defender (in the case of a physical attack type, this is the defenders AC compared to the attackers WC) - If the saving throw was successful the attack is cancelled - - If the saving throw was unsuccessful, the attackers damage is calculated using the appropriate skill + - If the saving throw was unsuccessful, the attackers damage is calculated using the combat skill - The damage is reduced by the defenders 'resistance' or in the case of physical 'armour' - - The resultant damage is dealt to the defender by removing hp or similar stat + - The resultant damage is dealt to the defender by adjusting a [[characters:statistics]] such as [[characters:secondary_stats:hp]] ==== Death & Experience ==== If the defenders hp drops below 0, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382866343 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 03:42:25 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 03:42:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382949745.109139.30753.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 03:42 User : saru Edit Summary: @@ -1,11 +1,11 @@ ====== Combat ====== This article explains the combat system in Crossfire. ===== Combat general description ===== - Combat is the interaction of two controlled objects ([[:players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[:experience]], be it positive or negative. + Combat is the interaction of two controlled objects ([[:characters|players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[characters:secondary_stats:experience]], be it positive or negative. - Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[combat:resistance|resistances]]. Some [[combat:attack_types|attack types]] do not simply do damage but also do indirect damage & effects, either temporarily or permanently. This could be to limit movement or modify a controlled objects vital statistics. + Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[characters:resistance|resistances]]. Some [[combat:attack_types|attack types]] do not simply do damage but also do indirect damage & effects, either temporarily or permanently. This could be to limit movement or modify a controlled objects vital statistics. ==== Physical Combat ==== These [[:skills]] rely on the physical traits of the controlled object. They can be separated into [[skills:melee]] combat and [[skills:missile]] combat @@ -15,17 +15,16 @@ ===== Attacking ===== - Combat can be thought of as a sequence of attacks. + Combat can be thought of as a sequence of attacks. Each attack can be described as: - Each attack can be described as: - An attack is initiated using a combat skill of an attacker against a defender. - A saving throw is made by the defender (in the case of a physical attack type, this is the defenders AC compared to the attackers WC) - If the saving throw was successful the attack is cancelled - If the saving throw was unsuccessful, the attackers damage is calculated using the combat skill - The damage is reduced by the defenders 'resistance' or in the case of physical 'armour' - - The resultant damage is dealt to the defender by adjusting a [[characters:statistics]] such as [[characters:secondary_stats:hp]] + - The resultant damage is dealt to the defender by adjusting a [[:characters]] statistics such as [[characters:hp]] ==== Death & Experience ==== If the defenders hp drops below 0, the defender dies, and the attacker adds the exp of the defender to their total exp for the skill which made the killing blow. The defender also drops any items from their inventory (if a player, this is a gravestone) onto the floor. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382949516 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:28:11 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:28:11 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382952491.313334.30984.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:28 User : saru Edit Summary: Included all key aspects of characters @@ -1,34 +1,54 @@ ====== Characters ====== - Characters are generated by players to find honour, uphold justice, make money, and grow more powerful. Characters are constructed of [[characters:Primary_stats|Primary Stats]] and [[characters:Secondary_stats|Secondary Stats]]. These stats are a product of the characters: + Characters are generated by players to find honour, uphold justice, make money, and grow more powerful. Characters are constructed of a variety of stats including: - * [[:Races|Race]] - * [[:classes|Class]] - * [[Secondary:Score]] - * [[:Skills]] + ===== Primary Stats ===== + These stats play a critical role in determining the output of a characters application of skills and the values of secondary stats. + * [[characters:STR|Strength (STR)]] + * [[characters:DEX|Dexterity (DEX)]] + * [[characters:CON|Constitution (CON)]] + * [[characters:INT|Intelligence (INT)]] + * [[characters:WIS|Wisdom (WIS)]] + * [[characters:POW|Power (POW)]] + * [[characters:CHA|Charisma (CHA)]] - [[:combat|Combat]] skills include all methods of attack that do not rely on the [[skills:spell_casting|divine and mystic]]. All player [[:characters|characters]], [[:NPCs]] and [[:monsters]] have the ability to attack however some choose a more passive approach. [[equipment:weapons]] are required to use skills such as [[skills:single_handed|Single-Handed Weapons]], [[skills:two_handed|Two-Handed Weapons]] and [[skills:Missile Weapons]] however there are hand-to-hand skills that require no weapons. Some combat skills can be [[equipment:skill_scrolls|learnt]] however [[skills:flame_touch|some]] require specific types of [[races:fireborns|bodies]]. + ===== Secondary Stats ===== - These skills can be split into; [[skills:melee|Melee Skills]], the skills that require a practitioner to move into melee (tile adjacent) distance and [[skills:missile|Missile Skills]], those that can attack from a distance. + * [[characters:Level]] + * [[characters:Score]] (Total Experience) + * [[characters:HP|Hit Points (HP)]] + * [[characters:GR|Grace (Gr)]] + * [[characters:Mana]] + * [[characters:Food]] + * [[characters:Speed]] + * [[characters:Weapon_Speed|Weapon Speed]] + * [[characters:Weapon Damage|Weapon Damage]] + * [[characters:WC|Weapon Class (WC)]] + * [[characters:AC|Armour Class (AC)]] + * [[characters:Protections]] (one for each [[combat:attack_types|attack type]]) - === Melee Skills === - * [[skills:single_handed|Single-Handed Weapons]] - * [[skills:two_handed|Two-Handed Weapons]] - * [[skills:Punching]] - * [[skills:Karate]] - * [[skills:Clawing]] - * [[skills:Flame Touch]] + ===== Character Selection ===== + + Characters are created by the selection of: + + * [[:Races|Race]] + * [[:classes|Class]] - === Missile Skills === - * [[skills:Missile_Weapons|Missile Weapons]] + These must be selected upon creation of a character and can never be changed. + ===== Character Basics ===== - ==== Combat ==== + After completing character selection players can begin to quest. The key objectives can be summarized as: - For information about how combat works visit: [[:combat]] + Learn [[:skills] and master them + Find better [[:Equipment]] + Defeat difficult [[:Monsters]] + Solve complex [[:quests]] + Please your [[:gods|God]] + Meet friends. ==== Technical information ==== - For information on development and technical aspects of spells: [[dev:combat|dev:combat]] + For information on development and technical aspects of spells: [[dev:characters|dev:characters]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382867458 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:29:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:29:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382952577.409681.30987.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:29 User : saru Edit Summary: @@ -36,19 +36,19 @@ * [[:Races|Race]] * [[:classes|Class]] These must be selected upon creation of a character and can never be changed. + ===== Character Basics ===== After completing character selection players can begin to quest. The key objectives can be summarized as: - Learn [[:skills] and master them - Find better [[:Equipment]] - Defeat difficult [[:Monsters]] - Solve complex [[:quests]] - Please your [[:gods|God]] - Meet friends. - + * Learn [[:skills] and master them + * Find better [[:Equipment]] + * Defeat difficult [[:Monsters]] + * Solve complex [[:quests]] + * Please your [[:gods|God]] + * Meet friends. ==== Technical information ==== For information on development and technical aspects of spells: [[dev:characters|dev:characters]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382952488 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:29:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:29:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382952593.812580.30990.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:29 User : saru Edit Summary: @@ -36,19 +36,20 @@ * [[:Races|Race]] * [[:classes|Class]] These must be selected upon creation of a character and can never be changed. + ===== Character Basics ===== After completing character selection players can begin to quest. The key objectives can be summarized as: - * Learn [[:skills] and master them + * Learn [[:skills]] and master them * Find better [[:Equipment]] * Defeat difficult [[:Monsters]] * Solve complex [[:quests]] * Please your [[:gods|God]] * Meet friends. ==== Technical information ==== For information on development and technical aspects of spells: [[dev:characters|dev:characters]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382952575 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:41:56 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:41:56 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382953316.454689.31019.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:41 User : saru Edit Summary: @@ -11,17 +11,20 @@ * [[characters:INT|Intelligence (INT)]] * [[characters:WIS|Wisdom (WIS)]] * [[characters:POW|Power (POW)]] * [[characters:CHA|Charisma (CHA)]] + ===== Secondary Stats ===== * [[characters:Level]] - * [[characters:Score]] (Total Experience) + * [[characters:Score]] (Total [[characters:Exp|Experience]]) * [[characters:HP|Hit Points (HP)]] + * [[characters:HP_regen|Hit Point Regeneration Rate (Hp_regen)]] * [[characters:GR|Grace (Gr)]] - * [[characters:Mana]] + * [[characters:Mana (Sp)]] + * [[characters:SP_regen|Mana Regeneration Rate (SP_regen)]] * [[characters:Food]] * [[characters:Speed]] * [[characters:Weapon_Speed|Weapon Speed]] * [[characters:Weapon Damage|Weapon Damage]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382952591 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:43:38 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:43:38 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382953418.731896.31022.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:43 User : saru Edit Summary: @@ -11,15 +11,16 @@ * [[characters:INT|Intelligence (INT)]] * [[characters:WIS|Wisdom (WIS)]] * [[characters:POW|Power (POW)]] * [[characters:CHA|Charisma (CHA)]] + ===== Secondary Stats ===== - * [[characters:Level]] - * [[characters:Score]] (Total [[characters:Exp|Experience]]) + * [[characters:Level]] (Based off [[characters:score]]) + * [[characters:Score]] (Aggregate of [[:skills]] [[skills:exp|experience]]) * [[characters:HP|Hit Points (HP)]] * [[characters:HP_regen|Hit Point Regeneration Rate (Hp_regen)]] * [[characters:GR|Grace (Gr)]] * [[characters:Mana (Sp)]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382953315 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:45:19 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:45:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: server:scratchpad Message-ID: <1382953519.100429.31027.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:45 User : saru Edit Summary: added SP_REGEN and HP_REGEN stat to client display @@ -72,12 +72,14 @@ * Swords that are also rods, so you can cast spells directly from them * shields that also enable casting protective spells === On attack abilities === * add the chance to trigger spells using melee skills, such as %10 chance to cast cause leprosy on stricking a monster + ==== Client Side ==== Generally refering to jxclient * Make more actions/events interrupt when a different command is sent (e.g. if you hold down search, this will get interrupted by use_item healing potion) * Split talk window into automated messages like combat log and messages like chat and say. * Implement tab completion * Implement command aliases + * Provide SP_REGEN and HP_REGEN stats in the stats area of the client perhaps as hp: XX (+1) IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/server:scratchpad?rev=1382862268 New Revision: http://wiki.metalforge.net/doku.php/server:scratchpad -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:50:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:50:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382953831.977774.31032.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:50 User : saru Edit Summary: @@ -31,8 +31,9 @@ * [[characters:Weapon Damage|Weapon Damage]] * [[characters:WC|Weapon Class (WC)]] * [[characters:AC|Armour Class (AC)]] * [[characters:Protections]] (one for each [[combat:attack_types|attack type]]) + * [[characters:Carrying_capacity|Carrying Capacity]] ===== Character Selection ===== Characters are created by the selection of: IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382953418 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:55:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:55:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:str Message-ID: <1382954129.515866.31037.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:55 User : saru Edit Summary: created ====== Strength (STR) ====== Strength represents the measure of the physical strength or how much can your character lift and how many push-ups can it do? As a result it directly affects the following character stats: * [[characters:damage]] * [[characters:speed]] * [[characters:weapon_speed]] * [[characters:WC|Weapon Class]] * [[characters:carrying_capacity]] It is also used in the following [[:skills]]: * [[skills:Punching]] * [[skills:Karate]] * [FIXME] <- lots more to add here IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:str -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 04:56:16 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 04:56:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters:str Message-ID: <1382954176.108806.31040.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 04:56 User : saru Edit Summary: @@ -3,12 +3,12 @@ - * [[characters:damage]] - * [[characters:speed]] - * [[characters:weapon_speed]] + * [[characters:Damage]] + * [[characters:Speed]] + * [[characters:weapon_speed|Weapon Speed]] * [[characters:WC|Weapon Class]] - * [[characters:carrying_capacity]] + * [[characters:carrying_capacity|Carry Capacity]] It is also used in the following [[:skills]]: * [[skills:Punching]] * [[skills:Karate]] * [FIXME] <- lots more to add here IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters:str?rev=1382954127 New Revision: http://wiki.metalforge.net/doku.php/characters:str -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:01:02 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:01:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters:str Message-ID: <1382954462.091692.31736.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:01 User : saru Edit Summary: @@ -11,4 +11,7 @@ * [[skills:Punching]] * [[skills:Karate]] * [FIXME] <- lots more to add here + + A [[:characters]] strength can be permanently improved by using: + * Strength [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters:str?rev=1382954175 New Revision: http://wiki.metalforge.net/doku.php/characters:str -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:09:01 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:09:01 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:dex Message-ID: <1382954941.827151.31741.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:09 User : saru Edit Summary: created ====== Dexterity (DEX) ====== Dexterity represents measures physical agility. A dexterous character call leap out of the way of incoming attacks or sprint fast. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] strength can be permanently improved by using: * Dexterity [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:dex -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:14:13 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:14:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:con Message-ID: <1382955253.830005.31755.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:14 User : saru Edit Summary: created ====== Constitution(CON) ====== Constitution is a measure of a [[:characters]] physical health and toughness. A character of high constitution can get back up from the most solid blows and can outlast the most virulent [[spells:diseases]]. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] strength can be permanently improved by using: * Constitution [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:con -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:16:50 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:16:50 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:int Message-ID: <1382955410.474144.31760.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:16 User : saru Edit Summary: created ====== Intelligence (INT) ====== Intelligence is a measure of a [[:characters]] creativeness, thoughtfulness and memory. A character of high intelligence can understand the most complex incantations and enables rapid mastery of [[:skills]]. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] strength can be permanently improved by using: * Intelligence [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:int -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:23:36 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:23:36 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:wis Message-ID: <1382955816.154056.31768.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:23 User : saru Edit Summary: created ====== Wisdom (WIS) ====== Wisdom is a measure of a [[:characters]] strength of conviction and ability to connect with man, monster, and god. A wise character can utilize more grace and channel with more force the will of their god. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] wisdom can be permanently improved by using: * Wisdom [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:wis -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:24:04 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:24:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters:int Message-ID: <1382955844.257232.31771.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:24 User : saru Edit Summary: @@ -7,6 +7,6 @@ It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here - A [[:characters]] strength can be permanently improved by using: + A [[:characters]] intelligence can be permanently improved by using: * Intelligence [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters:int?rev=1382955408 New Revision: http://wiki.metalforge.net/doku.php/characters:int -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:24:25 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:24:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters:con Message-ID: <1382955865.570885.31774.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:24 User : saru Edit Summary: @@ -7,6 +7,6 @@ It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here - A [[:characters]] strength can be permanently improved by using: + A [[:characters]] constitution can be permanently improved by using: * Constitution [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters:con?rev=1382955252 New Revision: http://wiki.metalforge.net/doku.php/characters:con -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:24:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:24:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters:dex Message-ID: <1382955895.501336.31777.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:24 User : saru Edit Summary: @@ -7,6 +7,6 @@ It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here - A [[:characters]] strength can be permanently improved by using: + A [[:characters]] dexterity can be permanently improved by using: * Dexterity [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters:dex?rev=1382954940 New Revision: http://wiki.metalforge.net/doku.php/characters:dex -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:26:58 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:26:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:pow Message-ID: <1382956018.848864.31782.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:26 User : saru Edit Summary: created ====== Power (POW) ====== Power is a measure of a [[:characters]] affinity for all things magical. A character of great power can cast vast numbers of incantations without tiring. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] power can be permanently improved by using: * Power [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:pow -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:29:12 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:29:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:cha Message-ID: <1382956152.770481.31785.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:29 User : saru Edit Summary: created ====== Charisma (CHA) ====== Charisma is a measure of a [[:characters]] capacity to both lead and coerce. A character of great charisma can start wars, get the cheapest prices, and avoid confict at will. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] charisma can be permanently improved by using: * Charisma [[equipment:potions|Potions]] IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:cha -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:30:43 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:30:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382956243.289501.31790.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:30 User : saru Edit Summary: @@ -11,21 +11,22 @@ * [[characters:INT|Intelligence (INT)]] * [[characters:WIS|Wisdom (WIS)]] * [[characters:POW|Power (POW)]] * [[characters:CHA|Charisma (CHA)]] + ===== Secondary Stats ===== * [[characters:Level]] (Based off [[characters:score]]) - * [[characters:Score]] (Aggregate of [[:skills]] [[skills:exp|experience]]) + * [[characters:Score]] (Aggregate of the [[skills:exp|experience]] of a characters [[:skills]] ) * [[characters:HP|Hit Points (HP)]] * [[characters:HP_regen|Hit Point Regeneration Rate (Hp_regen)]] * [[characters:GR|Grace (Gr)]] * [[characters:Mana (Sp)]] - * [[characters:SP_regen|Mana Regeneration Rate (SP_regen)]] + * [[characters:SP_regen|Mana Regeneration Rate (Sp_regen)]] * [[characters:Food]] * [[characters:Speed]] * [[characters:Weapon_Speed|Weapon Speed]] * [[characters:Weapon Damage|Weapon Damage]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382953830 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:31:29 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:31:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382956289.026551.31793.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:31 User : saru Edit Summary: @@ -42,20 +42,21 @@ * [[:Races|Race]] * [[:classes|Class]] These must be selected upon creation of a character and can never be changed. + ===== Character Basics ===== After completing character selection players can begin to quest. The key objectives can be summarized as: * Learn [[:skills]] and master them - * Find better [[:Equipment]] - * Defeat difficult [[:Monsters]] + * Find better [[:equipment]] + * Defeat difficult [[:monsters]] * Solve complex [[:quests]] - * Please your [[:gods|God]] + * Please your [[:gods|god]] * Meet friends. ==== Technical information ==== For information on development and technical aspects of spells: [[dev:characters|dev:characters]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382956241 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:33:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:33:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: mechanics Message-ID: <1382956417.079397.31796.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:33 User : saru Edit Summary: @@ -6,14 +6,12 @@ If you are interested in guides to help play crossfire you should have a look at the [[:guides]]. ===== Lore ===== The history and changes that have occurred can be studied: [[lore|here]] + ===== Character Statistics ===== - * [[:characters]] - * [[characters:primary_stats|Primary Stats]] - * [[characters:secondary_stats|Secondary Stats]] - * [[characters:score]] the sum of experience of a character + * For information about the properties of characters: [[:characters]] ==== Races ==== The [[races]] of crossfire that players can choose IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/mechanics?rev=1382866002 New Revision: http://wiki.metalforge.net/doku.php/mechanics -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:45:59 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:45:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races Message-ID: <1382957159.931316.31816.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:45 User : saru Edit Summary: @@ -1,26 +1,28 @@ ====== The Races ====== FIXME Insert lore (be sure to link to [[:gods]] which links to creation myths, when mentioning creation of them) + ===== Player usable races ===== - * {{:images:dwarf_p.base.151.png}} [[.races:Dwarves]] - * {{:images:elf.base.151.png}} [[.races:Elves]] - * {{:images:fenx.base.150.png}} [[.races:Fendrakis]] (Fenx) - * {{:images:fireborn.base.111.png}} [[.races:Fireborns]] - * {{:images:gnome_p.base.151.png}} [[.races:Gnomes]] - * {{:images:halfling.base.151.png}} [[.races:Halfling]] - * {{:images:human.base.151.png}} [[.races:Humans]] - * {{:images:viking.base.151.png}} [[.races:Northmen]] - * {{:images:pl_dragon_r.base.151.png}} [[.races:Dragons]] - * {{:images:pl_half_orc.base.151.png}} [[.races:Half Orcs]] - * {{:images:quetzalcoatl.base.131.png}} [[.races:Quetzalcoatls]] - * {{:images:serpentman.base.151.png}} [[.races:Serpent Men]] - * {{:images:troll_p.base.151.png}} [[.races:Trolls]] - * {{:images:wraithp.base.151.png}} [[.races:Wraiths]] + The following table outlines the various stat modifications that each race makes to a character upon selection. For more detailed information about other traits that each brings click the link in the table: - There is a concise table of these stats at http://crossfire.real-time.com/guides/character/race.html + ^ Race ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.))^ + | {{:images:dwarf_p.base.151.png}} [[.races:Dwarves]] | +3 | -2 | +4 | -2 | -1 | -2 | -1 | 0 | + | {{:images:pl_dragon_r.base.151.png}} [[.races:Dragons]] | +5 | 0 | +6 | -3 | -8 | +5 | 0 | +5 | + | {{:images:elf.base.151.png}} [[.races:Elves]] | -2 | +3 | -2 | +2 | -3 | +2 | +4 | 0 | + | {{:images:fenx.base.150.png}} [[.races:Fendrakis]] | ? | ? | ? | ? | ? | ? | ? | ? | + | {{:images:fireborn.base.111.png}} [[.races:Fireborns]] | -5 | +4 | 0 | +2 | +2 | +7 | -2 | +10 | + | {{:images:gnome_p.base.151.png}} [[.races:Gnomes]] | -1 | -3 | -2 | 0 | +3 | +3 | 0 | 0| + | {{:images:pl_half_orc.base.151.png}} [[.races:Half Orcs]] | +2 | +1 | +2 | -2 | -2 | -1 | -3 | 0 | + | {{:images:halfling.base.151.png}} [[.races:Halfling]] | -4 | +3 | +4 | 0 | -3 | 0 | 0 | 0 | + | {{:images:human.base.151.png}} [[.races:Humans]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | {{:images:viking.base.151.png}} [[.races:Northmen]] | +1 | +1 | +2 | -2 | -1 | -1 | 0 | 0 | + | {{:images:quetzalcoatl.base.131.png}} [[.races:Quetzalcoatls]] | +6 | +3 | +6 | -8 | -8 | +6 | 0 | +5 | + | {{:images:serpentman.base.151.png}} [[.races:Serpent Men]] |+2 | +2 | +4 | -2 | -2 | 0 | -4 | 0 | + | {{:images:troll_p.base.151.png}} [[.races:Trolls]] | +5 | -1 | +5 | -5 | -2 | -2 | -4 | 0 | + | {{:images:wraithp.base.151.png}} [[.races:Wraiths]] | -3 | +4 | -3 | +2 | -3 | +3 | -4 | 0 | ===== Other races of the world ===== * {{:races:air_elemental.png}} [[.races:Air Elementals]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races?rev=1184864659 New Revision: http://wiki.metalforge.net/doku.php/races -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:51:35 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:51:35 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:gnomes Message-ID: <1382957495.610996.31822.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:51 User : saru Edit Summary: @@ -19,8 +19,9 @@ ====Resistances==== ^ Immunities ^ Protection ^ Vulnerable ^ | None | None | None | + ====Traits==== - * +1 luck - * Can see in dark + * +1 [[characters:luck]] + * [[characters:can_see_in_dark|Can see in dark]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:gnomes?rev=1167695362 New Revision: http://wiki.metalforge.net/doku.php/races:gnomes -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:56:26 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:56:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:halfling Message-ID: <1382957786.534304.31827.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:56 User : saru Edit Summary: @@ -18,7 +18,8 @@ ====Resistances==== ^ Immunities ^ Protection ^ Vulnerable ^ | None | +30 drain | None | + ====Abilities==== - * +1 luck + * +1 [[characters:luck]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:halfling?rev=1167695662 New Revision: http://wiki.metalforge.net/doku.php/races:halfling -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 05:57:42 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 05:57:42 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: characters:luck Message-ID: <1382957862.029666.31830.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 05:57 User : saru Edit Summary: created ====== Luck ====== Luck is a measure of a [[:characters]] ability to land with their feet up, and generally . Luck is a rare propertity known to be strong in [[races:gnomes]] and [[races:halflings]] along with the god [[gods:Lythander]]. A lucky character can roll the right number on a dice and generally seems to just come out better than they should from any situation. As a result it directly affects the following character stats: * [FIXME] <- lots more to add here It is also used in the following [[:skills]]: * [FIXME] <- lots more to add here A [[:characters]] luck can be permanently improved by using: * Nothing IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/characters:luck -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:00:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:00:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: attack_types Message-ID: <1382958031.078603.32027.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:00 User : saru Edit Summary: created ====== Attack Types ====== [[:combat|Attacks]] are made using specific attack types that define what the effect of an attack is: ==== Direct Damage ==== The following attack types have direct damage properties which removes a targets hp to the value of the damage dealt from a successful attack (after resistances are factored in): * [[attack_types:Physical]] * [[attack_types:Weapon magic]] * [[attack_types:Fire]] * [[attack_types:Cold]] * [[attack_types:Electricity]] * [[attack_types:God power]] * [[attack_types:Holy power]] * [[attack_types:Ghost hit]] ==== Indirect Damage & Effects ==== Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. The following attack_types have indirect damage properties: * [[attack_types:Paralyze]]: Prevents all actions * [[attack_types:Slow]]: Slows movement speed and attack speed * [[attack_types:Confuse]]: Scrambles movement and spells * [[attack_types:Fear]]: Forces flight response in a direction away from source * [[attack_types:Blind]]: Field of vision removed * [[attack_types:Poison]]: Creates a damage over time (DoT) effect that causes poison type direct damage * [[attack_types:Life Stealing]]: a portion (0.3%) of damage dealt is given back to the source * [[attack_types:Drain]]: experience is directly siphoned and given to source * [[attack_types:Depletion]]: Stat points are temporarily reduced * [[attack_types:Death]]: causes death IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/attack_types -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:00:50 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:00:50 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat:attack_types Message-ID: <1382958050.157024.32030.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:00 User : saru Edit Summary: removed @@ -1,29 +1 @@ - ====== Attack Types ====== - [[:combat|Attacks]] are made using specific attack types that define what the effect of an attack is: - - ==== Direct Damage ==== - The following attack types have direct damage properties which removes a targets hp to the value of the damage dealt from a successful attack (after resistances are factored in): - - * [[attack_types:Physical]] - * [[attack_types:Weapon magic]] - * [[attack_types:Fire]] - * [[attack_types:Cold]] - * [[attack_types:Electricity]] - * [[attack_types:God power]] - * [[attack_types:Holy power]] - * [[attack_types:Ghost hit]] - - ==== Indirect Damage & Effects ==== - Indirect damage functions in a similar manner to direct damage, except it changes attributes of the defender (and attacker) other than hp to the advantage of the attacker. The following attack_types have indirect damage properties: - - * [[attack_types:Paralyze]]: Prevents all actions - * [[attack_types:Slow]]: Slows movement speed and attack speed - * [[attack_types:Confuse]]: Scrambles movement and spells - * [[attack_types:Fear]]: Forces flight response in a direction away from source - * [[attack_types:Blind]]: Field of vision removed - * [[attack_types:Poison]]: Creates a damage over time (DoT) effect that causes poison type direct damage - * [[attack_types:Life Stealing]]: a portion (0.3%) of damage dealt is given back to the source - * [[attack_types:Drain]]: experience is directly siphoned and given to source - * [[attack_types:Depletion]]: Stat points are temporarily reduced - * [[attack_types:Death]]: causes death IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat:attack_types?rev=1382864725 New Revision: http://wiki.metalforge.net/doku.php/combat:attack_types -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:06:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:06:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: combat Message-ID: <1382958374.228284.32035.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:06 User : saru Edit Summary: @@ -1,11 +1,12 @@ ====== Combat ====== This article explains the combat system in Crossfire. + ===== Combat general description ===== - Combat is the interaction of two controlled objects ([[:characters|players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[characters:secondary_stats:experience]], be it positive or negative. + Combat is the interaction of two controlled objects ([[:characters|players]] and/or [[:monsters]] that exchange blows using diverse systems of attack. Combat can result in the death of any participant including yourself and is therefore a critical aspect of success in Crossfire. Upon Death a controlled object ceases to be controlled resulting in two outcomes, access to [[:equipment]] held if a monster (or a gravestone if a player) and a flux of [[characters:score]], be it positive or negative. - Controlled objects can attack using a variety of [[combat:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[combat:attack_types|attack types]] can be defended or protected against by [[characters:resistance|resistances]]. Some [[combat:attack_types|attack types]] do not simply do damage but also do indirect damage & effects, either temporarily or permanently. This could be to limit movement or modify a controlled objects vital statistics. + Controlled objects can attack using a variety of [[:attack_types|attack types]] to expose vulnerabilities in an opponent for additional damage. Damage from an [[:attack_types|attack types]] can be defended or protected against by [[characters:protections|protections]]. Some [[:attack_types|attack types]] do not simply do damage but also do indirect damage & effects, either temporarily or permanently. This could be to limit movement or modify a controlled objects vital statistics. ==== Physical Combat ==== These [[:skills]] rely on the physical traits of the controlled object. They can be separated into [[skills:melee]] combat and [[skills:missile]] combat IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/combat?rev=1382949743 New Revision: http://wiki.metalforge.net/doku.php/combat -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:11:52 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:11:52 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:halfling Message-ID: <1382958712.242861.32049.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:11 User : saru Edit Summary: @@ -8,18 +8,17 @@ The halfling is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | -4 | +3 | +4 | 0 | -3 | 0 | 0 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 16 | 23 | 24 | 20 | 17 | 20 | 20 | ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | +30 drain | None | + +30 [[attack_types:drain]] ====Abilities==== * +1 [[characters:luck]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:halfling?rev=1382957783 New Revision: http://wiki.metalforge.net/doku.php/races:halfling -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:12:12 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:12:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:halfling Message-ID: <1382958733.100914.32052.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:12 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Halfling ====== {{:images:halfling.base.151.png }} - Halflings are another sub-race of humankind, like the [[Northmen|Northman]]. They are much smaller and shorter than humans, so they are weaker, but they are far quicker and hardier. They're quite unreligious, but many take up magic. + Halflings are another sub-[[:races|race]] of humankind, like the [[Northmen|Northman]]. They are much smaller and shorter than humans, so they are weaker, but they are far quicker and hardier. They're quite unreligious, but many take up magic. Their small size lets them hide more effectively, and for some reason chance seems to favor them with good luck. They are also surprisingly resistant to loss of lifeforce. ===== Player Race ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:halfling?rev=1382958710 New Revision: http://wiki.metalforge.net/doku.php/races:halfling -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:12:41 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:12:41 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races Message-ID: <1382958761.572959.32055.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:12 User : saru Edit Summary: @@ -1,14 +1,15 @@ ====== The Races ====== FIXME Insert lore (be sure to link to [[:gods]] which links to creation myths, when mentioning creation of them) + ===== Player usable races ===== The following table outlines the various stat modifications that each race makes to a character upon selection. For more detailed information about other traits that each brings click the link in the table: - ^ Race ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.))^ + ^ Race ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | {{:images:dwarf_p.base.151.png}} [[.races:Dwarves]] | +3 | -2 | +4 | -2 | -1 | -2 | -1 | 0 | | {{:images:pl_dragon_r.base.151.png}} [[.races:Dragons]] | +5 | 0 | +6 | -3 | -8 | +5 | 0 | +5 | | {{:images:elf.base.151.png}} [[.races:Elves]] | -2 | +3 | -2 | +2 | -3 | +2 | +4 | 0 | | {{:images:fenx.base.150.png}} [[.races:Fendrakis]] | ? | ? | ? | ? | ? | ? | ? | ? | IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races?rev=1382957157 New Revision: http://wiki.metalforge.net/doku.php/races -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:13:35 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:13:35 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:dwarves Message-ID: <1382958815.073081.32059.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:13 User : saru Edit Summary: @@ -1,7 +1,7 @@ ====== Dwarves ====== {{:images:dwarf_p.base.151.png }} - The Dwarves are the hardy scions of [[gods:Mostrai]]. The traditional profession of the dwarf is smithery, and you'll be hard-pressed to find a dwarf who is not competent at it. Whether their great strength and hardiness leads them to become smiths and miners, or whether their profession leads to their strength and hardiness is unknown. Their thick musculature makes them slow of body, and seemingly, some of their muscle has crept into their brain. Perhaps their repetitive tasks dull their minds, perhaps they're simply born dumb. + The Dwarves are the hardy [[:races|scions]] of [[gods:Mostrai]]. The traditional profession of the dwarf is smithery, and you'll be hard-pressed to find a dwarf who is not competent at it. Whether their great strength and hardiness leads them to become smiths and miners, or whether their profession leads to their strength and hardiness is unknown. Their thick musculature makes them slow of body, and seemingly, some of their muscle has crept into their brain. Perhaps their repetitive tasks dull their minds, perhaps they're simply born dumb. Dwarves can see in the dark, but they're slightly impious and tend to be a bit poor at controlling magic. Despite this, there are indeed dwarven clerics and mages. They're just not quite as good as [[races:humans|human]] clerics or mages. ===== Player Race ===== IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:dwarves?rev=1167693965 New Revision: http://wiki.metalforge.net/doku.php/races:dwarves -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:14:48 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:14:48 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:dwarves Message-ID: <1382958888.994146.32063.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:14 User : saru Edit Summary: @@ -8,20 +8,20 @@ The dwarf is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.))^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | +3 | -2 | +4 | -2 | -1 | -2 | -1 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 23 | 18 | 24 | 18 | 19 | 18 | 19 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | None | None | + ==== Protections ==== + + | None | ====Traits==== - * Can see in dark + * [[characters:can_see_in_dark|Can see in dark]] ===== See Also ===== * [[:Dwarven Creation Tale]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:dwarves?rev=1382958813 New Revision: http://wiki.metalforge.net/doku.php/races:dwarves -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:23:53 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:23:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:dragons Message-ID: <1382959433.374000.32073.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:23 User : saru Edit Summary: @@ -1,38 +1,38 @@ ======Dragons ====== WARNING: Although it is not the intent of this article to reveal spoilers it is a possibility depending on your definition of a spoiler. {{:images:pl_dragon_r.base.151.png}} - Dragons are completely different than any other [[.|race]]. Their vast size and bizarre body prevents them both from wearing armour and wielding weapons -- tools that they disdain in any case. Instead, they are gifted with the ability to evolve and grow stronger by eating the flesh of their defeated foes. + Dragons are completely different than any other [[:races|race]]. Their vast size and bizarre body prevents them both from wearing [[equipment:armour]] and wielding [[equipment:weapons]] -- tools that they disdain in any case. Instead, they are gifted with the ability to evolve and grow stronger by eating the flesh of their defeated foes. - Over the years, their dragonhide hardens and it can provide better protection than the best armour. Instead of wielding weapons, they use their sharp and lethal claws in combat. Moreover, dragons have a natural talent for magic. + Over the years, their dragonhide hardens and it can provide better protection than the best [[attack_types:physical|armour]]. Instead of wielding weapons, they use their sharp and lethal [[skills:clawing|claws]] in [[:combat]]. Moreover, dragons have a natural talent for magic. Dragons are very interested in the lore of the elements and usually choose to specialize. While focusing their metabolism on a certain element, they can gain various new abilities -- including new spells, enhanced claws and more. Eventually, a dragon is able to evolve from the hatchling stage into a grown-up terrifying ancient dragon. =====Player Race ===== The Dragon is selectable by players as their race. ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ^ | +5 | 0 | +6 | -3 | -8 | +5 | 0 | +5 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 25 | 20 | 26 | 17 | 12 | 25 | 20 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | Acquirable | None | + ====Protections==== + * Acquirable + ====Limitations==== * Can't use Armor * Can't Use Weapons ====Skills==== - * Levitate - (Hint - Using levitate while outside of cities allows you to move quickly over different types of terrain) - * Clawing - Clawing is the default attack skill as a dragon. + * [[skills:Levitation]] - (Hint - Using levitate while outside of cities allows you to move quickly over different types of terrain) + * [[skills:Clawing]] - Clawing is the default attack skill as a dragon. ====Other Useful Skills==== - * Woodsman - You're already going through the flesh -- why not identify it in the process? + * [[skills:Woodsman]] - You're already going through the flesh -- why not identify it in the process? ====Foods==== By eating flesh dropped from monsters, a dragon can increase its resistances to anything the monster is resistant to, permanently. This doesn?t happen every time, and as your resistance grows higher, you need to find higher level food. You can only gain one resistance point per flesh piece. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:dragons?rev=1382779752 New Revision: http://wiki.metalforge.net/doku.php/races:dragons -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:25:48 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:25:48 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:elves Message-ID: <1382959548.460375.32114.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:25 User : saru Edit Summary: @@ -1,25 +1,25 @@ ====== Elves ====== {{:images:elf.base.151.png }} - An Elf is a child of Faerie, a scion of [[gods:Lythander]]. Being of Faerie, they heal more slowly than other [[.|races]], but mana flows into them more quickly. They also need far less food than other races. + An Elf is a child of Faerie, a [[:Races|scion]] of [[gods:Lythander]]. Being of Faerie, they heal more slowly than other [[.|races]], but mana flows into them more quickly. They also need far less food than other races. - Every elf is taught the use of a bow, but their long lives allow them to take up any trade. They are weaker and less hardy than humans, but quicker of body and mind, and generally make more powerful spellcasters. However, they have a notoriously offhanded attitude toward their religious devotions and make poor priests. + Every elf is taught the use of a bow, but their long lives allow them to take up any trade. They are weaker and less hardy than [[races:humans]], but quicker of body and mind, and generally make more powerful spellcasters. However, they have a notoriously offhanded attitude toward their religious devotions and make poor [[classes:priests]]. ===== Player Race ===== The elf is selectable by players as their race. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | -2 | +3 | -2 | +2 | -3 | +2 | +4 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 18 | 23 | 18 | 22 | 17 | 22 | 24 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | None | None | + ====Protections==== + + * None ====Traits==== - * Can see in dark + * [[characters:can_see_in_dark|Can see in dark]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:elves?rev=1167694451 New Revision: http://wiki.metalforge.net/doku.php/races:elves -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:26:48 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:26:48 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:fendrakis Message-ID: <1382959608.934275.32293.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:26 User : saru Edit Summary: @@ -10,19 +10,19 @@ The Fenx is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | -2 | +4 | +0 | +2 | -2 | -4 | +2 | -2 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 18 | 24 | 20 | 22 | 18 | 16 | 22 | - ====Resistances==== + ====Protections==== Fenxes have no special resistances. ====Limitations==== Fenxes have no special limitations. ====Traits==== Fenxes have no special traits. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:fendrakis?rev=1167694697 New Revision: http://wiki.metalforge.net/doku.php/races:fendrakis -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:29:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:29:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:fireborns Message-ID: <1382959777.988389.32296.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:29 User : saru Edit Summary: @@ -1,9 +1,9 @@ ====== Fireborn ====== {{:images:fireborn.base.111.png }} Legends say that fireborn are sparks struck off the anvil of creation, with life and spirit, and eventually mind. Those who research magic think that they are relatives of some kind to will o' the wisps. An observer seeing one for the first time would see a strangely intelligent vortex of flame somehow carrying items without burning them. - Their insubstantial nature makes them both very weak and very quick. Their minds are agile, and they are able to commune well with the [[:gods]]. However, their area of excellence is magic. They spellcast more powerfully than any other race, and mana flows into them readily. They can even cast cold spells with devastating effectiveness. They all know a basic fire spell. + Their insubstantial nature makes them both very weak and very quick. Their minds are agile, and they are able to commune well with the [[:gods]]. However, their area of excellence is magic. They spellcast more powerfully than any other [[:races|race]], and [[characters:mana]] flows into them readily. They can even cast cold spells with devastating effectiveness. They all know a basic fire spell. They have the ability to levitate at will, and they can touch to burn. As they gain more power, they are increasingly difficult to hit with weapons. However, they cannot use weapons or armour, and thereby miss out on many benefits (including powerful magical enchantments) those items may bring. Fire does not harm them, nor poison. Cold, spiritual drain, and physical drain present great peril to them. @@ -12,18 +12,21 @@ The fireborn is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | -5 | +4 | 0 | +2 | +2 | +7 | -2 | +10 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 15 | 24 | 20 | 22 | 22 | 27 | 18 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | fire\\ poison | None | -30 cold\\ -30 ghosthit | + ====Protection==== + + * +100 [[attack_types:fire]] + * +100 [[attack_types:poison]] + * -30 [[attack_types:cold]] + * -30 [[attack_types:ghosthit]] ====Limitations==== * No weapons * No armor IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:fireborns?rev=1382782384 New Revision: http://wiki.metalforge.net/doku.php/races:fireborns -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 06:30:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 06:30:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:fireborns Message-ID: <1382959837.648328.32301.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 06:30 User : saru Edit Summary: @@ -38,14 +38,15 @@ ====Skills==== * [[skills:Flame_touch|Flame touch]] * [[skills:Levitation|Levitation]] + ====Tips on playing==== - * Make sure you throw dice until you get high INT and POW. - * When choosing class, make sure you note benefits of Evoker and Monk. + * Make sure you throw dice until you get high [[characters:INT]] and [[characters:POW]]. + * When choosing class, make sure you note benefits of [[classes:Evoker]] and [[classes:Monk]]. * When choosing a [[:gods|god]], remember you already cannot use weapons or armor. * Use the crystal from the very beginning; it makes you able to kill foes stronger than yourself. * Avoid direct contact with your enemies. * Take full advantage of the fact that your character is fire and poison resistant. - * Physical weakness is the most annoying drawback with fireborns; counter that by learning summoning spells, dancing sword or similar spells that enable you to break doors etc. + * [[attack_types:Physical]] weakness is the most annoying drawback with fireborns; counter that by learning summoning spells, dancing sword or similar spells that enable you to break doors etc. * On higher levels, elementals can be your best friends - they may enable you to kill dangerous foes from a safe place. IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:fireborns?rev=1382959775 New Revision: http://wiki.metalforge.net/doku.php/races:fireborns -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 07:39:41 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 07:39:41 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races Message-ID: <1382963981.571150.32480.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 07:39 User : saru Edit Summary: @@ -1,6 +1,7 @@ ====== The Races ====== FIXME Insert lore (be sure to link to [[:gods]] which links to creation myths, when mentioning creation of them) + IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races?rev=1382958759 New Revision: http://wiki.metalforge.net/doku.php/races -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:25:58 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:25:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:humans Message-ID: <1382966758.115235.1042.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:25 User : saru Edit Summary: @@ -1,19 +1,18 @@ ====== Humans ====== {{:images:human.base.151.png }} - Humans are the generalists of the [[.|races]]. They are fit for any trade, and usually pick up a skill from their parents in addition to what they've learned as apprentices in their craft. + Humans are the generalists of the [[:races]]. They are fit for any [[:skills|trade]], and usually pick up a skill from their parents in addition to what they've learned as apprentices in their craft. ===== Player Race ===== The human is selectable by players as their race. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ^ | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 20 | 20 | 20 | 20 | 20 | 20 | 20 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | None | None | + ====Protection==== + * None IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:humans?rev=1167695741 New Revision: http://wiki.metalforge.net/doku.php/races:humans -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:32:07 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:32:07 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:northmen Message-ID: <1382967127.466109.1047.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:32 User : saru Edit Summary: @@ -1,23 +1,21 @@ ====== Northmen ====== {{:images:viking.base.151.png }} - Northmen are simply [[humans]] who have been shaped by their harsh environment. They are stronger, quicker, and hardier than most - humans, but also stupid and impious. Most [[.|races]] also consider them a bit unattractive. They have some resistance to cold, but the few of them who take up magic find it difficult to master fire spells. + Northmen are simply [[humans]] who have been shaped by their harsh environment. They are [[characters:str|stronger]], [[characters:dex|quicker]], and [[characters:con|hardier]] than most humans, but also [[characters:int|stupid]] and [[characters:wis|impious]]. Most [[.|races]] also consider them a bit unattractive. They have some resistance to [[attack_types:cold]], but the few of them who take up magic find it difficult to master [[skills:pyromancy|fire spells]]. ===== Player Race ===== The northman is selectable by players as their race. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | +1 | +1 | +2 | -2 | -1 | -1 | -1 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 21 | 21 | 22 | 18 | 19 | 19 | 19 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | +30 cold | None | + ====Protection==== + * +30 [[attack_types:cold]] ====Limitations==== - * Repelled fire path magic + * Repelled [[skills:pyromancy|fire path]] magic IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:northmen?rev=1167695832 New Revision: http://wiki.metalforge.net/doku.php/races:northmen -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:38:13 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:38:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:quetzalcoatls Message-ID: <1382967493.466425.1052.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:38 User : saru Edit Summary: @@ -1,28 +1,28 @@ ====== Quetzalcoatls ====== {{:images:quetzalcoatl.base.131.png }} - Quetzalcoatls are a strange mix of snake, bird, [[humans|human]], and a dash of the divine. They are able to manipulate objects with their claws. They are amazingly strong, very quick, and amazingly hardy, but quite stupid and impious (despite the dash of divinity). However, they are strongly magical in nature and usually have a vast reservoir of mana with which to cast any spell they're not too stupid to learn. Often, they're only able to grasp one basic fire spell. + Quetzalcoatls are a strange mix of snake, bird, [[humans|human]], and a dash of the divine. They are able to manipulate objects with their claws. They are amazingly [[characters:str|strong]], [[characters:dex|quick]], and amzingly [[characters:con|hardy]], but quite [[characters:int|stupid]] and [[characters:wis|impious]] (despite the dash of divinity). However, they are strongly [[characters:power|magical in nature]] and usually have a vast reservoir of [[characters:mana]] with which to cast any spell they're not too stupid to learn. Often, they're only able to grasp one basic [[spells:pyromancy|fire spell]]. - Their strongly draconic nature makes them immune to fire and helps them with fire spells, but they are vulnerable to cold. - They can grasp weapons, but their bizarre body shape prevents them from using armour, helmets, and other items of apparel intended for bipedal creatures with two arms, two legs, and a head. Their inability to use armour comes back to haunt them when they compare themselves with other [[.|races]]: highly enchanted armour is usually more beneficial than dragonhide! The wings come in handy: they can use them to levitate, and their hide gets thicker as they gain power, compensating them somewhat for not being able to use armour. + Their strongly draconic nature makes them immune to [[attack_types:fire]] and helps them with [[skills:pyromancy|fire spells]], but they are vulnerable to [[attack_types:cold]]. + They can grasp [[equipment:weapons]], but their bizarre body shape prevents them from using [[equipment:body_armour]], [[equipment:helmets]], and other items of apparel intended for bipedal creatures with two arms, two legs, and a head. Their inability to use [[equipment:armour]] comes back to haunt them when they compare themselves with other [[.|races]]: highly enchanted armour is usually more beneficial than dragonhide! The wings come in handy: they can use them to [[skills:levitation|levitate]], and their hide gets thicker as they gain power, compensating them somewhat for not being able to use armour. ===== Player Race ===== The quetzalcoatl is selectable by players as their race. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ^ | +6 | +3 | +6 | -8 | -8 | +6 | 0 | +5 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 26 | 23 | 26 | 12 | 12 | 26 | 20 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | fire | None | -30 cold | + ====Protections==== + * [[attack_types:fire]] + * -30 [[attack_types:cold]] ====Limitations==== * No armor ====Traits==== - * Attuned to fire magic + * Attuned to [[spells:pyromancy|fire spells]] ====Skills==== - * Clawing + * [[skills:Clawing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:quetzalcoatls?rev=1184688301 New Revision: http://wiki.metalforge.net/doku.php/races:quetzalcoatls -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:38:32 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:38:32 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:quetzalcoatls Message-ID: <1382967512.851704.1055.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:38 User : saru Edit Summary: @@ -16,13 +16,13 @@ ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 26 | 23 | 26 | 12 | 12 | 26 | 20 | ====Protections==== - * [[attack_types:fire]] + * +100 [[attack_types:fire]] * -30 [[attack_types:cold]] ====Limitations==== * No armor ====Traits==== * Attuned to [[spells:pyromancy|fire spells]] ====Skills==== * [[skills:Clawing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:quetzalcoatls?rev=1382967490 New Revision: http://wiki.metalforge.net/doku.php/races:quetzalcoatls -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:41:21 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:41:21 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:serpent_men Message-ID: <1382967681.236628.1069.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:41 User : saru Edit Summary: @@ -1,29 +1,33 @@ ====== Serpent Men ====== {{:images:serpentman.base.151.png }} - The Serpentman adventurer is a rare breed. Few Serpentmen ever leave the swamps, as they are not well adjusted for [[humans|human]] society. Their heads and feet are not shaped properly to use boots or helmets made for humanoid folk, but their unusual build has given rise to a cultural habit of wearing pieces of bracelet- and ring-like jewelry on their tails. They possess a tough hide and strong legs which enable them to leap further than most folks. Their nasty claws can also double as weapons. + The Serpentman adventurer is a rare [[:races|breed]]. Few Serpentmen ever leave the swamps, as they are not well adjusted for [[humans|human]] society. Their heads and feet are not shaped properly to use boots or helmets made for humanoid folk, but their unusual build has given rise to a cultural habit of wearing pieces of bracelet- and ring-like jewelry on their tails. They possess a tough hide and strong legs which enable them to leap further than most folks. Their nasty [[skills:clawing|claws]] can also double as weapons. - They are only partially warm-blooded, and are as a result somewhat susceptible to cold. + They are only partially warm-blooded, and are as a result somewhat susceptible to [[attack_types:cold]]. ===== Player Race ===== The serpent man is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | +2 | +2 | +4 | -2 | -2 | 0 | -4 | +4 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 22 | 22 | 24 | 18 | 18 | 20 | 16 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | +30 fire\\ +30 electricity\\ +30 acid\\ +30 poison\\ +5 physical | -50 cold | + ====Protection==== + +30 [[attack_types:fire]] + +30 [[attack_types:electricity]] + +30 [[attack_types:acid]] + +30 [[attack_types:poison]] + +5 [[attack_types:physical]] + -50 [[attack_types:cold]] ====Limitations==== * No boots/helmets ====Traits==== - * 3 ring slots - * 2 bracer slots + * 3 [[equipment:rings|ring]] slots + * 2 [[equipment:bracers|bracer]] slots ====Skills==== - * Clawing + * [[skills:Clawing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:serpent_men?rev=1167696471 New Revision: http://wiki.metalforge.net/doku.php/races:serpent_men -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:44:39 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:44:39 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:trolls Message-ID: <1382967879.841157.1072.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:44 User : saru Edit Summary: @@ -1,26 +1,25 @@ ====== Trolls ====== {{:images:troll_p.base.151.png }} - Trolls are usually nasty creatures: scions of [[gods:Gnarg]]. They have amazing strength and hardiness, but they're a bit clumsy, very - stupid, impious, and bad at handling and obtaining magic. They heal with amazing rapidity and can see in the dark. Because of the above attributes, they're great in any fight. Well, they're great until someone waves torches at them: fire presents great peril to trolls. + Trolls are usually nasty creatures: [[:races|scions]] of [[gods:Gnarg]]. They have amazing [[characters:str|strength]] and [[characters:con|hardiness]], but they're a bit [[characters:dexterity|clumsy]], very [[characters:int|stupid]], [[characters:wis|impious]], and bad at [[characters:pow|handling and obtaining magic]]. They heal with amazing rapidity and can see in the dark. Because of the above attributes, they're great in any fight. Well, they're great until someone waves torches at them: [[attack_types:fire]] presents great peril to trolls. Most trolls are destroyed on sight by civilized people: but a few have proved deserving of tolerance and are permitted to enter cities. ===== Player Race ===== The troll is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | +5 | -1 | +5 | -5 | -2 | -2 | -4 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 25 | 19 | 25 | 15 | 18 | 18 | 16 | - ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | None | +30 cold | -30 fire | + ====Protections==== + * +30 [[attack_types:cold]] + * -30 [[attack_types:fire]] ====Traits==== - * Can see in dark - * Repelled fire magic + * [[characters:can_see_in_dark|Can see in dark]] + * Repelled [[spells:pyromancy|fire magic]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:trolls?rev=1167696582 New Revision: http://wiki.metalforge.net/doku.php/races:trolls -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:45:07 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:45:07 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:serpent_men Message-ID: <1382967907.867009.1077.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:45 User : saru Edit Summary: @@ -16,18 +16,18 @@ ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 22 | 22 | 24 | 18 | 18 | 20 | 16 | ====Protection==== - +30 [[attack_types:fire]] - +30 [[attack_types:electricity]] - +30 [[attack_types:acid]] - +30 [[attack_types:poison]] - +5 [[attack_types:physical]] - -50 [[attack_types:cold]] + * +30 [[attack_types:fire]] + * +30 [[attack_types:electricity]] + * +30 [[attack_types:acid]] + * +30 [[attack_types:poison]] + * +5 [[attack_types:physical]] + * -50 [[attack_types:cold]] ====Limitations==== * No boots/helmets ====Traits==== * 3 [[equipment:rings|ring]] slots * 2 [[equipment:bracers|bracer]] slots ====Skills==== * [[skills:Clawing]] IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:serpent_men?rev=1382967679 New Revision: http://wiki.metalforge.net/doku.php/races:serpent_men -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:50:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:50:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races:wraiths Message-ID: <1382968209.851151.1082.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:50 User : saru Edit Summary: @@ -1,29 +1,32 @@ ====== Wraiths ====== {{:images:wraithp.base.151.png }} - A Wraith is the spirit of a person who has made an evil bargain in order to persist after natural death, or has been forced involuntarily into its current undead state. This transformation frees them of the limits of a natural lifespan, and grants them immunity to diseases, poison, and loss of lifeforce. Wraiths also need feel little fear of cold, and they can see well in the dark. A Wraith's corporeal form has terrible vulnerabilities: fire and most godpower are dangerous to Wraiths. Their tenuous form makes them quick and somewhat hard to hit, but also weaker and less hardy. + A Wraith is the spirit of a person who has made an evil bargain in order to persist after natural death, or has been forced involuntarily into its current undead state. This transformation frees them of the limits of a natural lifespan, and grants them immunity to [[:diseases]], [[attack_types:poison]], and loss of lifeforce. Wraiths also need feel little fear of [[attack_types:cold]], and they can [[characters:can_see_in_dark|see well in the dark]]. A Wraith's corporeal form has terrible vulnerabilities: [[attack_types:fire]] and most [[attack_types:god_power|god power]] are dangerous to Wraiths. Their tenuous form makes them quick and somewhat hard to hit, but also weaker and less hardy. Wraiths have a strong affinity to magic, especially cold spells, and are very strong spellcasters. However, they cannot use fire spells for fear of self-destruction. ===== Player Race ===== The wraith is selectable by players as their [[.|race]]. It has the following modifications: ====Stat Modifications ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ Net +/- ((Charisma not included in Net calculation.)) ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.)) ^ | -3 | +4 | -3 | +2 | -3 | +3 | -4 | 0 | ====Stat Maximums ==== - ^ Str ^ Dex ^ Con ^ Int ^ Wis ^ Pow ^ Cha ^ + ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ | 17 | 24 | 17 | 22 | 17 | 23 | 16 | ====Resistances==== - ^ Immunities ^ Protection ^ Vulnerable ^ - | drain\\ ghosthit\\ poison | +30 cold | -25 fire | + * +100 [[attack_types:drain]] + * +100 [[attack_types:ghosthit]] + * +100 [[attack_types:poison]] + * +30 [[attack_types:cold]] + * -25 [[attack_types:fire]] ====Limitations==== - * Denied fire path magic - * Undead status (vulnerable to godpower attacks) + * Denied [[spells:pyromancy|fire path]] magic + * Undead status (vulnerable to [[attack_types:god_power|god power]] attacks) ====Traits==== - * High sustenance - * Can see in dark - * Attuned to cold path magic - * Cold and physical attack + * High [[characters:sustenance]] + * [[characters:can_see_in_dark|Can see in dark]] + * Attuned to [[spells:evocation|cold path]] magic + * [[attack_types:Cold]] and [[attack_types:Physical]] attack IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races:wraiths?rev=1167696687 New Revision: http://wiki.metalforge.net/doku.php/races:wraiths -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:51:27 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:51:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: races Message-ID: <1382968287.586941.1085.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:51 User : saru Edit Summary: @@ -1,14 +1,10 @@ ====== The Races ====== - FIXME Insert lore (be sure to link to [[:gods]] which links to creation myths, when mentioning creation of them) - - - - + FIXME Insert [[:lore]] (be sure to link to [[:gods]] which links to creation myths, when mentioning creation of them) ===== Player usable races ===== - The following table outlines the various stat modifications that each race makes to a character upon selection. For more detailed information about other traits that each brings click the link in the table: + The following table outlines the various stat modifications that each race makes to a [[:characters|character]] upon selection. For more detailed information about other traits that each brings click the link in the table: ^ Race ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | {{:images:dwarf_p.base.151.png}} [[.races:Dwarves]] | +3 | -2 | +4 | -2 | -1 | -2 | -1 | 0 | | {{:images:pl_dragon_r.base.151.png}} [[.races:Dragons]] | +5 | 0 | +6 | -3 | -8 | +5 | 0 | +5 | IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/races?rev=1382963978 New Revision: http://wiki.metalforge.net/doku.php/races -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 08:55:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 08:55:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: characters Message-ID: <1382968506.069866.1091.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 08:55 User : saru Edit Summary: @@ -11,8 +11,9 @@ * [[characters:INT|Intelligence (INT)]] * [[characters:WIS|Wisdom (WIS)]] * [[characters:POW|Power (POW)]] * [[characters:CHA|Charisma (CHA)]] + @@ -23,18 +24,21 @@ * [[characters:Score]] (Aggregate of the [[skills:exp|experience]] of a characters [[:skills]] ) * [[characters:HP|Hit Points (HP)]] * [[characters:HP_regen|Hit Point Regeneration Rate (Hp_regen)]] * [[characters:GR|Grace (Gr)]] - * [[characters:Mana (Sp)]] + * [[characters:Mana|Mana (Sp)]] * [[characters:SP_regen|Mana Regeneration Rate (Sp_regen)]] - * [[characters:Food]] * [[characters:Speed]] + * [[characters:Carrying_capacity|Carrying Capacity]] * [[characters:Weapon_Speed|Weapon Speed]] * [[characters:Weapon Damage|Weapon Damage]] * [[characters:WC|Weapon Class (WC)]] * [[characters:AC|Armour Class (AC)]] * [[characters:Protections]] (one for each [[combat:attack_types|attack type]]) - * [[characters:Carrying_capacity|Carrying Capacity]] + * [[characters:Luck]] + * [[characters:can_see_in_dark|Can see in the dark]] + * [[characters:Food]] + * [[characters:Sustenance]] ===== Character Selection ===== Characters are created by the selection of: IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/characters?rev=1382956287 New Revision: http://wiki.metalforge.net/doku.php/characters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 19:17:45 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 19:17:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_traffic Message-ID: <1383005865.485300.3986.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 19:17 User : leaf Edit Summary: Traffic update for April-2013 @@ -5,8 +5,16 @@ ===== Changes to be merged ===== Please put most recent on bottom for month. Unless specified otherwise, changes are in [[trunk]] only. + + ==== April 2013 ==== + * New map, Draughts of Navar using a 10x10 playing board and located in the south eastern corner of Navar. (r18653) + * Apply (part of) patch #326: Make sailing around the world cost money, port area of Scorn. (r18659) + * Part of patch #325 More (minor) cosmetic changes. Guest book reformatting and instructional information updates to Wanderer Inn (scorn/taverns/inn) in Scorn. (r18683) + * Part of patch #325 More (minor) cosmetic changes. Update stack order so items appear on top of the tables to Castle Kitchen in Scorn. (r18684) + * New map, Draughts of Santo Dominion - with 8x8 playing board. (r18686) + * Patch #331 Fix room price in Hermes' Inn. Update plural names, proper name correction, update to purchase tables for clarity. (r18687, r18688, r18689, r18690) ==== March 2013 ==== * Archetype update to re-center pictures on wall sections. (r18583) * All sections in the chaos floor tiles of the Guild Jails do full damage now, instead of 1 point in one section. (r18589) IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic?rev=1377817230 New Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 28 19:41:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 28 Oct 2013 19:41:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_traffic Message-ID: <1383007291.287922.4008.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/28 19:41 User : leaf Edit Summary: Traffic updates for May-2013 @@ -5,8 +5,23 @@ ===== Changes to be merged ===== Please put most recent on bottom for month. Unless specified otherwise, changes are in [[trunk]] only. + + ==== May 2013 ==== + * Typo correction has enabled abilities for monsters in Cameron's Tavern in Darcap, Reception Electricity Level 3 in Pup Land, and South Lighthouse in Santo Dominion. (r18702) + * New item & graphics, Raw Diamonds, for use in alchemy. (r18707) + * New alchemy recipes to upgrade diamonds. (r18708) + * New item & graphics, Raw Rubies, for use in alchemy. (r18709) + * New alchemy recipes to upgrade rubies. (r18710) + * New item & graphics, Raw Sapphires, for use in alchemy. (r18711) + * New alchemy recipes to upgrade sapphires. (r18712) + * New item & graphics, Raw Emeralds, for use in alchemy. (r18714) + * New alchemy recipes to upgrade emeralds. (r18715) + * New item & graphics, Raw Amethyst, for use in alchemy. (r18716) + * New alchemy recipes to upgrade amethyst. (r18717) + * Cosmetic and layout changes to Beginners2 (scorn/misc/beginners2) in Scorn. Enlarged the map to include the area surrounding the house, made the house larger and with windows. (r18730) + * New Map, Draughts House of Brest with a 12x12 playing board. (r18731) ==== April 2013 ==== * New map, Draughts of Navar using a 10x10 playing board and located in the south eastern corner of Navar. (r18653) * Apply (part of) patch #326: Make sailing around the world cost money, port area of Scorn. (r18659) IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic?rev=1383005857 New Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 06:53:09 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 06:53:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes Message-ID: <1383047589.639332.4340.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 06:53 User : saru Edit Summary: created ====== The Classes ====== In Crossfire, all players start off with the basic [[:skills]] of their profession. These 'classes' result in specific skills, [[:characters]] stats and [[:equipment]] (or lack of) being made available for a new [[:character]]. The following table outlines the various stat modifications that each race makes to a [[:characters|character]] upon selection. For more detailed information about other traits that each brings click the link in the table: Unlike [[:races]] these stat point changes only affect the start stat points and do not affect the maximums of each type. ^ Class ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | [[:classes:monks]] | +2 | +2 | +1 | +1 | -1 | 0 | 0 | 0 | IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 06:56:14 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 06:56:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes:monks Message-ID: <1383047774.659686.4345.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 06:56 User : saru Edit Summary: created ====== Monks ====== {{:images:dwarf_p.base.151.png }} In the Monastery, they believed in mental discipline and peace through physical training, [[skills:meditation]], and, to a lesser extent, religious devotion. Your mental equilibrium requires you to forego the use of weapons, but your physical training in [[:skills:karate]] means you're not helpless. Your inner peace grants you the ability to regenerate faster and to sense metaphysical auras. The dwarf is selectable by players as their [[:classes]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | +2 | +2 | +1 | -1 | +1 | 0 | 0 | +5 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== * None | ====Traits==== * None ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes:monks -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:00:24 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:00:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: classes:monks Message-ID: <1383048024.617788.4469.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:00 User : saru Edit Summary: @@ -1,21 +1,25 @@ - ====== Monks ====== + ====== Paladins ====== {{:images:dwarf_p.base.151.png }} - In the Monastery, they believed in mental discipline and peace through physical training, [[skills:meditation]], and, to a lesser extent, religious devotion. Your mental equilibrium requires you to forego the use of weapons, but your physical training in [[:skills:karate]] means you're not helpless. Your inner peace grants you the ability to regenerate faster and to sense metaphysical auras. + You are a militant priest, with an emphasis on 'priest'. You've been taught archery and the use of weapons, but great care has been taken that you're doctrinal is correct. Now you've been sent out in the world to convert the unrighteous and destroy the enemies of the faith. Your church members have been charged a pretty penny to equip you for the job! All other areas of your education have been neglected. Perhaps aware of your deficiency, your superiors have given you some measure of protection from [[attack_types:magic]]. - The dwarf is selectable by players as their [[:classes]]. It has the following modifications to stat distribution: + The paladin is selectable by players as their [[:classes|class]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ - | +2 | +2 | +1 | -1 | +1 | 0 | 0 | +5 | + | +0 | -1 | 0 | -2 | 2 | 1 | 1 | 0 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== - * None | + * None ====Traits==== * None + + ====Starting Equipment==== + * Paladin's starting equipment + * Paladin's holy symbol ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/classes:monks?rev=1383047772 New Revision: http://wiki.metalforge.net/doku.php/classes:monks -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:02:03 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:02:03 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes:paladins Message-ID: <1383048123.958920.4472.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:02 User : saru Edit Summary: created ====== Monks ====== {{:images:dwarf_p.base.151.png }} In the Monastery, they believed in mental discipline and peace through physical training, [[skills:meditation]], and, to a lesser extent, religious devotion. Your mental equilibrium requires you to forego the use of weapons, but your physical training in [[:skills:karate]] means you're not helpless. Your inner peace grants you the ability to regenerate faster and to sense metaphysical auras. The monk is selectable by players as their [[:classes]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | +2 | +2 | +1 | -1 | +1 | 0 | 0 | +5 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== * None | ====Traits==== * None ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes:paladins -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:05:16 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:05:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: classes:paladins Message-ID: <1383048316.860457.4477.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:05 User : saru Edit Summary: @@ -1,13 +1,15 @@ - ====== Monks ====== + ====== Paladins ====== {{:images:dwarf_p.base.151.png }} - In the Monastery, they believed in mental discipline and peace through physical training, [[skills:meditation]], and, to a lesser extent, religious devotion. Your mental equilibrium requires you to forego the use of weapons, but your physical training in [[:skills:karate]] means you're not helpless. Your inner peace grants you the ability to regenerate faster and to sense metaphysical auras. + You are a militant priest, with an emphasis on 'priest'. + You've been taught archery and the use of weapons, but great care has been taken that you're doctrine is correct. Now you've been sent out in the world to convert the unrighteous and destroy the enemies of the faith. Your church members have been charged a pretty penny to equip you for the job! All other areas of your education have been neglected. Perhaps aware of your deficiency, your superiors have given you some measure of protection from [[attack_types:magic]]. - The monk is selectable by players as their [[:classes]]. It has the following modifications to stat distribution: + + The paladin is selectable by players as their [[:classes|class]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ - | +2 | +2 | +1 | -1 | +1 | 0 | 0 | +5 | + | 0 | -1 | 0 | -2 | +2 | 1 | 1 | 0 | ====Stat Maximums ==== Class selection does not affect stat maximums @@ -15,7 +17,10 @@ * None | ====Traits==== * None + + ====Starting Equipment==== + * Paladin's holy symbol ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/classes:paladins?rev=1383048121 New Revision: http://wiki.metalforge.net/doku.php/classes:paladins -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:05:37 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:05:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: classes:paladins Message-ID: <1383048337.470558.4480.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:05 User : saru Edit Summary: @@ -13,9 +13,9 @@ ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== - * None | + * None ====Traits==== * None IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/classes:paladins?rev=1383048315 New Revision: http://wiki.metalforge.net/doku.php/classes:paladins -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:10:31 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:10:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes:priests Message-ID: <1383048631.972981.4494.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:10 User : saru Edit Summary: created ====== Priests ====== {{:images:dwarf_p.base.151.png }} As a priest, you've learned an intense devotion to your [[:gods|god]], and you've learned how to channel the energies your god vouchsafes to his devotees. You've been taught the use of weapons, but only cursorily, and your physical training has been lacking in general. Since you're in tune with the holy powers, you can tell when a god has marked an object as accursed. The priest is selectable by players as their [[:classes|class]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | -2 | -2 | -1 | 0 | 3 | 2 | 2 | 0 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== * None ====Traits==== * None ====Starting Equipment==== ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes:priests -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:12:06 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:12:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes:ninjas Message-ID: <1383048726.503915.4497.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:12 User : saru Edit Summary: created ====== Ninjas ====== {{:images:dwarf_p.base.151.png }} As a member of the secret society of the Ninja, you've been taught [[skills:missile_weapons|archery]], the use of weapons, and also the art of [[skills:karate|combat without weapons]]. Your style of combat, leans very much toward the sneak attack, so you've been taught how to be inconspicuous and to appear in places you're not expected. You have had no introduction to either religious devotion or magic. The ninja is selectable by players as their [[:classes|class]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | +1 | +2 | +1 | 0 | -2 | -2 | -1 | 0 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== * None ====Traits==== * None ====Starting Equipment==== ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes:ninjas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:14:27 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:14:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: classes:thieves Message-ID: <1383048867.006378.4500.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:14 User : saru Edit Summary: created ====== Thieves ====== {{:images:dwarf_p.base.151.png }} Trained to be a thief from a young age, you've learned to [[skills:stealing|steal]] and you're familiar with the value a fence will give you on your "finds". You've had some weaponry training, including [[skills:missile_weapons|archery]]; this being advisable to someone who is likely to have acrimonious disagreements about the ownership of valuable objects. You've had no time for either religious devotion or the study of magecraft, but your quick wits have been enough to keep you alive so far. The thief is selectable by players as their [[:classes|class]]. It has the following modifications to stat distribution: ====Stat Modifications ==== ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ | 0 | +3 | -2 | +1 | -1 | -1 | -3 | 0 | ====Stat Maximums ==== Class selection does not affect stat maximums ==== Resistance ==== * None ====Traits==== * None ====Starting Equipment==== ===== See Also ===== * None IP-Address : 59.167.121.117 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/classes:thieves -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 29 07:20:57 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Oct 2013 07:20:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: classes Message-ID: <1383049257.772920.4510.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/29 07:20 User : saru Edit Summary: @@ -1,8 +1,25 @@ ====== The Classes ====== - In Crossfire, all players start off with the basic [[:skills]] of their profession. These 'classes' result in specific skills, [[:characters]] stats and [[:equipment]] (or lack of) being made available for a new [[:character]]. + In Crossfire, all players start off with the basic [[:skills]] of their profession. These 'classes' result in specific skills, [[:characters]] stats and [[:equipment]] (or lack of) being made available for a new [[:characters]]. - The following table outlines the various stat modifications that each race makes to a [[:characters|character]] upon selection. For more detailed information about other traits that each brings click the link in the table: Unlike [[:races]] these stat point changes only affect the start stat points and do not affect the maximums of each type. + The following table outlines the various stat modifications that each class makes to a [[:characters|character]] upon selection. For more detailed information about other traits that each brings click the link in the table: Unlike [[:races]] these stat point changes only affect the intial stat point distribution and do not affect the maximums of each type. ^ Class ^ [[characters:Str]] ^ [[characters:Dex]] ^ [[characters:Con]] ^ [[characters:Int]] ^ [[characters:Wis]] ^ [[characters:Pow]] ^ [[characters:Cha]] ^ Net +/- ((Charisma not included in Net calculation.))^ - | [[:classes:monks]] | +2 | +2 | +1 | +1 | -1 | 0 | 0 | 0 | + | Religious | + | [[:classes:monks]] | +2 | +2 | +1 | +1 | -1 | 0 | 0 | +5 | + | [[:classes:paladins]] | +0 | -1 | 0 | -2 | 2 | 1 | 1 | 0 | + | [[:classes:priests]] | -2 | -2 | -1 | 0 | 3 | 2 | 2 | 0 | + | Thief | + | [[:classes:ninjas]] | +1 | +2 | +1 | 0 | -2 | -2 | -1 | 0 | + | [[:classes:thieves]] | 0 | +3 | -2 | +1 | -1 | -1 | -3 | 0 | + | Warrior| + | [[:classes:barbarians]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:swashbucklers]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:warriors]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | Wizard| + | [[:classes:alchemist]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:devotee]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:evoker]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:sorcerer]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:summoner]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | + | [[:classes:wizard]] | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | IP-Address : 59.167.121.117 Old Revision: http://wiki.metalforge.net/doku.php/classes?rev=1383047585 New Revision: http://wiki.metalforge.net/doku.php/classes -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Thu Oct 31 03:52:55 2013 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Thu, 31 Oct 2013 03:52:55 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:cf2.0:classes Message-ID: <1383209575.040102.11814.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2013/10/31 03:52 User : saru Edit Summary: Updated with more ideas and includes 'rangers' @@ -12,10 +12,43 @@ __Solutions Ideas__ - - Remove the class as an attribute of the character and replace it by something like a title. "You are what you do" will be the new motto. Classes as a concept will still exists, but won't be a fixed attribute of the character. Instead of that the character will join a class guild (see [[dev_todo:cf2.0:guilds]]). - - Instead of focus on limiting classes, instead limit access to other skills making starting skills more relevant. This would require significant changes to where players can find and learn skills. (dnh) - - Give permanent improvement to various classes that makes them unique, summoners get a familiar, barbarians can wield 2 weapons or a 2-hander and shield, Wizards get additional mana regeneration speeds for example (dnh). see http://wiki.metalforge.net/doku.php/dev_todo:cf2.0:skills + === Rework class into a categorisation system similar to Dragons == + == Idea == + Simlar to how [[races:dragons]] work, replace class as an attribute of the character with something like a title. "You are what you do" will be the new motto. Players will start of more generic and grow into their classes. Guilds can be the major system to step players through their development into a class (see [[dev_todo:cf2.0:guilds]]). + ==Strengths== + * Players are able to freely choose their path throughout crossfire without feeling constrained by their initial selection. Skills remain instrumental in defining what a character does. + * can be implemented progressively (start with one class that can only be 'acquired' by mastering a skill and then expend to include multiple skills) + ==Weaknesses== + * Large investment in time to create + * Potentially requires significant coding to implement + === Focus classes on specific skills by making skills more difficult to acquire == + * Instead of focus on limiting classes, instead limit access to other skills making starting skills more relevant. + ==Strengths== + * Simple to implement simply -> remove, significantly reduce likelihood, or make effect temporary the use of [[equipment:skill_scrolls]] and [[equipment:talismans]] + ==Weaknesses== + * Does not fix skills, and as commonly known, some skills are either rubbish, or only have particular times of strenght (early levels or late levels) + * This might require significant changes to where players can find and learn skills. + + === Make classes gain or start with a permanent specialization == + * in exactly the same manner is the current [[classes:monks]], make classes have more relevance by focusing on their specific skills + * Give permanent improvement to various classes that makes them unique, summoners get a familiar, barbarians can wield 2 weapons or a 2-hander and shield, Wizards get additional mana regeneration speeds for example (dnh). see http://wiki.metalforge.net/doku.php/dev_todo:cf2.0:skills + + + ==== New Classes ==== + Limit to association with skills that currently aren't associated with a class + * Missile_weapons + * Develop Ranger Class (short term) + * Emphasis on missile_weapons as a legitimate combat skill in its own right. + + Project (this can probably be on a different page now + ^ Goal ^ Progress ^ + | Draw unique class images | Underway | + | Digitise and include in archetypes as png| Nil | + | Archetype for starting config | Nil | + | Create [:classes] entry here: [classes:rangers] | Nil | + | level ranger and modify [skills:missile_weapons] to make archery viable **and fun** | Nil | + IP-Address : 130.194.54.225 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:cf2.0:classes?rev=1376733998 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:cf2.0:classes -- This mail was generated by DokuWiki at http://wiki.metalforge.net/