Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

(EO) Bug List


Helladen
 Share

Recommended Posts

- I think [Map], etc should have a space after the player's name between the message. It just looks cleaner in my opinion. Easily fixed, but thought I'd share my thought of it.

- The target system if you target yourself it says your name, it should say yourself or something similar.

- The map editor when you click shop there's no way to get out of the menu unless you accept a shop, but I think there should be a cancel button.

- There needs to be a admin menu slash command. You can use this code if you want, or write your own. Easy implementation.

  **Commands:**

```
    Case "/ap"

          If GetPlayerAccess(MyIndex) < ADMIN_MONITOR Then
                        AddText "You need to be a high enough staff member to do this!", AlertColor
                        GoTo Continue
          End If

                frmMainGame.picAdmin.Visible = Not frmMainGame.picAdmin.Visible
```
- No character selection form.

- The drop form, esc and enter do not work and it should set your cursor's position there automatically.
Link to comment
Share on other sites

Not a bug. If an admin logs out with the editor open, so what? It's not like it's the players being able to do it.

I don't sanitise the administrating bits of the game. If admins use it wrong it's there own fault.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...