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

tepe15

Members
  • Posts

    72
  • Joined

  • Last visited

    Never

Everything posted by tepe15

  1. fullscreen multiple characters per account characters titles achievments system if you want more ideas i can write later :) I hope when you implemented dx8 all old feauters will be aviable in 1.7.0
  2. Solved! Thank you so much Tael :)
  3. I want use button to change class I solved this problem. ``` Private Sub Command1_Click() cmbClass.ListIndex = cmbClass.ListIndex + 1 End Sub ``` For cmbClass: Visible - No This button works. but i got error when I want skip the last class. Run-time error 380 Invalid property value Okey so, i can use this code: ( I have 6 classes ) ``` Private Sub Command1_Click() cmbClass.ListIndex = cmbClass.ListIndex + 1 If cmbClass.ListIndex > 5 Then cmbClass.ListIndex = 0 End If End Sub ``` but i still have error Run-time error 380 Invalid property value cmbClass.ListIndex = must be 0 because if I give 1 I don't see my first class If i Give this code: ``` Private Sub Command1_Click() cmbClass.ListIndex = cmbClass.ListIndex + 1 If cmbClass.ListIndex > 4 Then cmbClass.ListIndex = 0 End If End Sub ``` I dont' see last class …. Do You have some ideas? one solution what I came up with is to add one empty class but it doesn't solution for the problem and this class is visible in combobox if combobox is of course visible
  4. Hello guys! I use eclipse Worlds and I have a little problem. I want add new button to select class but i don't know how code I must use for this. Combo box is not elegant. I have something like this: ``` ' next class NewCharClass = NewCharClass + 1 If NewCharClass > 3 Then NewCharClass = 1 End If ``` But this code doesn't work in Eclipse Worlds. Can you help me?
  5. 9828 ++ people starving in Ethiopia
  6. > *You should have a valid license or usage rights for MS Visual Basic 6 to use this product ;) From: [http://kickass.to/visual-basic-6-1-1-all-inclusive-t9166439.html](http://kickass.to/visual-basic-6-1-1-all-inclusive-t9166439.html)
  7. > Where eclipse stable, eclipse evolution, and total eclipse? > Kazuto, on 18 Aug 2014 - 01:35 AM, said: > > Where's EO 2.0, 2.3, 3.0 ??? Because it is not custom version. > Zetasis, on 18 Aug 2014 - 05:32 AM, said: > > Why isnt Rob Janes source on here? It's open source as well as a very unique engine and Rob still fixes the bugs that get reported. > > [http://www.eclipseorigins.com/community/index.php?/topic/129958-eclipse-some-unique-name-here/](http://www.eclipseorigins.com/community/index.php?/topic/129958-eclipse-some-unique-name-here/) Added. In my opinion now Eclipse Worlds but with this five options will be perfect: - Pet system with ACP and Item for summon - Auction System + Option for npc - Multiple Characters per Account - Instanced Maps - Fullscreen My vote for Eclipse Worlds but others engines has many unique functions :). > I will keep improving on it, looks like people are liking it more and more. :) Although, I am more focused on Nin Online and a new engine now. I will make converters for Eclipse to the new engine, but a lot of data will be lost. New engine? So Eclipse Worlds will be not continue?
  8. What do you think and why this engine?
  9. I would just order create the button (with a loop) instead of a combobox during the registration form.
  10. Hello Rob. I have 1 question. How I can change "Class ComboBox" in frmMenu on picture box or button?
  11. I use Eclipse Worlds based on EO 3.0 and i want add "surfaces" like CS:DE and Fullscreen Mode with options on/off. I find this: [http://www.eclipseorigins.com/community/index.php?/topic/133205-emega-how-to-make-an-entrance-animation-equal-to-cs-in-emega-surfaces/?hl=surface](http://www.eclipseorigins.com/community/index.php?/topic/133205-emega-how-to-make-an-entrance-animation-equal-to-cs-in-emega-surfaces/?hl=surface) but it is not compatible. Whether the pet system is compatible with EO 3.0? On forum we have "map instances system" so maybe good option will be add "random dungeon finder" like in wow? For example for 5 players? [http://www.eclipseorigins.com/community/index.php?/topic/134336-eo-map-instances/?hl=system">http://www.eclipseorigins.com/community/index.php?/topic/134336-eo-map-instances/?hl=system](http://www.eclipseorigins.com/community/index.php?/topic/134336-eo-map-instances/?hl=system)
  12. tepe15

    Some paperdolls

    Like in Mu Online :D Good work :D.
  13. Hello! I have some problem with /setaccess command. If I using /setaccess Test123 2 I got runtime error 9 Maybe is it worth to add a message after entering an incorrect command? Or You can add file "readme" with samples commands. Old design server is better for beginners in my opinion. Propositnions: Pet system for specific class. Quests of the characters on the figures. gold ? - complete quest silver ? - incomplete quest gold ! - begin quest General impressive work!
  14. Hello. This engine is for sure one of the best on this site ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png). In my opinion good idea are options characters "?" and "!" for quests from npc. Sample code and demo is in Rob Janes's version. I use complete base and there don't have fix for map editor. When I close editor map is respawn to first location. I hope this fix will be in next update. I know this fix is ready but only for executable file. Button "B" and "M" are use for same. Why? Old background in gui is better. Sorry but new background and finish for buttons is terrible. (first window in client) I cannot find option off the minimap. If engine don't has this option i propose add this. Minimap can drag on left side on the chat. This solve add place for the buttons. (quests, inventory, party etc.) Avatars in conversations are very estetic. Maybe You can add this option? I really like the pop-up windows solution beside chat. Great idea and very estetic! Maybe pets and mounts system? If of course engine don't has this option ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png). Multi character in one account. Addon "New Create Character Screen" will be very nice see in this engine. I cannot find tutorial but this is demo: [http://www.freemmorpgmaker.com/files/imagehost/pics/1d509bc7afedea0bb174aa2bd86400ed.png](http://www.freemmorpgmaker.com/files/imagehost/pics/1d509bc7afedea0bb174aa2bd86400ed.png) For now this is all from me ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png). Thanks for read.
  15. > I though this topic was about fractions like 13.6 damage or an item adds 5.3 strength. I'm sorry I misunderstood "CMFiend420". Sorry guys! Already corrected.
  16. Thank You for information Syn ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png). > And I don't know what you mean by "elastic system"? Elastic in sense if someone doesn't want use this he can create game without this function like quests for example or something like that. I have similar opinion like You Syn. It would be good base for better games I think but … maybe I am wrong.
  17. I don't know how many people play in eclipse. So I have question. How max many people can be online on server in eclipse? > Please welcome the contestants from District 5 and 3/8ths! > > But in all seriousness, it wouldn't be hard to implement a very simple system that would give a good base and allow people to build upon it. Probably yes and this is elastic system. Any admin can use this function or no.
  18. Oh sorry … of course factions ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png). But anyway I think it is good idea.
  19. Maybe good idea will be faction system like in WoW? **But will be good when admin can define how many faction want in your game.** For example if member is in faction 1\. He can not buy items from NPC, use teleport etc. which is designed for the faction 2\. NPC can be neutral. Member from faction 1 can kill member from faction 2. If npc is from faction 1 he can attack member from faction 2. If two faction are numbered 1 it has the alliance. If They have different numbers. They are enemies. Faction should be defined in classes.ini for any classes of course.
  20. > An auction house and crafting a nice additions but they should be unique to your game and not within the engine itself. Of course, but not everyone needs to use it. These addons probably isn't compatible with this engine. It is Your engine and it is are only my proposals.
  21. RC2 engine is very good but I miss it the following functions: Pet system Auction House System Crafting system and … I do not know ... Why you remove Event System? It is very interesting option and people likes cut scenes. This options should have all mmorpg engines. Of course it is only my opinion but it would be nice if you can implemented this.
  22. > Quest & Guild System. This Engine gonne be ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) da best. Can You read? This engine not will be have quest system and guild system. If You want have quest system and guild system go to Eclipse Mega.
  23. Hello Rob ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) Do You can update first post ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png)? He is too old.
  24. Do You want create New UI for start screen and character screen? (aka CS:DE with intro) Maybe can You add nice minimap with option on/off? Minimap can show players, monsters, quests and area natural. Next: I see this interface is small but nice. Maybe you can replace a button that open on the next panel with the other buttons such as quests, pets, party etc.
  25. Great work Rob ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)! Maybe Can You add select character screen with limit for example 3 character on one account and auction system ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)?
×
×
  • Create New...