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

Santini

Members
  • Posts

    137
  • Joined

  • Last visited

    Never

Posts posted by Santini

  1. No, I meant this topic: [http://www.eclipseorigins.com/community/index.php?/topic/134754-some-event-bug/#entry913312](http://www.eclipseorigins.com/community/index.php?/topic/134754-some-event-bug/#entry913312)

    Anyway, my point is if you're using Eclipse Origins 4.0 you cannot edit it with VB6 as it is closed source.
  2. 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)
  3. 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.
  4. Hopefully this may be of some help: [https://support.norton.com/sp/en/uk/home/current/solutions/v6200368_NAV_Retail_2011_5_en_us](https://support.norton.com/sp/en/uk/home/current/solutions/v6200368_NAV_Retail_2011_5_en_us)
  5. The engine is not outdated it is saying the client is outdated compared to the server. Follow this to fix it:

    Client side you need to go to project > EVB Properties then click the make tab and you need to make sure the version number matches the values below server side in mod constants:

    ' Version constants
    Public Const CLIENT_MAJOR As Byte = 2
    Public Const CLIENT_MINOR As Byte = 4
    Public Const CLIENT_REVISION As Byte = 0
×
×
  • Create New...