|
||
|
|||||||
| Custom Script Release Archive This is a pre-script database archive of what our users had released. |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Newbie
Join Date: Dec 2005
Posts: 42
|
i want to edit rare mounts scripts like unicorn firesteed and nightmare's i want that if controller hasnt got 80 tame skill pet disallow to ride.İ have wroted that:
public override bool AllowRider { public override bool AllowRider( Mobile Rider ) { if ( Rider.Skills[SkillName.AnimalTaming].Value < 80 ) Rider.SendLocalizedMessage( 1042318 ); // The unicorn refuses to allow you to ride it. } but it didnt work can u please help? crushteam@hotmail.com Last edited by egemen; 05-06-2006 at 11:36 PM. |
|
|
|
|
#3 (permalink) |
|
Forum Expert
|
thats the truth please repost this in script support
__________________
-Lichking- "I believe in Christianity as I believe in the sun... not because I see it but because by it I see everything else." C.S. Lewis Heed what I say, for it shall be mentioned only once.
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|