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. Hello, I believe your best bet would be to use Eclipse Worlds engine as it is the most updated and supported.
  2. As SkywardRiver said it is looking much better now, I don't know what it is but I kinda like the style of the new one.
  3. I also agree 100% with what Marsh said.
  4. To open this you will need to have XNA 4.0 Refreshed installed which adds support for vb.net.
  5. Why don't you set the players sprite back to normal when the player un-equips the desired item?
  6. Oh sorry, something like free multiplayer online game maker.
  7. @Spiral No, RPG Maker is not open source. However it does have a scripting system. Also I found Eclipse via google.
  8. Santini

    Size of a square

    I was talking about eclipses tiling engine where each tile is 32x32 pixels.
  9. Santini

    Size of a square

    If by square you mean tile there are 32 pixels as the tiles are 32x32 pixels.
  10. 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.
  11. Which version of Eclipse are you using? Because I noticed you posted in the help section for Eclipse 4.0, which is not open source. Meaning you couldn't edit it with VB6 if you wanted too.
  12. I believe you can edit the source with notepad but you would still need VB6 to compile it.
  13. Santini

    Classes.ini error

    Should have checked which engine he is using or board he posted in. ;)
  14. Santini

    Classes.ini error

    What are you trying to open classes.ini? Just use notepad.
  15. I had trouble with cookies when I was using the webbrowser control and eventually ended up using Awesomium which is a free for non commercial use webbrowser control. So you could try that.
  16. 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)
  17. 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.
  18. Hello, If you need help with selecting the nearest NPC, feel free to PM me and I will do my best to help you with it. As I do not want to take this thread off-topic.
  19. Is it meant to target only NPCs within spell range? Because from looking at the tutorial it does not look like it is.
  20. You are receiving that error because the function FindNPCInRange does not exist. What engine are you using?
  21. I believe it is in the Custom Version section.
  22. Eclipse Origins 3.0 contains an event system and is open source, so you would be able to take it from their and put it into your engine. However I doubt it will be very easy.
  23. Santini

    Norton 360

    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)
  24. If you are talking about Eclipse Origins 4 (Silver/Gold), they are not open source. Meaning you cannot edit them with VB6.
  25. 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...