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

6 Icons in the Corner of Eclipse Mega


azaew
 Share

Recommended Posts

Ive loaded up Eclipse Mega started server, opened client, registered then entered everything was good and fine, but there was 1 error the 6 Inventory,spells,options,etc… Icons werent there and i couldnt figure out how to get them there - any ideas? ![:unsure:](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/unsure.png)
Link to comment
Share on other sites

We don't really offer support for custom versions… However, it sounds like the graphic files are missing, hence the error and lack of icons.

I suggest you redownload the engine and make check if the icons are there; your download might have been missing them for some reason.
Link to comment
Share on other sites

[See any menu buttons in the screenshots?](http://www.touchofdeathforums.com/community/index.php?/topic/129719-eclipse-mega/page__hl__%2Beclipse+%2Bmega)

No error here, folks. You're not the first to make this mistake. What you mean is there is an extra feature which you'd like to implement. When you use language poorly, you often get less-useful replies like the one above from Goose (who, I think, assumed you know what an error actually is). [/petpeeve]

Anyway, lucky for you, the code was left in, so you can put it back easily! Remove the single quotation marks from the following code:

modGraphics DrawGUI:

```

'If GUIWindow(GUI_MENU).Visible Then DrawMenu

```

modInput HandleMouseMove

```
Select Case i

Case GUI_CHAT, GUI_BARS ', GUI_MENU
```
modInput HandleMouseUp```
'Case GUI_MENU

' Menu_MouseUp
```
modInput HandleMouseDown```

'Case GUI_MENU

' Menu_MouseDown Button

' Exit Sub
```
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...