|
||
|
|||||||
| 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) |
|
Join Date: Feb 2005
Location: Denmark
Age: 29
Posts: 93
|
Hey guys, im pretty new at this so im hoping you can help me out here. I have installed the RunUO software and the popular spawn script. What i dont want is items from Samurai Empire and AoS, can i remove this in a simple way or is it a tough one ?
|
|
|
|
|
|
#2 (permalink) |
|
Super Newb Moderator
Join Date: Jan 2004
Location: East Coast
Age: 34
Posts: 638
|
In se.cs and aos.cs change the following line to false \scripts\misc is where they can be found
Code:
public const bool Enabled = true;
__________________
Merlin Forum Moderator The RunUO.com Forum Moderator Team DON'T PANIC Forum Rules Forum Rules And Guidelines |
|
|
|
|
|
#3 (permalink) |
|
Join Date: Feb 2005
Location: Denmark
Age: 29
Posts: 93
|
Thanks alot
![]() will this remove all items from these expansions from my world ? Currently the liches seem to drop some SE/AOS items i have no idea whats for since i stopped playing UO long before they arrived. Thanks again for your help. |
|
|
|
|
|
#4 (permalink) |
|
Super Newb Moderator
Join Date: Jan 2004
Location: East Coast
Age: 34
Posts: 638
|
Code:
public override void GenerateLoot()
{
AddLoot( LootPack.Rich );
AddLoot( LootPack.Average );
AddLoot( LootPack.MedScrolls, 2 );
__________________
Merlin Forum Moderator The RunUO.com Forum Moderator Team DON'T PANIC Forum Rules Forum Rules And Guidelines |
|
|
|
|
|
#6 (permalink) |
|
Super Newb Moderator
Join Date: Jan 2004
Location: East Coast
Age: 34
Posts: 638
|
Np
__________________
Merlin Forum Moderator The RunUO.com Forum Moderator Team DON'T PANIC Forum Rules Forum Rules And Guidelines |
|
|
|
|
|
#7 (permalink) |
|
Join Date: Jan 2004
Posts: 18
|
ON almost the same subject, could someone point out where I could (and if possible) return JUST the AOS resist (with all the elements) back to the original resist and damage. Just that...I want to keep all the AOS features besides that.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|