View Single Post
Old 04-03-2001, 07:11 AM   #53
Memnoch
Ironworks Moderator
 

Join Date: February 28, 2001
Location: Boston/Sydney
Posts: 11,771
Quote:
Originally posted by Ziroc:
You must own a copy of UBB 6 then? Where did you find this mod? or is it just a simple rewording of genre?

Sounds good to me, I'll head over to infopop and check into some other UBB6 mods as well. (See if they updated older UBB5 mods too) (Hoping)

Ziroc

I actually picked it up while fishing for ToB info at Black Isle. The mod goes something like this:


Modify both the ubbmisc.cgi and ultimate.cgi file to add a new additional profile field. I believe the stock UBB has 14 profile fields already.

Have the user select which title they wish to begin at (Fighter, Mage, Thief, etc) when they register.

Edit your ubb_library2.pl file to include a check based on the # of posts per level.

(example)

if ($thisprofile[7] > 20) {

if ($CustomStatus eq "Paladin") {

$ThisStatus = "Paladin Tard Beginner
";

}
} else {
$ThisStatus = $ThisStatus;
}
}


Something along those lines. I can try and get you the full mod code if you want it.

------------------
My name is Memnoch. And your name is...destined to be a footnote in the sands of time.

[This message has been edited by Memnoch (edited 04-03-2001).]
Memnoch is offline