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

[ENGINE] Eclipse Advanced v3.0.21


tslusny
 Share

Recommended Posts

  • Replies 933
  • Created
  • Last Reply

Top Posters In This Topic

@Synergy:

> Okay, so I've found the frmMain.width = in the code:
> ```
> frmMain.Width = 12090
>     frmMain.Height = 9420
> ```
> But that's not 800x600? Or is it not 'measured' in pixels or something odd? :embarrassed:

yea its not in pixels
Link to comment
Share on other sites

Please, post a tutorial how to edit the GUI, i tried in INI file, ok i resized for the new picture that shiet where goes the hp, mp, exp bars , but not seems to work when i replace it with a new thing.

And what's up with that problem in 3.01 (maybe u fixed it in 3.02) when i warped to map 6 it was blocked half the map, there were no blocking attirbutes,then all maps except 1 , 2 , 3 , 4 , 5 , were blocked.

I deleted the maps from server and client  ,then boom Error 9, i didn't open it in VB to see the error, but….whatever,if it happens again i'll see and post it
Link to comment
Share on other sites

@Synergy:

> It seems that the buttons of the menu (inv, party, char, trade, etc.) aren't quite in line. You have to put your mouse slightly above the button or right at the top of it to be able to click on it.

its becouse of differentresolution of your pc globalx and globaly are not set correctly im trying to fix it
Link to comment
Share on other sites

Hello my friend! I don't know why You don't added characters and main menu screen from "CS:DE" but maybe You can add this addon:
http://www.touchofdeathforums.com/smf2/index.php/topic,73720.0.html ?

Of course I have next idea. Maybe You can add select characters screen to this release?
Link to comment
Share on other sites

@tepe15:

> Hello my friend! I don't know why You don't added characters and main menu screen from "CS:DE" but maybe You can add this addon:
> http://www.touchofdeathforums.com/smf2/index.php/topic,73720.0.html ?
>
> Of course I have next idea. Maybe You can add select characters screen to this release?

I dont added CS:DE mainmenu yet becouse im too lazy :P But i will add it later.

* * *

Overview of next release

[![](http://www.freemmorpgmaker.com/files/imagehost/pics/fce80b9f909e04ba5632c2eb0a842ebd.PNG)](http://www.freemmorpgmaker.com/files/imagehost/#fce80b9f909e04ba5632c2eb0a842ebd.PNG)
Link to comment
Share on other sites

Please before you do that fix this annoing MAP BUG, on map 6,7,8,9…etc.  its the same bum candy,only first 5 maps are working.
I DELETED 3 times the maps in server and client! still not working

How the bug looks like,i filled the map and this hppens,where is black means its blocked,i cannot walk dunno why,and cannot put any tiles.

>! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/825dd7f3f6b9e4b24bf6a1a879623bb5.png)
Link to comment
Share on other sites

@Joyce:

> Simple fix, go into your map properties, looks like it's the default EO mapsize coming up for some reason.

yes,u were right, but the problem that all the maps were  x14 y11 was that in server in modConstants wasnt edited that to be x28 y18

Don't forget to do that Beam,ot others will get confused too

Another bug is,that i cannot scroll up or down in chat box
Link to comment
Share on other sites

Unrecoverable DX8 Error. Opps :(

Deleted all my maps:

Sub' out of range:

```
Public Sub UpdateMapBlock(mapnum, x, y, blocked As Boolean)
    If blocked Then
        MapBlocks(mapnum).Blocks(x, y) = 9
    Else
        [b]MapBlocks(mapnum).Blocks(x, y) = 0[/b]
    End If
End Sub
```
Link to comment
Share on other sites

Quick update and release good work :)

Hot bar is working fine apart from one issue, when you use a consumable (Hp Potion or the Bread in Demo) from the hot bar it does not refresh to show item has been used, even though Item has been removed from Inventory.
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...