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

Beanie93

Members
  • Posts

    289
  • Joined

  • Last visited

    Never

Posts posted by Beanie93

  1. I said use it as a reference, not copy-paste it and/or edit it.
    With this I mean, write the code yourself and use that code of Rose's as a reference on how to do it.
  2. Use Select Case.
    Use Rose's code as a reference on how to:

    @Rose:

    > ```
    > Select Case GetPlayerClass(Index)
    >
    >   Case 1, 3:
    >             If GetPlayerLevel(Index) = 10 Then
    >                   SetPlayerClass(Index, 3)
    >             Elseif GetPlayerLevel(Index) = 20
    >                     SetPlayerClass(Index, 5)
    >             End If
    >
    >             End If
    >
    >   Case 2, 4:
    >             If GetPlayerLevel(Index) = 10 Then
    >                   SetPlayerClass(Index, 4)
    >             Elseif GetPlayerLevel(Index) = 20
    >                     SetPlayerClass(Index, 6)
    >             End If
    >
    > ```
    > Formatted via iPod Touch.
  3. @Axis:

    > ok what i am trying to say is:
    >
    > >! I meant like class advancements but without having them in the classes you can select.
    > so once you reach a certain level you become the next advancement.

    http://www.touchofdeathforums.com/smf/index.php/topic,70427.0.html
    Use that textbox at the top-right of the site that says, "Search…". It's useful for everyone.
    And, for your information, we're not here to write the code for you. We're here to teach you how to do it. In your case, do what Erwin said; Mess with the GetPlayerClass, SetPlayerClass and GetPlayerLevel functions.
  4. Been looking at all the post long. It really looks you're dedicated to the project. From all the WIPs I've seen that use RPG Maker XP Graphics, this is probably one of the best looking.

    But, if you'd like to be unique; either get other graphics (Inquisitors are very nice, I don't think any game here has used them, but they are a bit limited), or draw the graphics yourself.

    If I were to make a game, I would do either of those.
    Wish you luck on this, and keep the coding of new features/improvements up!
  5. As stated above, you'd need to rewrite every sub for movement AND every Map Attribute, which if you don't have a good knowledge of Visual Basic and how the engine works, can't be done.
  6. Don't use Webs and don't use FreeForums.
    Just, don't use free hosting websites. Get your own domain in a free webhost instead.

    Go get a http://co.cc/ domain, which is free, and setup a hosting account in http://000webhost.com/ or http://zymic.com/. Both are good, but I prefer 000webhost.

    As for your forums, go to either http://mybb.com/ or http://simplemachines.org/ for a nice forum software. Both MyBB and SMF are very nice, but I myself prefer SMF. It's easy to install on 000webhost, but in case you got problems with the File Manager, just download http://filezilla.net/ FTP Client.

    Wish you luck on your project, and I may be interested in joining, too.
×
×
  • Create New...