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

Draco.exe

Members
  • Posts

    260
  • Joined

  • Last visited

    Never

Everything posted by Draco.exe

  1. it should work both the directional movement and the mouse movement
  2. this version doesn't have mouse movement or 8 directional movement, and about the resolutions, i decided that that three resolutions will be the best for the most of the people who use the engine, but anyways is not too much difficult to add new resolutions (just find the tutorial of GodWar in the source tutorials and test). The "problem" is that you need to create new images for every new resolution that you add.
  3. mmmm don't know why that is happening to you, maybe you should update your video card drivers, DirectX, and try another version of Eclipse like Nightly Eclipse or the one of Rob Janes (this two are Dx8 versions) And Rizz, what do you want to do? delete the commands for the pets?
  4. If someone need it, here's a mirror for the Libraries ONLY (i don't have the original Engine): [http://www.mediafire…186klkgqojhw9qr](http://www.mediafire.com/?186klkgqojhw9qr) and in my Alatar's Quest system for dx8 (update of the dx7 version) there is the Nightly Eclipse with the Quest system itegrated…and maybe you can undo all the tutorial and se if you have a "vanilla version" of Nighlty Eclipse: [http://www.touchofde…est-system-v12/](http://www.touchofdeathforums.com/community/index.php?/topic/127841-eo-dx8-alatars-quest-system-v12/) good luck! ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  5. you need to edit in visual basic. Go to frm_main and look for the pet frame (called fra_pet i think), there you can edit the text. NOTE: if you move something, you need to place that to his original position after you finished with the editions (or you will have some problems with the resolution changing)
  6. glad to help! the only "problem" is that the dx7 version use only .bmp, and the dx8 version uses .png images (and have the event system integrated)
  7. you can check for the versions that Alatar and I uploaded with the Quest system only Alatar's Quest system (original and in dx7): http://www.touchofdeathforums.com/community/index.php?/topic/117080-eo-alatars-quest-system-v12/ Alatar's Quest system (modified by me to fit with dx8 and event system): http://www.touchofdeathforums.com/community/index.php?/topic/127841-eo-dx8-alatars-quest-system-v12/ in both pages there's a link to download the game with the quest system already integrated. good luck!
  8. glad to help! ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  9. thanks for reporting the broken link, here you can download the library files (this is the same installer that have Nightly Eclipse): [http://www.mediafire…186klkgqojhw9qr](http://www.mediafire.com/?186klkgqojhw9qr) added the link to the first message.
  10. you installed the libraries? if you already installed them, do this: go to start–->run and there paste this: regsvr32 C:\Windows\system32\dx8vb.dll (with this step you're going to register the .dll) that should fix it
  11. hmmm, my game worked with this engine well and the players can change the maps without problems and they can interact with others too…you edited something of the engine? (added some features?)...maybe there's an event that's causing problems with changing the maps. > Edit: Is that new GUI part of the next update? that GUI is of the old buggy version of Dragon Eclipse (the dx7 version) and actually i dont know if i'm going to re-edit the gui like that with the resolution changer for a better gui
  12. try re-installing the Runtimes Library files. Every one who wants to play need to install the Library Files (you can find a download link in the first message)
  13. to open the quest panel type /editquest
  14. maybe check the port that i used in this custom version…if the port is another than the port used by the official EO 2.0 just change it and see if that works
  15. do you installed the libraries? [jcsnider.freemmorpgmaker.com/Eclipse%20Runtime%20Files%20Installer.exe](http://jcsnider.freemmorpgmaker.com/Eclipse%20Runtime%20Files%20Installer.exe)
  16. when i fix the pet bug i'll upload to the first message and i'll upload the new relase with the pet fix
  17. > RuTimeError > > Aumation error > > Help please you have downloaded/installed the libraries? http://jcsnider.freemmorpgmaker.com/Eclipse%20Runtime%20Files%20Installer.exe
  18. you need to to this: under **ComboResolution.AddItem "800x600"** add any resolutions you want. eg: **ComboResolution.AddItem "1024x768"** and then look for **ElseIf (ComboResolution.ListIndex = 2) Then**, you need to copy and paste all the code before end if, then change the number after ".ListIndex = " and change all the numbers that are after the "+" and the frmMain.Width and frmMain.Height eg: i want to add a new resolution: 960x768 under ``` ComboResolution.AddItem "800x600" ``` add ``` ComboResolution.AddItem "960x768" ``` then, under ``` ElseIf (ComboResolution.ListIndex = 2) Then picHotbar.Top = 399 + 216 picEventChat.Top = 442 + 216 txtMyChat.Top = 565 + 216 txtChat.Top = 442 + 216 frmMain.Width = 16665 frmMain.Height = 12570 OptGlo.Top = 565 + 216 OptMap.Top = 565 + 216 ``` add ``` ElseIf (ComboResolution.ListIndex = 3) Then picHotbar.Top = 399 + 384 picEventChat.Top = 442 + 384 txtMyChat.Top = 565 + 384 txtChat.Top = 442 + 384 frmMain.Width = 18975 frmMain.Height = 15080 OptGlo.Top = 565 + 384 OptMap.Top = 565 + 384 ``` and that's it, you have a new resolution! i hope this can help you ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png)
  19. i use 512x1024 tiles (just took various tiles and joined to one file) and it works fine. I think the biggest resolution for the tiles is 1024x1024 (that resolution will work good, maybe bigger tiles should have "bugs" ingame)
  20. well, actually i haven't so much time to find the bugs and fix that…i'm very bussy with the university so i can't relase more versions now, maybe in the future i'll upload another one (and of course if someone find some bug and/or the fix i'll add to the actual and the new version and give the credits)
  21. hmmm you should test with tiles added by yourself only and see if the tiles works or no…if they work fine, just "replace" the tiles that the system have with others that you can find here or in google (remember to use "not to big" tiles, some tiles with big resolutions may cause graphic problems) --------------------------- mmm, quizas algún problema de mapas...te fijaste que todos los personajes (los 486) esten ordenados desde el 1 al 426 y que mrsean todos en formato .png sin fondo? quizas hay alguno que esté en otro formato o que sin querer te hayas saltado o escrito mal algún numero y puede que eso esté causando el problema. Aún así, si no llevas mucho o nada avanzado, te recomiendo que borres los archivos de los personajes y mapas de la carpeta del server (borra todos los archivos .dat que hay en las carpetas NPCs y Maps)
  22. hhmmm i have a problem with the text graphics…and i tested in two different computers and in one the text worked fine and the other no, so i think some Video Cards may cause some problems with the game graphics :/ i tried installing all the Dx8/Dx7, but didn't fixed the graphic bug. Maybe something like this is happening to you. Also you should test another Dx8 version and see if the problem still happening in the others. Good luck
  23. for more resolutions check the tutorial of GodWar (that's the tutorial that i used for Dragon Eclipse), maybe you can add new resolutions by yourself, just follow the guide ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons//wink.png) http://www.touchofdeathforums.com/community/index.php?/topic/127753-eo-event-system-30-resolution-changer/
  24. Draco.exe

    [EA] MiniMap

    here's the minimap image without the pink background if someone want's to use it (it's a .png image with transparent background) ![](http://www.freemmorpgmaker.com/files/imagehost/pics/fbf0a9c45fbb6655196f0525ef2490ac.png) URL for the image: [http://www.freemmorpgmaker.com/files/imagehost/pics/fbf0a9c45fbb6655196f0525ef2490ac.png](http://www.freemmorpgmaker.com/files/imagehost/pics/fbf0a9c45fbb6655196f0525ef2490ac.png) Ertzel, add to the first message if you want ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
×
×
  • Create New...