|
||
|
|||||||
| 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. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: May 2006
Location: Israel
Age: 23
Posts: 137
|
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; } }
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; } }
As for Kirins. Same story: Code:
public override bool AllowFemaleRider{ get{ return false; } }
public override bool AllowFemaleTamer{ get{ return false; } }
Last edited by Lord Northern; 10-27-2007 at 09:16 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|