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

merunes

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Everything posted by merunes

  1. I know that this sounds unpatiend but, is there some sort of "plan" or general Timetable to when the Java version will be Sort of available? i ask becouse i just started working with EW and to be honest..i rather would like to work in Java then in VB6.
  2. sry for my englsh im abit rusty and not a native speaker. > May need to be a little more specific, as the website itself is fine on my end. Some people their profile pictures or links do cause issues at times though. happens on Random sites of the Eclipsecommunity, my browser warns me that it is a hazard site or my virusdetecter says he detected a trojan file that tried to go onto my pc from this site. just wanted to know if it is..a common problem or just my virus detecter has a dislike for this site. > I don't really understand this question? the old character moddles looked like small fat children,but her where some pretty got tolls to make them out of parts that you could even integrate as Character Creators into the Engine. i would like to know if there is any Good tool around to create Sprites for the Game and that mabye could be used to make a ingame character creator so a player can make the sprite for his char before logging into the gmae
  3. Hello Eclipse Community im, sort of, new and want to attemp again to Programm with Eclipse, this time Eclipse Worlds. i got a Few Question and am thankfull for any answer and help i can get. 1\. Is it normal that my Virus programm always wants to block this website and says it downloads Trojans to my Pc? 2\. For Maps espaccialy, i aim for big larg Maps and a as good as possibel "Open" world. how i best Map? I heard you can Paint something and upload it as a "Map" with diffrent Layers, Or is it better to use tilsets, and if how to arrang them? One Long (top-bottom) tileset? a width (left-right) tilset or many small Tilesets, + i read about something if i use diffrent tilsets in the same map perfomance drops. 3\. is there a Place where i can see image rules, like..how Many rows every Spell, Animation or Character needs, how width and big they are…how many styles a icon needs? 4\. Is there a good tool to create sprites (not the little bulky ones) that i maybe even can integrate in a sort of character creation? Thanks for every answer.
  4. Thanks oǝɹo you was abit wrong with your answer but got me on the Right Track. The Number is not the Number the item have in Modconstants, rather it is the itemslot it is attached to. means: i have 12 equipslots for a player, the item the spell(can or cant't) cast is boudn to has the number 9, but is equiped in the 12\. equipmentslot. Anyway, much thanks you help me out.
  5. Okay….does this only work for Weapons?
  6. I tested it with the Full installed version, but there it also dont work. Money for the Auction is not given to the Seller. Real bug and not just me failing at following a Tutorial.
  7. Great tutorial thanks for putting this online, was searching for something like that, but i got a Bug. ~~If someone sells an Item, the selled item dont get removed from his Inventory, neither he gets the Money they buyer pays for the Item.~~ [Fixed] If someone Buys an item, the Currency he Pays, is given back to him after he Wons the Auction + the Seller dont get any currency at all. p.s. A nice feature would be if the Auctionmenu was only acessable via a NPC, a Sign or something like that.
  8. Thanks alot hedgy, how i can make the Background transparent? Any free Tools that can do that?
  9. I figured it out by myself, dont know why but the Varriable name "Tinket" crashed it. so i just renamed it and now all works fine.
  10. Hello EO-Community and sorry for Asking again but i switched from EO2.3 to Nightly 3.0 and got some Problems with the Sprites. I added some new Sprites in my new Nightly eclipse and made the Background with the same Color but, ingame the White background isn't transparent, are the Sprites and Icons handled diffrent in EO3.0? ![](http://s1.directupload.net/images/121017/2yqabg2e.png) And, second question any way to transform this with a Programm ![](http://s1.directupload.net/images/121017/ogrc3k3a.jpg) in the 4x4 Rows that EO uses? Thanks for every answer
  11. I tried this and tried to Make 12 Slots, not 9 i just added every step 3 more, but it dont work correctly, im very new to VB6 so…what i need to Change in the code so it Works? error right now: Some of the Item-type cant equiped and one Item-Type gives an Error when i try to Edit it in Item-editor Runtimeerror 380 Invalid Property Value Thanks for any Help
  12. merunes

    [Closed]

    *Push and hope noobody kills me*
  13. Thanks alot, the posts of the dead links are still somwhere in the Forum or are they lost to?
  14. So i searched the Forum awhile and came accros some questions: first of all, if the Peopel talk about eclipse 3.0 do they mean ( http://www.touchofdeathforums.com/community/index.php?/topic/127309-eclipse-nightly-releases-24-30/page__hl__%20project%20%20vertigo__st__0 ) or what version. second, i read that eclipse nightly is the "official" next eclipse version, correct? Last question many links seems to be broken, allmost no links in the index-lists of recourses and tools work, something wrong with my Browser, am i doing something wrong or are almost 90% of the links in the index bad? Thanks for all answers
  15. merunes

    Map-Maximum

    > I'm assuming you did this in Notepad, but this doesn't work. The compiled binary(The executables) do not use the src folder, it's just there so you can edit the code and compile your own version using Visual Basic 6. *Nod* tried that…adn then Portable. It is a pain to find a virtual Basic 6.0\. A freind of mine got a CD "Virtual Basic 6.0 Einsteiger Edition" on English Beginner Edition, does that work to or do i NEED enterprise or Professional?
  16. merunes

    Map-Maximum

    Hey Guys, im almost 100% sure that this is a dumb question. I found some advices to change the Map Maximum in the modConstants.BAS so i did it Public Const MAX_MAPS As Long = 100 changed to Public Const MAX_MAPS As Long = 125 but strangely it dont work, why?
×
×
  • Create New...