Resource icon

In Game Tracking System 2018-09-22

No permission to download
Requirements
Servuo
This system will all your players to add bugs / missing spawn etc to a ingame tracker that will allow staff to assign roles and keep them updated on the progress of completing the issues that have been raised.

Its a simple drag and drop system that should work on everything from runuo to servuo.

Use [viewissues in game to bring up the gump and add or modify a issue

There is only 1 file that you should edit to suit you shard.

TrackerSystem.cs line 179

Code:
public static void Configure()
        {
            m_Users = new Dictionary<int, ITrackerUser>();
            m_AllUsers = new List<ITrackerUser>();

            RegisterMember( 0, "Unassigned" );
            RegisterMember( 1, "Owner" );
            RegisterMember( 2, "Co Owner" );
            RegisterMember( 3, "Sidio" );
            RegisterMember( 4, "Name Here" );
            RegisterMember( 5, "Name Here" );

            RegisterGroup( 10000, "Development Team" );
            RegisterGroup( 10001, "Spawn Team" );
            RegisterGroup( 10002, "World Designer Team" );
            RegisterGroup( 10003, "Decoration Team" );
        }

Here you can change the names of the roles you have on your shard or even put in a certain staff character name.

I will be looking at updating this to hopefully be able to get it to push it to your shards website.
  • Like
Reactions: Morgion
Author
UoSidio
Downloads
67
Views
2,640
First release
Last update
Rating
0.00 star(s) 0 ratings
Back