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

Aramyth

Members
  • Posts

    162
  • Joined

  • Last visited

    Never

Everything posted by Aramyth

  1. Yes I am using Origins. I also updated the download link and added some screenshots for those who wanted them. Regards Aramyth.
  2. Hello everyone. The reason why I am putting this edit of Stable open source, is because I simply don't use stable anymore. It has some bug fixes which are not in the current download of Stable. And some other changes. It runs quite fluid and is perfect for starters. Edit: In case you noticed on the main menu "Game Server" and "NPC Server" I removed that feature in this edit because i didn't want to put that open source and use it only for my own game. Enjoy and have fun with it. http://www.mediafire.com/?4805grrexuss8e4 Regards Aramyth.
  3. Aramyth

    Program name

    > It`s made in Java and uses code from the book Killer Programming Games Aramyth
  4. Aramyth

    Scammers

    The multi-purpose updater from Robin used to work perfectly for me. The only thing annoying on it was the RTE 13 if the http server was offline, but that was easily fixed with just a single msgbox code. After that, the updater never ran in a single error whatsoever. I've used it, and i used it with pleasure, and based on it's source i managed to create my own which works like a charm. Aramyth.
  5. > So,EO actual is good only for Testing and not for making a game to play Online,right? I dropped my pizza… (No offence).
  6. The map editor works just fine. And the camera can be rotated in every possible angle you can think of, so I think you must have either used a very old version, or you didn't know how to use the camera controls properly. I like making maps with it, because it's very dynamic, and you can litteraly create any kind of map you want.
  7. Aramyth

    Resize Map

    Maps can be resized in the configuration file in the server. "Data.ini" Look for the values: Scrolling=1
  8. Roll back what you did, and remove what you added till the point it still worked. And some good advice if you are new to the whole Vb6/Origins source thing is to add/remove anything in the source if you have no clue of how it works.
  9. Website seems to work fine with me, and downloads as well. Must be something with you. They might just don't like, simple as that, because i do know that some people there are moodozvon(Wacko's). Aramyth.
  10. Yes, the version i bought was a Combo pack, which had all the latest stuff, and in addition you got a whole bunch of additional meshes/texture packs included such as dragons, dwarfs, trolls, caves and the likes. And what i love about them is that they look amazingly realistic when they move.
  11. I've been using Realm Crafter myself for about 6 months now, and my personal opinion. Yes it's worth it, because it has a lot of features, + it has a scripting engine built in. But it's impossible to create a game with that all by yourself, so unless you have a nice group of dedicated people, I wouldn't advice you to start with it alone. Then again, if you have all the time of the world, you can always give it a shot. It's a nice program with quite some features and options. I use it myself to create "Shinzu Legends 3D". Notice: A big amount of people complain about Realm Crafter being bad and being buggy as hell with lots of errors. But the only reason why they say that is because they use Torrent copy (Which is WAY out of date) and that version does have quite some bugs indeed, but the latest official version on their website works without any problems. At least for me that is. Aramyth.
  12. Aramyth

    Im having trouble

    I will explain you better what your problem is, because i know exactly what is wrong, and know a fix for this as well. –------------- When you are the only player online on your server, then the imgExpbar will work perfectly fine. But from the moment a 2nd player comes online on your server. The exp bar will refuse to work for the 2nd player and up. --------------- Fix: Find this line (Client side) ``` frmMainGame.imgEXPBar.width = Int(((GetPlayerExp(MyIndex) / 169) / (TNL / 169)) * 169) ``` And replace it with this one. ``` frmMainGame.imgEXPBar.width = Int(((GetPlayerExp(Index) / 169) / (TNL / 169)) * 169) ``` This should let the Exp bar work for all players in the game. Tested it by myself and works just fine. Regards Aramyth.
  13. This song is magical. I love it. My computer: http://Shinzu-updater.servegame.com:4011/Heart&Soul.mp3 Mediafire: http://www.mediafire.com/?hc2z4vp14sn4t9p
  14. @à ®•à ¯à ®¨à ¯†à ®©à ¯à ®Ÿà ®²à ®¿à ®©à ¯: > You two make an attractive couple. :) @ à ®•à ¯à ®¨à ¯†à ®©à ¯à ®Ÿà ®²à ®¿à ®©à ¯ After me and my wife read that, our self-esteem raised by 15%. For that i am eternally grateful. Thanks for the compliment.))
  15. Most of my time i listen to Classical music from the link below. They constantly play beautiful music, and feels nice to listen to. http://www.radioclassicfm.ru/radio/
  16. http://www.webopedia.com/TERM/P/parse.html
  17. It requires a complete source edit. Origins doesn't have this feature yet. So if you want bows. You will have to code it entirely yourself with Visual Basic 6. Regards Aramyth.
  18. Sure, but you will have to share which version of Eclipse you are using. Otherwise i can't send you the right library files.
  19. Oh yes she is. In every possible way. I am proud to say i am "Happily married".
  20. Would wreck my wife? What would wreck my wife? Sometimes i get so confused…
  21. "Error reading from config.ini, re-creationgfile." your config.ini is in the wrong place, or you changed the search path in the source. –------- "Error loading colors.txt" Same thing as the one above. –------- "Run-time error '339': Component 'VBMP.ocx' or one of its dependiencies not correctly registered: a file missing or invalid." Install the library files properly. Regards. Aramyth
  22. Oh, lol. Thanks for the compliment.
  23. What do you mean with that Robin?
  24. If you have teamviewer installed on your computer, then i can help you if you want. [email protected]
  25. As far as i know, you can only edit your own sprite. And if you want to change the sprite from someone else you would have to give him administrative status so he can do it himself. Not a very interesting method, but it's not that hard at all to code that feature in Origins yourself as the most stuff is already there. Aramyth.
×
×
  • Create New...