Author Topic: Monster names....  (Read 1255 times)

0 Members and 1 Guest are viewing this topic.

Khorne

  • Elvin Legion
  • *****
  • Posts: 557
  • Reputation: +0/-0
Monster names....
« on: April 1, 2003 08:48 am CST »
Ok heres the speel boys and its... i need the compiled list of all the mnsters from the zones. I need orig names like Goblinrunt. Going to put it on my TRPG site that im building at school useing Dreamweaver. Its gonna be mucho big. With lots and lots and lots o info :D. So if you guys could help me out.... heres what ive rememberd so far.

GoblinRunt
GoblinWizard
GoblinRaider
Goblin Thief
Gnoll Pup
Gnoll Scavenger
Gnoll Hunter
Ogrehailberder
Ogre magie
Ogre Ruffian
Orc ravager
Orc wizard
Orc someting ? O_o
Necromancer
Skeleton
Zombie
FemaleElfconjuor
MaleElfPeacekeeper
MaleElfSomethign? O_o
TravlerPaladin
Travler Wizard?
Min reaper
Min Fighter?
UberSloth
UberGhort
Knyght someting?
Knyght Wizard?

Please correct me and give me stuff i missed because i need to compile the names for the list. Also if you know there average lvl please put that. Thanks
« Last Edit: December 31, 1969 06:00 pm CST by Khorne »
When two remain, so does the war, one must fall for there to be a reckoning.

Particle

  • Chief Codemonger
  • Administrator
  • Centurian Lord
  • ********
  • Posts: 5,904
  • Reputation: +20/-4
    • Particle's Custom RPG
(No subject)
« Reply #1 on: April 1, 2003 09:06 am CST »
Knights aren't in the original TRPG.  Rather than me do all the work, here's the code from the base TRPG mod.  I'm sure you can figure it out.

$NameForRace[Thug] = "Traveller";
$NameForRace[Monk] = "Traveller";
$NameForRace[Miner] = "Traveller";
$NameForRace[Commoner] = "Traveller";
$NameForRace[Mercenary] = "Traveller";
$NameForRace[Militia] = "Traveller";
$NameForRace[Brigand] = "Traveller";
$NameForRace[Marauder] = "Traveller";
$NameForRace[Knight] = "Traveller";
$NameForRace[Paladin] = "Traveller";

$NameForRace[Runt] = "Goblin";
$NameForRace[Thief] = "Goblin";
$NameForRace[Wizard] = "Goblin";
$NameForRace[Raider] = "Goblin";

$NameForRace[Pup] = "Gnoll";
$NameForRace[Shaman] = "Gnoll";
$NameForRace[Scavenger] = "Gnoll";
$NameForRace[Hunter] = "Gnoll";

$NameForRace[Warlock] = "Orc";
$NameForRace[Berserker] = "Orc";
$NameForRace[Ravager] = "Orc";
$NameForRace[Slayer] = "Orc";

$NameForRace[Ruffian] = "Ogre";
$NameForRace[Destroyer] = "Ogre";
$NameForRace[Halberdier] = "Ogre";
$NameForRace[Dreadnought] = "Ogre";
$NameForRace[Magi] = "Ogre";

$NameForRace[Mauler] = "Zombie";
$NameForRace[Thrasher] = "Zombie";
$NameForRace[Skeleton] = "Undead";
$NameForRace[Necromancer] = "Undead";
$NameForRace[Spawn] = "Demon";

$NameForRace[Protector] = "MaleElf";
$NameForRace[Peacekeeper] = "MaleElf";
$NameForRace[Lord] = "MaleElf";
$NameForRace[Champion] = "MaleElf";
$NameForRace[Conjurer] = "FemaleElf";

$NameForRace[Civilian] = "MaleHuman";
$NameForRace[Gladiator] = "MaleHuman";

$NameForRace[Goliath] = "Minotaur";
$NameForRace[Reaper] = "Minotaur";

$NameForRace[Sloth] = "Uber";
$NameForRace[Gohort] = "Uber";

=========================

$BotEquipment[Runt] =       "CLASS Fighter LVL 1 COINS 1/50 LCK 0 RKnife 1 Quartz 4/-300";
$BotEquipment[Thief] =       "CLASS Fighter LVL 5/50 COINS 3/50 LCK 0 RKnife 1 Sling 1 SmallRock 20/50 BlackStatue 1/-100";
$BotEquipment[Wizard] =    "CLASS Mage LVL 9/50 COINS 5/50 LCK 0 CastingBlade 1 Turquoise 1/-500";
$BotEquipment[Raider] =    "CLASS Fighter LVL 11/50 COINS 4/50 LCK 0 RPickAxe 1 BlackStatue 1/-150 Jade 1/-300";

