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

MasterBit13

Members
  • Posts

    365
  • Joined

  • Last visited

    Never

Posts posted by MasterBit13

  1. Well the images are copyrighted. If you try and charge people to play the game, you will get sued. However you can get donations & ad revenues.

    Hire a composer & gfx artist team spend a few years learning VB6/Sadscript and you'll make a good game.

    Look at Kryce-Online. With custom graphics & music, he could make a killing. (Maybe if it was browser based..)
  2. @Cook:

    > To make money off an eclipse made game does every piece of content need to be custom made or can you use eclipse content as well? Obviously a good game would require you to make your content from scratch but is it legally necessary?

    Every thing in your GFX & GUI is under copyright, so you'd get sued.
  3. @cook:

    > Has any completely finished a game and has it hosted to the point where they can make money off it? ALMOST
    >
    > Is it possible to make money off an eclipse made game? YES
    >
    > Is there a site or link to finished eclipse games? Kryce-Online; Ambardia; SilverDale

    Yes you can, after creating your own material with your own copyrights and making it good enough fo rpeople wanting to pay for it.
  4. @lc3:

    > i appreciate the feedback. From now on ill try to focus on choosing the correct colors for a piece. All of these were made off the top of my head. I wasnt trying to make them fit the certain style of certain game.

    You being the artist makes only your choice of colors the correct one.
  5. @Admiral:

    > As far as waiting for Solar Eclipse goes…
    > Just make your game in Eclipse Stable; you will be able to convert everything over to SE when it finally comes out.
    >
    > As for running your game on a browser, Eclipse is more like World of Warcraft than Runescape; the client is monolithic in nature (which means that everything that "may" be needed is included, regardless if it will be used) so it's best for the user to download it.

    Wanting to try, does anyone know how to get: http://www.promotionsoft.com/web-game-builder/index.html to work for eclipse? not sure how to get teh client & stuff in..
  6. @Kreator:

    > Check the various graphics included with RMXP. I'm positive there was a 4 frame animated fountain.

    I'm positive XD this is good:

    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/60cf7f8118fcf67c9c4460a74df9a11a.jpg)

    You'll have to center it or w/e you call it Lol. This is from a previous version of One Winged Angel, so credit to me til you find out who made it..  XD
  7. @Godlord:

    > @Bit:
    >
    > > Lol.. 37 Points for http://www.touchofdeathforums.com/smf/index.php?action=profile;u=9385 Lol Marsh did ya make a mistake?  XD
    >
    > No, the actual URL is in the message itself. Marsh wrote that URL in the reason field because the reason field is required.
    >
    > Regards,
    >   Godlord.

    Um… OKay am I the only person that doesn't understand that..?  :huh:
    EDIT: Oo! He double posted, someone call a Moderator!  :P
  8. Wow, you're gunna need help, first I reccomend reading **everthing** here: http://www.touchofdeathforums.com/smf/index.php/board,34.0.html

    Now once you have a basic idea of what is needed & what you'll have to do, go to http://freemmorpgmaker.com and download one of the Eclipse Versions and library files, thats the actually program.

    Maybe doing is better then reading, but still, read some http://www.touchofdeathforums.com/smf/index.php/board,34.0.html
  9. Artizan is recruiting to reach an early Alpha release by May.

    All needed information: http://www.touchofdeathforums.com/smf/index.php/topic,57173.0.html

    Application: I want to see what **you** come up with(Include examples).

    >! ![](http://spiral13.com/Spiral_Out_Skirts.jpg)
    ![](http://spiral13.com/Spiral_Island_Connect-1-.jpg)
    ![](http://spiral13.com/Spiral_Overview.jpg)

    Even more information: http://Spiral13.com

    **Contact**

    [MasterBit13](http://www.touchofdeathforums.com/smf/index.php?action=profile) <=> Lead Designer
    [SHADERS](http://www.touchofdeathforums.com/smf/index.php?action=profile) <=> Head of Mapping
    [Ice - Fire](http://www.touchofdeathforums.com/smf/index.php?action=profile) <=> Mapping Team
    [Siedge](http://www.touchofdeathforums.com/smf/index.php?action=profile) <=> Moderating Team
    [email protected]
  10. @boris:

    > ya, go to [http://www.promotionsoft.com/web-game-builder/index.html](http://www.promotionsoft.com/web-game-builder/index.html) and run it. it makes a web version of your game but it only works on explorer  :sad:
    >
    > p.s. if anyone knows a better program that works crossbrowser please reply, I need one!

    Lol, I gots to try, but won't work..  :P
  11. @thezeus:

    > Its been a really long day at work, so I apologize for this very easy question.  I know I'm going to spinkick myself in the face.  Where do I go to change the start location for new players?
    >
    > Thanks in advance for answering this easy question.

    First off, let's not ask for the answer to 'easy' questions if we cannot figure it out.  ;)

    Second, it actually is; Go to Server > Classes > 'Class#'.ini

    > [CLASS]
    > Name=Name
    > MaleSprite=#
    > FemaleSprite=#
    > Desc=Description
    > STR=#
    > DEF=#
    > SPEED=#
    > MAGI=#
    > MAP=#
    > **X=#
    > Y=#**
    > Locked=0

    Change the bolded.
  12. @hagefade:

    > KK for example if I wanted item 1 to be able to be used by class 8 and 10, how would I do it and where would I put it?

    Hmm…

    You would have to swap 8 to 9 and make it:

    ```
    If GetPlayerClass < 8 then
    ```
    OR:

    ```
    If GetPlayerClass=8 and
    ElseIf GetPlayerClass=10 then
    ```
    It would be in sub onattack or scripted item I believe, not sure though..
  13. @Soul:

    > @Ice:
    >
    > > well soul sounds good but it will be much better then your halo skills XD anyway cant wait to play it make steal-able puppies mwhahaha or at least steal-able decorations thus the npcs will have to watch for me i steal your big fence mwhahaha
    >
    > Thanks :D, anyway, I've finished up ~10 new decorations. Since I'm bored, I've decided to add custom shops where you can put up your items for sale.
    >
    > I've also added a simple system where you scavenge the land, the only risk is you might lose EXP, but you can also gain money and EXP from it. I might make it something more elaborate later, as currently it's nothing amazing.

    New IP yet?
  14. @Jaktik:

    > I agree. xD The game is called IMPULSE… and it's just that. Random thought and ideas thrown together. Right now, I need a fountain for sexy awesome purposes. xD

    I got one, its a wodden box with like a pump, but it looks medevil, lemme find it
  15. @Animaru:

    > Only by scripting.
    >
    > If would have to start with something like this ( I think)
    >
    > If class = 1
    > then …..
    >
    > If class = 2
    > then......
    >
    > else
    > *You cant use this lol*
    >
    > Get a second opinion though. ;)

    Incorrect.

    It would be:

    ```
    If GetPlayerClass=1
    ElseIf GetPlayerClass=2

    ```
    OR

    ```
    If GetPlayerClass > 3
    ```
    Will allow any class bellow class 3.
  16. T'was online.  :azn: 

    I will be sorting through screenshots & chosing some new ones to add in tomorrow!

    Currently going through the client, naming, orgainizing, updating, making sure it'ss all up-to-date!

    Tomorrow, using a copy, I will see if I can finish some towns beforehand.
×
×
  • Create New...