From no-reply_wiki at metalforge.org Wed Oct 4 11:33:24 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 04 Oct 2006 11:33:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela Message-ID: <1159979604.686823.7819.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/04 11:33 Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) IP-Address : 192.139.27.18 Hostname : host18.cbe.ab.ca Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela?rev=115 5590552 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela Edit Summary: (rednaxela: not logged in) User : @@ -5,4 +5,5 @@ * Sourceforge user name: qal21 * [[user:rednaxela:todo|My todo list]] * [[user:rednaxela:scms|SCM benchmark]] * [[user:rednaxela:scmtable|SCM table]] + * [[user:rednaxela:refactor|Refactoring plans draft]] -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Oct 4 12:09:32 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 04 Oct 2006 12:09:32 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: user:rednaxela:refactor Message-ID: <1159981772.697605.7882.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/04 12:09 Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) IP-Address : 192.139.27.18 Hostname : host18.cbe.ab.ca Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor Edit Summary: created (rednaxela: not logged in) User : **This page is a draft document in my user namespace. Will move to the dev _todo namespace when the draft is ready for public review** ---- ====== Objec-type refactoring ====== ===== Reason ===== Currently in the crossfire code, how objects behave is intertwined all thr oughout the code, and this is in many ways a problem as it makes it diffic ult to find code related to a type of object. It's current state also make s it relatively difficult to add code for new object types. Though it will never be that easy to add object types, refactoring could improve this si gnificantly. Also, refactoring this to seperate code for different object types, will make it easier to find current overloading of object attribute s, making it easier to eventually refactor the overloading out. ===== Proposal ===== ==== General Idea ==== * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactorign i tself: * By object * By archetype * By type number * Seperate object type specific code into seperate files. ==== Implimentation Details ==== === Code organization === * Use form of server/types/foo.c or server/types/foo/bar.c depending o n if the object type requires multiple C files to be clean. * Code used by multiple distinct types, but is not generic to all obje ct types should be put in server/types/common/ with a logical filename. * Doesn't necessarly mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. === Function pointers === FIXME //planned but to be written// ===== Plan ===== ==== To start ==== * Begin refactoring some things to the new system. * Start with simple things such as moving the apply code for all types. * Convert things to function pointers as needed. * Aim for ~90% of type-specific code moved into the new system. ==== Policy ==== * Commit refactoring changes frequently in very small chunks. As small c hunks as possible while keeping the SVN code working is preferable. * Try to give a bit of notice before commiting refactoring changes, noti ng specifically what refactoring changes you intend to commit. * Document what you refactor, when you refactor it, and it's form in the system * :?:Should we require unit tests to be written ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the system. ==== Eventually... ==== * Impliment some sort of [[dev_todo:unified_event_system|unified event s ystem]] and integrate with this object-type seperation. Not a priority rig ht now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfire mailing list: Code restructuring]] -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Oct 4 12:10:41 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 04 Oct 2006 12:10:41 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1159981841.875232.7891.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/04 12:10 Browser : Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) IP-Address : 192.139.27.18 Hostname : host18.cbe.ab.ca Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1159981772 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor Edit Summary: User : @@ -29,13 +29,13 @@ ==== Policy ==== * Commit refactoring changes frequently in very small chunks. As small chunks as possible while keeping the SVN code working is preferable. * Try to give a bit of notice before commiting refactoring changes, no ting specifically what refactoring changes you intend to commit. * Document what you refactor, when you refactor it, and it's form in t he system - * :?:Should we require unit tests to be written + * :?:Should we require unit tests to be written? ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the syste m. ==== Eventually... ==== * Impliment some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type seperation. Not a priority r ight now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfi re mailing list: Code restructuring]] -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From leaf at real-time.com Wed Oct 4 15:57:28 2006 From: leaf at real-time.com (Rick Tanner) Date: Wed, 04 Oct 2006 15:57:28 -0500 Subject: [Crossfire-wiki] Mailman patch - list testing (please ignore) Message-ID: <45242038.2080107@real-time.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Testing Mailman after upgrade, please ignore this email. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFJCA4hHyvgBp+vH4RAnwkAJ9wOGfcwZ5n8CeWOW+qqroK7gJ2pgCglbq1 P7uQwU0eRE9/iIvitL6ZqK4= =vu9Q -----END PGP SIGNATURE----- From no-reply_wiki at metalforge.org Wed Oct 4 18:07:24 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 04 Oct 2006 18:07:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1160003244.915581.8464.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/04 18:07 User : rednaxela Edit Summary: Typo fixing @@ -1,24 +1,24 @@ **This page is a draft document in my user namespace. Will move to the d ev_todo namespace when the draft is ready for public review** ---- - ====== Objec-type refactoring ====== + ====== Object-type refactoring ====== ===== Reason ===== - Currently in the crossfire code, how objects behave is intertwined all t hroughout the code, and this is in many ways a problem as it makes it diff icult to find code related to a type of object. It's current state also ma kes it relatively difficult to add code for new object types. Though it wi ll never be that easy to add object types, refactoring could improve this significantly. Also, refactoring this to seperate code for different objec t types, will make it easier to find current overloading of object attribu tes, making it easier to eventually refactor the overloading out. + Currently in the crossfire code, how objects behave is intertwined all t hroughout the code, and this is in many ways a problem as it makes it diff icult to find code related to a type of object. It's current state also ma kes it relatively difficult to add code for new object types. Though it wi ll never be that easy to add object types, refactoring could improve this significantly. Also, refactoring this to separate code for different objec t types, will make it easier to find current overloading of object attribu tes, making it easier to eventually refactor the overloading out. ===== Proposal ===== ==== General Idea ==== - * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactorign itself: + * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactoring itself: * By object * By archetype * By type number - * Seperate object type specific code into seperate files. - ==== Implimentation Details ==== + * Separate object type specific code into separate files. + ==== Implementation Details ==== === Code organization === * Use form of server/types/foo.c or server/types/foo/bar.c depending on if the object type requires multiple C files to be clean. * Code used by multiple distinct types, but is not generic to all ob ject types should be put in server/types/common/ with a logical filename. - * Doesn't necessarly mean one type number per file, due to cases suc h as different types of armor, where all behave the same but have differen t type numbers. + * Doesn't necessarily mean one type number per file, due to cases su ch as different types of armor, where all behave the same but have differe nt type numbers. === Function pointers === FIXME //planned but to be written// ===== Plan ===== ==== To start ==== @@ -34,8 +34,8 @@ ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the syste m. ==== Eventually... ==== - * Impliment some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type seperation. Not a priority r ight now, but something to keep in mind for later. + * Implement some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type separation. Not a priority r ight now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfi re mailing list: Code restructuring]] IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1159981841 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 01:10:08 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 01:10:08 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1160115008.439865.2862.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 01:10 Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b1) Gecko/20 060713 BonEcho/2.0b1 IP-Address : 66.222.158.169 Hostname : d66-222-158-169.abhsia.telus.net Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1160003244 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor Edit Summary: User : rednaxela @@ -12,15 +12,22 @@ * By object * By archetype * By type number * Separate object type specific code into separate files. + ==== Implementation Details ==== === Code organization === - * Use form of server/types/foo.c or server/types/foo/bar.c depending on if the object type requires multiple C files to be clean. - * Code used by multiple distinct types, but is not generic to all ob ject types should be put in server/types/common/ with a logical filename. - * Doesn't necessarily mean one type number per file, due to cases su ch as different types of armor, where all behave the same but have differe nt type numbers. + * Use form of server/types/foo.c or server/types/foo/bar.c depending o n if the object type requires multiple C files to be clean. + * Code used by multiple distinct types, but is not generic to all obje ct types should be put in server/types/common/ with a logical filename. + * Doesn't necessarily mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. === Function pointers === - FIXME //planned but to be written// + * Function pointers to the 'object methods' will be stored in a struct in a form like:typedef struct ob_methods { + int (*apply)(object *, object *); + int (*drop)(object *); + ... + } ob_methods;For per-object hooks, objects would have a struct me mber added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Per-arch hooks would be done as a similar struct member added to the arche type struct. In those cases, the "methods" pointer will be NULL unless the re are methods in it. For per-type hooks, they would be stored in an array of "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if unset. + * One would not access function pointers directly, instead one would u se functions to add hooks, and a "cf_method()" function to run them. + ===== Plan ===== ==== To start ==== * Begin refactoring some things to the new system. * Start with simple things such as moving the apply code for all types . -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 09:05:14 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 09:05:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1160143514.684507.3888.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 09:05 Browser : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b1) Gecko/20 060713 BonEcho/2.0b1 IP-Address : 66.222.158.169 Hostname : d66-222-158-169.abhsia.telus.net Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1160115005 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor Edit Summary: User : rednaxela @@ -35,14 +35,15 @@ * Aim for ~90% of type-specific code moved into the new system. ==== Policy ==== * Commit refactoring changes frequently in very small chunks. As small chunks as possible while keeping the SVN code working is preferable. * Try to give a bit of notice before commiting refactoring changes, no ting specifically what refactoring changes you intend to commit. - * Document what you refactor, when you refactor it, and it's form in t he system - * :?:Should we require unit tests to be written? + * Document what you refactor, when you refactor it, and it's form in t he system. Documentation including: + * In addition to updating the ChangeLog, make a more detailed entry in server/types/ChangeLog, in the format and with the details specified th ere. + * Adding to a wiki table listing new, removed, or moved functions re sulting from the refactoring. ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the syste m. ==== Eventually... ==== * Implement some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type separation. Not a priority r ight now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfi re mailing list: Code restructuring]] -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 17:45:21 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 17:45:21 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160174721.616472.4707.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 17:45 Browser : Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.7) Gecko/20060 921 Ubuntu/dapper-security Firefox/1.5.0.7 IP-Address : 81.243.90.139 Hostname : 139.90-243-81.adsl-dyn.isp.belgacom.be Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11586949 72 New Revision: http://wiki.metalforge.net/doku.php/landforms Edit Summary: Correction - Bigworld already got names ! User : lauwenmark @@ -11,9 +11,9 @@ ... No idea how well this will go... ===== Scorn/Navar Continent ===== - I think we could use a name for this continent, once pupland is bigworld ified. + For a discussion about the various names of this landmass, see [[bigworl d|this article]] ==== North West ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:22:11 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:22:11 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160176931.887542.4852.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:22 User : lauwenmark Edit Summary: Copied data from the Encyclopedia Khelentika, appendix IX (M aps) @@ -15,8 +15,16 @@ For a discussion about the various names of this landmass, see [[bigworl d|this article]] ==== North West ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ + | (100;107)-(100;108) | Hestelonia | | Large island, whose name means "P romise of Peace" in Khelentari. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=101&Y=107|world_10 1_107]] | Khalbow | | Island separating the Scornian Sea from the Ocean of Khelens; Druids of the Order of the Gravestone believe an unstable spirit lives there. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=108|world_10 2_108]] | Close-Scornidens | | Scorn and the surrounding territories. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=107|world_10 2_107]] | Northern Scornidens | | Territories in the northern vicinity of Scorn. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=106|world_10 2_106]] | Gulf of Namrads | | Namrads are mythical na?ads of the old Pantheon of Khelens. | + | (101;106)-(101;107) | Dragonhead Peninsula | | Supposedly dragonhead-s haped. Its "eye" is Battlefield Lake, where Scornians defeated the Juradit hs in 3885 EK. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=103&Y=106|world_10 3_106]] | Wizard's Desolation | | Turned into a desert when the Tower of M age Meficef exploded in 7563 EK. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=106&Y=105|world_10 6_105]] | Island of the Witches | | Home of the Harelkirjan Sisters during the VIth Millenia EK. | ==== North East ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ | around [[http://dooler.woosworld.net/cf_map/zoom.php?X=127&Y=100|w orld_128_101]] | [[Azumauindo]] | ? | A hard to reach island at the far NE of the continent | IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11601747 20 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:27:53 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:27:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160177273.443950.4861.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:27 User : lauwenmark Edit Summary: Linkified a couple elements @@ -16,15 +16,15 @@ ==== North West ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ | (100;107)-(100;108) | Hestelonia | | Large island, whose name means "P romise of Peace" in Khelentari. | - | [[http://dooler.woosworld.net/cf_map/view.php?X=101&Y=107|world_10 1_107]] | Khalbow | | Island separating the Scornian Sea from the Ocean of Khelens; Druids of the Order of the Gravestone believe an unstable spirit lives there. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=101&Y=107|world_10 1_107]] | Khalbow | | Island separating the Scornian Sea from the Ocean of Khelens; Druids of the [[Order of the Gravestone]] believe an unstable sp irit lives there. | | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=108|world_10 2_108]] | Close-Scornidens | | Scorn and the surrounding territories. | | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=107|world_10 2_107]] | Northern Scornidens | | Territories in the northern vicinity of Scorn. | | [[http://dooler.woosworld.net/cf_map/view.php?X=102&Y=106|world_10 2_106]] | Gulf of Namrads | | Namrads are mythical na?ads of the old Pantheon of Khelens. | - | (101;106)-(101;107) | Dragonhead Peninsula | | Supposedly dragonhead-s haped. Its "eye" is Battlefield Lake, where Scornians defeated the Juradit hs in 3885 EK. | - | [[http://dooler.woosworld.net/cf_map/view.php?X=103&Y=106|world_10 3_106]] | Wizard's Desolation | | Turned into a desert when the Tower of M age Meficef exploded in 7563 EK. | - | [[http://dooler.woosworld.net/cf_map/view.php?X=106&Y=105|world_10 6_105]] | Island of the Witches | | Home of the Harelkirjan Sisters during the VIth Millenia EK. | + | (101;106)-(101;107) | Dragonhead Peninsula | | Supposedly dragonhead-s haped. Its "eye" is Battlefield Lake, where Scornians defeated the [[Jurad iths]] in 3885 EK. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=103&Y=106|world_10 3_106]] | Wizard's Desolation | | Turned into a desert when the Tower of M age [[Melficef]] exploded in 7563 EK. | + | [[http://dooler.woosworld.net/cf_map/view.php?X=106&Y=105|world_10 6_105]] | Island of the Witches | | Home of the [[Harelkirjan Sisters]] du ring the VIth Millenia EK. | ==== North East ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ | around [[http://dooler.woosworld.net/cf_map/zoom.php?X=127&Y=100|w orld_128_101]] | [[Azumauindo]] | ? | A hard to reach island at the far NE of the continent | IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11601769 31 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:33:10 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:33:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: order_of_the_gravestone Message-ID: <1160177590.386447.4870.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:33 User : lauwenmark Edit Summary: created ====== Order of the Gravestone ====== An ancient order of druids, that venerated the supposed gravestone of the Spirit of Khalbow. The Spirit was supposed to be a symbol of eternal renew al and redemption, that lived a regular, short-term dead/revival cycle. The Order of the Gravestone was very popular during the first Millenia EK, but then went extinct. No druid is known to exist today, and the exact lo cation of the gravestone has long been forgotten. IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/order_of_the_gravestone -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:40:30 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:40:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: juradiths Message-ID: <1160178030.832549.4894.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:40 User : lauwenmark Edit Summary: created ====== Juradiths Dissidents ====== Juradiths, named after Juradith, Minor Spirit of Equity, were a group of a ctivists that wanted to turn the Kingdom of Scorn into a republic in the s econd-half of the XXXIVth century EK. They succeeded at overthrowing King Karatan III, but their vengeful, fanatical excesses quickly turned most Sc ornians against them. When trying to recapture the city, their army was de feated by the Scornian Militia with the help of a couple city mages, who f looded the Juradiths into a magically created lake. Juradiths still exist as a small political faction today, although they've long traded their violent ways for some weird traditions whose origins an d meaning are now mostly forgotten. IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/juradiths -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:43:53 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:43:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: melficef Message-ID: <1160178233.393570.4897.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:43 User : lauwenmark Edit Summary: created ====== Melficef the Red ====== Melficef was a powerful mage that conducted thaumical studies to try to st ore magical energies in an efficient way. He created many self-recharging rod spells that are still commonly used today, as well as the thaumic bomb , a device storing a massive amount of mana and releasing it in a violent explosion - such an explosion actually killed the unfortunate Melficef him self. IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/melficef -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:47:45 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:47:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: harelkirjan_sisters Message-ID: <1160178465.441596.4906.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:47 User : lauwenmark Edit Summary: created ====== The Harelkirjan Sisters ====== Also called the Twin Witches, they were two powerful women wizards; Herin was specialized in White Magic, while her sister Urdin was a master of the Black Art. Both of them tried to improve the life of the people living al l around their house, and introduced the use of cats as spirit-watchers in Scorn. Unfortunately for them, they were burned by an angry Brestian fana tical mob for "illegal use of Arcane Powers". IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/harelkirjan_sisters -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Fri Oct 6 18:54:43 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Fri, 06 Oct 2006 18:54:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160178883.256465.4915.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/06 18:54 User : lauwenmark Edit Summary: Updated to take into account new entries @@ -42,8 +42,12 @@ == 3084-3154 EK == * The Artificers' Wars take place in the East. == 3154 EK == * The High Tide of the Gears: End of the Artificer's Wars; many island s are flooded or disappear forever in the depths of the Eastern Ocean. + == 3867 EK == + * [[Juradiths]] take the direction of Scorn and create a republic. + == 3885 EK == + * [[Juradiths]] are expelled from Scorn by revolting citizens. They ar e vainquished at Battlefield Lake. ==== Fourth Millenia EK ==== == 4127 EK == * King Kadriosa IV of Scorn leads a Crusade against the elves of the s outh-east, who flee the country. @@ -56,12 +60,16 @@ == 6356 EK == * Butakis settles in Lake Country and starts building the Lake Pump. == 6356 EK == * The Lake Pump is destroyed by Twak. Lake Country is covered by fog. Butakis is disfigured. + + ==== Seventh Millenia EK ==== + == 7563 EK == + * The tower of [[Melficef]] the Red explodes. ==== Eighth Millenia EK ==== == 8009 EK == * [[:Euthville]] is destroyed. ===== Crossfire Lore ===== * http://wiki.metalforge.net/doku.php/lore IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1158696096 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:20:12 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:20:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160205612.573108.5628.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:20 User : lauwenmark Edit Summary: Further 'linkification' @@ -42,18 +42,18 @@ | [[http://dooler.woosworld.net/cf_map/view.php?X=129&Y=125|world_12 9_125]]| The Crying Sisters | | Two small islands, far in the south-east | | [[http://dooler.woosworld.net/cf_map/view.php?X=128&Y=124|world_12 8_124]]| Verenidia | | A small island, once a pirate outpost | | [[http://dooler.woosworld.net/cf_map/view.php?X=128&Y=122|world_12 8_122]]| Heaven's Gate | | Once the last Imperial outpost before the Easte rn Ocean, now deserted | | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=124|world_12 6_124]]| The Compass | | A triangular-shaped island, mentioned in the //St ory of the Fourth Mariner// | - | (126;123)-(126;124)| Southern Garaner | | Former home territory of the Kingdom of the Masts | - | (124;124)-(125;123)-(125;124)| Western Garaner | | Former home territo ry of the Kingdom of the Masts | - | [[http://dooler.woosworld.net/cf_map/view.php?X=125&Y=123|world_12 5_123]]| Northern Garaner | | Former home territory of the Kingdom of the Masts | - | [[http://dooler.woosworld.net/cf_map/view.php?X=125&Y=125|world_12 5_125]]| Semnaris | | Island raised from the sea during the Artificers' Wa rs | - | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=125|world_12 6_125]]| Jennisade | | Island directly facing Semnaris, raised from the se a during the Artificers' Wars | + | (126;123)-(126;124)| Southern Garaner | | Former home territory of the [[Kingdom of the Masts]] | + | (124;124)-(125;123)-(125;124)| Western Garaner | | Former home territo ry of the [[Kingdom of the Masts]] | + | [[http://dooler.woosworld.net/cf_map/view.php?X=125&Y=123|world_12 5_123]]| Northern Garaner | | Former home territory of the [[Kingdom of th e Masts]] | + | [[http://dooler.woosworld.net/cf_map/view.php?X=125&Y=125|world_12 5_125]]| Semnaris | | Island raised from the sea during the [[Artificers' Wars]] | + | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=125|world_12 6_125]]| Jennisade | | Island directly facing Semnaris, raised from the se a during the [[Artificers' Wars]] | | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=125|world_12 6_125]]| Xerido | | Small isle at the south of the sector, discovered by E kkis the Drunk during his crusade against the Sirens in 1223EK | | [[http://dooler.woosworld.net/cf_map/view.php?X=124&Y=125|world_12 4_125]]| The Twin Horses | | Two small islands named from an old Normanian legend | | [[http://dooler.woosworld.net/cf_map/view.php?X=124&Y=123|world_12 4_123]]| Titan's Peninsula | | Made mostly of desert and hills, only ferti le in its northern part. Named so from a legendary tower inhabited by a ti tan | | [[http://dooler.woosworld.net/cf_map/view.php?X=125&Y=122|world_12 5_122]]| Bubbles | | A fish-shaped island. Capt'n Fernast, who discovered it in 2567EK gave it the name of his goldfish | - | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=122|world_12 6_122]]| The Elephant | | A group of tropical islands. Initially looking l ike an elephant holding a ball on his head, partially submerged during the Artificers' Wars | + | [[http://dooler.woosworld.net/cf_map/view.php?X=126&Y=122|world_12 6_122]]| The Elephant | | A group of tropical islands. Initially looking l ike an elephant holding a ball on his head, partially submerged during the [[Artificers' Wars]] | ===== Retconia (Pupland Continent) ===== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11601772 73 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:25:49 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:25:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: artificers_wars Message-ID: <1160205949.205750.5637.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:25 User : lauwenmark Edit Summary: created ====== The Artificers' Wars ====== A series of wars conducted between 4200 and 4457 EK by a coalition led by Normanian Princes against the Artificers, a group of mages that were maste rs in the now banned magical field of Technomancy. The Artificers were clo se to obtain a complete victory, but were finally destroyed by the raw pow er of their own biggest creation, The Thaumic Gear. The explosion of the Gear shattered the whole east of Bigworld, and many t erritories forever sank into the ocean, including Kari Kori, the Technomag es' city. IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/artificers_wars -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:29:37 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:29:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: kingdom_of_the_masts Message-ID: <1160206177.767711.5640.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:29 User : lauwenmark Edit Summary: created ====== The Kingdom of the Masts ====== A Merchant Republic led by the now destroyed city of Kari Kori. At its pea k, the Kingdom of the Masts ruled nearly a quarter of Bigworld, and its fl eet was unmatched. Kari Kori was opposed to Normania in a serie of wars th at it finally lost at the Battle of Tered in 3287 EK. IP-Address : 81.243.90.139 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/kingdom_of_the_masts -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:30:20 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:30:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: kingdom_of_the_masts Message-ID: <1160206220.448055.5649.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:30 User : lauwenmark Edit Summary: @@ -1,2 +1,2 @@ ====== The Kingdom of the Masts ====== - A Merchant Republic led by the now destroyed city of Kari Kori. At its p eak, the Kingdom of the Masts ruled nearly a quarter of Bigworld, and its fleet was unmatched. Kari Kori was opposed to Normania in a serie of wars that it finally lost at the Battle of Tered in 3287 EK. + A Merchant Republic led by the now destroyed city of Kari Kori. At its p eak, the Kingdom of the Masts ruled nearly a quarter of Bigworld, and its fleet was unmatched. Kari Kori was opposed to Normania in a serie of wars that it finally lost at the Battle of Tered in 2287 EK. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/kingdom_of_the_masts?rev =1160206177 New Revision: http://wiki.metalforge.net/doku.php/kingdom_of_the_masts -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:30:49 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:30:49 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: artificers_wars Message-ID: <1160206249.543055.5652.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:30 User : lauwenmark Edit Summary: @@ -1,3 +1,3 @@ ====== The Artificers' Wars ====== - A series of wars conducted between 4200 and 4457 EK by a coalition led b y Normanian Princes against the Artificers, a group of mages that were mas ters in the now banned magical field of Technomancy. The Artificers were c lose to obtain a complete victory, but were finally destroyed by the raw p ower of their own biggest creation, The Thaumic Gear. + A series of wars conducted between 3084 and 3154 EK by a coalition led b y Normanian Princes against the Artificers, a group of mages that were mas ters in the now banned magical field of Technomancy. The Artificers were c lose to obtain a complete victory, but were finally destroyed by the raw p ower of their own biggest creation, The Thaumic Gear. The explosion of the Gear shattered the whole east of Bigworld, and many territories forever sank into the ocean, including Kari Kori, the Technom ages' city. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/artificers_wars?rev=11 60205948 New Revision: http://wiki.metalforge.net/doku.php/artificers_wars -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:32:16 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:32:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160206336.797506.5655.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:32 User : lauwenmark Edit Summary: Completed historical notes @@ -32,8 +32,10 @@ == 1223 EK == * Ekkis the Drunk leads a disastrous crusade against the Sirens in the southern seas. ==== Second Millenia EK ==== + == 2287 EK == + * Battle of Tered - The [[Kingdom of the Masts]] is dismantled by Norm ania. == 2567 EK == * Fernast Fergono, exiled from Navar, leads a famous exploration exped ition in the south-east seas. == 2765 EK == * The city of Heaven's Gate is burned by pirates. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160178882 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:33:25 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:33:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: artificers_wars Message-ID: <1160206405.508811.5664.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:33 User : lauwenmark Edit Summary: @@ -1,3 +1,3 @@ ====== The Artificers' Wars ====== - A series of wars conducted between 3084 and 3154 EK by a coalition led b y Normanian Princes against the Artificers, a group of mages that were mas ters in the now banned magical field of Technomancy. The Artificers were c lose to obtain a complete victory, but were finally destroyed by the raw p ower of their own biggest creation, The Thaumic Gear. + A series of wars conducted between 3084 and 3154 EK by a coalition led b y Navari Princes against the Artificers, a group of mages that were master s in the now banned magical field of Technomancy. The Artificers were clos e to obtain a complete victory, but were finally destroyed by the raw powe r of their own biggest creation, The Thaumic Gear. The explosion of the Gear shattered the whole east of Bigworld, and many territories forever sank into the ocean, including Kari Kori, the Technom ages' city. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/artificers_wars?rev=11 60206249 New Revision: http://wiki.metalforge.net/doku.php/artificers_wars -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:34:16 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:34:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160206456.420156.5667.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:34 User : lauwenmark Edit Summary: @@ -41,11 +41,11 @@ * The city of Heaven's Gate is burned by pirates. ==== Third Millenia EK ==== == 3084-3154 EK == - * The Artificers' Wars take place in the East. + * The [[Artificers' Wars]] take place in the East. == 3154 EK == - * The High Tide of the Gears: End of the Artificer's Wars; many island s are flooded or disappear forever in the depths of the Eastern Ocean. + * The High Tide of the Gears: End of the [[Artificer's Wars]]; many is lands are flooded or disappear forever in the depths of the Eastern Ocean. == 3867 EK == * [[Juradiths]] take the direction of Scorn and create a republic. == 3885 EK == * [[Juradiths]] are expelled from Scorn by revolting citizens. They ar e vainquished at Battlefield Lake. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160206361 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:32:42 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:32:42 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160206362.015242.5658.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:32 User : lauwenmark Edit Summary: @@ -33,9 +33,9 @@ * Ekkis the Drunk leads a disastrous crusade against the Sirens in the southern seas. ==== Second Millenia EK ==== == 2287 EK == - * Battle of Tered - The [[Kingdom of the Masts]] is dismantled by Norm ania. + * Battle of Tered - The [[Kingdom of the Masts]] is dismantled by Nava r. == 2567 EK == * Fernast Fergono, exiled from Navar, leads a famous exploration exped ition in the south-east seas. == 2765 EK == * The city of Heaven's Gate is burned by pirates. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160206336 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:33:02 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:33:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: kingdom_of_the_masts Message-ID: <1160206382.091723.5661.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:33 User : lauwenmark Edit Summary: @@ -1,2 +1,2 @@ ====== The Kingdom of the Masts ====== - A Merchant Republic led by the now destroyed city of Kari Kori. At its p eak, the Kingdom of the Masts ruled nearly a quarter of Bigworld, and its fleet was unmatched. Kari Kori was opposed to Normania in a serie of wars that it finally lost at the Battle of Tered in 2287 EK. + A Merchant Republic led by the now destroyed city of Kari Kori. At its p eak, the Kingdom of the Masts ruled nearly a quarter of Bigworld, and its fleet was unmatched. Kari Kori was opposed to Navar in a serie of wars tha t it finally lost at the Battle of Tered in 2287 EK. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/kingdom_of_the_masts?rev =1160206220 New Revision: http://wiki.metalforge.net/doku.php/kingdom_of_the_masts -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 7 02:34:40 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 07 Oct 2006 02:34:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160206480.322550.5670.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/07 02:34 User : lauwenmark Edit Summary: @@ -43,9 +43,9 @@ ==== Third Millenia EK ==== == 3084-3154 EK == * The [[Artificers' Wars]] take place in the East. == 3154 EK == - * The High Tide of the Gears: End of the [[Artificer's Wars]]; many is lands are flooded or disappear forever in the depths of the Eastern Ocean. + * The High Tide of the Gears: End of the [[Artificers' Wars]]; many is lands are flooded or disappear forever in the depths of the Eastern Ocean. == 3867 EK == * [[Juradiths]] take the direction of Scorn and create a republic. == 3885 EK == * [[Juradiths]] are expelled from Scorn by revolting citizens. They ar e vainquished at Battlefield Lake. IP-Address : 81.243.90.139 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160206456 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:17:21 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:17:21 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:thread_the_server Message-ID: <1160410641.676484.11847.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:17 User : rednaxela Edit Summary: Add comment @@ -15,9 +15,12 @@ ===== Issues to watch out for ===== * Have to be careful to avoid deadlock circumstances. + + ===== Comments ===== + * I consider this to be a very low priority thing, however made the wi ki page here to make sure some ideas about implementing it are not lost -- - //[[user:rednaxela|Alex Schultz]] 2006/10/09 11:15// ===== More information ===== FIXME put information from the logs of IRC discussion here IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:thread_the_serv er?rev=1159074294 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:thread_the_serv er -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:33:40 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:33:40 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: dev_todo:refactor Message-ID: <1160411620.342734.11874.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:33 User : rednaxela Edit Summary: created from user:rednaxela:refactor ====== Object-type refactoring ====== ===== Reason ===== Currently in the crossfire code, how objects behave is intertwined all thr oughout the code, and this is in many ways a problem as it makes it diffic ult to find code related to a type of object. It's current state also make s it relatively difficult to add code for new object types. Though it will never be that easy to add object types, refactoring could improve this si gnificantly. Also, refactoring this to separate code for different object types, will make it easier to find current overloading of object attribute s, making it easier to eventually refactor the overloading out. ===== Proposal ===== ==== General Idea ==== * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactoring i tself: * By object * By archetype * By type number * Separate object type specific code into separate files. ==== Implementation Details ==== === Code organization === * Use form of server/types/foo.c or server/types/foo/bar.c depending on if the object type requires multiple C files to be clean. * Code used by multiple distinct types, but is not generic to all object types should be put in server/types/common/ with a logical filename. * Doesn't necessarily mean one type number per file, due to cases such a s different types of armor, where all behave the same but have different t ype numbers. Just make sure it is logical. === Function pointers === * Function pointers to the 'object methods' will be stored in a struct i n a form like:typedef struct ob_methods { int (*apply)(object *, object *); int (*drop)(object *); ... } ob_methods;For per-object hooks, objects would have a struct memb er added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Pe r-arch hooks would be done as a similar struct member added to the archety pe struct. In those cases, the "methods" pointer will be NULL unless there are methods in it. For per-type hooks, they would be stored in an array o f "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if u nset. * One would not access function pointers directly, instead one would use functions to add hooks, and a "cf_method()" function to run them. * Each file would register whatever hooks it wanted in an init function for that specific file. * Will have to put an "init_types()" function in the main code, contai ning calls to all type_specific init functions. * Will take some forethought to make sure that one provides good enough callback parameters for all uses of a hook. ===== Plan ===== ==== To start ==== * Begin refactoring some things to the new system. * Start with simple things such as moving the apply code for all types. * Convert things to function pointers as needed. * Aim for ~90% of type-specific code moved into the new system. ==== Policy ==== * Commit refactoring changes frequently in very small chunks. As small c hunks as possible while keeping the SVN code working is preferable. * Try to give a bit of notice before commiting refactoring changes, noti ng specifically what refactoring changes you intend to commit. * Document what you refactor, when you refactor it, and it's form in the system. Documentation including: * In addition to updating the ChangeLog, make a more detailed entry in server/types/ChangeLog, in the format and with the details specified ther e. * Adding to a wiki table listing new, removed, or moved functions resu lting from the refactoring. ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the system. * Collapse some groups of types - there are a bunch of different armor t ypes, but for logical purposes, they are the same, just go on different bo dy parts. ==== Eventually... ==== * Implement some sort of [[dev_todo:unified_event_system|unified event s ystem]] and integrate with this object-type separation. Not a priority rig ht now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfire mailing list: Code restructuring]] IP-Address : 66.222.158.169 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/dev_todo:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:32:50 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:32:50 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1160411570.463150.11871.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:32 User : rednaxela Edit Summary: @@ -17,16 +17,19 @@ ==== Implementation Details ==== === Code organization === * Use form of server/types/foo.c or server/types/foo/bar.c depending o n if the object type requires multiple C files to be clean. * Code used by multiple distinct types, but is not generic to all obje ct types should be put in server/types/common/ with a logical filename. - * Doesn't necessarily mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. + * Doesn't necessarily mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. Just make sure it is logical. === Function pointers === * Function pointers to the 'object methods' will be stored in a struct in a form like:typedef struct ob_methods { int (*apply)(object *, object *); int (*drop)(object *); ... } ob_methods;For per-object hooks, objects would have a struct me mber added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Per-arch hooks would be done as a similar struct member added to the arche type struct. In those cases, the "methods" pointer will be NULL unless the re are methods in it. For per-type hooks, they would be stored in an array of "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if unset. * One would not access function pointers directly, instead one would u se functions to add hooks, and a "cf_method()" function to run them. + * Each file would register whatever hooks it wanted in an init functio n for that specific file. + * Will have to put an "init_types()" function in the main code, cont aining calls to all type_specific init functions. + * Will take some forethought to make sure that one provides good enoug h callback parameters for all uses of a hook. ===== Plan ===== ==== To start ==== * Begin refactoring some things to the new system. @@ -41,9 +44,10 @@ * Adding to a wiki table listing new, removed, or moved functions re sulting from the refactoring. ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the syste m. + * Collapse some groups of types - there are a bunch of different armor types, but for logical purposes, they are the same, just go on different body parts. ==== Eventually... ==== * Implement some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type separation. Not a priority r ight now, but something to keep in mind for later. ===== More information ===== * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfi re mailing list: Code restructuring]] IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1160143514 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:35:34 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:35:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:rednaxela:refactor Message-ID: <1160411734.960580.11883.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:35 User : rednaxela Edit Summary: @@ -1,53 +1,3 @@ - **This page is a draft document in my user namespace. Will move to the d ev_todo namespace when the draft is ready for public review** + **This page was a draft document in my user namespace. It has since move d to the dev_todo namespace** - ---- - - ====== Object-type refactoring ====== - ===== Reason ===== - Currently in the crossfire code, how objects behave is intertwined all t hroughout the code, and this is in many ways a problem as it makes it diff icult to find code related to a type of object. It's current state also ma kes it relatively difficult to add code for new object types. Though it wi ll never be that easy to add object types, refactoring could improve this significantly. Also, refactoring this to separate code for different objec t types, will make it easier to find current overloading of object attribu tes, making it easier to eventually refactor the overloading out. - - ===== Proposal ===== - ==== General Idea ==== - * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactoring itself: - * By object - * By archetype - * By type number - * Separate object type specific code into separate files. - - ==== Implementation Details ==== - === Code organization === - * Use form of server/types/foo.c or server/types/foo/bar.c depending o n if the object type requires multiple C files to be clean. - * Code used by multiple distinct types, but is not generic to all obje ct types should be put in server/types/common/ with a logical filename. - * Doesn't necessarily mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. Just make sure it is logical. - === Function pointers === - * Function pointers to the 'object methods' will be stored in a struct in a form like:typedef struct ob_methods { - int (*apply)(object *, object *); - int (*drop)(object *); - ... - } ob_methods;For per-object hooks, objects would have a struct me mber added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Per-arch hooks would be done as a similar struct member added to the arche type struct. In those cases, the "methods" pointer will be NULL unless the re are methods in it. For per-type hooks, they would be stored in an array of "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if unset. - * One would not access function pointers directly, instead one would u se functions to add hooks, and a "cf_method()" function to run them. - * Each file would register whatever hooks it wanted in an init functio n for that specific file. - * Will have to put an "init_types()" function in the main code, cont aining calls to all type_specific init functions. - * Will take some forethought to make sure that one provides good enoug h callback parameters for all uses of a hook. - - ===== Plan ===== - ==== To start ==== - * Begin refactoring some things to the new system. - * Start with simple things such as moving the apply code for all types . - * Convert things to function pointers as needed. - * Aim for ~90% of type-specific code moved into the new system. - ==== Policy ==== - * Commit refactoring changes frequently in very small chunks. As small chunks as possible while keeping the SVN code working is preferable. - * Try to give a bit of notice before commiting refactoring changes, no ting specifically what refactoring changes you intend to commit. - * Document what you refactor, when you refactor it, and it's form in t he system. Documentation including: - * In addition to updating the ChangeLog, make a more detailed entry in server/types/ChangeLog, in the format and with the details specified th ere. - * Adding to a wiki table listing new, removed, or moved functions re sulting from the refactoring. - ==== Later ==== - * Clean up the refactoring. - * Attempt to get the remaining type-specific code moved into the syste m. - * Collapse some groups of types - there are a bunch of different armor types, but for logical purposes, they are the same, just go on different body parts. - ==== Eventually... ==== - * Implement some sort of [[dev_todo:unified_event_system|unified event system]] and integrate with this object-type separation. Not a priority r ight now, but something to keep in mind for later. - - ===== More information ===== - * [[http://thread.gmane.org/gmane.games.crossfire.general/1928|Crossfi re mailing list: Code restructuring]] + See: [[dev_todo:refactor|dev_todo:refactor]] IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor? rev=1160411570 New Revision: http://wiki.metalforge.net/doku.php/user:rednaxela:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:32:47 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:32:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:server_cleanup Message-ID: <1160411567.079643.11868.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:32 User : rednaxela Edit Summary: Move re-organization part to the refactoring todo. Add a not e about log4c @@ -3,18 +3,13 @@ Code in the common directory should just be for the common aspects, but there is code in that directory that seems more in place in the server. - - The object code also tends to be spread amongst several files. Thoughts on this: - * One file for each object type (or logical grouping of objects), whic h contains all the code related to it (time events, apply events, etc) - * Each file could register callbacks for the operations it wants. - * The parameter for all callbacks for all objects would have to be the same, require a bit of forethought. - - This would largely re-organize the layout of objects, but would be an im provement. - - As part of this, I think the number of object types needs to be collapse d - there are a bunch of different armor types, but for logical purposes, they are the same, just go on different body parts. The current fix_player() code makes some assumption that all objects beh ave in a similar fashion, so it then makes sense that all objects that beh ave similarly have the same type. Other changes to make: * Different log instances and levels should be added (monster.error, p layer.info, etc), with selection of which to use via command line or setti ngs. log4c may be the best to use for this (http://log4c.sourceforge.net/ ) + * One note, is it doesn't look like log4c builds on win32 as is. * all draw_info need to be changed to draw_ext_info + + See Also: + * [[dev_todo:refactor]] IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:server_cleanup? rev=1158479206 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:server_cleanup -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:37:32 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:37:32 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:server_cleanup Message-ID: <1160411852.635345.11886.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:37 User : rednaxela Edit Summary: @@ -9,7 +9,7 @@ * One note, is it doesn't look like log4c builds on win32 as is. * all draw_info need to be changed to draw_ext_info See Also: - * [[dev_todo:refactor]] + * [[dev_todo:refactor|dev_todo:refactor]] IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:server_cleanup? rev=1160411566 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:server_cleanup -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:39:22 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:39:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo_new Message-ID: <1160411962.576960.11898.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:39 User : rednaxela Edit Summary: Add dev_todo:refactor @@ -18,14 +18,15 @@ | [[dev_todo:char_creation| New Character Creation]] | 2.0 | 1 | Plannin g | Client/Server | | | [[dev_todo:Game Balance]] - Problems with game balance | 2.0 | 1 | Non e | Server/Maps | | | [[dev_todo:exp_table|Fix Experience Table]] - Fix experience curve com pared to death penalty | 2.0 | ? | Planning | Server | | | [[dev_todo:server_cleanup|Server code Cleanup]] - Find, and fix redund ant and unused code. | 2.0 | 1 | Planning | Server | | + | [[dev_todo:refactor|Refactoring]] - Refactor object-type specific code to be more organized. | 2.0 | 1 | Planning | Server | | | [[dev_todo:Race & Class Changes]] - The races/classes within crossfire are not different enough | 2.0 | 1 | Planning | Server | | | [[dev_todo:fix_sound|Fix/Revamp sound]] - Fix and improve the sound sy stem. | 2.0 | 2 | None | Client/Server/Maps | | | [[dev_todo:Better NPCs]] - Better NPC communication | 2.0 | 2 | None | Server | | | [[dev_todo:Smarter Monsters]] - Monsters should attack/defend more int elligently | 2.0 | 2 | None | Server | | | [[dev_todo:lighting|Revamp lighting]] - Improve Lighting/LOS code | 2. 0 | 2 | None | Client/Server | | - | [[dev_todo:Time of day based events]] - Stuff happining based on the t ime of day. | 2.0 | 2 | None | Server/Maps | | + | [[dev_todo:Time of day based events]] - Stuff happening based on the t ime of day. | 2.0 | 2 | None | Server/Maps | | | [[dev_todo:Make Slaying Consistent]] - Add does_slay() instead of havi ng different code sprinkled through server | 2.0 | 2 | None | Server | | | [[dev_todo:Change Player Speed]] - Low level players move too slow, h igh level players move too fast | 2.0 | 2 | None | Server | | | [[dev_todo:Material type improvement]] - Material code should be impro ved | 2.0 | 2 | None | Server | | | [[dev_todo:NPC Syntax Highlighting]] - use extended tags to make npc m essages easier to understand | 2.0 | 3 | None | Maps | | IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo_new?rev=11595 73006 New Revision: http://wiki.metalforge.net/doku.php/dev_todo_new -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 11:42:29 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 11:42:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo_new Message-ID: <1160412149.092532.11907.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 11:42 User : rednaxela Edit Summary: Adjust status of 'Fix Weather', to reflect how it's debugged but has points that could be improved. @@ -4,9 +4,9 @@ ^ Project/Feature ^ Target Release ^ Priority ^ Status ^ Component ^ Dev eloper ^ | [[dev_todo:Performance Improvements]] - Server has performance issues, especially related to losts of spells | 1.x | 1 | None | Server | [[user: mwedel]] | | [[dev_todo:Archetype Cleanup]] - Clean up the Archetypes. | 1.x? | 1 | None | Archetypes | | - | [[dev_todo:Fix Weather]] - Fix and improve the weather system. | 1.x | 2 | Completed? | Server | | + | [[dev_todo:Fix Weather]] - Fix and improve the weather system. | 1.x | 2 | Completed/Planning | Server | | | [[dev_todo:Pupland]] - Move pupland onto the world maps | 1.x? | 2 | C oding | Maps | [[user:lalomartins]]? | | [[dev_todo:Protocol Compression]] - Compress client/server communicati on | 1.x? | 2 | Planning | Client/Server | | | [[dev_todo:Experience Rewarder]] - Add experience rewarder object | 1. x? | 2 | Planning | Server/Maps | | | [[dev_todo:Map Cleanup]] - Clean up maps, remove old hacks, etc | 1.x? | 3? | None? | Maps | | IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo_new?rev=11604 11962 New Revision: http://wiki.metalforge.net/doku.php/dev_todo_new -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:06:20 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:06:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:techolous Message-ID: <1160431580.099015.12702.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:06 User : techolous Edit Summary: @@ -1,6 +1,5 @@ Techolous a.k.a. techII a.k.a bbotbuilder - Just using the space for a todo list right now. - - [[user:techolous:todo]] + * [[user:techolous:todo]] - A personal todo list, may be a bit out of date, etc. + * [[user:techolous:UI Ideas]] - Various brainstorms relating to client user interfaces. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/user:techolous?rev=113 6777907 New Revision: http://wiki.metalforge.net/doku.php/user:techolous -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:10:35 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:10:35 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:techolous Message-ID: <1160431835.691536.12720.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:10 User : techolous Edit Summary: edit to save time later (will only have to type [[pagename]] not [[foo:pagename]]) @@ -3,3 +3,3 @@ * [[user:techolous:todo]] - A personal todo list, may be a bit out of date, etc. - * [[user:techolous:UI Ideas]] - Various brainstorms relating to client user interfaces. + * [[user:techolous:ui_ideas:UI Ideas]] - Various brainstorms relating to client user interfaces. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/user:techolous?rev=116 0431579 New Revision: http://wiki.metalforge.net/doku.php/user:techolous -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:15:41 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:15:41 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: user:techolous:ui_ideas:ui_ideas Message-ID: <1160432141.926724.12733.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:15 User : techolous Edit Summary: created ====== Techolous's UI Brainstorms ====== Various brainstorms relating to the client's UI. * [[quickbar]] - standard bar that stuff can get draged onto so you can use it more easily latter. (like key bindings, but its on the gui) * [[magicmap]] - ways to make magicmap easier to use IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/user:techolous:ui_ideas: ui_ideas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:22:16 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:22:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: user:techolous:ui_ideas:quickbar Message-ID: <1160432536.745158.12744.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:22 User : techolous Edit Summary: created ====== Quickbars ====== * Area somewhere on the gui * Contains slots * various objects can be dragged onto these slot * a slot could contain: * items * spells/prayers * skills * game commands * After something has been assigned to the quickbar, a player can clic k on it to activate it. * will perform a default action * possibly allow the player to configure what action is taken for a normal "right" click? * left clicking a slot should bring up a menu showing possible actio ns to take with the object, and one or two commands to manage the slot in relation to the quickbar IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/user:techolous:ui_ideas: quickbar -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:35:29 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:35:29 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: user:techolous:ui_ideas:magicmap Message-ID: <1160433329.003240.12765.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:35 User : techolous Edit Summary: created ====== Magic Maps ====== * I like these CF+ client screenshots: * [[http://crossfire.schmorp.de/sc/cfplus9.png]] * [[http://crossfire.schmorp.de/sc/cfplus10.png]] * No idea if theres a way to toggle it on/off * Should be a button on the client ui to toggle it * "grey it out" if we don't have a magic map for the current map, and the player is unable to cast the magicmap spell * If we don't have a magicmap, and the player has the spell, we could offer to cast it for them, but this could get somewhat annoying (som ething to put off for latter) * More items should have their magicmap info filled in IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/user:techolous:ui_ideas: magicmap -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:41:32 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:41:32 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: dev_todo:better_client_ui Message-ID: <1160433692.432602.12782.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:41 User : techolous Edit Summary: created ====== Client UI Brainstorming ====== Brainstorming for the client's user interface. * [[user:techolous:ui_ideas:quickbar]] - A generic "quickbar". (has slot s which can contain items/spells/actions/etc) * [[user:techolous:ui_ideas:magicmap]] - Ideas on how to display magicma ps to the player. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/dev_todo:better_client_u i -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 17:46:20 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 17:46:20 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160433980.160333.12791.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 17:46 User : techolous Edit Summary: add link to client ui brainstorms, and make TOC conform to t he "style guide" @@ -14,18 +14,19 @@ So, what's here?\\ There is the Crossfire Wiki, a communal edit pad and place to kick off n ew documents and related type content. There is the [[Document Repository| Document repository]] where you can read and comment on some of the existi ng documentation. Finaly theres the latest [[Crossfire Traffic]] which con tains information about whats happening in the community. ==== TOC ==== - - [[history_of_crossfire|The History of Crossfire]] - The history of t he Crossfire world, both technical and role-playing. - - [[downloading|Downloading Crossfire]] - Where to get the clients and server for crossfire. - - [[guides|Guides]] - Various howto guides to help players. Also some development guides. - - [[lore|The Myths and Lore of Crossfire]] - Obviously myths and legen ds of the Crossfire world. - - [[join|Help out with the Crossfire gaming project]] - Contains infor mation about contributing to the Crossfire project. - - [[dev_todo|Developer's Todos]] - Brainstorming, stuff thats being wo rked on, and developer's personal lists. - - [[dev_todo_new|Unified TODO list]] - Unified TODO list of everything that should be done in crossfire. - - [[People]] - Developers and other active members of the Crossfire co mmunity. - - [[Servers]] - Information about various servers (guilds, etc). - - [[wiki:Style Guide]] - Loose guidelines of style for the wiki. + * [[history_of_crossfire|The History of Crossfire]] - The history of t he Crossfire world, both technical and role-playing. + * [[downloading|Downloading Crossfire]] - Where to get the clients and server for crossfire. + * [[guides|Guides]] - Various howto guides to help players. Also some development guides. + * [[lore|The Myths and Lore of Crossfire]] - Obviously myths and legen ds of the Crossfire world. + * [[join|Help out with the Crossfire gaming project]] - Contains infor mation about contributing to the Crossfire project. + * [[dev_todo|Developer's Todos]] - Brainstorming, stuff thats being wo rked on, and developer's personal lists. + * [[dev_todo:better_client_ui|Client UI Brainstorms]] - Ideas for the client's user interface. + * [[dev_todo_new|Unified TODO list]] - Unified TODO list of everything that should be done in crossfire. + * [[People]] - Developers and other active members of the Crossfire co mmunity. + * [[Servers]] - Information about various servers (guilds, etc). + * [[wiki:Style Guide]] - Loose guidelines of style for the wiki. [[http://crossfire.real-time.com|Crossfire]] is a [[client-server]] base d game. \\ The current version for the server is 1.9.1\\ The current GTK client version is 1.9.1 \\ IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1158473105 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 9 18:18:26 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 18:18:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:techolous:ui_ideas:quickbar Message-ID: <1160435906.683175.12841.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 18:18 User : rednaxela Edit Summary: Add idea @@ -10,5 +10,5 @@ * After something has been assigned to the quickbar, a player can cl ick on it to activate it. * will perform a default action * possibly allow the player to configure what action is taken fo r a normal "right" click? * left clicking a slot should bring up a menu showing possible act ions to take with the object, and one or two commands to manage the slot i n relation to the quickbar - + * Provide some sort of keyboard interface: Sure we can use keybindings , but it would still be nice to allow keyboard control of the quickbar. IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/user:techolous:ui_ideas: quickbar?rev=1160432536 New Revision: http://wiki.metalforge.net/doku.php/user:techolous:ui_ideas: quickbar -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 18:26:10 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 18:26:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160436370.837155.12856.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 18:26 User : rednaxela Edit Summary: Spelling fixes @@ -2,36 +2,36 @@ Figuring out where everything is, can be difficult to beginning Crossfir e players. This is a guide to help make it easier. ===== Starting Out ===== - When you start playing Crossfire, you have the choice of initially start ing in either [[:Scorn]] or [[:Navar]]. [[:Scorn]] is the easiest for mos t players, and also is where most players hang out. You also have the cho ice of a small tutorial, which I reccomend if you haven't played the game before. + When you start playing Crossfire, you have the choice of initially start ing in either [[:Scorn]] or [[:Navar]]. [[:Scorn]] is the easiest for mos t players, and also is where most players hang out. You also have the cho ice of a small tutorial, which I recommend if you haven't played the game before. First, [[:Scorn]] is located at the far west of the continent, while [[: Navar]] is located to the far east. (however the [[:weather]] system curr ently treats this differently) The [[:Imperial Highway]], also know as th e "Yellow Brick Road"; links [[:Scorn]], and [[:Navar]], along with, [[:Br ittany]], [[:Darcap]], [[:Lake Country]], and [[:Santo Dominion]]; but we will get to those later. - If you picked [[:Scorn]], first head west (left), and go into "Beginer's 1" for an other quick tutorial relating to combat. And finally enter "Be giner's 2" for a tutorial about staying alive. + If you picked [[:Scorn]], first head west (left), and go into "Beginner' s 1" for an other quick tutorial relating to combat. And finally enter "B eginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== Now you may want to know what you can do around [[Scorn]] and how to get to other places. ==== The City of Scorn ==== First starting with the city of [[:Scorn]]: === Overview === - Scorn can be divided into the southern area, the northern area, and the [[scorn:port]]. [[scorn:castle|The Castle of Scorn]] marks the limit betw een the northern and southern parts of the city. The southern part of [[:S corn]] is more suited to lower level players, while the northern area is b etter suited for slightly more intermediate-leveled players. The [[scorn: port]] is a bit more advanced, and has transportation to a few other place s. I recommend that begining players explore the southern area of [[Scorn ]] a bit to get a feel for the game. You have the possibility of helping s ome people and have a chance of earning rewards. + Scorn can be divided into the southern area, the northern area, and the [[scorn:port]]. [[scorn:castle|The Castle of Scorn]] marks the limit betw een the northern and southern parts of the city. The southern part of [[:S corn]] is more suited to lower level players, while the northern area is b etter suited for slightly more intermediate-leveled players. The [[scorn: port]] is a bit more advanced, and has transportation to a few other place s. I recommend that beginning players explore the southern area of [[Scor n]] a bit to get a feel for the game. You have the possibility of helping some people and have a chance of earning rewards. === Scorn --- Southern Area === When starting out, i recommend that beginning players explore the southe rn area of [[Scorn]] first - In the southern area of [[Scorn]], there is an [[scorn:inn]] which will accomodate anyone for no charge, but be prepared to share rooms. Addition ally, there is the general store, which buys and sells basic items. + In the southern area of [[Scorn]], there is an [[scorn:inn]] which will accommodate anyone for no charge, but be prepared to share rooms. Additio nally, there is the general store, which buys and sells basic items. === Scorn --- Northern Area === When you get oriented with the southern area, you may now want to head t o the northern part of [[Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each player to their own area), the ground floor and the basement of the [[scorn:trade m arket|Scorn Trade Market]](the 2nd floor is very dangerous), the shops, an d the [[IPO]] (post office). Also in the northern area of [[Scorn]], ther e are two gatehouses. The north gatehouse leads to the [[scorn:port|port] ], while the east gatehouse leads to the [[Imperial Highway]]. === Scorn --- Port === - To get into the [[scorn:port]], you need to find the gate password (its somewhere in the city). Once you found it, go through the northren gate. Here you can enter a few dungeons, or go to other cities. Additionaly th ere is a shop that sells building supplies, but you can't use those unless you have access to a buildable area such as guild storrage buildings, and some apartments ([[Scorn]]'s appartments not included). The dragon in th e west of the port, will take you to the [[Pupland]] terminal. If you go to [[Pupland]], it is usualy a good idea to keep in mind that it can be co nsidered to be one huge quest, with interlinked dungeons. + To get into the [[scorn:port]], you need to find the gate password (its somewhere in the city). Once you found it, go through the northern gate. Here you can enter a few dungeons, or go to other cities. Additionally t here is a shop that sells building supplies, but you can't use those unles s you have access to a buildable area such as guild storage buildings, and some apartments ([[Scorn]]'s apartments not included). The dragon in the west of the port, will take you to the [[Pupland]] terminal. If you go t o [[Pupland]], it is usually a good idea to keep in mind that it can be co nsidered to be one huge quest, with interlinked dungeons. ==== The Imperial Highway ==== After you get to a high enough level and most of the dungeons around [[S corn]] become easy, you may want to head to [[Navar]]. To get there from [[Scorn]], leave from the east gate, then follow the [[imperial highway|Ye llow Brick Road]] east. ==== Navar ==== - [[Navar]] contains some quest for players who have passed the point wher e most dungeons in [[Scorn]] present a chalenge to them. There are places in which you can get you killed shortly after you enter them, if you are not careful. To start on the quests, you may want to talk to some of the people inside [[Navar]]'s city hall. + [[Navar]] contains some quest for players who have passed the point wher e most dungeons in [[Scorn]] present a challenge to them. There are place s in which you can get you killed shortly after you enter them, if you are not careful. To start on the quests, you may want to talk to some of the people inside [[Navar]]'s city hall. To be continued, but feel free to contribute. IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 54718767 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 9 18:40:36 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 09 Oct 2006 18:40:36 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160437236.952714.12886.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/09 18:40 User : rednaxela Edit Summary: Add weather system note and adjust note about scorn port gat e @@ -4,9 +4,9 @@ ===== Starting Out ===== When you start playing Crossfire, you have the choice of initially start ing in either [[:Scorn]] or [[:Navar]]. [[:Scorn]] is the easiest for mos t players, and also is where most players hang out. You also have the cho ice of a small tutorial, which I recommend if you haven't played the game before. - First, [[:Scorn]] is located at the far west of the continent, while [[: Navar]] is located to the far east. (however the [[:weather]] system curr ently treats this differently) The [[:Imperial Highway]], also know as th e "Yellow Brick Road"; links [[:Scorn]], and [[:Navar]], along with, [[:Br ittany]], [[:Darcap]], [[:Lake Country]], and [[:Santo Dominion]]; but we will get to those later. + First, [[:Scorn]] is located at the far west of the continent, while [[: Navar]] is located to the far east. (however the [[:weather]] system curr ently treats this differently ((Could be explained, by saying that people in the world consider north and south to be based on magnetic north and so uth, while weather goes by it's rotational axis))) The [[:Imperial Highwa y]], also know as the "Yellow Brick Road"; links [[:Scorn]], and [[:Navar] ], along with, [[:Brittany]], [[:Darcap]], [[:Lake Country]], and [[:Santo Dominion]]; but we will get to those later. If you picked [[:Scorn]], first head west (left), and go into "Beginner' s 1" for an other quick tutorial relating to combat. And finally enter "B eginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== @@ -25,13 +25,13 @@ === Scorn --- Northern Area === When you get oriented with the southern area, you may now want to head t o the northern part of [[Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each player to their own area), the ground floor and the basement of the [[scorn:trade m arket|Scorn Trade Market]](the 2nd floor is very dangerous), the shops, an d the [[IPO]] (post office). Also in the northern area of [[Scorn]], ther e are two gatehouses. The north gatehouse leads to the [[scorn:port|port] ], while the east gatehouse leads to the [[Imperial Highway]]. === Scorn --- Port === - To get into the [[scorn:port]], you need to find the gate password (its somewhere in the city). Once you found it, go through the northern gate. Here you can enter a few dungeons, or go to other cities. Additionally t here is a shop that sells building supplies, but you can't use those unles s you have access to a buildable area such as guild storage buildings, and some apartments ([[Scorn]]'s apartments not included). The dragon in the west of the port, will take you to the [[Pupland]] terminal. If you go t o [[Pupland]], it is usually a good idea to keep in mind that it can be co nsidered to be one huge quest, with interlinked dungeons. + To get into the [[scorn:port]], you need to find the gate password (foun d somewhere in the city), or port pass (can be found in the city, or bough t), or to become a hero of scorn. Once you have one of those, go through the northern gate. Here you can enter a few dungeons, or go to other citi es. Additionally there is a shop that sells building supplies, but you ca n't use those unless you have access to a buildable area such as guild sto rage buildings, and some apartments ([[Scorn]]'s apartments not included). The dragon in the west of the port, will take you to the [[Pupland]] ter minal. If you go to [[Pupland]], it is usually a good idea to keep in min d that it can be considered to be one huge quest, with interlinked dungeon s. ==== The Imperial Highway ==== After you get to a high enough level and most of the dungeons around [[S corn]] become easy, you may want to head to [[Navar]]. To get there from [[Scorn]], leave from the east gate, then follow the [[imperial highway|Ye llow Brick Road]] east. ==== Navar ==== [[Navar]] contains some quest for players who have passed the point wher e most dungeons in [[Scorn]] present a challenge to them. There are place s in which you can get you killed shortly after you enter them, if you are not careful. To start on the quests, you may want to talk to some of the people inside [[Navar]]'s city hall. To be continued, but feel free to contribute. IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 60436370 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 10 14:41:28 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 10 Oct 2006 14:41:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:better_client_ui Message-ID: <1160509288.251636.15005.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/10 14:41 User : Edit Summary: add some topics from the mailing list, gleamed mostly from o ne of leaf's posts @@ -2,4 +2,13 @@ Brainstorming for the client's user interface. * [[user:techolous:ui_ideas:quickbar]] - A generic "quickbar". (has sl ots which can contain items/spells/actions/etc) * [[user:techolous:ui_ideas:magicmap]] - Ideas on how to display magic maps to the player. + * Keybinding Profiles - Switchable sets of keybindings. + * New keybinding gui - better gui for keybinding (afaik, most players just use the commands) + * Beter utilization at both low and high display resolutions + * Better container handling + * Better item/inventory interface + * Compact/expand player stats in gui + * themes + * Coloring displayed protections (stat area/ possibly message text) ba sed on status + * More keyboard control for everything IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:better_client_u i?rev=1160433692 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:better_client_u i -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Oct 10 20:21:41 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 10 Oct 2006 20:21:41 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: pupland Message-ID: <1160529701.686535.15537.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/10 20:21 User : Edit Summary: created ====== Pupland ====== Pupland...an area for all levels of players with puzzles and long quests. Slashing about with a sword is not enough to complete this area of the wo rld. IP-Address : 70.224.229.159 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Thu Oct 12 14:37:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Thu, 12 Oct 2006 14:37:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: servers:metalforge:poisoned_dagger Message-ID: <1160681839.936438.19847.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/12 14:37 User : Edit Summary: @@ -1,3 +1,3 @@ ====== Poisoned Dagger Guild ====== - **Current Members:** Leena, Grendel, Elephunk, Findufin, Bort, Hermione, Buzz, Morgon, Lucifer + **Current Members:** Leena, Grendel, Elephunk, Findufin, Bort, Hermione, Buzz, Morgon, Luzifer, MoonWhisper IP-Address : 81.57.135.114 Old Revision: http://wiki.metalforge.net/doku.php/servers:metalforge:poiso ned_dagger?rev=1156984495 New Revision: http://wiki.metalforge.net/doku.php/servers:metalforge:poiso ned_dagger -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 14 14:58:58 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 14 Oct 2006 14:58:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160855938.363138.24727.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/14 14:58 User : Edit Summary: @@ -4,10 +4,10 @@ This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... ===== Known Client Issues ===== In case you don't get a metaserver list: - * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. - * Do not use a nameserver of Deutsche Telekom or T-Online. + * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. + * Do not use a nameserver of Deutsche Telekom or T-Online. ===== Mission ===== Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Cro ssfire. IP-Address : 62.158.105.24 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1160855830 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 14 14:57:11 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 14 Oct 2006 14:57:11 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160855831.685421.24724.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/14 14:57 User : Edit Summary: @@ -1,8 +1,13 @@ {{http://crossfire.real-time.com/images/crossfire-title.gif}} ====== Crossfire DokuWiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... + + ===== Known Client Issues ===== + In case you don't get a metaserver list: + * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. + * Do not use a nameserver of Deutsche Telekom or T-Online. ===== Mission ===== Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Cro ssfire. IP-Address : 62.158.105.24 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1160433979 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 Sun Oct 15 08:27:27 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 08:27:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: gridarta Message-ID: <1160918847.991381.26823.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 08:27 User : Edit Summary: created Gridarta is a project that merges CFJavaEditor from Crossfire with its der ivate DaimoninEditor from Daimonin. ==== Links ==== * http://gridarta.sourceforge.net/ Gridarta Website IP-Address : 62.158.121.245 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/gridarta -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 08:32:24 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 08:32:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: people Message-ID: <1160919144.938169.26832.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 08:32 User : Edit Summary: Added Cher @@ -17,12 +17,13 @@ | Knut Ahlers | | Luzifer (Euirc),\\ Luziferus (freenode, ircnet) | [[ht tp://sourceforge.net/users/k_ahlers|k_ahlers]] | | | | Gene Alexander | [[user:eracc]] | eracc\\ galahadcf\\ (runs cfbot) | [ [http://sourceforge.net/users/eracc|eracc]] | | | | Ruben Safir | [[user:mrbrklyn]] | mrbrklyn\\ ruben\\ (runs xchat at al ) | | | [[http://www.mrbrklyn.com]] | | Kurt Fitzner | [[user:kfitzner]] | Fortiscue\\ Reven (forums) | [[http ://sourceforge.net/users/kfitzner|kfitzner]] | | [[http://www.excelcia.org ]] | + | Christian Hujer | | Cher | [[http://sourceforge.net/users/christianhuj er|christianhujer]] | | [[http://www.riedquat.de]] | ===== Package Maintainers ===== ^ Full Name ^ irc ^ Distribution ^ | Kari Pahula | kaol | Debian| | Michael Thomas | _wart_ | Fedora| | Ketche South | Ketche | Mac OS X(ppc-X11) | | Ryo | ryo_ | Windows | IP-Address : 62.158.121.245 Old Revision: http://wiki.metalforge.net/doku.php/people?rev=1158998114 New Revision: http://wiki.metalforge.net/doku.php/people -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 12:58:56 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 12:58:56 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160935136.318372.27247.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 12:58 User : Edit Summary: move "known client issues to a seperate page @@ -3,11 +3,9 @@ ====== Crossfire DokuWiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... ===== Known Client Issues ===== - In case you don't get a metaserver list: - * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. - * Do not use a nameserver of Deutsche Telekom or T-Online. + * If you are having any issues with the client look here: [[Known Clie nt Issues]] ===== Mission ===== Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Cro ssfire. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1160855938 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 Sun Oct 15 13:01:58 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:01:58 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160935318.341918.27259.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:01 User : Edit Summary: fix grammer @@ -3,9 +3,9 @@ ====== Crossfire DokuWiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... ===== Known Client Issues ===== - * If you are having any issues with the client look here: [[Known Clie nt Issues]] + * If you are having any issues with the client, look here: [[Known Cli ent Issues]] ===== Mission ===== Our mission statement is: A dynamic website using dokuwiki technology to bring improvement to the information components of the development of Cro ssfire. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1160935135 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 Sun Oct 15 13:01:30 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:01:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: known_client_issues Message-ID: <1160935290.596913.27256.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:01 User : Edit Summary: created ====== Known Client Issues ====== ===== All Versions ===== In case you don't get a metaserver list: * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. * Do not use a nameserver of Deutsche Telekom or T-Online. ===== 1.9.0 ===== ===== 1.8.0 ===== ===== 1.7.0 ===== IP-Address : 24.55.181.141 Old Revision: none 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 Sun Oct 15 13:16:31 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:16:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: pupland Message-ID: <1160936191.160727.27289.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:16 User : techolous Edit Summary: removed @@ -1,2 +1 @@ - ====== Pupland ====== - Pupland...an area for all levels of players with puzzles and long quests . Slashing about with a sword is not enough to complete this area of the world. + IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/pupland?rev=1160529701 New Revision: http://wiki.metalforge.net/doku.php/pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:17:43 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:17:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160936263.834308.27294.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:17 User : techolous Edit Summary: pupland and wolfsburg moved to "world:" namespace @@ -9,10 +9,10 @@ * [[Imperial Highway]] (a.k.a. the Yellow Brick Road) * [[Scorn]] * [[Navar]] * [[Darcap]] - * [[Wolfsburg]] - * [[Pupland]] + * [[world:Wolfsburg]] + * [[world:Pupland]] * [[Santo Dominion]] ==== Store Guide ==== IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1158010102 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 Sun Oct 15 13:18:16 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:18:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:pupland Message-ID: <1160936296.124120.27297.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:18 User : techolous Edit Summary: created ====== Pupland ====== Pupland...an area for all levels of players with puzzles and long quests. Slashing about with a sword is not enough to complete this area of the wo rld. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:29:51 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:29:51 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: wiki:style_guide Message-ID: <1160936991.405349.27312.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:29 User : techolous Edit Summary: add a note about pages describing maps (use namespaces for e ach region), so that we don't have confusion caused by areas with like nam es @@ -26,4 +26,15 @@ * Elves * Troll This is based off the Docbook guidelines, http://i18n.kde.org/docs/marku p/lists.html + + ==== Naming pages that are about maps ==== + If a page is about a certain map, the page should be located within a na mespace named after the region(s) the map is located in. This should prev ent confusion if two maps are similarly named. (FIXME someone put an examp le here) + + For Example: + + * world:pupland - a page about pupland + * world:pupland:lone_town - a page about Lone Town + * world:pupland:lone_town:SOMEMAP - a map in Lone Town + + If a map is part of a dungeon (or similarly sized map set), please try t o keep everything about the dungeon (or map set) on one page. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/wiki:style_guide?rev=1 151532337 New Revision: http://wiki.metalforge.net/doku.php/wiki:style_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:38:47 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:38:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160937527.764300.27330.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:38 User : techolous Edit Summary: @@ -4,9 +4,9 @@ ===== Map Guides ===== These are various guides to help people find their way around the world. * [[Beginer's Atlas]] - * [[Wilderness]] + * [[world:Wilderness]] * [[Imperial Highway]] (a.k.a. the Yellow Brick Road) * [[Scorn]] * [[Navar]] * [[Darcap]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160936263 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 Sun Oct 15 13:38:01 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:38:01 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: wilderness Message-ID: <1160937481.393517.27327.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:38 User : techolous Edit Summary: moving it @@ -1,10 +1 @@ - ====== The Wilderness ====== - Grass, mountains, trees, rivers, and not a soul to be seen for miles aro und, the wilderness is not the most civilised of places, and stories that have reached the towns tell of fearsome creatures and laberythian dungeons far under the surface. Of course, these rumours have never been verified, though the few who have tried have taken a long time in doing so.... - The wilderness is the place where it is no other place. Far from cities , and other signs of civilization. - - ===== Places in the Wilderness ===== - There are various locations within the wilderness, many of which hold gr eat danger. - - * [[Training Centers]] - * the [[GreenWay]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/wilderness?rev=1130613 360 New Revision: http://wiki.metalforge.net/doku.php/wilderness -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:41:22 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:41:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:pupland Message-ID: <1160937682.546292.27351.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:41 User : techolous Edit Summary: @@ -1,2 +1,7 @@ ====== Pupland ====== Pupland...an area for all levels of players with puzzles and long quests . Slashing about with a sword is not enough to complete this area of the world. + + ===== Places In Pupland ===== + * [[pupland:lonetown]] - Lone Town + * [[pupland:nurnberg]] - Nurnberg + * [[pupland:ancientpupland]] - Pupland of Times Long Past IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:pupland?rev=1160 936295 New Revision: http://wiki.metalforge.net/doku.php/world:pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:39:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:39:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:wilderness Message-ID: <1160937553.207361.27342.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:39 User : techolous Edit Summary: created ====== The Wilderness ====== Grass, mountains, trees, rivers, and not a soul to be seen for miles aroun d, the wilderness is not the most civilised of places, and stories that ha ve reached the towns tell of fearsome creatures and laberythian dungeons f ar under the surface. Of course, these rumours have never been verified, t hough the few who have tried have taken a long time in doing so.... The wilderness is the place where it is no other place. Far from cities, and other signs of civilization. ===== Places in the Wilderness ===== There are various locations within the wilderness, many of which hold grea t danger. * [[:Training Centers]] * the [[world:GreenWay]] IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:wilderness -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:42:04 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:42:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:pupland Message-ID: <1160937724.066259.27354.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:42 User : techolous Edit Summary: fix links @@ -1,7 +1,7 @@ ====== Pupland ====== Pupland...an area for all levels of players with puzzles and long quests . Slashing about with a sword is not enough to complete this area of the world. ===== Places In Pupland ===== - * [[pupland:lonetown]] - Lone Town - * [[pupland:nurnberg]] - Nurnberg - * [[pupland:ancientpupland]] - Pupland of Times Long Past + * [[world:pupland:lonetown]] - Lone Town + * [[world:pupland:nurnberg]] - Nurnberg + * [[world:pupland:ancientpupland]] - Pupland of Times Long Past IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:pupland?rev=1160 937682 New Revision: http://wiki.metalforge.net/doku.php/world:pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:47:46 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:47:46 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160938066.015330.27363.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:47 User : techolous Edit Summary: modify links @@ -2,36 +2,36 @@ Figuring out where everything is, can be difficult to beginning Crossfir e players. This is a guide to help make it easier. ===== Starting Out ===== - When you start playing Crossfire, you have the choice of initially start ing in either [[:Scorn]] or [[:Navar]]. [[:Scorn]] is the easiest for mos t players, and also is where most players hang out. You also have the cho ice of a small tutorial, which I recommend if you haven't played the game before. + When you start playing Crossfire, you have the choice of initially start ing in either [[world:Scorn]] or [[world:Navar]]. [[world:Scorn]] is the easiest for most players, and also is where most players hang out. You al so have the choice of a small tutorial, which I recommend if you haven't p layed the game before. - First, [[:Scorn]] is located at the far west of the continent, while [[: Navar]] is located to the far east. (however the [[:weather]] system curr ently treats this differently ((Could be explained, by saying that people in the world consider north and south to be based on magnetic north and so uth, while weather goes by it's rotational axis))) The [[:Imperial Highwa y]], also know as the "Yellow Brick Road"; links [[:Scorn]], and [[:Navar] ], along with, [[:Brittany]], [[:Darcap]], [[:Lake Country]], and [[:Santo Dominion]]; but we will get to those later. + First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:Imperial Highway]], also know as the "Yellow Brick Road"; links [[wor ld:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [[world:D arcap]], [[world:Lake Country]], and [[world:Santo Dominion]]; but we will get to those later. If you picked [[:Scorn]], first head west (left), and go into "Beginner' s 1" for an other quick tutorial relating to combat. And finally enter "B eginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== - Now you may want to know what you can do around [[Scorn]] and how to get to other places. + Now you may want to know what you can do around [[world:Scorn]] and how to get to other places. ==== The City of Scorn ==== - First starting with the city of [[:Scorn]]: + First starting with the city of [[world:Scorn]]: === Overview === - Scorn can be divided into the southern area, the northern area, and the [[scorn:port]]. [[scorn:castle|The Castle of Scorn]] marks the limit betw een the northern and southern parts of the city. The southern part of [[:S corn]] is more suited to lower level players, while the northern area is b etter suited for slightly more intermediate-leveled players. The [[scorn: port]] is a bit more advanced, and has transportation to a few other place s. I recommend that beginning players explore the southern area of [[Scor n]] a bit to get a feel for the game. You have the possibility of helping some people and have a chance of earning rewards. + Scorn can be divided into the southern area, the northern area, and the [[scorn:port]]. [[scorn:castle|The Castle of Scorn]] marks the limit betw een the northern and southern parts of the city. The southern part of [[wo rld:Scorn]] is more suited to lower level players, while the northern area is better suited for slightly more intermediate-leveled players. The [[s corn:port]] is a bit more advanced, and has transportation to a few other places. I recommend that beginning players explore the southern area of [ [world:Scorn]] a bit to get a feel for the game. You have the possibility of helping some people and have a chance of earning rewards. === Scorn --- Southern Area === - When starting out, i recommend that beginning players explore the southe rn area of [[Scorn]] first - In the southern area of [[Scorn]], there is an [[scorn:inn]] which will accommodate anyone for no charge, but be prepared to share rooms. Additio nally, there is the general store, which buys and sells basic items. + When starting out, i recommend that beginning players explore the southe rn area of [[world:Scorn]] first + In the southern area of [[world:Scorn]], there is an [[world:scorn:inn]] which will accommodate anyone for no charge, but be prepared to share roo ms. Additionally, there is the general store, which buys and sells basic items. === Scorn --- Northern Area === - When you get oriented with the southern area, you may now want to head t o the northern part of [[Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each player to their own area), the ground floor and the basement of the [[scorn:trade m arket|Scorn Trade Market]](the 2nd floor is very dangerous), the shops, an d the [[IPO]] (post office). Also in the northern area of [[Scorn]], ther e are two gatehouses. The north gatehouse leads to the [[scorn:port|port] ], while the east gatehouse leads to the [[Imperial Highway]]. + When you get oriented with the southern area, you may now want to head t o the northern part of [[world:Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each pla yer to their own area), the ground floor and the basement of the [[scorn:t rade market|Scorn Trade Market]](the 2nd floor is very dangerous), the sho ps, and the [[world:IPO]] (post office). Also in the northern area of [[w orld:Scorn]], there are two gatehouses. The north gatehouse leads to the [[scorn:port|port]], while the east gatehouse leads to the [[world:Imperia l Highway]]. === Scorn --- Port === - To get into the [[scorn:port]], you need to find the gate password (foun d somewhere in the city), or port pass (can be found in the city, or bough t), or to become a hero of scorn. Once you have one of those, go through the northern gate. Here you can enter a few dungeons, or go to other citi es. Additionally there is a shop that sells building supplies, but you ca n't use those unless you have access to a buildable area such as guild sto rage buildings, and some apartments ([[Scorn]]'s apartments not included). The dragon in the west of the port, will take you to the [[Pupland]] ter minal. If you go to [[Pupland]], it is usually a good idea to keep in min d that it can be considered to be one huge quest, with interlinked dungeon s. + To get into the [[world:scorn:port]], you need to find the gate password (found somewhere in the city), or port pass (can be found in the city, or bought), or to become a hero of scorn. Once you have one of those, go th rough the northern gate. Here you can enter a few dungeons, or go to othe r cities. Additionally there is a shop that sells building supplies, but you can't use those unless you have access to a buildable area such as gui ld storage buildings, and some apartments ([[world:Scorn]]'s apartments no t included). The dragon in the west of the port, will take you to the [[w orld:Pupland]] terminal. If you go to [[world:Pupland]], it is usually a good idea to keep in mind that it can be considered to be one huge quest, with interlinked dungeons. ==== The Imperial Highway ==== - After you get to a high enough level and most of the dungeons around [[S corn]] become easy, you may want to head to [[Navar]]. To get there from [[Scorn]], leave from the east gate, then follow the [[imperial highway|Ye llow Brick Road]] east. + After you get to a high enough level and most of the dungeons around [[w orld:Scorn]] become easy, you may want to head to [[world:Navar]]. To get there from [[world:Scorn]], leave from the east gate, then follow the [[w orld:imperial highway|Yellow Brick Road]] east. ==== Navar ==== - [[Navar]] contains some quest for players who have passed the point wher e most dungeons in [[Scorn]] present a challenge to them. There are place s in which you can get you killed shortly after you enter them, if you are not careful. To start on the quests, you may want to talk to some of the people inside [[Navar]]'s city hall. + [[world:Navar]] contains some quest for players who have passed the poin t where most dungeons in [[world:Scorn]] present a challenge to them. The re are places in which you can get you killed shortly after you enter them , if you are not careful. To start on the quests, you may want to talk to some of the people inside [[world:Navar]]'s city hall. To be continued, but feel free to contribute. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 60437236 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:50:00 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:50:00 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: santo_dominion Message-ID: <1160938200.225464.27366.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:49 User : techolous Edit Summary: moving @@ -1,44 +1 @@ - ====== Santo Dominion ====== - Santo Dominion sits in a small bay to the north of Scorn. It is an impor tant port of call for ships travelling to and from scorn. - ===== Places in Santo Dominion ===== - ==== Dungeons ==== - [[santo_dominion:A little opara]] - - [[santo_dominion:A nice little hut]] - - [[santo_dominion:hut]] - - [[santo_dominion:Lord Ramsdre Mansion]] - - [[santo_dominion:New Cthulhu Church] - - [[santo_dominion:Santo Dominion Toll St.]] - - [[santo_dominion:Seafarers Den]] - - [[santo_dominion:Tobias Tower]] - - [[santo_dominion:undead bungalow]] - - ==== Shops ==== - [[santo_dominion:Eliks General Store]] - - [[santo_dominion:Erash Sharp Blades]] - - [[santo_dominion:Hanz und Franz Panzer]] - - [[santo_dominion:Lord of the Rings]] - - [[santo_dominion:Nosferatu - Specialist]] - - [[santo_dominion:St. Dominion Sale]] - - ===== Places Outside Santo Dominion ===== - [[santo_dominion:Mudman]] - - [[santo_dominion:North Barn]] - - [[santo_dominion:South Barn]] - - [[santo_dominion:Mine Shaft]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/santo_dominion?rev=115 7827735 New Revision: http://wiki.metalforge.net/doku.php/santo_dominion -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:54:14 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:54:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:santodominion Message-ID: <1160938454.803422.27375.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:54 User : techolous Edit Summary: moved/restructured slightly ====== Santo Dominion ====== Santo Dominion sits in a small bay to the north of Scorn. It is an importa nt port of call for ships travelling to and from scorn. ===== Places in Santo Dominion ===== ==== Dungeons ==== * [[world:santodominion:A little opara]] * [[world:santodominion:A nice little hut]] * [[world:santodominion:hut]] * [[world:santodominion:Lord Ramsdre Mansion]] * [[world:santodominion:New Cthulhu Church] * [[world:santodominion:Santo Dominion Toll St.]] * [[world:santodominion:Seafarers Den]] * [[world:santodominion:Tobias Tower]] * [[world:santodominion:undead bungalow]] ==== Shops ==== * [[world:santodominion:Eliks General Store]] * [[world:santodominion:Erash Sharp Blades]] * [[world:santodominion:Hanz und Franz Panzer]] * [[world:santodominion:Lord of the Rings]] * [[world:santodominion:Nosferatu - Specialist]] * [[world:santodominion:St. Dominion Sale]] ===== Places Outside Santo Dominion ===== * [[world:santodominion:Mudman]] * [[world:santodominion:North Barn]] * [[world:santodominion:South Barn]] * [[world:santodominion:Mine Shaft]] IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:santodominion -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:55:31 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:55:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: bigworld Message-ID: <1160938531.092001.27384.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:55 User : techolous Edit Summary: @@ -19,9 +19,9 @@ ==== The Continent ==== Big World, or Big Earth, as the first Khelenti colonists called it in re ference to its obviously large size. As silly as it may sound, "Big World" is still the most commonly used name for what is the most important landm ass currently known in the world of Crossfire. === Cities === - * [[Scorn]] - * [[Navar]] - * [[Darcap]] - * [[Wolfsburg]] - * [[Santo Dominion]] + * [[world:Scorn]] + * [[world:Navar]] + * [[world:Darcap]] + * [[world:Wolfsburg]] + * [[world:santodominion|Santo Dominion]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/bigworld?rev=115259769 7 New Revision: http://wiki.metalforge.net/doku.php/bigworld -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:57:45 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:57:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160938665.614487.27387.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:57 User : techolous Edit Summary: fix links @@ -4,9 +4,9 @@ ===== Starting Out ===== When you start playing Crossfire, you have the choice of initially start ing in either [[world:Scorn]] or [[world:Navar]]. [[world:Scorn]] is the easiest for most players, and also is where most players hang out. You al so have the choice of a small tutorial, which I recommend if you haven't p layed the game before. - First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:Imperial Highway]], also know as the "Yellow Brick Road"; links [[wor ld:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [[world:D arcap]], [[world:Lake Country]], and [[world:Santo Dominion]]; but we will get to those later. + First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:Imperial Highway]], also know as the "Yellow Brick Road"; links [[wor ld:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [[world:D arcap]], [[world:Lake Country]], and [[world:santodominion|Santo Dominion] ]; but we will get to those later. If you picked [[:Scorn]], first head west (left), and go into "Beginner' s 1" for an other quick tutorial relating to combat. And finally enter "B eginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 60938065 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:00:01 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:00:01 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap Message-ID: <1160938801.670675.27393.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:00 User : techolous Edit Summary: created ====== The Sultanate of Darcap ====== Isolated from the rest of the region by an extensive mountain range to the south, and possessing a massive natural harbour, Darcap is a small, but e asily defensible town, dominated by a pair of powerful guilds. The town is also noted for its circus, whose reputation draws visitors from all over the world. ===== Places in Darcap ===== * [[Church]] * [[Court House]] * [[Darcap Circus]] * [[Elemental Quest]] * [[Pirate Warehouse]] * [[Water Well]] ===== Places outside Darcap ===== * [[Woodhouse]] * [[Cave]] IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 13:59:25 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 13:59:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: darcap Message-ID: <1160938765.707590.27390.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 13:59 User : techolous Edit Summary: moving @@ -1,14 +1 @@ - ====== The Sultanate of Darcap ====== - Isolated from the rest of the region by an extensive mountain range to t he south, and possessing a massive natural harbour, Darcap is a small, but easily defensible town, dominated by a pair of powerful guilds. The town is also noted for its circus, whose reputation draws visitors from all ove r the world. - ===== Places in Darcap ===== - * [[Church]] - * [[Court House]] - * [[Darcap Circus]] - * [[Elemental Quest]] - * [[Pirate Warehouse]] - * [[Water Well]] - - ===== Places outside Darcap ===== - * [[Woodhouse]] - * [[Cave]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/darcap?rev=1157237368 New Revision: http://wiki.metalforge.net/doku.php/darcap -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:01:54 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:01:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: imperial_highway Message-ID: <1160938914.965871.27402.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:01 User : techolous Edit Summary: removed @@ -1,9 +1 @@ - ====== The Imperial Highway ====== - The proverbial "Yellow Brick Road" (nicknamed because the durable yellow clay used to make the bricks) which strings its way across the Main conti nent of BigWorld, the Imperial Highway was created during the time of the Empire and is a lasting legacy of a more peaceful time. Travel along the I mperial Highway is still reasonable safe as the road is maintained and the re are inns and shops along this road. - - Towns connected by the highway are: - * [[Santo Dominion]] - * [[Scorn]] - * [[Navar]] - * [[Darcap]] (Also known as Dtabb) IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/imperial_highway?rev=1 150055958 New Revision: http://wiki.metalforge.net/doku.php/imperial_highway -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:03:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:03:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:highway Message-ID: <1160938999.074101.27405.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:03 User : techolous Edit Summary: created ====== The Imperial Highway ====== The proverbial "Yellow Brick Road" (nicknamed because the durable yellow c lay used to make the bricks) which strings its way across the Main contine nt of BigWorld, the Imperial Highway was created during the time of the Em pire and is a lasting legacy of a more peaceful time. Travel along the Imp erial Highway is still reasonable safe as the road is maintained and there are inns and shops along this road. Towns connected by the highway are: * [[world:santodominion|Santo Dominion]] * [[world:Scorn]] * [[world:Navar]] * [[world:Darcap]] (Also known as Dtabb) IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:highway -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:04:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:04:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160939053.267578.27408.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:04 User : techolous Edit Summary: change more links @@ -5,15 +5,15 @@ These are various guides to help people find their way around the world. * [[Beginer's Atlas]] * [[world:Wilderness]] - * [[Imperial Highway]] (a.k.a. the Yellow Brick Road) + * [[world:highway|Imperial Highway]] (a.k.a. the Yellow Brick Road) * [[Scorn]] * [[Navar]] - * [[Darcap]] + * [[world:Darcap]] * [[world:Wolfsburg]] * [[world:Pupland]] - * [[Santo Dominion]] + * [[world:santodominion|Santo Dominion]] ==== Store Guide ==== * [[Store Guide]] (the best stores for buying and selling) IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160937527 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 Sun Oct 15 14:05:44 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:05:44 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: euthville Message-ID: <1160939144.621961.27417.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:05 User : techolous Edit Summary: @@ -1,6 +1,5 @@ - ====== Euthville ====== - The Ruins of Euthville can be found just off the [[Imperial Highway]] no rth of [[Scorn]]. + ===== Present Day ===== FIXME Make something up, have to base it on the maps. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/euthville?rev=11527580 77 New Revision: http://wiki.metalforge.net/doku.php/euthville -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:07:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:07:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: euthville Message-ID: <1160939239.365329.27420.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:07 User : techolous Edit Summary: removed @@ -1,54 +1 @@ - - ===== Present Day ===== - FIXME Make something up, have to base it on the maps. - - ===== The Origins of the City ===== - The Codex Skudensis tells that Euthville was founded by the Euthanasia t he Builder, hence its name. - - ===== Past and Destruction ===== - (copy paste from IRC, Lauwenmarks story. Put here by Mithzi) - - Ah, Euthville - "City of the Pearl", in Old Hemdalite, has indeed a rat her sad story!! - - If you went there about half a millenia ago, you'd have seen something v ery different than the field of haunted ruins it has since become. It was initially founded by a handful of industrious, clever dwarves, that had f ound a mystical way to locate fields of precious Karitta, the famous metal that is as transparent as a pearl of the North Sea, yet as strong as the best irons of Navar. - - And thus, they found at the location of Euthville a lot of that raw meta l, which quickly made the city one of the richest of all. And for a long t ime, it stayed so. The inhabitants of Euthville weren't interested by war, work, or anything else too tiresome - they preffered to pay somebody else to do all of this. And with the advanced technical knowledge bring by the dwarves, working was less and less an issue for them. - - Yet yhey were facing a problem. All their devices, all their machineries , all their tricks to cheat with nature required energy. Lots of energy. T hey relied first on the strength of horses and donkeys, but it wasn't enou gh. Then, they tamed the dangerous Wyverns of Kal-Durandasi, so that the h ot lizards would provide them with the full force of their steamy breath. But soon, it wasn't enough. They also used the hidden power provided by th e Faeries of the Tarniska river, building a dam, so that they could put th e invisible horses of water that the sylphids are rumored to breed in use. - - But even so, their hunger for power wasn't satisfied, and became an incr easing nuisance for them. So, the Commander of Euthville (which was, more or less, the equivalent to our King at Scorn), finally decided to send mes sengers across the whole Continent, calling the world for a challenge. Who ever would be able to fullfill the needs of Euthvillians of energy would b ecome the new Commander, thus the ruler of the richest city ever built sin ce Khelens. - - Many answered the call, of course, and many failed. Wind, Sun, Stars, ev en dwarven beer were proposed, but nothing seemed to be enough. For years, wizards tried. And failed. - - And then came a boy. He wasn't a wizard, nor pretended to be one. He was young, but the story didn't kept the record of his name, and some now thi nk it is because he was damned. Who knows? The Boy sat in the middle of th e city, playing with his flute, laughing whenever he saw one of the demons trations the powerful wizards and engineers failing again and again. - - After several days, the Commander noticed the Boy, and said: "who are yo u to laugh, you, who has only a flute ?" "I have only a flute for sure - b ut there's more in my simple pipe than in those legions of wizards." "Real ly ?" said the Commander, half-laughing, half-curious, "so you think you c an solve my challenge ?" - - The Boy smiled. "Not only I can, but I shall - and my price will be quit e acceptable to give you the energy you need." "And that would be...?" - " A new pipe." came the reply "That one is becoming old." "Agree, you have y our chance." - - The Boy then started to play an amused melody. It sounded like an invita tion to a great feast, the opening of a meeting where everybody was invite d. And then came from earth itself sounds of steps, climbing from the dept h. The fountain that stood in the middle of the place crumbled, leaving a great hole from which flames emerged. But the fire seemed to dance at the rythm of the music itself. - - The Boy then said to the Commander: "As long as you keep playing for the Demons there, at least 23 hours each day, you'll get them to make whateve r you need." And he gave them the score, took a brand new silver flute, an d left, and never was seen again at Euthville. - - At first, things seemed fine, and the Commander couldn't believe his luc k, as a pipe was a feeble price to pay for such a powerful recipe of prosp erity. Who wouldn't want to tame the Demons themselves? Quickly, though, i t appeared obvious that, for enough demons to be there, that music needed to be played rather loudly. And if, at first, it sounded entertaining, joy ous, and funny, it quickly grew on the nerves of many. And especially beca use it was played 23 hours a day. - - Finally, the Commander decided that the city couldn't stand this anymore , and ordered that the Demons had to be attracted faraway from the city. O n this fateful day, a whole fanfare left the city, hoping that the demons would follow, attracted by the music. - - And so, they did. One after another, they climbed out of Earth itself, a nd walked in the direction of the music, obviously unaware of the hundreds of buildings they were crushing by their giant footsteps, and the thousan ds of inhabitants that they toasted with their dark fire. Seeing that, eve n the bravest ones went mad, and ran for their lives, leaving pipes, clavi celles and harpsichords fall on the ground. - - The rest of the story is easy to understand: Demons, free from the magic al music that enslaved them, crushed what remained of the city, in a blood y fest that they will forever keep in their twisted memories. - - The Commander went mad, of course, and it is said that his madness was s o strong that his mind was unable to understand that he was dead. If you s earch enough in the ruins of Euthville, you'll probably encounter his ghos t, as well as those of the many who perished for having believed that mort als could enslave the hell. Some demons stayed there, obviously enjoying t he area and its newborn ashes that smelled fresh blood and carnage. Euthvi lle is now, of course, a dangerous, deserted place, and the richesses that are still sleeping below the ruins of its former palaces are now guarded by powerful entities of the 9th Circle. - - Many said that, if the Enchanted Music could be found, it would open the gates of many treasures, but because none of the former Euthvillians surv ived, and because nobody knows where the Boy went afterwards, those gates are still closed. I've heard that the School of Daemonology was precisely founded to rediscover that spell. But who am I to claim this to be true ? I'm only a man of the past that tells stories before a fire, and the fire is dying, and so has my tale reached the end. - - ==== Misc ==== - - == the Kiritani Pass == - The "Kiritani Pass" is the part of the map you can see on world_104_114, between the two random caves and the forest full of hidden stuff. Nowaday s, it is marsh and beach, but centuries ago, it was a passage for boats sa iling from and to Euthville. - - == Sannistra == - Shortly summarized, the Sannista is a legendary flying boat that was pow ered by the reaction of a fire and a water elemental. It was built by the tenth Commander of Euthville, Farkennis, has a gift for the 18th Birthday of his daughter, Sannista. That's the boat that was stolen by Fax when he fled from Euthville, and that he used to get to Khelens. Giusitta the Verb ous then sailed it back to the Continent, and hid it "somewhere in the mou ntains of Euth". - - So I *guess* she would have put it there, although I'm not *sure*. Many people thought the story was speaking about the mountains just east of the ruined city, but now that I've discovered those two caves, I'd rather bet on them - it seems more logical. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/euthville?rev=11609391 44 New Revision: http://wiki.metalforge.net/doku.php/euthville -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:08:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:08:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:euthville Message-ID: <1160939293.714807.27423.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:08 User : techolous Edit Summary: created ====== Euthville ====== The Ruins of Euthville can be found just off the [[world:highway|Imperial Highway]] north of [[world:Scorn]]. ===== Present Day ===== FIXME Make something up, have to base it on the maps. ===== The Origins of the City ===== The Codex Skudensis tells that Euthville was founded by the Euthanasia the Builder, hence its name. ===== Past and Destruction ===== (copy paste from IRC, Lauwenmarks story. Put here by Mithzi) Ah, Euthville - "City of the Pearl", in Old Hemdalite, has indeed a rathe r sad story!! If you went there about half a millenia ago, you'd have seen something ver y different than the field of haunted ruins it has since become. It was i nitially founded by a handful of industrious, clever dwarves, that had fou nd a mystical way to locate fields of precious Karitta, the famous metal t hat is as transparent as a pearl of the North Sea, yet as strong as the be st irons of Navar. And thus, they found at the location of Euthville a lot of that raw metal, which quickly made the city one of the richest of all. And for a long tim e, it stayed so. The inhabitants of Euthville weren't interested by war, w ork, or anything else too tiresome - they preffered to pay somebody else t o do all of this. And with the advanced technical knowledge bring by the d warves, working was less and less an issue for them. Yet yhey were facing a problem. All their devices, all their machineries, all their tricks to cheat with nature required energy. Lots of energy. The y relied first on the strength of horses and donkeys, but it wasn't enough . Then, they tamed the dangerous Wyverns of Kal-Durandasi, so that the hot lizards would provide them with the full force of their steamy breath. Bu t soon, it wasn't enough. They also used the hidden power provided by the Faeries of the Tarniska river, building a dam, so that they could put the invisible horses of water that the sylphids are rumored to breed in use. But even so, their hunger for power wasn't satisfied, and became an increa sing nuisance for them. So, the Commander of Euthville (which was, more or less, the equivalent to our King at Scorn), finally decided to send messe ngers across the whole Continent, calling the world for a challenge. Whoev er would be able to fullfill the needs of Euthvillians of energy would bec ome the new Commander, thus the ruler of the richest city ever built since Khelens. Many answered the call, of course, and many failed. Wind, Sun, Stars, even dwarven beer were proposed, but nothing seemed to be enough. For years, w izards tried. And failed. And then came a boy. He wasn't a wizard, nor pretended to be one. He was y oung, but the story didn't kept the record of his name, and some now think it is because he was damned. Who knows? The Boy sat in the middle of the city, playing with his flute, laughing whenever he saw one of the demonstr ations the powerful wizards and engineers failing again and again. After several days, the Commander noticed the Boy, and said: "who are you to laugh, you, who has only a flute ?" "I have only a flute for sure - but there's more in my simple pipe than in those legions of wizards." "Really ?" said the Commander, half-laughing, half-curious, "so you think you can solve my challenge ?" The Boy smiled. "Not only I can, but I shall - and my price will be quite acceptable to give you the energy you need." "And that would be...?" - "A new pipe." came the reply "That one is becoming old." "Agree, you have you r chance." The Boy then started to play an amused melody. It sounded like an invitati on to a great feast, the opening of a meeting where everybody was invited. And then came from earth itself sounds of steps, climbing from the depth. The fountain that stood in the middle of the place crumbled, leaving a g reat hole from which flames emerged. But the fire seemed to dance at the r ythm of the music itself. The Boy then said to the Commander: "As long as you keep playing for the D emons there, at least 23 hours each day, you'll get them to make whatever you need." And he gave them the score, took a brand new silver flute, and left, and never was seen again at Euthville. At first, things seemed fine, and the Commander couldn't believe his luck, as a pipe was a feeble price to pay for such a powerful recipe of prosper ity. Who wouldn't want to tame the Demons themselves? Quickly, though, it appeared obvious that, for enough demons to be there, that music needed to be played rather loudly. And if, at first, it sounded entertaining, joyou s, and funny, it quickly grew on the nerves of many. And especially becaus e it was played 23 hours a day. Finally, the Commander decided that the city couldn't stand this anymore, and ordered that the Demons had to be attracted faraway from the city. On this fateful day, a whole fanfare left the city, hoping that the demons wo uld follow, attracted by the music. And so, they did. One after another, they climbed out of Earth itself, and walked in the direction of the music, obviously unaware of the hundreds o f buildings they were crushing by their giant footsteps, and the thousands of inhabitants that they toasted with their dark fire. Seeing that, even the bravest ones went mad, and ran for their lives, leaving pipes, clavice lles and harpsichords fall on the ground. The rest of the story is easy to understand: Demons, free from the magical music that enslaved them, crushed what remained of the city, in a bloody fest that they will forever keep in their twisted memories. The Commander went mad, of course, and it is said that his madness was so strong that his mind was unable to understand that he was dead. If you sea rch enough in the ruins of Euthville, you'll probably encounter his ghost, as well as those of the many who perished for having believed that mortal s could enslave the hell. Some demons stayed there, obviously enjoying the area and its newborn ashes that smelled fresh blood and carnage. Euthvill e is now, of course, a dangerous, deserted place, and the richesses that a re still sleeping below the ruins of its former palaces are now guarded by powerful entities of the 9th Circle. Many said that, if the Enchanted Music could be found, it would open the g ates of many treasures, but because none of the former Euthvillians surviv ed, and because nobody knows where the Boy went afterwards, those gates ar e still closed. I've heard that the School of Daemonology was precisely fo unded to rediscover that spell. But who am I to claim this to be true ? I' m only a man of the past that tells stories before a fire, and the fire is dying, and so has my tale reached the end. ==== Misc ==== == the Kiritani Pass == The "Kiritani Pass" is the part of the map you can see on world_104_114, b etween the two random caves and the forest full of hidden stuff. Nowadays, it is marsh and beach, but centuries ago, it was a passage for boats sail ing from and to Euthville. == Sannistra == Shortly summarized, the Sannista is a legendary flying boat that was power ed by the reaction of a fire and a water elemental. It was built by the te nth Commander of Euthville, Farkennis, has a gift for the 18th Birthday of his daughter, Sannista. That's the boat that was stolen by Fax when he fl ed from Euthville, and that he used to get to Khelens. Giusitta the Verbou s then sailed it back to the Continent, and hid it "somewhere in the mount ains of Euth". So I *guess* she would have put it there, although I'm not *sure*. Many pe ople thought the story was speaking about the mountains just east of the r uined city, but now that I've discovered those two caves, I'd rather bet o n them - it seems more logical. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:euthville -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:10:23 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:10:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160939423.956092.27441.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:10 User : techolous Edit Summary: @@ -69,9 +69,9 @@ * The tower of [[Melficef]] the Red explodes. ==== Eighth Millenia EK ==== == 8009 EK == - * [[:Euthville]] is destroyed. + * [[world:Euthville]] is destroyed. ===== Crossfire Lore ===== * http://wiki.metalforge.net/doku.php/lore IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160206480 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:11:10 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:11:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: navar Message-ID: <1160939470.140133.27444.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:11 User : techolous Edit Summary: removed @@ -1,2 +1 @@ - ====== The Kingdom of Navar ====== - Straddling the corner of the Imperial highway as it turns North near the Eastern border of the known world, and surrounded by dangerous territory, Navar is an unlikely site for one of the world's grandest cities. Yet the re it stands, dominating the skyline for miles around and showing the same bustling activity expected of any thriving market town. + IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/navar?rev=1130602859 New Revision: http://wiki.metalforge.net/doku.php/navar -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:11:39 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:11:39 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:navar Message-ID: <1160939499.766677.27447.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:11 User : techolous Edit Summary: created ====== The Kingdom of Navar ====== Straddling the corner of the Imperial highway as it turns North near the E astern border of the known world, and surrounded by dangerous territory, N avar is an unlikely site for one of the world's grandest cities. Yet there it stands, dominating the skyline for miles around and showing the same b ustling activity expected of any thriving market town. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:navar -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:12:27 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:12:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: fox_lady Message-ID: <1160939547.129148.27450.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:12 User : techolous Edit Summary: @@ -1,3 +1,3 @@ The **Fox Lady, Mother of All Things** is the deity [[Fendrakis]] follow . The Fox Lady is roughly equivalent to the human Ga?a in its attribu tes and functions. Fundamental spirit of life and nature, the Fox Lady emb odies the "generous" side of nature. The most common representation of her is a young Fendraki mother with green fur, a mouse or a squirrel on her s houlder, offering a honey waffle. - The Fox Lady doesn't appear to have followers outside the Fendrakis peop le, and has no temple in [[Scorn]] or [[Navar]]. + The Fox Lady doesn't appear to have followers outside the Fendrakis peop le, and has no temple in [[world:Scorn]] or [[world:Navar]]. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/fox_lady?rev=115290019 2 New Revision: http://wiki.metalforge.net/doku.php/fox_lady -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:13:06 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:13:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: khelens Message-ID: <1160939586.560256.27453.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:13 User : techolous Edit Summary: @@ -1,4 +1,4 @@ - **Khelens** is the name of both a city and an Empire, that once ruled th e world. The cities of [[Scorn]] and [[Navar]] were initially colonies of the Empire of Khelens. + **Khelens** is the name of both a city and an Empire, that once ruled th e world. The cities of [[world:Scorn]] and [[world:Navar]] were initially colonies of the Empire of Khelens. The fate of Khelens is currently unknown. According to the last known hi storical records, a political crisis shattered the very foundations of the Empire 5000 years ago, creating a civil war that ended by the independenc e of Scorn and the other colonies from it. Since that time, no imperial sh ip ever sailed back to Scorn, and the location of Khelens is now forgotten . IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/khelens?rev=1152894058 New Revision: http://wiki.metalforge.net/doku.php/khelens -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:13:42 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:13:42 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: training_centers Message-ID: <1160939622.501324.27456.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:13 User : techolous Edit Summary: @@ -13,10 +13,10 @@ To enter you need: a Demonbane, a Belzebub's sword, and a Firebrand. There are two minor training centers, that require no entrance fee. How ever there is a limit on the amount of time one may spend in them. - * Goblin & Zombie - Located south of [[Scorn]] - * Skeleton & Ogre - Located somewhere around [[Navar]] + * Goblin & Zombie - Located south of [[world:Scorn]] + * Skeleton & Ogre - Located somewhere around [[world:Navar]] ===== Locations ===== These are the locations to the entrances of the Training Centers. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/training_centers?rev=1 157995978 New Revision: http://wiki.metalforge.net/doku.php/training_centers -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:22:22 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:22:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: lake_country Message-ID: <1160940142.176455.27473.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:22 User : techolous Edit Summary: @@ -1,3 +1,3 @@ ====== Lake Country ====== - Lake Country originaly was where the [[elves]] who where exiled from the north by the kings of [[Scorn]]. They named the area [[Vkovzerov]]. + Lake Country originaly was where the [[elves]] who where exiled from the north by the kings of [[world:Scorn]]. They named the area [[Vkovzerov]] . IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/lake_country?rev=11547 19365 New Revision: http://wiki.metalforge.net/doku.php/lake_country -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:28:05 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:28:05 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: scorn:old_city Message-ID: <1160940485.987798.27482.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:28 User : techolous Edit Summary: @@ -1,8 +1,8 @@ ====== The Old City of Scorn ====== - It is said that [[:Scorn]], as we currently know it, was built on an old er version of itself, now buried underground. + It is said that [[world:Scorn]], as we currently know it, was built on a n older version of itself, now buried underground. When the colony of Skorn was founded by [[:Skud]], the whole west was in fested by dragons and wyverns. The imperial armies successfully fought the monsters, pushing them back on the other side of the mountains, and kept a vigilant guard to ensure that the huge monsters wouldn't sneak in and at tack their settlements. But there are always men who think they're smarter than everybody else. [[:Enteranni the Red]] was one of those men. Trying to take control of Sco rn for himself, he decided to unleash a couple dragons against the city, a fter which he'd banish them and be seen as a savior. But so blind and thir sty of power he had become that dragons easily tricked him. His plan faile d, and the flame of the dragonbreath destroyed Scorn (More details [[:back story_development|here]]). When dragon were finally vainquished, Scorn was rebuilt on top of its ow n ruins. The Old City of Scorn is now a dark, forgotten maze of crypts and halls infested by vermin of all sorts. Rumors say that some treasures fro m the glorious past of the city still sleep there, waiting to be found. Wh o knows ? Maybe it is true, after all. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/scorn:old_city?rev=115 4156652 New Revision: http://wiki.metalforge.net/doku.php/scorn:old_city -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:30:32 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:30:32 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160940632.264832.27494.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:30 User : techolous Edit Summary: another link @@ -6,9 +6,9 @@ When you start playing Crossfire, you have the choice of initially start ing in either [[world:Scorn]] or [[world:Navar]]. [[world:Scorn]] is the easiest for most players, and also is where most players hang out. You al so have the choice of a small tutorial, which I recommend if you haven't p layed the game before. First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:Imperial Highway]], also know as the "Yellow Brick Road"; links [[wor ld:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [[world:D arcap]], [[world:Lake Country]], and [[world:santodominion|Santo Dominion] ]; but we will get to those later. - If you picked [[:Scorn]], first head west (left), and go into "Beginner' s 1" for an other quick tutorial relating to combat. And finally enter "B eginner's 2" for a tutorial about staying alive. + If you picked [[world:Scorn]], first head west (left), and go into "Begi nner's 1" for an other quick tutorial relating to combat. And finally ent er "Beginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== Now you may want to know what you can do around [[world:Scorn]] and how to get to other places. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 60938664 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:29:42 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:29:42 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: imperial_myths Message-ID: <1160940582.917576.27485.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:29 User : techolous Edit Summary: @@ -9,9 +9,9 @@ ===The Foundation of Scorn=== Few archives remain from the times when Scorn was founded. The city is p robably the oldest of the whole known world. Before Fido, before the Old E mpire, maybe even before gods, Scorn was already there. - It is usually said that Scorn was founded by [[skud|Skud the Great]]. Ma ny legends are telling about Skud, the half-mythical hero. How he captured the first dragons. How he fought unknown monsters in the East. How he bui lt [[Scorn]] and the First Inn. Some priests even postulated that Skud was in fact a Builder. Skud created the First Inn because he wanted to sleep inside a house, without the risk of being attacked by monsters during the night. He left the Holy Guestbook, one of the oldest relics of Crossfire, where he and his fellow friends wrote their names. Skud disappeared long b efore the Old Empire came, and nowadays only the Builders can probably rem ember him. + It is usually said that Scorn was founded by [[skud|Skud the Great]]. Ma ny legends are telling about Skud, the half-mythical hero. How he captured the first dragons. How he fought unknown monsters in the East. How he bui lt [[world:Scorn]] and the First Inn. Some priests even postulated that Sk ud was in fact a Builder. Skud created the First Inn because he wanted to sleep inside a house, without the risk of being attacked by monsters durin g the night. He left the Holy Guestbook, one of the oldest relics of Cross fire, where he and his fellow friends wrote their names. Skud disappeared long before the Old Empire came, and nowadays only the Builders can probab ly remember him. Recent researches show that, although he greatly contributed to the popu larity of the city, Skud didn't found it: it was in fact created by Tabb the Dark, a Builder that left very little information about him behind. Ac cording to the Codex Skudensis that was discovered in the depths of the Ol d City, "Scorn" would have been the real name of Tabb the Dark. ===The Coming of Color=== @@ -19,7 +19,7 @@ It is said that centuries before the foundation of the Old Empire, the w orld was colorless and sad. Aware of that problem, the Builders decided to bring color in the life of the Crossfire people. They called the massive powers of Xepemes, The Source Of All Colors, on the universe. The magical burst slowly covered the world with colors, but some elements resisted for a long time. Prophets of the Old Empire announced that, although victorio us, the force of Xepemes wouldn't stay forever: one day, it would eventual ly fade away against a more powerful magical force, the mysterious Pegemes (Peengees?). This happened - but much after the fall of the Empire. ===The Bigworld=== - The old world was small and it consisted of many pieces. Scorn, Navar, B rittany and Santo Dominion were in one large piece. Darcap and the Hill Vi llage were in another smaller one. Lake Country was in yet another. Puplan d was still another. The world was not whole, and the builders saw that th is was wrong. They began the quest to unite the world and established the [[Bigworld]]. As the builders united the world they saw that it was much t oo small and began to make it larger. They raised up the Great Mountains a round Brest and they caused the Great Forest to grow. As the time passed, Navar grew to become a great Kingdom and the builders decided that it was a good city for players to call home and they gave the Heroes a choice to serve Scorn or Navar. Nevertheless, Pupland is still not part of this new world, but the builders wish to add it to the west of Scorn. + The old world was small and it consisted of many pieces. [[world:Scorn]] , [[world:Navar]], [[world:Brittany]] and [[world:santodominion|Santo Domi nion]] were in one large piece. [[world:Darcap]] and the Hill Village were in another smaller one. [[world:Lake Country]] was in yet another. [[worl d:Pupland]] was still another. The world was not whole, and the builders s aw that this was wrong. They began the quest to unite the world and establ ished the [[Bigworld]]. As the builders united the world they saw that it was much too small and began to make it larger. They raised up the Great M ountains around [[world:brittany:Brest]] and they caused the Great Forest to grow. As the time passed, [[world:Navar]] grew to become a great Kingdo m and the builders decided that it was a good city for players to call hom e and they gave the Heroes a choice to serve Scorn or Navar. Nevertheless, [[world:Pupland]] is still not part of this new world, but the builders w ish to add it to the west of [[world:Scorn]]. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/imperial_myths?rev=115 2875744 New Revision: http://wiki.metalforge.net/doku.php/imperial_myths -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:31:25 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:31:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: backstory_development Message-ID: <1160940685.672636.27497.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:31 User : techolous Edit Summary: @@ -1,6 +1,6 @@ ==Scorn and the oldcity== - [[Scorn]] was founded in 435EK, when the expedition of [[Skud]] reached the shores of the Great Continent. It is said that he first pitched his te nt on the spot where the inn now stands. + [[world:Scorn]] was founded in 435EK, when the expedition of [[Skud]] re ached the shores of the Great Continent. It is said that he first pitched his tent on the spot where the inn now stands. After that, "Skorn" ("The City of Skud") became the first Imperial Colon y on the Great Continent, and the seat of power for the whole of the West. What we know of today as Scorn Castle is in fact the upper part of the G reat Tower of Watch that was built during that time. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/backstory_development?re v=1153688152 New Revision: http://wiki.metalforge.net/doku.php/backstory_development -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:32:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:32:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: history_of_crossfire Message-ID: <1160940739.405366.27500.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:32 User : techolous Edit Summary: @@ -21,9 +21,9 @@ * The //Story of the Fourth Mariner// is written by an unknown author. ==== 400-500 EK ==== == 435 EK == - * Colony of Skorn Founded. It would eventualy become the city of [[Sc orn]]. + * Colony of Skorn Founded. It would eventualy become the city of [[wo rld:Scorn]]. ==== 600-700 EK ==== == 711 EK == * The outpost of Heaven's Gate is founded. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire?rev =1160939423 New Revision: http://wiki.metalforge.net/doku.php/history_of_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:34:59 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:34:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:scorn Message-ID: <1160940899.729315.27509.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:34 User : techolous Edit Summary: @@ -10,9 +10,9 @@ In the countryside surrounding Scorn, there are also a large number of m aps hidden in the hills that give the player a chance to explore, but to s till stay in Scorn. ===== History ===== - **435EK**: The colony of Skorn was founded by [[skud|Skud the Great]], w hen his expedition reached the shores of the continent. It is said that h e first pitched his tent on the site where the inn now stands. + **435EK**: The colony of Skorn was founded by [[:skud|Skud the Great]], when his expedition reached the shores of the continent. It is said that he first pitched his tent on the site where the inn now stands. **1064-1135EK**: The war against the Dragons. Scorn is destroyed. Most o f its inhabitants flee to the south. After 1115EK, the city is progressive ly rebuilt on top of the now buried ruins nowadays known as the [[scorn:ol d_city|Old City]]. **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn . Contacts with Khelens are now broken. Scorn becomes an independent kingd om. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:scorn?rev=116094 0864 New Revision: http://wiki.metalforge.net/doku.php/world:scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:34:24 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:34:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:scorn Message-ID: <1160940864.703475.27506.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:34 User : techolous Edit Summary: created ====== The Kingdom of Scorn ====== Nestled snugly in a sheltered bay at the west of the Imperial Highway, Sco rn is a safe and welcoming place for those who pass by. Once a great mili tary force whose power affected the entire world, its influence has since waned, the castle in the centre of town now serving a mostly ceremonial pu rpose. Nonetheless by virtue of its position on the Imperial highway the city has maintained its importance as a stopping off point for travellers between the other major cities and it is an attractive location for trade and commerce in its own right. This combined with the sheltered harbour a nd key shipping lines, ensures that Scorn remains a key crossroads bustlin g with activity, long after its former military dominence has diminished. ===== Overview ===== Scorn is a great starting map for newer players and/or charaters, and even mid level characters. In the southern section, there are several maps sui table for lower level players, such as the Beginners Areas 1 and 2. In the south eastern corner there is a tower with progressivley harder monsters, good for leveling ones weapons skills, and even spells that affect an med ium area. Scorn also has maps for characters up to levels 20, mainly the Old city qu est, which involves exploring extensive areas of underground Scorn and the Aminal Quarentine which introduces characters to many medium level monste rs. Also, in the docks to the north, there is transportation to Pupland, a n ancient lost island, whose quests all interconnect into larger ones. Also for very high level characters, there is a quest to gain kingmanship of scorn, but it is very difficult, and will take a while to complete. A l evel 10 character should be able to complete the first 2 to 3 quests, but may need to level past 20 to finish it. In the countryside surrounding Scorn, there are also a large number of map s hidden in the hills that give the player a chance to explore, but to sti ll stay in Scorn. ===== History ===== **435EK**: The colony of Skorn was founded by [[skud|Skud the Great]], whe n his expedition reached the shores of the continent. It is said that he first pitched his tent on the site where the inn now stands. **1064-1135EK**: The war against the Dragons. Scorn is destroyed. Most of its inhabitants flee to the south. After 1115EK, the city is progressively rebuilt on top of the now buried ruins nowadays known as the [[scorn:old_ city|Old City]]. **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn. Contacts with Khelens are now broken. Scorn becomes an independent kingdom . ===== Places in Scorn ===== * [[scorn:Arena]] * [[scorn:Old City]] * [[scorn:Easy House]] IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:33:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:33:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: scorn Message-ID: <1160940793.152202.27503.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:33 User : techolous Edit Summary: removed @@ -1,23 +1 @@ - ====== The Kingdom of Scorn ====== - Nestled snugly in a sheltered bay at the west of the Imperial Highway, S corn is a safe and welcoming place for those who pass by. Once a great mi litary force whose power affected the entire world, its influence has sinc e waned, the castle in the centre of town now serving a mostly ceremonial purpose. Nonetheless by virtue of its position on the Imperial highway th e city has maintained its importance as a stopping off point for traveller s between the other major cities and it is an attractive location for trad e and commerce in its own right. This combined with the sheltered harbour and key shipping lines, ensures that Scorn remains a key crossroads bustl ing with activity, long after its former military dominence has diminished . - ===== Overview ===== - Scorn is a great starting map for newer players and/or charaters, and ev en mid level characters. In the southern section, there are several maps s uitable for lower level players, such as the Beginners Areas 1 and 2. In t he south eastern corner there is a tower with progressivley harder monster s, good for leveling ones weapons skills, and even spells that affect an m edium area. - - Scorn also has maps for characters up to levels 20, mainly the Old city quest, which involves exploring extensive areas of underground Scorn and t he Aminal Quarentine which introduces characters to many medium level mons ters. Also, in the docks to the north, there is transportation to Pupland, an ancient lost island, whose quests all interconnect into larger ones. - - Also for very high level characters, there is a quest to gain kingmanshi p of scorn, but it is very difficult, and will take a while to complete. A level 10 character should be able to complete the first 2 to 3 quests, bu t may need to level past 20 to finish it. - - In the countryside surrounding Scorn, there are also a large number of m aps hidden in the hills that give the player a chance to explore, but to s till stay in Scorn. - - ===== History ===== - **435EK**: The colony of Skorn was founded by [[skud|Skud the Great]], w hen his expedition reached the shores of the continent. It is said that h e first pitched his tent on the site where the inn now stands. - - **1064-1135EK**: The war against the Dragons. Scorn is destroyed. Most o f its inhabitants flee to the south. After 1115EK, the city is progressive ly rebuilt on top of the now buried ruins nowadays known as the [[scorn:ol d_city|Old City]]. - - **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn . Contacts with Khelens are now broken. Scorn becomes an independent kingd om. - - ===== Places in Scorn ===== - * [[scorn:Arena]] - * [[scorn:Old City]] - * [[scorn:Easy House]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/scorn?rev=1156982680 New Revision: http://wiki.metalforge.net/doku.php/scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:35:27 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:35:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160940927.452679.27518.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:35 User : techolous Edit Summary: @@ -6,14 +6,16 @@ * [[Beginer's Atlas]] * [[world:Wilderness]] * [[world:highway|Imperial Highway]] (a.k.a. the Yellow Brick Road) - * [[Scorn]] - * [[Navar]] + * [[world:Scorn]] + * [[world:Navar]] * [[world:Darcap]] * [[world:Wolfsburg]] * [[world:Pupland]] * [[world:santodominion|Santo Dominion]] + * [[world:Euthville]] + * [[world:brittany]] - area that contains the city of [[world:brittany :Brest]] ==== Store Guide ==== * [[Store Guide]] (the best stores for buying and selling) IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160939052 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 Sun Oct 15 14:37:16 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:37:16 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: scorn:arena Message-ID: <1160941036.652548.27521.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:37 User : techolous Edit Summary: removed @@ -1,5 +1 @@ - ====== Scorn Arena ====== - A place to battle both friends, and foe. A 100 platinum coin fee must b e paid for the privilege to fight in the arena. It costs 20 platinum coin s for standard admision to watch a match, and 100 diamonds for a pass that allows access to the stands at any time. - ===== Map ===== - {{scorn:arenashot.jpg}} IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/scorn:arena?rev=114047 1061 New Revision: http://wiki.metalforge.net/doku.php/scorn:arena -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:40:54 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:40:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: scorn:old_city Message-ID: <1160941254.523258.27542.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:40 User : techolous Edit Summary: removed @@ -1,8 +1 @@ - ====== The Old City of Scorn ====== - It is said that [[world:Scorn]], as we currently know it, was built on a n older version of itself, now buried underground. - When the colony of Skorn was founded by [[:Skud]], the whole west was in fested by dragons and wyverns. The imperial armies successfully fought the monsters, pushing them back on the other side of the mountains, and kept a vigilant guard to ensure that the huge monsters wouldn't sneak in and at tack their settlements. - - But there are always men who think they're smarter than everybody else. [[:Enteranni the Red]] was one of those men. Trying to take control of Sco rn for himself, he decided to unleash a couple dragons against the city, a fter which he'd banish them and be seen as a savior. But so blind and thir sty of power he had become that dragons easily tricked him. His plan faile d, and the flame of the dragonbreath destroyed Scorn (More details [[:back story_development|here]]). - - When dragon were finally vainquished, Scorn was rebuilt on top of its ow n ruins. The Old City of Scorn is now a dark, forgotten maze of crypts and halls infested by vermin of all sorts. Rumors say that some treasures fro m the glorious past of the city still sleep there, waiting to be found. Wh o knows ? Maybe it is true, after all. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/scorn:old_city?rev=116 0940485 New Revision: http://wiki.metalforge.net/doku.php/scorn:old_city -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:39:14 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:39:14 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:scorn:scornarena Message-ID: <1160941154.219972.27533.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:39 User : techolous Edit Summary: created ====== Scorn Arena ====== A place to battle both friends, and foe. A 100 platinum coin fee must be paid for the privilege to fight in the arena. It costs 20 platinum coins for standard admision to watch a match, and 100 diamonds for a pass that a llows access to the stands at any time. ===== Map ===== {{scorn:arenashot.jpg}} IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:scorn:scornarena -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:42:24 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:42:24 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:news_paper Message-ID: <1160941344.612975.27548.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:42 User : techolous Edit Summary: @@ -1,12 +1,13 @@ [[https://sourceforge.net/tracker/index.php?func=detail&aid=1332701& group_id=13833&atid=363833|On Sourceforge.net Tracker]] + ====== In Game Newspaper ====== A in game newspaper that ties into events happening on a server would be nice. === Proposed Contents === * Interesting Player Deaths * Interesting [[dev_todo:auction house|Auctions]] - * [[scorn:Arena]] Results + * [[world:scorn:Arena]] Results * pull important project news from the metaserver or RSS feed? * DM notice area * DM quest results * Rule changes IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:news_paper?rev =1146339828 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:news_paper -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:41:47 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:41:47 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:scorn:scornoldcity Message-ID: <1160941307.970796.27545.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:41 User : techolous Edit Summary: created ====== The Old City of Scorn ====== It is said that [[world:Scorn]], as we currently know it, was built on an older version of itself, now buried underground. When the colony of Skorn was founded by [[:Skud]], the whole west was infe sted by dragons and wyverns. The imperial armies successfully fought the m onsters, pushing them back on the other side of the mountains, and kept a vigilant guard to ensure that the huge monsters wouldn't sneak in and atta ck their settlements. But there are always men who think they're smarter than everybody else. [[ :Enteranni the Red]] was one of those men. Trying to take control of Scorn for himself, he decided to unleash a couple dragons against the city, aft er which he'd banish them and be seen as a savior. But so blind and thirst y of power he had become that dragons easily tricked him. His plan failed, and the flame of the dragonbreath destroyed Scorn (More details [[:backst ory_development|here]]). When dragon were finally vainquished, Scorn was rebuilt on top of its own ruins. The Old City of Scorn is now a dark, forgotten maze of crypts and h alls infested by vermin of all sorts. Rumors say that some treasures from the glorious past of the city still sleep there, waiting to be found. Who knows ? Maybe it is true, after all. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:scorn:scornoldcity -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:43:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:43:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:news_paper Message-ID: <1160941399.078714.27551.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:43 User : techolous Edit Summary: @@ -5,9 +5,9 @@ === Proposed Contents === * Interesting Player Deaths * Interesting [[dev_todo:auction house|Auctions]] - * [[world:scorn:Arena]] Results + * [[world:scorn:scornarena|Arena]] Results * pull important project news from the metaserver or RSS feed? * DM notice area * DM quest results * Rule changes IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:news_paper?rev =1160941344 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:news_paper -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:48:23 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:48:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: beginer_s_atlas Message-ID: <1160941703.977610.27560.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:48 User : techolous Edit Summary: @@ -4,9 +4,9 @@ ===== Starting Out ===== When you start playing Crossfire, you have the choice of initially start ing in either [[world:Scorn]] or [[world:Navar]]. [[world:Scorn]] is the easiest for most players, and also is where most players hang out. You al so have the choice of a small tutorial, which I recommend if you haven't p layed the game before. - First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:Imperial Highway]], also know as the "Yellow Brick Road"; links [[wor ld:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [[world:D arcap]], [[world:Lake Country]], and [[world:santodominion|Santo Dominion] ]; but we will get to those later. + First, [[world:Scorn]] is located at the far west of the continent, whil e [[world:Navar]] is located to the far east. (however the [[world:weathe r]] system currently treats this differently ((Could be explained, by sayi ng that people in the world consider north and south to be based on magnet ic north and south, while weather goes by it's rotational axis))) The [[w orld:highway|Imperial Highway]], also know as the "Yellow Brick Road"; lin ks [[world:Scorn]], and [[world:Navar]], along with, [[world:Brittany]], [ [world:Darcap]], [[world:Lake Country]], and [[world:santodominion|Santo D ominion]]; but we will get to those later. If you picked [[world:Scorn]], first head west (left), and go into "Begi nner's 1" for an other quick tutorial relating to combat. And finally ent er "Beginner's 2" for a tutorial about staying alive. ===== Getting Oriented ===== @@ -15,23 +15,23 @@ ==== The City of Scorn ==== First starting with the city of [[world:Scorn]]: === Overview === - Scorn can be divided into the southern area, the northern area, and the [[scorn:port]]. [[scorn:castle|The Castle of Scorn]] marks the limit betw een the northern and southern parts of the city. The southern part of [[wo rld:Scorn]] is more suited to lower level players, while the northern area is better suited for slightly more intermediate-leveled players. The [[s corn:port]] is a bit more advanced, and has transportation to a few other places. I recommend that beginning players explore the southern area of [ [world:Scorn]] a bit to get a feel for the game. You have the possibility of helping some people and have a chance of earning rewards. + Scorn can be divided into the southern area, the northern area, and the [[world:scorn:port]]. [[world:scorn:castle|The Castle of Scorn]] marks th e limit between the northern and southern parts of the city. The southern part of [[world:Scorn]] is more suited to lower level players, while the n orthern area is better suited for slightly more intermediate-leveled playe rs. The [[scorn:port]] is a bit more advanced, and has transportation to a few other places. I recommend that beginning players explore the southe rn area of [[world:Scorn]] a bit to get a feel for the game. You have the possibility of helping some people and have a chance of earning rewards. === Scorn --- Southern Area === When starting out, i recommend that beginning players explore the southe rn area of [[world:Scorn]] first In the southern area of [[world:Scorn]], there is an [[world:scorn:inn]] which will accommodate anyone for no charge, but be prepared to share roo ms. Additionally, there is the general store, which buys and sells basic items. === Scorn --- Northern Area === - When you get oriented with the southern area, you may now want to head t o the northern part of [[world:Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each pla yer to their own area), the ground floor and the basement of the [[scorn:t rade market|Scorn Trade Market]](the 2nd floor is very dangerous), the sho ps, and the [[world:IPO]] (post office). Also in the northern area of [[w orld:Scorn]], there are two gatehouses. The north gatehouse leads to the [[scorn:port|port]], while the east gatehouse leads to the [[world:Imperia l Highway]]. + When you get oriented with the southern area, you may now want to head t o the northern part of [[world:Scorn]]. Be careful though, since you can easily get killed if you are not strong enough. Some safe places to visit would be the apartment buildings (one is shared, the other takes each pla yer to their own area), the ground floor and the basement of the [[world:s corn:trade market|Scorn Trade Market]](the 2nd floor is very dangerous), t he shops, and the [[world:scorn:IPO]] (post office). Also in the northern area of [[world:Scorn]], there are two gatehouses. The north gatehouse l eads to the [[world:scorn:port|port]], while the east gatehouse leads to t he [[world:highway|Imperial Highway]]. === Scorn --- Port === To get into the [[world:scorn:port]], you need to find the gate password (found somewhere in the city), or port pass (can be found in the city, or bought), or to become a hero of scorn. Once you have one of those, go th rough the northern gate. Here you can enter a few dungeons, or go to othe r cities. Additionally there is a shop that sells building supplies, but you can't use those unless you have access to a buildable area such as gui ld storage buildings, and some apartments ([[world:Scorn]]'s apartments no t included). The dragon in the west of the port, will take you to the [[w orld:Pupland]] terminal. If you go to [[world:Pupland]], it is usually a good idea to keep in mind that it can be considered to be one huge quest, with interlinked dungeons. ==== The Imperial Highway ==== - After you get to a high enough level and most of the dungeons around [[w orld:Scorn]] become easy, you may want to head to [[world:Navar]]. To get there from [[world:Scorn]], leave from the east gate, then follow the [[w orld:imperial highway|Yellow Brick Road]] east. + After you get to a high enough level and most of the dungeons around [[w orld:Scorn]] become easy, you may want to head to [[world:Navar]]. To get there from [[world:Scorn]], leave from the east gate, then follow the [[w orld:highway|Yellow Brick Road]] east. ==== Navar ==== [[world:Navar]] contains some quest for players who have passed the poin t where most dungeons in [[world:Scorn]] present a challenge to them. The re are places in which you can get you killed shortly after you enter them , if you are not careful. To start on the quests, you may want to talk to some of the people inside [[world:Navar]]'s city hall. To be continued, but feel free to contribute. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas?rev=11 60940632 New Revision: http://wiki.metalforge.net/doku.php/beginer_s_atlas -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:52:57 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:52:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: pirate_warehouse Message-ID: <1160941977.350179.27569.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:52 User : techolous Edit Summary: removed @@ -1,5 +1 @@ - TODO move to: darcap:pirate_warehouse - ====== Pirate Warehouse ====== - - The Pirate Warehouse contains pirates, some animals, and a few water ele mentals. A secure treasure room lies at the center. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/pirate_warehouse?rev=1 157411068 New Revision: http://wiki.metalforge.net/doku.php/pirate_warehouse -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:53:25 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:53:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:pirate_warehouse Message-ID: <1160942005.681266.27572.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:53 User : techolous Edit Summary: created ====== Pirate Warehouse ====== The Pirate Warehouse contains pirates, some animals, and a few water eleme ntals. A secure treasure room lies at the center. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:pirate_ware house -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:56:03 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:56:03 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: lake_country Message-ID: <1160942163.502726.27584.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:56 User : techolous Edit Summary: removed @@ -1,3 +1 @@ - ====== Lake Country ====== - Lake Country originaly was where the [[elves]] who where exiled from the north by the kings of [[world:Scorn]]. They named the area [[Vkovzerov]] . IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/lake_country?rev=11609 40141 New Revision: http://wiki.metalforge.net/doku.php/lake_country -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:56:43 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:56:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:lakecountry Message-ID: <1160942203.335686.27587.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:56 User : techolous Edit Summary: created ====== Lake Country ====== Lake Country originaly was where the [[:elves]] who where exiled from the north by the kings of [[world:Scorn]]. They named the area [[:Vkovzerov]] . IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:lakecountry -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:57:30 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:57:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: elemental_quest Message-ID: <1160942250.298448.27590.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:57 User : techolous Edit Summary: removed @@ -1,5 +1 @@ - TODO move to: darcap:elemental_quest - ====== Elemental Quest ====== - - The elemental quest consists of several smaller missions. The [[Water W ell]] south of the [[Court House]] would be a good place to start. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/elemental_quest?rev=11 57411207 New Revision: http://wiki.metalforge.net/doku.php/elemental_quest -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:55:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:55:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:darcap Message-ID: <1160942119.860209.27581.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:55 User : techolous Edit Summary: @@ -1,14 +1,14 @@ ====== The Sultanate of Darcap ====== Isolated from the rest of the region by an extensive mountain range to t he south, and possessing a massive natural harbour, Darcap is a small, but easily defensible town, dominated by a pair of powerful guilds. The town is also noted for its circus, whose reputation draws visitors from all ove r the world. ===== Places in Darcap ===== - * [[Church]] - * [[Court House]] - * [[Darcap Circus]] - * [[Elemental Quest]] - * [[Pirate Warehouse]] - * [[Water Well]] + * [[world:darcap:Church]] + * [[world:darcap:Court House]] + * [[world:darcap:darcapcircus|Darcap Circus]] + * [[world:darcap:Elemental Quest]] + * [[world:darcap:Pirate Warehouse]] + * [[world:darcap:Water Well]] ===== Places outside Darcap ===== - * [[Woodhouse]] - * [[Cave]] + * [[world:darcap:Woodhouse]] + * [[world:darcap:Cave]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:darcap?rev=11609 38801 New Revision: http://wiki.metalforge.net/doku.php/world:darcap -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:59:45 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:59:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: court_house Message-ID: <1160942385.932216.27596.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:59 User : techolous Edit Summary: removed @@ -1,2 +1 @@ - ====== Court House ====== - The Court House is part of the [[Elemental Quest]]. See the [[Water Wel l]] for more information. + IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/court_house?rev=115723 7026 New Revision: http://wiki.metalforge.net/doku.php/court_house -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 14:59:09 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 14:59:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:elemental_quest Message-ID: <1160942349.129535.27593.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 14:59 User : techolous Edit Summary: created ====== Elemental Quest ====== The elemental quest consists of several smaller missions. The [[Water Wel l]] south of the [[Court House]] would be a good place to start. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:elemental_q uest -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:00:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:00:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:court_house Message-ID: <1160942413.157937.27605.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:00 User : techolous Edit Summary: created ====== Court House ====== The Court House is part of the [[Elemental Quest]]. See the [[Water Well] ] for more information. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:court_house -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:02:03 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:02:03 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:church Message-ID: <1160942523.087883.27611.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:02 User : techolous Edit Summary: created ====== Church ====== This church belongs to the Devourers. The undead litter the grounds and a few priests worship at the alters. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:church -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:01:23 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:01:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: church Message-ID: <1160942483.469402.27608.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:01 User : techolous Edit Summary: removed @@ -1,5 +1 @@ - TODO move to: darcap:church - ====== Church ====== - - This church belongs to the Devourers. The undead litter the grounds and a few priests worship at the alters. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/church?rev=1157405708 New Revision: http://wiki.metalforge.net/doku.php/church -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:06:45 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:06:45 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: azumauindo Message-ID: <1160942805.916512.27620.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:06 User : techolous Edit Summary: removed @@ -1,14 +1 @@ - ====== Azumauindo ====== - A island in the far east of the world. With a long history of isolation from outside influences. The emperor may let some in on occasions. - - There are three cities on the island: Suno-yamatoshi, Ranbounagisatoshi, and Minatomachi. - - ===== Suno-yamatoshi ===== - - ===== Ranbounagisatoshi ===== - - ===== Minatomachi ===== - - - IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/azumauindo?rev=1146342 464 New Revision: http://wiki.metalforge.net/doku.php/azumauindo -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:10:31 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:10:31 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:azumauindo Message-ID: <1160943031.009061.27638.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:10 User : techolous Edit Summary: created ====== Azumauindo ====== A island in the far east of the world, with a long history of isolation fr om outside influences. However, the emperor may let outsiders in on rare occasions. There are three cities on the island: * [[world:azumauindo:Suno-yamatoshi]] - The largest of the three cities. * [[world:azumauindo:Ranbounagisatoshi]] * [[world:azumauindo:Minatomachi]] IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:azumauindo -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:11:26 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:11:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160943086.766297.27641.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:11 User : techolous Edit Summary: @@ -26,9 +26,9 @@ | [[http://dooler.woosworld.net/cf_map/view.php?X=106&Y=105|world_10 6_105]] | Island of the Witches | | Home of the [[Harelkirjan Sisters]] du ring the VIth Millenia EK. | ==== North East ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ - | around [[http://dooler.woosworld.net/cf_map/zoom.php?X=127&Y=100|w orld_128_101]] | [[Azumauindo]] | ? | A hard to reach island at the far NE of the continent | + | around [[http://dooler.woosworld.net/cf_map/zoom.php?X=127&Y=100|w orld_128_101]] | [[world:Azumauindo]] | ? | A hard to reach island at the far NE of the continent | ==== South West ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ | | Some Mountains | | A range of hazardous mountains surrounding the region of [[:Brittany]] | IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11602056 11 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:30:25 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:30:25 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160944225.281603.27673.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:30 User : techolous Edit Summary: linkify @@ -56,16 +56,16 @@ ===== Retconia (Pupland Continent) ===== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ - | | Old Pupland | Shiniese | Peninsula containing Lone Town | - | | New Pupland | Shiniese | Area around Castle Eureca | + | | Old Pupland | Shiniese | Peninsula containing [[world:pupland:Lone T own]] | + | | New Pupland | Shiniese | Area around [[world:pupland:Castle Eureca]] | | | Gulf of Pupland | Shiniese | Gulf between Old Pupland and Berg Count y | | | Berg County | Shiniese | Area east of the Gulf of Pupland, west of S hining Wall; contains Nurnberg | | | Kurtwood | Shiniese | Large forest in New Pupland | - | | Shining Wall | Shiniese | East border of the Shining Kingdom (not sh own in current maps) | + | | Shining Wall | Shiniese | East border of the [[world:Retconia:Shinin g Kingdom]] (not shown in current maps) | | | Fulgen Fields | Shiniese | Area south of Berg County and north of th e ocean (farmland mostly) | - | | Rainbow Islands | | Six islands south of Pupland | - | | Shining Kingdom | | Kingdom comprising all areas above | + | | [[world:Retconia:Rainbow Islands]] | | Six islands south of Pupland | + | | [[world:Retconia:Shining Kingdom]] | | Kingdom comprising all areas above | | | Pupland | Shiniese | Old Pupland, New Pupland and Gulf of Pupland | - | | Pupland | non-Shiniese | same as Shining Kingdom | - | | Retconia | Shiniese scholars | Continent of which the Shining Kingdo m is supposedly the westernmost tip | + | | Pupland | non-Shiniese | same as [[world:Retconia:Shining Kingdom]] | + | | [[world:Retconia]] | Shiniese scholars | Continent of which the [[wo rld:Retconia:Shining Kingdom]] is supposedly the westernmost tip | IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11609430 86 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:33:15 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:33:15 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: tortola_island Message-ID: <1160944395.226672.27676.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:33 User : techolous Edit Summary: removed @@ -1,3 +1 @@ - ====== Tortola Island ====== - A small island with many dangers. It is thought to have some connection s to piracy. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/tortola_island?rev=114 6341428 New Revision: http://wiki.metalforge.net/doku.php/tortola_island -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:33:43 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:33:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:tortola_island Message-ID: <1160944423.445776.27679.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:33 User : techolous Edit Summary: created ====== Tortola Island ====== A small island with many dangers. It is thought to have some connections to piracy. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:tortola_island -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:36:26 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:36:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: landforms Message-ID: <1160944586.527567.27688.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:36 User : techolous Edit Summary: @@ -30,12 +30,12 @@ | around [[http://dooler.woosworld.net/cf_map/zoom.php?X=127&Y=100|w orld_128_101]] | [[world:Azumauindo]] | ? | A hard to reach island at the far NE of the continent | ==== South West ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ - | | Some Mountains | | A range of hazardous mountains surrounding the region of [[:Brittany]] | - | [[http://dooler.woosworld.net/cf_map/zoom.php?X=107&Y=124|world_10 7_124]] | A Lake | | A lake to the south of the city of [[:Brest]] | - | | [[Dragon Island]] | | The island [[Stoneville]] is on | - | world_100_116 | [[Tortola Island]] | | A strange island (used in a qu est) | + | | Some Mountains | | A range of hazardous mountains surrounding the region of [[world:Brittany]] | + | [[http://dooler.woosworld.net/cf_map/zoom.php?X=107&Y=124|world_10 7_124]] | A Lake | | A lake to the south of the city of [[world:brittany: Brest]] | + | | [[world:Dragon Island]] | | The island [[world:Stoneville]] is on | + | world_100_116 | [[world:Tortola Island]] | | A strange island (used i n a quest) | ==== South East ==== ^ Map ^ Place Name ^ Used by (race/group) ^ Description ^ | [[http://dooler.woosworld.net/cf_map/view.php?X=128&Y=129|world_12 8_129]]| Antartica | | An island in the far south | IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/landforms?rev=11609442 24 New Revision: http://wiki.metalforge.net/doku.php/landforms -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:37:23 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:37:23 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: water_well Message-ID: <1160944643.985336.27691.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:37 User : techolous Edit Summary: removed @@ -1,4 +1 @@ - TODO move to: darcap:water_well - ====== Water Well ====== - The water well is the start of the [[Elemental Quest]]. Water loving cr eatures inhabit the well. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/water_well?rev=1157411 284 New Revision: http://wiki.metalforge.net/doku.php/water_well -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:37:59 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:37:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:water_well Message-ID: <1160944679.708197.27694.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:37 User : techolous Edit Summary: created ====== Water Well ====== The water well is the start of the [[Elemental Quest]]. Water loving crea tures inhabit the well. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:water_well -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:39:34 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:39:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: item_type_guide Message-ID: <1160944774.989259.27706.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:39 User : techolous Edit Summary: @@ -1,4 +1,6 @@ + FIXME complete everything + ====== Item Type and Attributes Guide ====== Some doccumentation on attributes of items, and their effects. ===== Generic Attributes ===== IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/item_type_guide?rev=11 51786209 New Revision: http://wiki.metalforge.net/doku.php/item_type_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:47:43 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:47:43 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: scorn:easy_house Message-ID: <1160945263.862940.27721.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:47 User : techolous Edit Summary: removed @@ -1,3 +1 @@ - ====== Easy House ====== - Easy House (Mr. & Mrs. G's) is located South of Patches House or West of Newbie Tower. Easy House consists of three maps. Kolbolds, Goblins, and Orcs infested the house. Some monsters have enhanced or special abilitie s. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/scorn:easy_house?rev=1 156984408 New Revision: http://wiki.metalforge.net/doku.php/scorn:easy_house -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:48:13 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:48:13 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:scorn:easy_house Message-ID: <1160945293.951309.27724.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:48 User : techolous Edit Summary: created ====== Easy House ====== Easy House (Mr. & Mrs. G's) is located South of Patches House or West of N ewbie Tower. Easy House consists of three maps. Kolbolds, Goblins, and O rcs infested the house. Some monsters have enhanced or special abilities. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:scorn:easy_house -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:48:34 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:48:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:scorn Message-ID: <1160945314.707033.27727.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:48 User : techolous Edit Summary: @@ -17,7 +17,7 @@ **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn . Contacts with Khelens are now broken. Scorn becomes an independent kingd om. ===== Places in Scorn ===== - * [[scorn:Arena]] - * [[scorn:Old City]] - * [[scorn:Easy House]] + * [[world:scorn:Arena]] + * [[world:scorn:Old City]] + * [[world:scorn:Easy House]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:scorn?rev=116094 0899 New Revision: http://wiki.metalforge.net/doku.php/world:scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:50:34 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:50:34 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:scorn Message-ID: <1160945434.000975.27736.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:50 User : techolous Edit Summary: @@ -17,7 +17,7 @@ **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn . Contacts with Khelens are now broken. Scorn becomes an independent kingd om. ===== Places in Scorn ===== - * [[world:scorn:Arena]] - * [[world:scorn:Old City]] + * [[world:scorn:scornarena|Arena]] + * [[world:scorn:scornoldcity|Old City]] * [[world:scorn:Easy House]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:scorn?rev=116094 5314 New Revision: http://wiki.metalforge.net/doku.php/world:scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:54:06 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:54:06 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:retconia Message-ID: <1160945646.711874.27739.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:54 User : techolous Edit Summary: created ====== The Continent of Retconia ====== //Note: "[[:Bigworld]]"ized pupland has not been commited to SVN yet.// Retonia is a continent It is most notable for [[world:retconia:Pupland]], the continent's largest kingdom. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:retconia -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:55:09 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:55:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:scorn Message-ID: <1160945709.691943.27748.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:55 User : techolous Edit Summary: @@ -12,12 +12,12 @@ ===== History ===== **435EK**: The colony of Skorn was founded by [[:skud|Skud the Great]], when his expedition reached the shores of the continent. It is said that he first pitched his tent on the site where the inn now stands. - **1064-1135EK**: The war against the Dragons. Scorn is destroyed. Most o f its inhabitants flee to the south. After 1115EK, the city is progressive ly rebuilt on top of the now buried ruins nowadays known as the [[scorn:ol d_city|Old City]]. + **1064-1135EK**: The war against the Dragons. Scorn is destroyed. Most o f its inhabitants flee to the south. After 1115EK, the city is progressive ly rebuilt on top of the now buried ruins nowadays known as the [[scorn:sc ornoldcity|Old City]]. **1177EK**: War of the Sea Princes. The last imperial ship reaches Scorn . Contacts with Khelens are now broken. Scorn becomes an independent kingd om. ===== Places in Scorn ===== * [[world:scorn:scornarena|Arena]] * [[world:scorn:scornoldcity|Old City]] * [[world:scorn:Easy House]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:scorn?rev=116094 5433 New Revision: http://wiki.metalforge.net/doku.php/world:scorn -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 15:58:33 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 15:58:33 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: darcap_circus Message-ID: <1160945913.679284.27751.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 15:58 User : techolous Edit Summary: removed @@ -1,5 +1 @@ - TODO move to: darcap:circus - ====== Circus ====== - - Ah the Circus... All kinds of fun. The Circus contains games, food, ri des, and monsters of the big top. Don't forget to bring your change purse . IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/darcap_circus?rev=1157 411131 New Revision: http://wiki.metalforge.net/doku.php/darcap_circus -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:00:09 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:00:09 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: world:darcap:darcapcircus Message-ID: <1160946009.405316.27760.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:00 User : techolous Edit Summary: created ====== Circus ====== Ah the Circus... All kinds of fun. The Circus contains games, food, ride s, and monsters of the big top. Don't forget to bring your change purse. IP-Address : 24.55.181.141 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/world:darcap:darcapcircu s -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:23:04 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:23:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: world:pupland Message-ID: <1160947384.217193.27798.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:23 User : techolous Edit Summary: @@ -1,7 +1,8 @@ + //NOTE: Pupland may be "[[bigworld]]ized" in the near future, so I would recommend not editing these pages until the new pupland is commited.// ====== Pupland ====== Pupland...an area for all levels of players with puzzles and long quests . Slashing about with a sword is not enough to complete this area of the world. ===== Places In Pupland ===== * [[world:pupland:lonetown]] - Lone Town * [[world:pupland:nurnberg]] - Nurnberg * [[world:pupland:ancientpupland]] - Pupland of Times Long Past IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/world:pupland?rev=1160 937723 New Revision: http://wiki.metalforge.net/doku.php/world:pupland -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:25:53 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:25:53 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160947553.437698.27807.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:25 User : techolous Edit Summary: @@ -23,23 +23,23 @@ ===== Race Guides ===== Guides on the races that players can choose {{:images:dwarf_p.base.151.png}} [[Dwarves]] - --- {{:images:elf.base.151.png}} [[Elves]] - --- {{:images:fireborn.base.111.png}} [[Fireborns]] - --- {{:images:gnome_p.base.151.png}} [[Gnomes]] - --- {{:images:halfling.base.151.png}} [[Halfling]] + --- {{:images:elf.base.151.png}} [[races:Elves]] + --- {{: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}} [[Humans]] - --- {{:images:viking.base.151.png}} [[Northmen]] - --- {{:images:pl_dragon_r.base.151.png}} [[Dragons]] - --- {{:images:pl_half_orc.base.151.png}} [[Half Orcs]] - --- {{:images:quetzalcoatl.base.131.png}} [[Quetzalcoatls]] + {{: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}} [[Serpent Men]] - --- {{:images:troll_p.base.151.png}} [[Trolls]] - --- {{:images:viking.base.151.png}} [[Vikings]] - --- {{:images:wraithp.base.151.png}} [[Wraiths]] + {{:images:serpentman.base.151.png}} [[races:Serpent Men]] + --- {{:images:troll_p.base.151.png}} [[races:Trolls]] + --- {{:images:viking.base.151.png}} [[races:Vikings]] + --- {{:images:wraithp.base.151.png}} [[races:Wraiths]] ===== Monster/NPC Guides ===== Information about monsters and NPCs. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160940927 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 Sun Oct 15 16:28:22 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:28:22 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1160947702.706082.27816.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:28 User : techolous Edit Summary: @@ -22,9 +22,9 @@ ===== Race Guides ===== Guides on the races that players can choose - {{:images:dwarf_p.base.151.png}} [[Dwarves]] + {{:images:dwarf_p.base.151.png}} [[races:Dwarves]] --- {{:images:elf.base.151.png}} [[races:Elves]] --- {{:images:fireborn.base.111.png}} [[races:Fireborns]] --- {{:images:gnome_p.base.151.png}} [[races:Gnomes]] --- {{:images:halfling.base.151.png}} [[races:Halfling]] IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160947553 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 Sun Oct 15 16:27:26 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:27:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dwarves Message-ID: <1160947646.716828.27810.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:27 User : techolous Edit Summary: removed @@ -1,18 +1 @@ - ====== Dwarves ====== - {{:images:dwarf_p.base.151.png }} - The Dwarves are the hardy scions of 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 t hem to become smiths and miners, or whether their profession leads to thei r strength and hardiness is unknown. Their thick musculature makes them sl ow 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 c lerics and mages. They're just not quite as good as human clerics or mages . - - ===== Player Race ===== - The dwarf is selectable by players as their race. It has the following modifications: - - * Str +3 - * Dex -2 - * Con +4 - * Int -2 - * Wis -1 - * Pow -2 - * Cha -1 - - * Can see in dark IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/dwarves?rev=1151771495 New Revision: http://wiki.metalforge.net/doku.php/dwarves -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:29:19 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:29:19 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: bigworld Message-ID: <1160947759.790435.27819.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:29 User : techolous Edit Summary: @@ -5,11 +5,11 @@ The land today known as Bigworld has been called many varied things sinc e ancient times by the various peoples that once dwelt there, and do so st ill. * In [[Khelens]] and most of its territories, it was named "The Earth" , while the major landmass was called "The Continent". * [[Fendrakis]] used "Raxida", which is also the name they gave to the [[Fox Lady]], Mother of All Things, deity. - * [[Elves]] traditionally use "E?nella", which translates as "The Land of Green" - * [[Dwarves]] of [[Khorolizov]] use "Herdankaupf", "Country of the Hor ses", which is a reference to their mythology (see the [[legend of the Twe lve Days]] for that) - * The [[Orcs|Orcish]] name is "Kn?gsh-Ishzeh", "Rotten Branch" + * [[races:Elves]] traditionally use "E?nella", which translates a s "The Land of Green" + * [[races:Dwarves]] of [[Khorolizov]] use "Herdankaupf", "Country of t he Horses", which is a reference to their mythology (see the [[legend of t he Twelve Days]] for that) + * The [[races:Orcs|Orcish]] name is "Kn?gsh-Ishzeh", "Rotten Bran ch" * The people of the [[Old Wall]], used the name "Harinappa", "Bottom o f the Pit", to designate the world. Most people nowadays use the old Khelenti name (earth) or its direct tra nslation in local languages/idioms. IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/bigworld?rev=116093853 0 New Revision: http://wiki.metalforge.net/doku.php/bigworld -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:28:10 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:28:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: races:dwarves Message-ID: <1160947690.172197.27813.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:28 User : techolous Edit Summary: moved ====== Dwarves ====== {{:images:dwarf_p.base.151.png }} The Dwarves are the hardy scions of Mostrai. The traditional profession o f 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 the m 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 bo rn 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 cle rics and mages. They're just not quite as good as human clerics or mages. ===== Player Race ===== The dwarf is selectable by players as their race. It has the following mo difications: * Str +3 * Dex -2 * Con +4 * Int -2 * Wis -1 * Pow -2 * Cha -1 * Can see in dark IP-Address : 24.55.181.141 Old Revision: none 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 Sun Oct 15 16:31:57 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:31:57 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: client_side_scripting:scripts:python Message-ID: <1160947917.609569.27828.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:31 User : techolous Edit Summary: @@ -3,2 +3,2 @@ === The Scripts === - + * [[:book.py]] - A script that inscribes a book from a text file. (mus t have the "inscription" skill, along with something to write on) IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/client_side_scripting:sc ripts:python?rev=1155916626 New Revision: http://wiki.metalforge.net/doku.php/client_side_scripting:sc ripts:python -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 15 16:33:30 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 15 Oct 2006 16:33:30 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1160948010.007132.27831.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/15 16:33 User : techolous Edit Summary: @@ -45,8 +45,8 @@ * http://crossfire.real-time.com/ - The "Official" Crossfire Website. * http://dooler.woosworld.net/cf_map/ - CFWorldView, world map viewer. * http://cfmaps.schmorp.de/ - The Crossfire Map Directory, for viewing maps by filename and location. - * http://mids.student.utwente.nl/~avogl/map_guide/ - Semi-Obsolete gui de to making maps (with [[crossedit]]). [[CFJavaEditor]] is used more oft en now. + * http://mids.student.utwente.nl/~avogl/map_guide/ - Semi-Obsolete gui de to making maps (with [[crossedit]]). [[CFJavaEditor]] (soon to be repl aced with [[Gridarta]]) is used more often now. * Get together ([[g2g]]) meeting notes, summary, proposal(s) * [[Content migration]] TODO list IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1160935318 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 16 18:58:28 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 16 Oct 2006 18:58:28 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: wiki:style_guide Message-ID: <1161043108.350834.30490.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/16 18:58 User : Edit Summary: @@ -28,13 +28,13 @@ This is based off the Docbook guidelines, http://i18n.kde.org/docs/marku p/lists.html ==== Naming pages that are about maps ==== - If a page is about a certain map, the page should be located within a na mespace named after the region(s) the map is located in. This should prev ent confusion if two maps are similarly named. (FIXME someone put an examp le here) + If a page is about a certain map, the page should be located within a na mespace named after the region(s) the map is located in. This should prev ent confusion if two maps are similarly named, as an example: dragon guild in Scorn (/scorn/misc/dragon_guild) and the dragon guild in Navar (/navar _city/misc/dragon_guild). For Example: * world:pupland - a page about pupland * world:pupland:lone_town - a page about Lone Town * world:pupland:lone_town:SOMEMAP - a map in Lone Town If a map is part of a dungeon (or similarly sized map set), please try t o keep everything about the dungeon (or map set) on one page. IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/wiki:style_guide?rev=1 160936991 New Revision: http://wiki.metalforge.net/doku.php/wiki:style_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 21 17:04:17 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 21 Oct 2006 17:04:17 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_traffic:2006:march Message-ID: <1161468257.674628.10482.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/21 17:04 Browser : Mozilla/5.0 (compatible; Konqueror/3.5; Linux 2.6.15-1-686-s mp; X11; en_US) KHTML/3.5.5 (like Gecko) (Debian package 4:3.5.5a-1) IP-Address : 65.165.40.73 Hostname : gatekeeper.tanners.org Old Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic:2006:m arch?rev=1151780285 New Revision: http://wiki.metalforge.net/doku.php/crossfire_traffic:2006:m arch Edit Summary: Adding topic summary for March-06 mailing list User : @@ -4,8 +4,45 @@ Crossfire Traffic is a means to communicate the activity surrounding cro ssfire in an accessible and non-technical way, it is targeted at those who are curious about what is happening with the project, but find the existi ng mailing lists, CVS list. forum, wiki and IRC channels overly complicate d, scary, or time consuming to read. As such it does not contain any backg round details, but instead focuses only on things that are user-visible ====Mailing List==== + Discussion and possible solution(s) for an XP exploit on PK servers (aka "Sock Puppetting") + + Feedback on server code clean up & function renames, switch comments to Doxygen's format + + A discussion that carried over from February was addressed again, Crossf ire 2.0+ features/priorities + + Early stage of using and writing Unit Tests + + First set of Unit Tests written and deployed + + Comments on bugs found by Unit Tests + + Discussion of Map2 & Animations and what changes are involved with that + + Patch was sent for player-owner shop proof of concept + + Proposal to move Crossfire to Subversion (SVN) from CVS + + Discussion about adding secondary effects to spells + + Questions about creating an game trailer or preview for promotional purp oses + + Announcement of a new map editor based in Perl with the Gtk2 perl module + + Suggestion for overhauling the jeweler skill, which would allow a player to change item stats + + Discussion on problems with updating maps on a live server when the maps are occupied by players + + Protocol & compression and bandwidth savings + + Inquiry on a web-based client or portal + + Followup discussion about creating a system of dynamic alchemy + + Open invitation for a Crossfire get together in Italy + + Inquiry about the removal of the random encounter code ====Changes that occurred this month:==== -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 21 21:36:59 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 21 Oct 2006 21:36:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1161484620.004762.10923.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/21 21:36 User : Edit Summary: @@ -3,19 +3,30 @@ ===== Map Guides ===== These are various guides to help people find their way around the world. - * [[Beginer's Atlas]] - * [[world:Wilderness]] + ==== 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 mapers. It shows the names of v arious 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:Pupland]] * [[world:santodominion|Santo Dominion]] - * [[world:Euthville]] + * [[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) IP-Address : 24.55.181.141 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1160947702 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 Sun Oct 22 13:26:10 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 22 Oct 2006 13:26:10 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo Message-ID: <1161541570.825362.12854.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/22 13:26 User : ryo Edit Summary: My todo list @@ -74,4 +74,5 @@ * [[user:cavesomething:todo|Cavesomething]] * [[user:rednaxela:todo|Rednaxela]] * [[user:raphael:todo|Rapha?l]] * [[user:lalomartins:todo|Lalo]] + * [[user:ryo:todo|Ryo]] IP-Address : 82.236.87.204 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo?rev=115791361 2 New Revision: http://wiki.metalforge.net/doku.php/dev_todo -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 22 13:32:12 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 22 Oct 2006 13:32:12 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: user:ryo:todo Message-ID: <1161541932.220856.12863.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/22 13:32 User : ryo Edit Summary: created Todo list: * add hooks for plugin events at many places * let random maps be (easily) generated by plugins. Currently it's possi ble (intercept the apply event of a specific exit or globally), but you wo n't benefit from code in random map part. Ideally, a plugin would just sen d a map (###D### format) and let the random code handle it * improve monster AI. Steal Daimonin's idea of monsters going back to st art position when player leaves map * document Python interface * expand buildable stuff (whole maps?), see, Rednexela's building plot t oo * make Win build process painless, like //One Batch to build them all an d in the Sourceforge upload them// * fix bugs :) IP-Address : 82.236.87.204 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/user:ryo:todo -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 23 10:04:02 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 23 Oct 2006 10:04:02 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:ryo:todo Message-ID: <1161615842.055463.14971.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/23 10:04 User : Edit Summary: Add a comment. @@ -1,8 +1,9 @@ Todo list: * add hooks for plugin events at many places + * Just a note, you might want to wait for the [[dev_todo:refactor|pr oposed refactoring]] to be started, and integarate with that --- //[[user :rednaxela|Alex Schultz]] 2006/10/23 (not logged in)// * let random maps be (easily) generated by plugins. Currently it's pos sible (intercept the apply event of a specific exit or globally), but you won't benefit from code in random map part. Ideally, a plugin would just s end a map (###D### format) and let the random code handle it * improve monster AI. Steal Daimonin's idea of monsters going back to start position when player leaves map * document Python interface * expand buildable stuff (whole maps?), see, Rednexela's building plot too * make Win build process painless, like //One Batch to build them all and in the Sourceforge upload them// * fix bugs :) IP-Address : 192.139.27.18 Old Revision: http://wiki.metalforge.net/doku.php/user:ryo:todo?rev=1161 541931 New Revision: http://wiki.metalforge.net/doku.php/user:ryo:todo -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Mon Oct 23 10:11:04 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Mon, 23 Oct 2006 10:11:04 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:unified_event_system Message-ID: <1161616264.603132.14995.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/23 10:11 User : Edit Summary: Add 'connections' @@ -1,12 +1,13 @@ ====== Unified Event System ====== ===== Reason ===== These things that exist or are planned all use some event-like construct s: * the plugin system + * connections (i.e. buttons and gates) * the callbacks from common to server * the proposed refactoring to have "method-like" function pointers for objects and/or object types. - All three of those things could be set up to use a unified event/callbac k system, which would: + All of those things could be set up to use a unified event/callback syst em, which would: * benefit plugins by making it more flexible * get rid of ugly stub hacks * reduce repeated effort on the "method-like" system for objects. IP-Address : 192.139.27.18 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:unified_event_s ystem?rev=1159075480 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:unified_event_s ystem -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Oct 28 12:00:26 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 28 Oct 2006 12:00:26 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:refactor Message-ID: <1162054826.079619.27649.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/28 12:00 User : rednaxela Edit Summary: @@ -31,14 +31,15 @@ * Begin refactoring some things to the new system. * Start with simple things such as moving the apply code for all types . * Convert things to function pointers as needed. * Aim for ~90% of type-specific code moved into the new system. + ==== Policy ==== * Commit refactoring changes frequently in very small chunks. As small chunks as possible while keeping the SVN code working is preferable. * Try to give a bit of notice before commiting refactoring changes, no ting specifically what refactoring changes you intend to commit. * Document what you refactor, when you refactor it, and it's form in t he system. Documentation including: * In addition to updating the ChangeLog, make a more detailed entry in server/types/ChangeLog, in the format and with the details specified th ere. - * Adding to a wiki table listing new, removed, or moved functions re sulting from the refactoring. + ==== Later ==== * Clean up the refactoring. * Attempt to get the remaining type-specific code moved into the syste m. * Collapse some groups of types - there are a bunch of different armor types, but for logical purposes, they are the same, just go on different body parts. IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:refactor?rev= 1160411620 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 29 00:55:54 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 29 Oct 2006 00:55:54 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:refactor Message-ID: <1162101354.903986.28844.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/29 00:55 User : rednaxela Edit Summary: Small revisions based on IRC chat @@ -3,26 +3,25 @@ Currently in the crossfire code, how objects behave is intertwined all t hroughout the code, and this is in many ways a problem as it makes it diff icult to find code related to a type of object. It's current state also ma kes it relatively difficult to add code for new object types. Though it wi ll never be that easy to add object types, refactoring could improve this significantly. Also, refactoring this to separate code for different objec t types, will make it easier to find current overloading of object attribu tes, making it easier to eventually refactor the overloading out. ===== Proposal ===== ==== General Idea ==== - * Allow operations such as 'apply' to be specified in pointers in all of the following ways, however only the last being used in the refactoring itself: - * By object - * By archetype - * By type number + * Allow operations such as 'apply' to be specified in pointers per obj ect type number, however only the last being used in the refactoring * Separate object type specific code into separate files. + * Make sure it is easy to a later stage implement per-object and per-a rchetype hooks. ==== Implementation Details ==== === Code organization === * Use form of server/types/foo.c or server/types/foo/bar.c depending o n if the object type requires multiple C files to be clean. * Code used by multiple distinct types, but is not generic to all obje ct types should be put in server/types/common/ with a logical filename. * Doesn't necessarily mean one type number per file, due to cases such as different types of armor, where all behave the same but have different type numbers. Just make sure it is logical. === Function pointers === * Function pointers to the 'object methods' will be stored in a struct in a form like:typedef struct ob_methods { - int (*apply)(object *, object *); - int (*drop)(object *); + int (*apply)(object *ob, object *pl); + int (*drop)(object *ob); ... - } ob_methods;For per-object hooks, objects would have a struct me mber added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Per-arch hooks would be done as a similar struct member added to the arche type struct. In those cases, the "methods" pointer will be NULL unless the re are methods in it. For per-type hooks, they would be stored in an array of "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if unset. - * One would not access function pointers directly, instead one would u se functions to add hooks, and a "cf_method()" function to run them. + } ob_methods;For per-type hooks, they would be stored in an array of "ob_methods type_methods[MAXTYPE];". Function pointers will be NULL if unset. + For per-object hooks if/when implemented, objects would have a struct me mber added as "//ob_methods *methods;//" (accessed as "//ob->methods//"). Per-arch hooks if/when implemented would be done as a similar struct membe r added to the archetype struct. In those cases, the "methods" pointer wil l be NULL unless there are methods in it. + * One would not access function pointers directly, instead one would u se functions to add hooks, and functions in the convention of "ob_apply()" and "ob_drop()" to run them. * Each file would register whatever hooks it wanted in an init functio n for that specific file. * Will have to put an "init_types()" function in the main code, cont aining calls to all type_specific init functions. * Will take some forethought to make sure that one provides good enoug h callback parameters for all uses of a hook. IP-Address : 66.222.158.169 Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:refactor?rev= 1162054825 New Revision: http://wiki.metalforge.net/doku.php/dev_todo:refactor -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sun Oct 29 08:17:37 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sun, 29 Oct 2006 08:17:37 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: guides Message-ID: <1162131457.851678.30109.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/29 08:17 User : eracc Edit Summary: @@ -61,8 +61,14 @@ * [[Cooking Guide]] * [[Smithing Guide]] * [[Client Side Scripting]] + + ===== Command Syntax ===== + Lists of commands with syntax and a short description of what each comma nd does. + + * [[Player Commands]] + * [[DM Commands]] ===== Dev Guides ===== This information is not exactly meant for most players, just people maki ng their own maps, or modifications to crossfire. This section is more li kely to get outdated. IP-Address : 72.4.41.2 Old Revision: http://wiki.metalforge.net/doku.php/guides?rev=1161484619 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 Tue Oct 31 17:24:22 2006 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 31 Oct 2006 17:24:22 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: servers:metalforge:poisoned_dagger Message-ID: <1162337062.031722.3347.nullmailer@wiki.metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2006/10/31 17:24 User : Edit Summary: @@ -1,3 +1,3 @@ ====== Poisoned Dagger Guild ====== - **Current Members:** Leena, Grendel, Elephunk, Findufin, Bort, Hermione, Buzz, Morgon, Luzifer, MoonWhisper + **Current Members:** Leena, Grendel, Elephunk, Findufin, Bort, Hermione, Buzz, Morgon, Luzifer, MoonWhisper, USA IP-Address : 81.57.135.114 Old Revision: http://wiki.metalforge.net/doku.php/servers:metalforge:poiso ned_dagger?rev=1160681835 New Revision: http://wiki.metalforge.net/doku.php/servers:metalforge:poiso ned_dagger -- This mail was generated by DokuWiki at http://wiki.metalforge.net/