$BotEquipment[Pup] =       "CLASS Fighter LVL 10/50 COINS 6/50 LCK 0 RClub 1 CrystalBluePotion 1 Ruby 1/-2000";
$BotEquipment[Shaman] =    "CLASS Mage LVL 12/50 COINS 7/50 LCK 0 CastingBlade 1 RClub 1";
$BotEquipment[Scavenger] =    "CLASS Fighter LVL 15/50 COINS 8/50 LCK 0 RClub 1 Sapphire 2/-5000";
$BotEquipment[Hunter] =    "CLASS Ranger LVL 17/50 COINS 9/50 LCK 0 RWarAxe 1 Sling 1 SmallRock 20/50 Topaz 3/-3000";

$BotEquipment[Warlock] =    "CLASS Mage LVL 16/50 COINS 10/50 LCK 0 CastingBlade 1 Sling 1 SmallRock 20/50 EnchantedStone 1/-100";
$BotEquipment[Berserker] =    "CLASS Fighter LVL 20/50 COINS 13/50 LCK 0 RBroadSword 1 Topaz 4/-500";
$BotEquipment[Ravager] =    "CLASS Fighter LVL 24/50 COINS 16/50 LCK 0 RBroadSword 1 BluePotion 3/30 Opal 4/-300";
$BotEquipment[Slayer] =    "CLASS Fighter LVL 28/50 COINS 19/50 LCK 0 RBroadSword 1 RShortBow 1 BasicArrow 20/50 Opal 5/-250";

$BotEquipment[Ruffian] =    "CLASS Fighter LVL 22/50 COINS 20/50 LCK 0 RBroadSword 1 Quartz 8/-200";
$BotEquipment[Destroyer] =    "CLASS Fighter LVL 27/50 COINS 23/50 LCK 0 RSpikedClub 1";
$BotEquipment[Halberdier] =    "CLASS Fighter LVL 31/50 COINS 26/50 LCK 0 RBroadSword 1 BluePotion 3/30";
$BotEquipment[Dreadnought] =    "CLASS Fighter LVL 36/50 COINS 29/50 LCK 1 RWarAxe 1 RShortBow 1 BasicArrow 15/75";
$BotEquipment[Magi] =      "CLASS Mage LVL 42/50 COINS 50/50 LCK 1 CastingBlade 1 Emerald 1/-6000 Quartz 10/-200";

$BotEquipment[Mauler] =    "CLASS Fighter LVL 45/50 COINS 20/50 LCK 0 RSpikedClub 1 Granite 10/-300";
$BotEquipment[Thrasher] =   "CLASS Fighter LVL 49/50 COINS 23/50 LCK 0 RLongSword 1 Opal 3/-300";
$BotEquipment[Skeleton] =    "CLASS Fighter LVL 54/50 COINS 26/50 LCK 0 RWarAxe 1 SkeletonBone 1/-250 Turquoise 4/-300";
$BotEquipment[Necromancer] =    "CLASS Mage LVL 61/50 COINS 29/50 LCK 1 CastingBlade 1 Sling 1 SmallRock 20/50 Diamond 1/-3000";
$BotEquipment[Spawn] =       "CLASS Paladin LVL 180/90 COINS 500/50 LCK 2 Gladius 1 Diamond 1/-1000 Emerald 1/-700";

$BotEquipment[Protector] =    "CLASS Ranger LVL 50/50 COINS 25/50 LCK 0 RShortSword 1 Ruby 2/-500";
$BotEquipment[Peacekeeper] =   "CLASS Ranger LVL 54/50 COINS 28/50 LCK 0 RLongSword 1 RShortBow 1 SheafArrow 40/50 Jade 5/-500";
$BotEquipment[Lord] =       "CLASS Ranger LVL 59/50 COINS 31/50 LCK 1 RSpikedClub 1 RLightCrossbow 1 LightQuarrel 25/75 Emerald 1/-2800";
$BotEquipment[Champion] =    "CLASS Ranger LVL 63/50 COINS 34/50 LCK 1 RLongSword 1 RLightCrossbow 1 HeavyQuarrel 25/75 Sapphire 3/-1000";
$BotEquipment[Conjurer] =   "CLASS Mage LVL 70/50 COINS 32/50 LCK 0 CastingBlade 1 Topaz 2/-300";

$BotEquipment[Brigand] =    "CLASS Fighter LVL 75/50 COINS 30/50 LCK 0 RLongSword 1 Sapphire 2/-3000";
$BotEquipment[Marauder] =   "CLASS Fighter LVL 79/50 COINS 33/50 LCK 0 RLongSword 1 Opal 4/-300 Turquoise 1/-800";
$BotEquipment[Knight] =    "CLASS Fighter LVL 83/50 COINS 36/50 LCK 0 RBroadSword 1 RShortBow 1 SheafArrow 40/50 Jade 2/-600";
$BotEquipment[Paladin] =    "CLASS Mage LVL 87/50 COINS 39/50 LCK 1 CastingBlade 1 Topaz 1/-300";

