Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 10-26-2007, 11:56 AM   #1 (permalink)
Forum Novice
 
Join Date: May 2006
Location: Israel
Age: 23
Posts: 137
Default Two in One: Vulnerable vendors and Unicorn/Kirin sexism issues

Since these two topics are very small, I've decided to put them into one post:

How to make vendors vulnerable:
Locate the file BaseVendor.cs in scripts/mobiles/vendors.

Locate the following line:
Code:
public virtual bool IsInvulnerable{ get{ return true; } }
and set it to "false"

Sexism issues of Unicorns and Kirins:

By default, Unicorns will only allow female characters to tame and ride them. Kirins, on the other hand will only allow male characters to tame and ride. Here's a way to change it:

Open the Unicorn script in Scripts\Mobiles\Animals\Mounts and locate the following lines:
Code:
public override bool AllowMaleRider{ get{ return false; } }
public override bool AllowMaleTamer{ get{ return false; } }
and change here false to true.

As for Kirins. Same story:
Code:
public override bool AllowFemaleRider{ get{ return false; } }
public override bool AllowFemaleTamer{ get{ return false; } }
Enjoy.

Last edited by Lord Northern; 10-27-2007 at 09:16 AM.
Lord Northern is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5