Author Topic: Prying your minds for more knowledge - Bot Types & Anoth  (Read 3155 times)

0 Members and 1 Guest are viewing this topic.

bigbigger9

  • Gnoll Fighter
  • **
  • Posts: 73
  • Reputation: +0/-0
Prying your minds for more knowledge - Bot Types & Anoth
« on: September 10, 2003 04:11 pm CDT »
I know I'm lazy... I could sit and try to do this all on my own, but this is faster, and I don't think you guys mind helping too much, so here goes.

First Q:

What are all the bot types? (Example: runt, thief, warlock, etc.)

Second Q:

Can I fetchdata for admin level? (from the client, to find out if he does or does not have admin)

Thanks for the help!
« Last Edit: December 31, 1969 06:00 pm CST by bigbigger9 »
~bigbigger9

FrieD

  • Orc Thrasher
  • ***
  • Posts: 121
  • Reputation: +0/-0
(No subject)
« Reply #1 on: September 10, 2003 04:30 pm CDT »
Hey
umm for the first question look at lidges site i think he has all of those and the second one r u looking for the admin command or something i dont know about yet
~FrieD
« Last Edit: December 31, 1969 06:00 pm CST by FrieD »

Silvanoshei

  • Centurian Lord
  • ********
  • Posts: 1,804
  • Reputation: +0/-0
(No subject)
« Reply #2 on: September 10, 2003 05:25 pm CDT »
Extracted from EnemyArmors.cs.

Code: [Select]
$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";
« Last Edit: December 31, 1969 06:00 pm CST by Silvanoshei »

The DoDoDo.

Your opinion is worthless unless you can support it.
We are not responsible for your stupidity.
I don't take sides. I take action.

Currently Playing:  Warcraft III [PC]

bigbigger9

  • Gnoll Fighter
  • **
  • Posts: 73
  • Reputation: +0/-0
(No subject)
« Reply #3 on: September 10, 2003 07:09 pm CDT »
Thanks a bunch.

Anybody know about the fetchData though?

I just don't know if the client can fetch his own admin level?

(I should note, I want to do this without using Deus pack)
« Last Edit: December 31, 1969 06:00 pm CST by bigbigger9 »
~bigbigger9

UnderGod

  • Centurian Lord
  • ********
  • Posts: 2,691
  • Reputation: +0/-0
(No subject)
« Reply #4 on: September 10, 2003 09:20 pm CDT »
No you can't fetchData an admin level for security reasons, and the fact that it isn't a stored variable
« Last Edit: December 31, 1969 06:00 pm CST by UnderGod »
"The right man in the wrong place can make all the difference in the world"