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

stealthnh

Members
  • Posts

    26
  • Joined

  • Last visited

    Never

Everything posted by stealthnh

  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.
  15. Mana world is Ragnarok and ROB I thought was Elysium, but anyways yeah their arn't any 100+ player games yet however successful is a vague word and it really depends on who you ask.
  16. Well I'd say the most popular are Rebellion Online and Mana World but neither are made in Eclipse and Rebellion is gone now.
  17. I dont know anyone here really but Bone has a hella lot of posts and a Scarface avatar so I think ill respect him. 3/5
  18. How do I register a .dll??? YOU GUYS KEEP TELLING ME REGISTER IT BUT U NEVER SAY HOW WTF U STUPID PIGS!!!!! UR ALL GEY AND DUMB FAT PEOPLEZ>.<
  19. Problem is I cant do it (Ive tried for about 5 hours today, which may not seem like a lot for some programmers but for me it is and I would much rather be working on my 3d game instead of my brothers 2d game) and if I like what the programmer does I would pay them to do more things. So the point is, I can follow tutorials and do minor edits, but this is just outside my level and this is only the last required feature for our game, it doesn't mean it's the last I need someone to program.
  20. Our game is Eros, we've been working on it for about half a year now and our custom graphics are almost complete. Programming, thats another story. We've been scammed by Robin (However he cooperated and gave us our money back and I still completely respect him) and have been struggling to do anything ourselves. We have finally decided to settle down and use Eclipse but we need one thing programmed that I cannot do myself. The Task: Spell Recharge System with spell icons (One like in Essence, but without the spellbook, or silverdale or Godborn) Basically here's how I imagine this working. You open up the spell panel and there are Icons instead of the list (I don't care how many). Then there is the spell recharge bar below the spells (just like in Essence) when you click on the spell it casts and the recharge bar recharges based on the value you set in the spell editor. Thats it. You can rip it from Essence if you want, I still have a copy of the source if you need it, or you can code it from scratch. I'm willing to pay pretty well, just send me an offer by PM or Email or Msn Email: [email protected] Msn: [email protected] And if you would like to look into our game the website is www.nighthawkdev.net we update at least every week but usually more like 2-3 times a week, not everything is up on the site, we like to keep some things secret. Thank You Stealth
  21. Very well. If it could be moved I will delete and repost myself. If not allowed on the forums, oh well I have it posted on many others. And I did see the read this before posting but could not find any other board to post this in.
  22. Our project is called Eros, there's some info on Chaos and Online Game core as well as our website (www.nighthawkdev.net) The game is completely custom graphics with a spell system like that of World of Warcraft or many other mmos. That's already coded in but there's a few features I have tried and failed to implement. We are not using Eclipse. We are using Mirage Source mixed with a bunch of stuff from other engines including this one. So here's the list: Seamless Scrolling (With a larger map size) Pet System Quest System with Quest Menu Factions (A little more complicated than the ones in the tutorials) Paperdoll (Might have it done before anyone joins ) New Ranged System (Click to target and press control to attack.[like a spell]) They are all pretty big features, but we hope to be making a pretty big game. If you are willing to do just one that would be awesome if you want to do them all that would be even more awesome. We can pay a little for your contribution. (I would like a quote first). Thank You Stealth / Robert Long Nighthawk Dev CEO P.S. If anyone does 3d games I have a project with 18 staff members already and could use 2 more positions filled. (C++ Programmers/Modelers/level designers/Texture Artists/Classical Music Artists/etc…) Email me at [email protected]
×
×
  • Create New...