Barclay

Member
As the title says, I am looking for the code that will place a statue of an Ethereal Mount in the backpack of every new player who joins my Shard. I've been working the Character Creation script and tried a few variations of this: PackItem(new EtjerealMount(); but good.
 
As the title says, I am looking for the code that will place a statue of an Ethereal Mount in the backpack of every new player who joins my Shard. I've been working the Character Creation script and tried a few variations of this: PackItem(new EtjerealMount(); but good.
try adding the etheral like I did here
if (young)
{
NewPlayerTicket ticket = new NewPlayerTicket();
ticket.Owner = newChar;
newChar.BankBox.DropItem(ticket);

BagOfAllReagents bag = new BagOfAllReagents();
newChar.BankBox.DropItem(bag);

EtherealPolarBear mount = new EtherealPolarBear();
newChar.BankBox.DropItem(mount);
 
you have to specify the type of mount rather than "EtherealMount"
PackItem(new EtherealHorse()); //works fine
 

Active Shards

  • Unchained
    Custom (Classic)
    • Players
    • 146 Online
    • 273 Peak
  • The Crossroads
    Mondain's Legacy
    • Players
    • 90 Online
    • 190 Peak
  • UO Eventine
    Custom (Classic)
    • Players
    • 79 Online
    • 137 Peak
  • Insane UO
    Endless Journey
    • Players
    • 73 Online
    • 105 Peak
  • UO: New Renaissance
    Custom (Classic)
    • Players
    • 25 Online
    • 85 Peak
  • CALYPSO
    Custom (Modern)
    • Players
    • 21 Online
    • 30 Peak
  • UO Enigma
    Custom (Modern)
    • Players
    • 21 Online
    • 172 Peak
  • Pandora
    Custom (Modern)
    • Players
    • 20 Online
    • 32 Peak
  • UO Phoenix
    Custom (Classic)
    • Players
    • 19 Online
    • 48 Peak
  • Arth
    Custom (Modern)
    • Players
    • 18 Online
    • 34 Peak

Donations

Total amount
$0.00
Goal
$500.00
Back