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

stealthnh

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

stealthnh's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The thing is, I don't remember what I originally paid for TGEA. I found $295 on DevMaster. So if you can find a price that is lower than that I will drop my price but as of now I'm asking $150.
  2. Haven't been on these forums in ages, but I just came back to playing around with Eclipse over break. And I was taking a look through all my game development stuff and I have a few game engines that I really don't need. Now I know some of you dabble in 3D every now and then and I have some really nice engines to work with. What I Have: Torque Game Engine Advanced Indie License ( I really thought I'd use this… until I started. Not updated anymore) C4 Engine Standard License (Pretty decent engine. Updated frequently) Realm Crafter Indie License (Umm... kinda disappointed with this purchase, but hey if anyone wants it Ill give them a deal.) 3D World Studio License (Nice BSP mapping tool) Milkshape 3d License (Mostly used it for its import/export functions) What I want: Esenthel Engine License Unity 3D License Money Maybe someones custom engine or coding services or scripts. I will accept really fair prices on any of these. I don't really need any of them and I could use the money for college. Post below, PM me, or Email me at: [email protected] for any offers.
  3. I've done some basic coding before, I program robots for my High School's Robotics team and we had an autonomous mode that was in the top 1% but that was in c# and I don't know visual c# or direct x. Vb is not new to me, I've been working with it for 5 years or so, I'm just teaching myself which is very hard. I know 5 hours isn't that long, but for me I don't have the time because of school, this is my brothers game and this is the only thing that needs to be done. I was going to pay Robin for his services,but it went bad (substitute for scamming) however I got my money back so I have that money and willing to pay someone else to do what he didn't. I have no problem spending the money I just want a complete engine. If no one on this forum can do that its fine but if I could get any suggestions on who I could contact that would be great.
  4. stealthnh

    Pandora?

    @Sean¹: > can u imagine playing ur eclipse games online on a pandora. wow thatd be amazing. Yeah but a real strain on your eyes :)
  5. We will try to be done with a beta by then but I need to find a programmer I can pay to do our spell recharge system.
  6. stealthnh

    Pandora?

    Way cool, but they are sold out. I want one for Christmas. However I doubt I would get one seeing as I just bought a laptop.
  7. @DrNova: > RO was made in Eclipse. Ok, now I know. Construct looks pretty kick ass though. Kinda like multimedia fusion.
  8. This isn't scripting its programming. Scripting currently doesn't have the capabilities to do that. And for VB I recommend a book, I bought a book for VB.net that was all about rpg development and learned a lot but vb6 I learned myself.
  9. You really need mysql if you want to do this right. Otherwise it would be slow and inefficient, not to mention twice as hard to program. Another option would be for the passwords to be stored in a text file on a web server with corresponding emails. You then have a password recovery website with a php script that takes your email and emails you the password. Or you could just email the server admin :)
  10. Umm you aren't telling the programmer anything that you want them to do and whats up with the item list? Is that what you have done and if it is I would hope that it is custom because programmers want a team with some work done on it first and you are not showing that you have that.
  11. 16\. Is there a way to change main menu music? Well I'm looking at the code and I think you add this to your config.ini in the client. ``` MenuMusic=MusicPath ``` An example is``` MenuMusic=fettevette.mp3 ``` .midi doesn't seem to work though. And elements make weapons better or worse against another element
  12. #1 For mood I believe he mean map moral and none will make it so anyone can attack anyone, safe zone makes it so no one can be attacked and no death penalty makes it so when you die you don't loose any items. Guild War is something that I am currently trying to make, but you will have to code one yourself or hire a programmer if you would like one. #2 Menu bar is easy. 1.Get Vb6 (However you deem necessary) 2.Open up the client and the frmMirage and move around the controlls to your liking. You will need to however add images which can be set in the properties. #3 Yep, but you have to code it so either teach yourself or hire someone to do it for you. Making games to your exact liking takes programming if you don't want to do any programming then you will never get what you want and programmers do not work for free unless you have something they want and in a 2D MMORPG that is hard to do.
  13. stealthnh

    New Actions

    Yes its possible but there isn't a tutorial for it. Basically you would have to add another frame of animation for each direction your player can face in the sitting position. Then you use a code that changes your sprite animation to that frame based on the direction you are facing. It would go under handle keypresses and would be something like this On press insert (something like that) Select Case GetPlayerDir(Index) Case DIR_UP Blit Emotion Frame Up Case DIR_DOWN Blit Emotion Frame Down Case DIR_LEFT Blit Emotion Frame Left Case DIR_RIGHT Blit Emotion Frame Right End Select and you also need something that make it so that when you press one of the arrow keys you get out of the animation. I could be wrong though, Im not really much of a programmer :embarrassed:
  14. Well I believe that simple updater uses a folder that everyone receives right? In that folder you put the gfx folder and then the arrows file then the user will receive it in the right place. If you don't understand I can post some pictures but its pretty straight forward.
×
×
  • Create New...