|
||
|
|||||||
| New Join Forum So your new to RunUO and looking to work with people that are new, this is the place. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Dec 2003
Location: The Restaruant at the End of the Universe
Age: 34
Posts: 289
|
I was just wondering if it was possible to have a non-AOS shard but implement the paladin and necromancer. I really like both of these play styles, but I hate all the artifacts and other stuff that comes with AOS.
|
|
|
|
|
|
#2 (permalink) | |
|
Quote:
I am not 100% on this but I believe you could do one of two things. Either go into your mobiles script and delete monsters and the item script for the artifacts and still have malas with its paladins and necromancers. Or to me a better way would be just not to create or spawn those items or monsters. ![]() |
||
|
|
|
|
|
#4 (permalink) |
|
Forum Novice
Join Date: Dec 2003
Location: The Restaruant at the End of the Universe
Age: 34
Posts: 289
|
Thanks guys...now I was looking at the AOS.cs and was checking out this area:
Code:
public class AOS
{
private const bool Enabled = false;//true to enable AOS
public static void Configure()
{
Core.AOS = Enabled;
Mobile.InsuranceEnabled = Enabled;
ObjectPropertyList.Enabled = Enabled;
Mobile.VisibleDamageType = Enabled ? VisibleDamageType.Related : VisibleDamageType.None;
Mobile.GuildClickMessage = !Enabled;
Mobile.AsciiClickMessage = !Enabled;
MobileStatus.SendAosInfo = Enabled;
SupportedFeatures.Value = ( Enabled ? 0x801F : 0x3 );
|
|
|
|
|
|
#8 (permalink) | |
|
Forum Novice
Join Date: Dec 2003
Location: The Restaruant at the End of the Universe
Age: 34
Posts: 289
|
Hey Phantom...I am planning on enabling AOS and just disabling the parts I don't want.
So is Ramacide right with Quote:
Hell...I'll try it out anyhow. |
|
|
|
|
|
|
#9 (permalink) | |
|
Account Terminated
|
Quote:
I am not going to respond if your asking a question about code somebody else suggested without even trying it, I don't work like that. |
|
|
|
|
|
|
#10 (permalink) |
|
Forum Novice
Join Date: Dec 2003
Location: The Restaruant at the End of the Universe
Age: 34
Posts: 289
|
Hehe...yeah I tried it, and that worked for disabling...now I'm just trying to work all teh AOS stuff out with the exception of those two skills. It's beginning to look more of a pain than its worth though. Oh well, I'm gonna keep at it till I definitely decide it is too much trouble to deal with. Hehe...Thanks for the help guys.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|