|
||
|
|
#1 (permalink) |
|
Ronin
|
This is a little staff tool that I put together for our shard. I thought I'd go ahead and share it in case anyone is interested. I'm still adding functionality to it so expect another version or two. Feel free to request any additional things you might like to see on it - ideas are welcome.
Summary: The orb assists staff in various tasks such as access level switching and in-game movement. Description: Double-clicking the orb initially will assign it to that staff member so that only they can use it. Once this is done, it's irreversible. After that, a double click will alternate between player level access and their staff level access. The context menu allows for setting a specific point (map and 3D) and going to that location. This will be helpful for the staff to get back to GA (or where ever you meet) at the end of the day. ![]() Version 3.0: Added auto-res functionality - when staff dies in player mode, the mode is switched back to their staff level and they are automagically resurrected. Installation: As easy as throwing it in your custom scripts folder. Current Version: 3.0 |
|
|
|
|
|
#5 (permalink) |
|
Join Date: Mar 2004
Location: Chattanooga, Tennessee
Age: 32
Posts: 124
|
Great script david
...Tyran, to make this to where your staff member isn't immortal... change this Code:
// return to staff status from.AccessLevel = m_StaffLevel; from.Blessed = true; Code:
// return to staff status from.AccessLevel = m_StaffLevel; from.Blessed = false; |
|
|
|
|
|
#6 (permalink) | |
|
Ronin
|
Quote:
|
|
|
|
|
|
|
#9 (permalink) |
|
Forum Novice
|
i love the idea of this script, but i was also wondering if its posible to make it sothat you can not only change the access level of the staff member but also the name and title of the staff member (having it ediable with eather a gump or in the [props area
|
|
|
|
|
|
#10 (permalink) | |
|
Join Date: Dec 2003
Posts: 1,069
|
Quote:
__________________
HI! |
|
|
|
|
|
|
#12 (permalink) |
|
Forum Novice
Join Date: Dec 2005
Age: 19
Posts: 130
|
this script casuses my shard to crash everytime i try to change back to staff..
error log: Code:
System.IndexOutOfRangeException: Index was outside the bounds of the array. at Server.Mobile.set_AccessLevel(AccessLevel value) at Server.Items.Staff.StaffOrb.SwitchAccessLevels(Mobile from) at Server.Items.Staff.StaffOrb.OnDoubleClick(Mobile from) at Server.Mobile.Use(Item item) at Server.Network.PacketHandlers.UseReq(NetState state, PacketReader pvSrc) at Server.Network.MessagePump.HandleReceive(NetState ns) at Server.Network.MessagePump.Slice() at Server.Core.Main(String[] args) |
|
|
|
|
|
#13 (permalink) | |
|
RunUO Forum Moderator
|
Quote:
The scripts in the archive aren't supported in RunUO 1.0.0. If you want this script to work either look for it in the custom script releases (where all the RunUO 1.0.0 fully compatible scripts are) or try to fix it yourself.
__________________
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 | |
|
|