|
||
|
|||||||
| 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) |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
I'm making a siege Perilous shard for my school. I'm sure there is a way to prevent peeps from going tom tram cuz I've seen it on other siege shards, But How Do I Prevent a player from EVEN SEEING trammel on the moongate menu. I've tried using Alien's (sorry for name but i dont remember where the damn underscores go) Public gates, and worked well did not have same artwork and all but was able tom remove tram completely and even add new locations BUT i also dled the FS player gov't system and the player cities only show up on the original public moongates. so how can I DELETE a facet from the menu of the ORIGINAL runuo publicmoongate or ADD the player Cities To ALIENS publicgates menu?
Added Questions on Similar Topic: Also i know you can change the starting locations of new players, but the uzerans turmoil quests can be a good learning experience for new players. is there a way to teleport them to felkucca as soon as they finish the qyuests? Also when a player is in malas tokuno or ish and use stuck option in help menu they are teled to the town they choose in trammel, how do i prevent this and make them go to fel instead. Last edited by Anti-Basic; 02-11-2006 at 04:27 PM. |
|
|
|
|
|
#2 (permalink) |
|
Forum Expert
Join Date: Mar 2003
Location: where I belong
Posts: 1,784
|
For the original PublicMoongate class, open up the file for it and locate the PMList class. It should be around the middle of the file. At the end of that class and just before the MoongateGump class, you'll see a few lines of code like this:
Code:
public static readonly PMList[] UORLists = new PMList[]{ Felucca, Trammel };
public static readonly PMList[] LBRLists = new PMList[]{ Felucca, Trammel };
public static readonly PMList[] AOSLists = new PMList[]{ Felucca, Trammel };
public static readonly PMList[] RedLists = new PMList[]{ Felucca, Trammel };
Anyway, to remove a facet from showing on the MoongateGump, delete its entry from the above four lists, and you should be all set. |
|
|
|
|
|
#3 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
It should be easy enough when you look at it so please try something and if you run into troubles post what you tried and the problems you got.
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
|
#4 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
|
|
#6 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
![]()
__________________
I always try to help
![]() Sometimes, I don't know how.... ![]() My Web Page Forum Rules ------------------------------------------------------------- Extensive OWLTR System | Token System | World Teleporters ------------------------------------------------------------- |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|