$BotEquipment[Civilian] =    "CLASS Fighter LVL 1 COINS 5/50 LCK 0 RBroadSword 1";
$BotEquipment[Gladiator] =   "CLASS Fighter LVL 1 LCK 0";
$BotEquipment[Mercenary] =    "CLASS Ranger LVL 65/50 COINS 32/50 LCK 0 RBroadSword 1";
$BotEquipment[Militia] =    "CLASS Paladin LVL 75/50 COINS 35/50 LCK 1 RLongSword 1";

$BotEquipment[Thug] =       "CLASS Thief LVL 65/50 COINS 32/50 LCK 1 RBroadSword 1 Jade 5/-500";
$BotEquipment[Miner] =       "CLASS Paladin LVL 29/50 COINS 35/50 LCK 0 RPickAxe 1 Parchment 1/-16000 Quartz 10/50 Opal 5/50 Turquoise 2/-50 Emerald 1/-1000";

$BotEquipment[Goliath] =    "CLASS Fighter LVL 107/50 COINS 70/50 LCK 1 RBroadSword 1";
$BotEquipment[Reaper] =    "CLASS Mage LVL 174/50 COINS 105/50 LCK 2 CastingBlade 1 Turquoise 5/-500";

$BotEquipment[Sloth] =       "CLASS Paladin LVL 317/50 COINS 115/50 LCK 3 RLongSword 1 DragonScale 1/-3000 Gold 1/-1000";
$BotEquipment[Gohort] =    "CLASS Mage LVL 527/50 COINS 135/50 LCK 4 CastingBlade 1 DragonScale 1/-300 Emerald 1/-1000";
« Last Edit: December 31, 1969 06:00 pm CST by Particle »
As a point of history:  Our last server clear was on September 27, 2004.  That is 4963 days ago (13.6 years) as of today.

If you're visiting after a long hiatus and have forgotten your password, try emailing me via the support form at http://www.pcrpg.org.

If your character is from after the 2004 clear but appears to have been deleted or reset, chances are it was caught in one of the inactive account purges over the years.  Backups were made before such events, so try the support form.

Khorne

  • Elvin Legion
  • *****
  • Posts: 557
  • Reputation: +0/-0
(No subject)
« Reply #2 on: April 1, 2003 09:26 am CST »
Holy malarkey particle thanks SO MUCH W00t! Particle is the Fing man!
« Last Edit: December 31, 1969 06:00 pm CST by Khorne »
When two remain, so does the war, one must fall for there to be a reckoning.

Jason_Xero

  • Uber Menace
  • *******
  • Posts: 1,349
  • Reputation: +0/-0
(No subject)
« Reply #3 on: April 1, 2003 02:03 pm CST »
Eh, you ever messed around with the TRPG mod Khrone?  enemyarmors.cs in scripts.vol
« Last Edit: December 31, 1969 06:00 pm CST by Jason_Xero »
Gotta love SBC with their 6Mbps tier for 45$
(Yes, on their site it only shows 3Mbps, but it is actually 6Mbps, I would know :)).


Newbie

  • Spam Specialist
  • Centurian Lord
  • Posts: 2,531
  • Reputation: +1/-0
    • http://imchaos.com/newl.asp?x=M0ckious&y=900627
(No subject)
« Reply #4 on: April 1, 2003 07:27 pm CST »
lol... ::coughnewbiecough::

...Heheh, jk  :P
« Last Edit: December 31, 1969 06:00 pm CST by Newbie »

Khorne

  • Elvin Legion
  • *****
  • Posts: 557
  • Reputation: +0/-0
(No subject)
« Reply #5 on: April 2, 2003 09:34 am CST »
Cough unsavory woman slap cough *unsavory woman slaps magus* How'd that feel?
« Last Edit: December 31, 1969 06:00 pm CST by Khorne »
When two remain, so does the war, one must fall for there to be a reckoning.

Newbie

  • Spam Specialist
  • Centurian Lord
  • Posts: 2,531
  • Reputation: +1/-0
    • http://imchaos.com/newl.asp?x=M0ckious&y=900627
(No subject)
« Reply #6 on: April 2, 2003 04:45 pm CST »
Quote from: "Khorne"
Cough binsnartch slap cough *binsnartch slaps magus* How'd that feel?


Hey, you're the one that doesn't know crap about Trpg..
So....































<img src ="http://www.theconcretedonkeys.com/images/stfu.jpg">
 :P  :P  :P
« Last Edit: December 31, 1969 06:00 pm CST by Newbie »