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

Bic

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Bic's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I liked your screenshots of custom gfx, good to see :) Too many games with default gfx, they just won't get played tbh and waste of time making them.
  2. If it doesn't work out well, I'll probably just try to make my own single player RPG in Java. Then see if I can get it all setup to be an MMO Antho3000 - Working on Click to Interact Abhi2011 - Working on Pixel based 8 directional movement
  3. Payment is to be discussed privately with whoever is interested in the work. I'm currently discussing some work with Antho3000 on Skype. Abhi2011 said he will try on 8 direction movement. 8 direction movement is pretty simple. Not paying $5 for something like that, but I'll pay more than that for free movement (no tiles / grid) EDIT: Antho3000 is going to work on the click to interact system. He is assigned to remove the current target system on Eclipse, and add in a different way to interact with NPC's and other players. He will do some testing and let me know if he can get some good results.
  4. > You're gonna have to be more specific with that request before I can give an estimation. I don't want the current target system. As it is now, you click on an NPC or Player to target them (you see the brackets around the NPC or Player that you target) and you can cast spells on them with your hotkeys (F1 F2 F3 F4 etc.) or press CTRL when they are in front of you to melee them. I want it so you press your hotkey first, and then click ANYWHERE on the map, and you cast your spell in that direction (something like a fireball would project, a ground spell would be on the ground where clicked, and if a healing spell it would just effect the NPC or Player if clicked on) for melee I want it so you have to click on the enemy and if they are in range you will hit them. Do you get what I mean? I also want the tiles removed. So players do not move based on tiles, but based on pixels. This makes for a smoother feel and I can have better projectiles. I will need this done first if possible.
  5. Bic

    Updated Tiles.

    I really do like your work man! Keep it up. I do have to say that the trees look a bit too smooth compared to the rest of the tiles, doesn't quite fit. I love your cliffs, water and grass looks a bit too tiled, I can see the seam a bit, but still looks pretty good! Keep on posting your work! ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png)
  6. **Alright so I'm wanting to make an MMORPG, not a huge one but still a decent size for people to enjoy playing. I like the Eclipse engine, but I'd like several things modified. I am using the EclipseVB version, so please download that version to modify the source.** **Here are some things I know I need for sure to get this game the way I want it to be** **Free Movement** - No more tiles / grid movement, I want sprites to move by the pixel rather than by tile. "Tiles" can be placed at any pixel, makes for nicer looking maps too. Using WASD controls, EclipseVB is already setup for WASD. **8 Direction Movement** - Up, down, left, right, and 4 diagonals. No need for a 8 direction sprite, it will still look alright with 4 direction sprites. **Projectiles** - Arrows, fireballs, all those kinds of objects, I'd like to have them move freely as well so they can have angle and not just move straight in a horizontal or vertical direction. **Target System** - Scrap this, I don't want to target anybody, ever… To attack you will click on your target. If you're melee, you must be in range (within xx pixels, not tiles). If you're ranged, you shoot an arrow in the direction you click. If you're magic, you press your spell hotkey and cast spell in direction you click, unless it's a heal or AoE spell etc. If you click on a friendly NPC, you must be in range, and you will talk to the NPC upon clicking. **If I can't get the above done on this engine, then I'll probably just make a single RPG on java or flash. I had a good start with all of the above previously done.** **Payment Via PayPal (verified account)** **I can pay for these features, unless somebody wants to do this for free then that will be fine for me. Just please know, I'm only paying for true good results.**
  7. Hello! I'm interested in starting up a small MMORPG for now, although I'd like some modifications to the EclipseVB version. Here is what I'm looking for: Click to interact (attack hostiles, talk to friendlies) all within range I don't want the current target system, I want it always click to attack, and click to direct your spell Free movement (no tile/grid movement, move by the pixel not the tile) 8Direction movement (up, down, left, right, and 4 diagonals) Projectiles (arrows and fireball type objects) Larger screen (so you can see more of the map) Mounts (cast a spell, change sprite to some mounted sprite, faster movement) Some touch-ups on quest system and other areas I can't think of right now. I am willing to pay for good results, I want to make a fun enjoyable MMO, then perhaps go big and make a much much better one if people like the game!
  8. Bic

    Hello Everybody

    Played around with Eclipse for a bit, I like some of the changes! I might get VB6 and see how well I can decipher coding and modify my own bits & pieces into it. Right now I need to get some sketch pencils and a book, I gotta start drawing sprites and whatnot.
  9. I'm actually thinking about using Java to create an RPG, and after reading this I really want to use Java. Would you have any knowledge with Java connecting to a database server of some sort? If I recall correctly Java needs to go through PHP before going connecting to a server. Example: Java > PHP > MySQL > PHP > Java Anyway if you have any experience with that I would appreciate if you could help out in any way possible!
  10. Bic

    Hello Everybody

    > Sounds great, you'd love to see some of your work ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) I would love to see it? ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png) I think I might take a good week and come up with a mini game made with Eclipse.
  11. Bic

    Hello Everybody

    Hey guys, I'm an old member of the Eclipse community, although I'm on a new account because I can't figure out my old username (I think it was Sowtis) nor can I figure out which e-mail I used for it to recover my password. Reason being I came back, is that I've always wanted to make a game. I actually had a pretty solid start for an offline RPG that you can play in your web browser (made with flash) I had basic controls such as WASD movement, using your mouse to aim your character (sprite will face your cursor if you're not moving), spell hotkeys and spellcasting with mouse, depth control, tile generator, enemy spawning with different properties (aggressive, run away, etc) Although I did most of the coding, I am not sure I want to do the main coding if I were to get a group of people to make this game. I am interested in mostly doing graphics, everything BUT sprites. Sprites are my weakness (perhaps more practice I'll be good) and other animations can give me a hard time. Pretty much all of my inspiration comes from Diablo II. It is hands down my favorite game. I was really pissed when I lost all of my work on this flash game. I wiped my PC with all my stuff and forgot to bring over all my old work! So anyway, in a few days I'll post up some examples of work I can do and get to know the active members of Eclipse once again, and try to get a dedicated group to make an RPG! Doesn't have to be MMO nor made with Eclipse, but I'm down to work with whatever the group wants to work with. Hope to see you around! ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png) EDIT: I haven't used Eclipse in ages, perhaps it has some things I've wanted it to have or it's just overall better and can be used the way I've wanted. I'm thinkin I'll make a mini game with mostly custom graphics and whatnot to show my creativity and dedication to get a group interested. Checking it out now!
  12. I saw those too and they have a lot of animations that I need, unfortunately it's not the same sprite, and it's smaller than the ones I'm using. EDIT: Modified the first post, showing some more examples of work I like and that artists can also use freely.
  13. I should've said I'm not using Eclipse. Editing first post…
  14. **I'm here to look for GFX for my game, this includes sprites, items, animations and tiles. I am using the Half Kaizer sprites as a base, both male and female, and I need many things done to them. NOTE: I'm not using Eclipse at all, I'm using Actionscript 2.0 in Flash, coding it all to my liking. I just noticed a number of very talented pixel artists, so I thought I would post this here.** **Male:** ![](http://www.pixelcocktail.com/HKCP/Gallery/albums/userpics/10001/M-Skin-Pale-Adult.png) **Female:** ![](http://www.pixelcocktail.com/HKCP/Gallery/albums/userpics/10001/F-Skin-Pale-Adult.png) **~~~~~~~~~~~~~~~~~~** **What I'm Paying / Looking For:** Other Sprites: - Wolf - Boar - Arachnid - Scorpion - Goblin - Serpent - Tiger / Lion - Skeleton - Zombie - Ghost Sprite Animations: I need the original sprites posted above, to have all of these animations: http://i51.tinypic.com/5piutk.png I also need them to have Spell Casting and Hitting With Weapon, like a sword. Items: I need somebody to make animation frames for this: http://i54.tinypic.com/28vylwz.png _I will need to have more too, I just found those on a nice compilation, free to use._ Tiles: I need somebody to either continue these tilesets: http://www.lostgarden.com/2006/07/more-free-game-graphics.html _They're free to use of course, with a download link on the page._ Or to make complete custom ones. **_NOTE_: You don't have to make me pixel art, you can even find free to use pixels of whatever I need above! As long as the style blends together nicely with the Half Kaizer sprites and everything else.** **~~~~~~~~~~~~~~~~~~** **Payment Method:** PayPal: - I will be paying via PayPal, and PayPal ONLY! - If you are doing your own pixel art, show me your work with a watermark, I will then pay you, and you take off the watermark and give me the final outcome. Or else, if you're a very talented artist and you can prove all your work is yours, and you've been paid before, I can give some upfront. - If you are finding free to use pixels on the web and giving me the links, just e-mail or PM me the link(s) and I will pay you a certain amount per link. **Contact Information:** If you have any questions, concerns, or you're interested in working for me here is some contact info: E-Mail: [email protected] PayPal: [email protected] Cell Phone: Given If Requested
×
×
  • Create New...