<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=Magelo_Blue%3AWiggon</id>
	<title>Magelo Blue:Wiggon - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.seculargames.org/index.php?action=history&amp;feed=atom&amp;title=Magelo_Blue%3AWiggon"/>
	<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=Magelo_Blue:Wiggon&amp;action=history"/>
	<updated>2026-07-31T18:05:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.seculargames.org/index.php?title=Magelo_Blue:Wiggon&amp;diff=55781&amp;oldid=prev</id>
		<title>imported&gt;Greppy: update level and update to magelo.pl script.</title>
		<link rel="alternate" type="text/html" href="https://wiki.seculargames.org/index.php?title=Magelo_Blue:Wiggon&amp;diff=55781&amp;oldid=prev"/>
		<updated>2012-09-17T07:50:17Z</updated>

		<summary type="html">&lt;p&gt;update level and update to magelo.pl script.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;startMageloProfile&lt;br /&gt;
&lt;br /&gt;
* Name: Wiggon&lt;br /&gt;
* Class: Cleric&lt;br /&gt;
* Race: Dwarf&lt;br /&gt;
* Level: 10&lt;br /&gt;
* Guild:  &lt;br /&gt;
* Religion: Brell Serilis&lt;br /&gt;
&lt;br /&gt;
* BaseSTR: 95&lt;br /&gt;
* BaseSTA: 95&lt;br /&gt;
* BaseAGI: 75&lt;br /&gt;
* BaseDEX: 90&lt;br /&gt;
* BaseWIS: 118&lt;br /&gt;
* BaseINT: 60&lt;br /&gt;
* BaseCHA: 45&lt;br /&gt;
&lt;br /&gt;
* Charm:&lt;br /&gt;
* Ears1:&lt;br /&gt;
* Head: Small Scarab Helm&lt;br /&gt;
* Face: Small Tattered Mask&lt;br /&gt;
* Ears2:&lt;br /&gt;
* Neck: Small Tattered Gorget&lt;br /&gt;
* Shoulders: Small Bronze Pauldron&lt;br /&gt;
* Arms: Small Patchwork Sleeves&lt;br /&gt;
* Back: Small Ringmail Cape&lt;br /&gt;
* Wrists1: Small Bronze Bracers&lt;br /&gt;
* Wrists2: Small Tattered Wristbands&lt;br /&gt;
* Range:&lt;br /&gt;
* Hands: Small Tattered Gloves&lt;br /&gt;
* Primary: Gem-Encrusted Scepter&lt;br /&gt;
* Secondary: Small Lantern&lt;br /&gt;
* Fingers1:&lt;br /&gt;
* Fingers2:&lt;br /&gt;
* Chest: Small Scarab Breastplate&lt;br /&gt;
* Legs: Small Patchwork Pants&lt;br /&gt;
* Feet: Small Bronze Boots&lt;br /&gt;
* Waist: Small Cloth Cord&lt;br /&gt;
* Ammo:&lt;br /&gt;
* Held:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Inv1: &lt;br /&gt;
* Inv2: &lt;br /&gt;
* Inv3: &lt;br /&gt;
* Inv4: &lt;br /&gt;
* Inv5: &lt;br /&gt;
* Inv6: &lt;br /&gt;
* Inv7: &lt;br /&gt;
* Inv8: &lt;br /&gt;
&lt;br /&gt;
endMageloProfile&lt;br /&gt;
&lt;br /&gt;
== Extra ==&lt;br /&gt;
&lt;br /&gt;
Thanks to Stagnasis for the Gem-Encrusted Scepter!&lt;br /&gt;
&lt;br /&gt;
== Perl code ==&lt;br /&gt;
&lt;br /&gt;
On Microsoft Windows I recommend http://strawberryperl.com/&lt;br /&gt;
&lt;br /&gt;
I wrote a quick perl script to take the result of /outputfile inventory c:\temp\inventory.txt and dump out text that can be dumped into here.&lt;br /&gt;
&lt;br /&gt;
It only does your equipped items, nothing in inventory.  Copy and paste the below text into a file, like magelo.pl and then run it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;magelo.pl --input wiggon_inventory.pl&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
use strict;&lt;br /&gt;
use warnings;&lt;br /&gt;
use Getopt::Long;&lt;br /&gt;
use English qw( -no_match_vars );&lt;br /&gt;
use Carp;&lt;br /&gt;
&lt;br /&gt;
my $input_file;&lt;br /&gt;
my %seen;&lt;br /&gt;
&lt;br /&gt;
my $options_ok = GetOptions(&lt;br /&gt;
    &amp;#039;input=s&amp;#039; =&amp;gt; \$input_file,&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
open my $input_fh, &amp;#039;&amp;lt;&amp;#039;, $input_file or croak qq{ERROR: $OS_ERROR};&lt;br /&gt;
&lt;br /&gt;
while ( my $line = &amp;lt;$input_fh&amp;gt; ) {&lt;br /&gt;
    chomp $line;&lt;br /&gt;
    my ( $location, $name, $id, $count, $slots ) = split /\t/, $line;&lt;br /&gt;
    next if $location =~ m{\A(General|(Shared)?Bank|Location)}xms;&lt;br /&gt;
&lt;br /&gt;
    # add an s and a number to multislots&lt;br /&gt;
    if ( $location =~ m{\A(Ear|Wrist|Finger)}xms ) {&lt;br /&gt;
        if ( not defined $seen{$location} ) {&lt;br /&gt;
            $seen{$location} = 1;&lt;br /&gt;
            $location = qq{$location}.q{s1};&lt;br /&gt;
        }&lt;br /&gt;
        elsif ( $seen{$location} == 1 ) {&lt;br /&gt;
            $location = qq{$location}.q{s2};&lt;br /&gt;
        }&lt;br /&gt;
    } &lt;br /&gt;
&lt;br /&gt;
    $location =~ s{ss}{s}g; # otherwise we have &amp;quot;Fingerss1&amp;quot;&lt;br /&gt;
    $name =~ s{Empty}{}; # remove the &amp;quot;Empty&amp;quot; text.&lt;br /&gt;
    $name =~ s{[*]}{}; # remove the * from newbie item names&lt;br /&gt;
&lt;br /&gt;
    print qq{* $location: $name\n};&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
close $input_fh or croak qq{ERROR: $OS_ERROR};&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy and paste the output into your Magelo wiki page in place of the equipped items area.&lt;br /&gt;
&lt;br /&gt;
Questions or comments, pm greppy on the forums.&lt;/div&gt;</summary>
		<author><name>imported&gt;Greppy</name></author>
	</entry>
</feed>