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

Need help with 3 things


SharicX
 Share

Recommended Posts

Hi everyone,

I need help with 2 things. First off, I have VB6, but the issue is this:

1) I have Dragon Eclipse and I want to make the character run when I hold Shift. What file do I edit to do that and what line?

2) Is there any way to make a bridge? I want so people can walk under it and walk on top of it too.

3) Could someone lead me to a Buff spell system on this forum? I need one.

Thank you in advance. :)
Link to comment
Share on other sites

Hello,

1) I believe you need to switch these constants client and server side:

```
' Constants for player movement: Tiles per Second
Public Const MOVING_WALKING As Byte = 1
Public Const MOVING_RUNNING As Byte = 2

```
2) It is possible but not without editing the source.

3) I will have a look and see if I can find one.
Link to comment
Share on other sites

modConstants.

Also Spell Buff system: 

[http://www.eclipseorigins.com/community/index.php?/topic/125070-eo-buffdebuff-spells-v12/?hl=%20spell%20%20buff%20%20system](http://www.eclipseorigins.com/community/index.php?/topic/125070-eo-buffdebuff-spells-v12/?hl=%20spell%20%20buff%20%20system)
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...