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

tepe15

Members
  • Posts

    72
  • Joined

  • Last visited

    Never

tepe15's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • Create New...