<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki-test.cross-fire.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki-test.cross-fire.org/feed.php">
        <title>Crossfire Wiki - user:karl:cauldron</title>
        <description></description>
        <link>https://wiki-test.cross-fire.org/</link>
        <image rdf:resource="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-14T14:38:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_alchemy_sh?rev=1744999696&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_chests_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_common_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_fight_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_food_sh?rev=1744999694&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_heal_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_items_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_move.sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_oratory_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_requests_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_skills_sh?rev=1744999695&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_traps_sh?rev=1744999695&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg">
        <title>Crossfire Wiki</title>
        <link>https://wiki-test.cross-fire.org/</link>
        <url>https://wiki-test.cross-fire.org/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_alchemy_sh?rev=1744999696&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_alchemy_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_alchemy_sh?rev=1744999696&amp;do=diff</link>
        <description>Bash functions for Alchemistry

This function library contains bash shell functions related to the Alchemy skill. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_chests_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_chests_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_chests_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for chests

This function library contains bash shell functions to search for traps, 

disarm traps and open chests and lockpicking doors. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_common_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_common_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_common_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash common functions for Crossfire

This function library contains bash shell functions to be used by other 

functions. Notable are the _draw() and _debug() functions to print a message in the
client&#039;s informational window part.



_draw(){
    local lCOLOUR=&quot;${1:-$COLOUR}&quot;
    lCOLOUR=${lCOLOUR:-1} #set default
    shift
    echo draw $lCOLOUR $@ # no double quotes here,
# multiple lines are drawn using __draw below
}
_draw $NDI_RED &quot;Hello Prison of Scorn ! The death&#039;s promised are saluting y…</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_fight_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_fight_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_fight_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for Fighting

This function library contains bash shell functions mainly related to melee skills. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_food_sh?rev=1744999694&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_food_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_food_sh?rev=1744999694&amp;do=diff</link>
        <description>Bash functions for Nourishment

This function library contains bash shell functions to feed 

a character. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_heal_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_heal_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_heal_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for Healing

This function library contains bash shell functions related to improve the Health of a player.

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_items_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_items_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_items_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for handling Items

This function library contains bash shell functions to handle items. 


Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_move.sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_move.sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_move.sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for moving

This function library contains bash shell functions to move 

a player. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

Most noticeable function should be</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_oratory_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_oratory_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_oratory_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for Oratory

This function library contains bash shell functions related to the Singing and Oratory skills. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_requests_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_requests_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_requests_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions to Request from the Client

This function library contains bash shell functions to send requests 

and catching and processing their output. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_skills_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_skills_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_skills_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions for Skills

This function library contains bash shell functions related to skills . 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
    <item rdf:about="https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_traps_sh?rev=1744999695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-18T18:08:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cf_funcs_traps_sh</title>
        <link>https://wiki-test.cross-fire.org/user:karl:cauldron:cf_funcs_traps_sh?rev=1744999695&amp;do=diff</link>
        <description>Bash functions to handle Traps

This function library contains bash shell functions related to the Find Traps and Disarm Traps skills. 

Though it had been tested with the busybox ash shell, some functions might only work correctly in bash ( or the other way around ).

The functions use code from</description>
    </item>
</rdf:RDF>
