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

NextEraGaming

Members
  • Posts

    89
  • Joined

  • Last visited

    Never

Everything posted by NextEraGaming

  1. [![](http://www.freemmorpgmaker.com/files/imagehost/pics/1acd5470ef26175cb2b553c489143349.png)](http://www.freemmorpgmaker.com/files/imagehost/#1acd5470ef26175cb2b553c489143349.png)
  2. I've opened it two ways:through the client.vbp and through the VB6 file explorer…still the same error.
  3. Hello. As of now, my team consists of me and my brother, and we're both more of game creators instead of designers…therefore, I'm at a loss: How would one go about the balancing of an RPG? Things that seem simple such as HP:Damage ratio and stat balance are completely non-existent in my current project. Any ideas or suggestions?
  4. Hello. When I try to compile the client.vbp, it gives me a "Sub or function not defined" for this line of code: ``` Private Sub cmdAAnim_Click() If GetPlayerAccess(MyIndex) < ADMIN_DEVELOPER Then AddText "You need to be a high enough staff member to do this!", AlertColor Exit Sub End If SendRequestEditAnimation End Sub ``` And this one also: ``` Private Sub cmdLevel_Click() If GetPlayerAccess(MyIndex) < ADMIN_DEVELOPER Then AddText "You need to be a high enough staff member to do this!", AlertColor Exit Sub End If SendRequestLevelUp End Sub ``` And this one also: ``` Private Sub lblTrainStat_Click(Index As Integer) If GetPlayerPOINTS(MyIndex) = 0 Then Exit Sub SendTrainStat Index End Sub ``` All of these are found in "frm_MainGame" Any suggestions?
  5. Thanks a bunch, bro! Your name shall be immortalized in the credits
  6. I would lie for the theme to be dark and ominous(grayscaled basically) If its not possible to fit the four letters into the icon and be legible, then an R would do just fine.
  7. Was wondering if anyone could make an awesome 32x32 icon(for an executable) that displays my games acronym: RoTA. Thanks in advance.
  8. > You have to compile then The Alt+F5 thing isn't working for me, how do I compile?
  9. I have changed the script to display the appropriate values and they don't seem to have changed anything. Do I have to compile the scripts for the changes to take place? Sorry for being such a noob :(
  10. Can't seem to find those…where are they?
  11. Just wondering Is there a way to change the order in which the engine reads sprites? For instance: I press the 'up' arrow key and the sprite displays the down sprite.
×
×
  • Create New...