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

sephiroth976

Members
  • Posts

    60
  • Joined

  • Last visited

    Never

Posts posted by sephiroth976

  1. > Yes, the house system, GUI editor, and instanced system will be put into Eclipse Worlds 1.3.0\. Think of EW 1.3.0 the official switch for the community to my flavour. JC's work did not go to waste though, because his event system is in my flavour as well as many improvements he made.
    >
    >  
    >
    >  
    >
    > I may very well swap out the quest system to his (can't remember of his has a quest system). A lot of these features may be put off til later, because it is indeed a lot of work to make sure it all works flawlessly together.

    The biggest thing for me in EO4 that made me want to use it was the added GUI editor. For someone like me who has to rely on other people for programming but also love making GUIs it was pretty epic and made it so much easier for me to work with while designing GUIs, so hearing that the GUI editor will still be available is pretty awesome!

    EO4 had a quest system, but ive found several bugs with it, if you plan on using that one and want a more detailed bug report id be happy to help.
  2. The server has actually been down for hours now, it just says "cant connect to auth server", and then logs me in as silver, is anyone on this?
  3. > yes to both
    >
    >  
    >
    > 1st: just set it up the spawn point file make it what u want then on map editor put the event in exact same place and make it that as soon as it enters it runs and you can edit rest from there.
    >
    >  
    >
    > as for 2nd use conditional branch once player level 10 talk to chester to change class
    >
    > if you need more help feel free to pm me

    The problem is you can still choose that second class in the character creator, i would also like to see a way to disable a class from the character creator in a future update
  4. I was thinking more as a conditional branch type thing, with that you could easily make something like a warp screen where you have a map showing different locations and you could use your arrow keys to choose where to warp.
  5. Hey, im curious if its possible you could implement a "on keypress" type thing for the event system? It doesnt sound like it would be the hardest thing to implement, but i dont really know, im not that experienced in programming, even if theres conflicts with other systems that use the same keys, at least you could implement the system for a few select keys like the arrow keys and enter or something like that

    I think this would open up for a lot more customization, like creating menus and systems using images and events
  6. I assume the projectile update means we will be able to make projectile type weapons like guns and bows, im just curious, will bows and guns etc have specific ammo? or do they need ammo at all?

    I think it would be pretty cool if you can choose the ammo it uses, so you can make different kinds of guns for example with specific ammo for them.

    Im just asking cause theres several different ways you could implement this, im just curious how exactly its going to work.

    EDIT:

    Also i know older versions of eclipse made you drop all your stuff on death, i was wondering if it would be possible to add an option for that, i realize most people wouldnt want that but i think it might be fun to try and make a small survival type of game with the projectile system, if it works like i hope it does that is
  7. I was trying to add quest icons with events when i realized.. theres a quest icon option in the event editor, but its grayed out and i cant use it.. so im just curious if this is implemented or if i need to add a specific folder of icons or something

    Oh and if you do a conditional branch for "if quest can be started" and have it change sprite depending on that with a parallel process it will spam your chat with a level requirement message if it returns false, kind of annoying seeing as its the only way to add quest icons if the option isnt implemented or finished yet
  8. Okay seriously guys, can someone who worked on this please reply? I mean you have to know this if you worked on it, i know this was possible before so either you know or you took it out, either way i need to know if i can have music on my login screen or not, in fact im surprised so few people have asked this, unless im just missing something..
  9. I know there was something like that in the other versions, but it doesnt seem to work here.. unless it has to be midi files, i use mp3s in the game so when i tried adding "MenuMusic=songname.mp3" under port it didnt do anything, i tried without .mp3 at the end too but still no music
  10. Is there a way to set menu button sounds? like, is there a certain name i can give a sound file so that it will be chosen for the menu buttons?

    I dont suppose there is a menu for choosing sounds for those kinds of things.. also how can i set the music for the login screen?
  11. You can already copypaste events, i actually found this out by accident, i just thought "how could wouldnt it be if i could just hover and do ctrl + c / ctrl + v" and i did and it totally worked, completely shocked me that i didnt know this :P

    EDIT:

    And my own little suggestion i also made in another thread, box items that has a chance to drop one of several selected items with a % chance, for example, have 2 possible items in the box, one more rare then the other, but only drop one, i always had this implemented in the source when i worked with other engines, its always a big part of my projects and i use them as equipment boxes so you can get the item for a random class or at a slightly better grade.
  12. On a sidenote, you can disable the levels by simply setting max level to 1 and remove all the level text and the exp bar with the GUI editor, but i think the custom GUIs only work with gold
  13. That would probably work, but in the long run it would be a lot more work when you deal with a large number of different boxes for different sets of equipment.

    On a side note tho, like Sealbreaker mentioned, having items and maybe skills that can trigger events would open for more customization without having to mess with the source, i used those features a lot when i used to work with RPG Maker, but its just a thought, something like this would be nice to see in a future update.
  14. Sounds like a good idea.

    By the way, is there a board for suggestions? or do you take suggestions? theres a sort of simple thing that i always tried to implement myself when messing around with eclipse, but since this is not open source i wanted to make a suggestion for it.

    Il just type it up here, what im talking about are boxes, an item that you can double click and it will give you one of several items at random, i find them very useful for creating equipment boxes that can drop either a random armor piece or weapon boxes that have a small chance of dropping higher level weapons.
  15. Hey i just today found out about the new Eclipse and i have to say i was kinda amazed, and so i figured i might aswell get a gold license, i read you need to log in with an account but i didnt realize the account on the game server was separate from the one on the site, so i bought it and payed through paypal THEN i logged in with the server and it keeps logging in with silver, so i was just curious if it will fix itself and just takes a while or if i had to let someone know?
  16. Well like i said my knowledge of the engine is limited, and at the moment i cant edit the source myself unless i connect my old computer again (which is a bit of a pain at the moment)

    My pricing might be a little off but because i already said 20$ im going to stick with it if someone wants to earn some easy $
  17. **Before we start..**

    I made a topic about needing some payed programing help a while back, but it quickly died out as i decided to wait for Eclipse Advance instead of using CS:DE as a base, and now its pretty much reached its final version (according to the programmer)

    Also, yes.. i am making a Zelda game with eclipse, and yes.. i realize that is probably the least original game idea on this entire forum..

    That being said.. i need some help programing a few simple features into the engine, i have very limited source knowledge of eclipse and at the moment i cant even install vb6 on my new computer.

    **What i need..**

    Instead of posting a whole bunch of systems in this thread like last time, im just going to post them one by one as i need them made, the first thing i need is this:

    Enemies dropping more then one item, for example 50% chance of dropping 5 rupes and 10% chance of dropping a "Equipment Box"

    Which leads me to the second part, i need boxes that will give a random item, for example a "Equipment Box" will have a number of weapons and armors, and by double clicking it, you get a random one (should be able to hold quite a lot, maybe a 255 limit like other things ive seen in the engine, i plan on having more of the same items to increase the chances of getting a lower level item rather then the higher level ones)

    Im offering 20$ to anyone who wants to do this with the latest (3.0.21) version of Eclipse Advanced, but as always, im willing to discuss prices further if necessary.

    **Payment..**

    All payments will be done through PayPal, im willing to pay everything in advance if people can vouch for you, if not il pay half in advance and then the other half when its done.

    **I will also vouch for you and put some info about what you did in this thread.**

    Thanks for reading.
  18. Ooo you added the description thing ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png) gonna update and check it out

    Edit:

    My antivirus actually removes the exe in this update because its "unsafe", could it have caught a virus?

    Also you forgot to update the red text on the front page to .9
  19. I have another bug i think, but im not sure actually.. and im not sure if its "will" or "int" that will increase magic damage, but magic always does the same damage for me no matter how much i have on will and int, anyone know if this is a bug? also when i learned a spell from a scroll it didnt appear in my skills list until i tried moving the empty slot around

    Im using 3.0.7 but i havent heard this mentioned yet so i dunno if its fixed in .8
×
×
  • Create New...