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

Minimap in Dragon Eclipse


Ganjika
 Share

Recommended Posts

UPDATE: I got this to work, musthave misfollwed a step, just reinstalled and it worked i believe.

Followed this guide: [http://www.touchofde…760-ea-minimap/](http://www.touchofdeathforums.com/community/index.php?/topic/129760-ea-minimap/)

(EA) Minimap which is is Iheros Minimap system for EO converted to work with EA - although I have read

it should work for Nightly Dx8 versions, The original Minimap was Dx7

was trying to install minimap onto **dragon eclipse** and came across the following error upon compile(in modGraphics)

Sub or function not defined

' Render the bars

DrawBars

Z

(note: the 'Z' is what is highlighted)

Was also alil confused where it said

In modGraphics find

```
For I = 1 To Action_HighIndex

Call DrawActionMsg(I)

Next I
```

NOTE: For the above step for a FIND in modGraphics is anything neccasary or do i just leave it alone?

in Render Graphics and under it add

```
' Render the minimap

DrawMiniMap
```

(NOTE: For the above step for a UNDER ADD in Render Graphics… is this the "Render_Graphics" Sub or is it something else? also where would i put this if this is the render_graphics sub?)

UPDATE: to make this work for dragon eclipse as it comes as of the time o this posting I had to

in modGraphic - FIND and REMOVE - IF you are using a custom version of dragon eclipse that uses the admin stealth addition then

you leave this alone.

```

And (Not GetPlayerVisible(i) = 1 Or i = MyIndex)
```
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...