Profile  Register  Calendar  Memberlist  FAQ  Search Home  
Tribes RPG Forums : Powered by vBulletin version 2.0.3 Tribes RPG Forums > Main > TribesRPG Discussion > hmm, #setrace...
  Last Thread   Next Thread
Author
Thread    Post New Thread    Post A Reply
Gandalf
GoblinThief

Registered: Aug 2001
Location:
Posts: 60

hmm, #setrace...

Can anyone tell me how to setrace to stuff other than MaleHuman, FemaleHuman, and DeathKnight? I mean like the demos and minos and such (not talking about mimic here)

Report this post to a moderator | IP: Logged

Gandalf is offline Old Post 10-26-2001 03:14 AM
Click Here to See the Profile for Gandalf Click here to Send Gandalf a Private Message Click Here to Email Gandalf Find more posts by Gandalf Add Gandalf to your buddy list Edit/Delete Message Reply w/Quote
runtwing
TravellerPaladin

Registered: Aug 2001
Location:
Posts: 987

you kan't as far as I know...


__________________
there's 3 kinds of people in the world: The ones who can count and the ones who can't

Report this post to a moderator | IP: Logged

runtwing is offline Old Post 10-26-2001 03:46 AM
Click Here to See the Profile for runtwing Click here to Send runtwing a Private Message Click Here to Email runtwing Find more posts by runtwing Add runtwing to your buddy list Edit/Delete Message Reply w/Quote
Toaster
Master of Toast

Registered: Mar 2001
Location: JI & PoG's RPG
Posts: 2479

Just type Goblin Orc Orge Traveller Elf Minotaur Uber Undead etc.

Check the Undead (just consider or #getinfo them), they might be Skeleton and Zombie now.


__________________


Toaster

Read The Newbie Guide!

Report this post to a moderator | IP: Logged

Toaster is offline Old Post 10-26-2001 05:49 PM
Click Here to See the Profile for Toaster Click here to Send Toaster a Private Message Click Here to Email Toaster Visit Toaster's homepage! Find more posts by Toaster Add Toaster to your buddy list Edit/Delete Message Reply w/Quote
TridentRX
TravellerPaladin

Registered: Mar 2001
Location:
Posts: 952

No just DeathKnight, Human, MaleHuman, FemaleHuman

proof

code:
Extracted from Rpgfunk.cs function ChangeRace(%clientId, %race) { dbecho($dbechoMode, "ChangeRace(" @ %clientId @ ", " @ %race @ ")"); if(%race == "DeathKnight") storeData(%clientId, "RACE", "DeathKnight"); else if(%race == "Human") storeData(%clientId, "RACE", Client::getGender(%clientId) @ "Human"); else if(%race == "MaleHuman") storeData(%clientId, "RACE", "MaleHuman"); else if(%race == "FemaleHuman") storeData(%clientId, "RACE", "FemaleHuman"); setHP(%clientId, fetchData(%clientId, "MaxHP")); setMANA(%clientId, fetchData(%clientId, "MaxMANA")); RefreshAll(%clientId); } Extracted from Comchat.cs if(%w1 == "#setrace") { if(%clientToServerAdminLevel >= 3) { %c1 = GetWord(%cropped, 0); %c2 = GetWord(%cropped, 1); if(%c1 != -1 && %c2 != -1) { %id = NEWgetClientByName(%c1); if(floor(%id.adminLevel) >= floor(%clientToServerAdminLeve l) && Client::getName(%id) != %senderName) Client::sendMessage(%Tru eClientId, 0, "Could not process command: Target admin clearance level too high."); else if(%id != -1) { if(%c2 == "DeathKnight" && %clientToServerAdminLevel >= 4 || %c2 != "DeathKnight") ChangeRace(%id, %c2, %clientToServerAdminLevel); if(!%echoOff) Client::sendMessage(%TrueClien tId, 0, "Changed " @ %c1 @ " (" @ %id @ ") race to " @ fetchData(%id, "RACE") @ "."); } else Client::sendMessage(%TrueClien tId, 0, "Invalid player name."); } else Client::sendMessage(%TrueClien tId, 0, "Please specify player name & data."); } return; }


__________________
Trident_RX IronSphere
Admin Help page-Forum Sig Fixer-

Report this post to a moderator | IP: Logged

TridentRX is offline Old Post 10-26-2001 09:40 PM
Click Here to See the Profile for TridentRX Click here to Send TridentRX a Private Message Click Here to Email TridentRX Find more posts by TridentRX Add TridentRX to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 05:37 PM.    Post New Thread    Post A Reply
Last Thread   Next Thread
[ Show a Printable Version | Email This Page to Someone! | Receive updates to this thread ]

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 

< Contact Us - Tribes RPG >

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Anything posted on these forums or privately messaged to any dev
team member (including email) becomes property of the Tribes RPG team.