ScriptUO

Ultima Online Fan Board => UO Reference Information => Topic started by: Cerveza on June 30, 2009, 03:53:15 AM

Title: Player Types
Post by: Cerveza on June 30, 2009, 03:53:15 AM
{'HS',0,'Human Female'}, {'IS',0,'Human Male'},
{'MAB',0,'Wraith'},      {'SAB',0,'Horrific Beast'},
{'LAB',0,'Lich'},        {'QAB',0,'Vampire'},
{'WF',0,'Grizzly'},      {'VF',0,'Polar Bear'},
{'RD',0,'Gorilla'},      {'BG',0,'Black Bear'},
{'PG',0,'Wolf'},         {'YF',0,'Panther'},
{'AG',0,'Chicken'},      {'HG',0,'Dog'},
{'VE',0,'Slime'},        {'ND',0,'Orc'},
{'FE',0,'Lizardman'},    {'UC',0,'Gargoyle'},
{'XC',0,'Ogre'},         {'PE',0,'Troll'},
{'QD',0,'Ettin'},        {'FD',0,'Daemon'},
{'WG',0,'Rat'},          {'NF',0,'Rabbit'},
{'RF',0,'Cat'},          {'BB',0,'Bullfrog'},
{'JD',0,'Giant Serpent'},{'EG',0,'Llama'},
{'KG',0,'Ostard'},       {'EH',0,'Bake-Kitsune'},
{'SH',0,'Kirin'},        {'SC',0,'Unicorn'},
{'XU',0,'Male Elf'},     {'AV',0,'Female Elf'}}
Title: Re: Player Types
Post by: Endless Night on July 13, 2009, 06:51:36 AM
What does the 0 represent ?
Title: Re: Player Types
Post by: Cerveza on July 13, 2009, 07:17:02 AM
Donno, just copy/pasted from someplace and left it as is... Rep?
Title: Re: Player Types
Post by: Theosibo on July 13, 2009, 07:18:35 AM
Possibly some sort of txt delimiting formatting?  all you need for the coding is the code in the first set of ' ', amirite?

Title: Re: Player Types
Post by: Endless Night on July 13, 2009, 07:29:54 AM
Its probably rep .. as otherwise thiers no real way to tell a player wolf as oppossed to a game wolf.
Title: Re: Player Types
Post by: Gaderian on January 27, 2020, 08:40:49 PM
My apologies for the post resurrection, but this adds Gargoyle and ghost types
Code: easyuo
  1. ;                Male   Female
  2. ; Human           IS    HS
  3. ; Human Ghost     KS    JS
  4. ; Elf             XU    AV
  5. ; Elf Ghost       ZU    KV
  6. ; Gargoyle        OCB   NCB
  7. ; Gargoyle Ghost  IDB   HDB
Title: Re: Player Types
Post by: Endless Night on January 28, 2020, 01:00:48 PM
There are many many more forms than these...  secrets secrets secrets :) 

But above are the basics.
Title: Re: Player Types
Post by: Gaderian on January 28, 2020, 01:03:28 PM
My goal was to identify the gargoyle and ghosts. I never could find those specified online.