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. 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
  2. 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
  3. I am just having a look now I will edit this post if I find out how to do it.

    Edit: You seem to have to put two spaces after make, so it would be: /guild make  name
  4. The error is happening because the NumCharacters variable does not exist, is under different name or have you spelled it correctly?

    Can you post the original draw player name sub?
  5. Just for future reference when asking a question regarding an eclipse engine could you please state which engine you are using as it will help us give you the correct information. Also I am glad I could help.
  6. If you are asking if you can make and edit maps on eclipse vb the answer is yes. If you are asking if you can use the maps you have created in eclipse evolution in eclipse vb then I am pretty certain the answer is no.
  7. Eclipse Evolution is no longer supported on here, I have never used it so I cannot help you any further. I would suggest you use a different version your best option would be to use eclipse vb, which is the most up-to date open source version.

    You can find it here: [http://www.eclipseorigins.com/community/index.php?/topic/133745-eclipse-vb-24/](http://www.eclipseorigins.com/community/index.php?/topic/133745-eclipse-vb-24/)

    I hope this helps.
×
×
  • Create New...