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

Santini

Members
  • Posts

    137
  • Joined

  • Last visited

    Never

Everything 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. Have you actually set a name or mapped some of the fifth map before trying the set the warp to it?
  3. 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
  4. Santini

    GUILDS ERROR!

    So for example you had to put: /guild make - Test
  5. I have never noticed it before, and have never seen a topic on here about it. I would suggest you create a new account and see if it happens again. Also what engine are you using? (i.e Eclipse VB)
  6. You haven't made any changes to the engine?
  7. Have you checked your account does actually exist?
  8. Santini

    GUILDS ERROR!

    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
  9. Santini

    GUILDS ERROR!

    Can you put what you are typing in?
  10. Santini

    [EO] GM/DEV Tags

    Not without editing a few things.
  11. Santini

    [EO] GM/DEV Tags

    I don't have the prospekt source but if you pm me it I will take a look at it for you.
  12. Santini

    [EO] GM/DEV Tags

    Remove the full stop from the end.
  13. Santini

    [EO] GM/DEV Tags

    OK, you need to change NumCharacters to Count_Char.
  14. Santini

    [EO] GM/DEV Tags

    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?
  15. Santini

    [EO] GM/DEV Tags

    Can you tell us what error it is giving you?
  16. 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.
  17. In the map editor all you have to do is click send and the maps are saved server side.
  18. Could you say what you did to fix it so that if someone else has the same problem and comes across this they can fix it as well.
  19. Is it definitely a textbox? Is the spelling of the name correct (the control on the form)?
  20. I am glad it is working.
  21. 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.
  22. 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.
  23. Sorry, I meant which version/type of eclipse are you using (i.e eclipse vb, dragon eclipse, eclipse advanced)
  24. Which engine are you using?
  25. Is there a message with the error or does it just say Error 339.
×
×
  • Create New...