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

Benn

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Posts posted by Benn

  1. Tutorial for a game

    Controls:

    * Up ^
    * down v
    * left <
    * right >
    * CTRL to Attack
    * magic: learn then click use or INSert

    [http://www.touchofdeathforums.com/smf2/index.php/topic,67631.0.html](http://www.touchofdeathforums.com/smf2/index.php/topic,67631.0.html)
    link for / commands
    @Lollicat:

    > You are a boy/girl in a place called Galaxina. You and all of your family are being surpresed by the Horde. Then, the a group called the Rebels has been created. This group wants peace, but the DarkSide doesn't. They go to war and create the WarOfGames, the bloodiest war of the 20th century. Now, you must choose to help the DarkSide and take over all Galaxina or go on the Rebels' side and bring peace to all Hoen.

    I don't know what else you wanted.
  2. I want to make something with this.
    Well it looks like there hasn't been much improvement from EO 2 so what would be a good Custom version to use?
    Big question that I don't understand about EO sense e2.7/2.8 is: **What is Soure?** and How do I do it?
    Is there any tips for getting started?
    _Should this go into the question area? sense the question area I feel is more about specific things._
  3. I think you should keep going with the game even without programmers.

    I don't even think you need a programmer at this point, you had programmers do some of the important stuff already.
    ```
    If you need to add more script you could ask on the forums: What's the code to make a tile do this? and usually some one would give you the code then you just copy/paste it into your game.
    ```
    And with the descent amount of players your game has got eventually some one would come along who's willing to do it.

    Your game has gotten farther than some other attempts, so I think you should at least keep it up.
  4. How do you get a picture or banner and hyperlink it in forums and stuff?

    like this pic

    ![](http://i7.photobucket.com/albums/y291/tifagarnet/examplesig.jpg)
    with this link
    [http://i7.photobucket.com/albums/y291/tifagarnet/examplesig.jpg](http://i7.photobucket.com/albums/y291/tifagarnet/examplesig.jpg)
    so when anyone clicks the picture it opens the link
  5. No that doesn't answer…
    Um, what I want is how to script it so when you step on a panel as a curtain Sprite at the right level or higher that you become a different sprite and for some sprites you need to have an item.
  6. I found this. is this where that goes?

    >! ' Executes when a players experience exceeds the next level requirement.
    Sub PlayerLevelUp(Index)
    Dim TotalExp
    >! Do While GetPlayerExp(Index) >= GetPlayerNextLevel(Index)
    TotalExp = GetPlayerExp(Index) - GetPlayerNextLevel(Index)
    Call SetPlayerLevel(Index, GetPlayerLevel(Index) + 1)
    >! Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) + 1)
    Call SetPlayerExp(Index, TotalExp)
    Loop
    >! Call BattleMsg(Index, "You have " & GetPlayerPOINTS(Index) & " stat points.", BRIGHTBLUE, 0)
    End Sub
    >! ' Executes when a player uses one of the points given on an attribute to level up.
    Sub UsingStatPoints(Index, PointType)
    Select Case PointType
    Case 0
    If GetPlayerSTR(Index) + 1 > 1000 Then
    Call BattleMsg(Index, "You have maxed your strength!", BRIGHTRED, 0)
    Exit Sub
    End If
    Call SetPlayerSTR(Index, GetPlayerSTR(Index) + 1)
    Call BattleMsg(Index, "You have gained more strength!", WHITE, 0)
    >! Case 1
    If GetPlayerDEF(Index) + 1 > 1000 Then
    Call BattleMsg(Index, "You have maxed your defence!", BRIGHTRED, 0)
    Exit Sub
    End If
    Call SetPlayerDEF(Index, GetPlayerDEF(Index) + 1)
    Call BattleMsg(Index, "You have gained more defense!", WHITE, 0)
    >! Case 2
    If GetPlayerMAGI(Index) + 1 > 1000 Then
    Call BattleMsg(Index, "You have maxed your magic!", BRIGHTRED, 0)
    Exit Sub
    End If
    Call SetPlayerMAGI(Index, GetPlayerMAGI(Index) + 1)
    Call BattleMsg(Index, "You have gained more magic!", WHITE, 0)
    >! Case 3
    If GetPlayerSPEED(Index) + 1 > 1000 Then
    Call BattleMsg(Index, "You have maxed your speed!", BRIGHTRED, 0)
    Exit Sub
    End If
    Call SetPlayerSPEED(Index, GetPlayerSPEED(Index) + 1)
    Call BattleMsg(Index, "You have gained more speed!", WHITE, 0)
    End Select
    >! ' Remove one point after the sub in question is done
    Call SetPlayerPOINTS(Index, GetPlayerPOINTS(Index) - 1)
    End Sub
    >! ' Executes when a player steps onto a scripted tile.
    Sub ScriptedTile(Index, Script)
    Select Case Script
    Case 0
    Call PlayerMsg(Index, "This scripted tile has no apparent use.", WHITE)
    Exit Sub
    >! Case Else
    Call PlayerMsg(Index, "No tile script found. Please contact an admin to solve this problem.", WHITE)
    Exit Sub
    End Select
    End Sub
  7. How do you get a class upgrade/evolve?
    I'm wondering if there is a way if you are a certain class sprite and level(or higher lvl) to make like an evolve of upgrade and become class 2 of that class and get a cooler spite and maybe even learn a cool move. 
    Would this call for a script?
    and if some already made a tutorial or asked this can I have a link to that, thanks. :star:
  8. @wiimanclassic:

    > Its already up. Unless your trying to get on stable. Then you need to go to settings change the 2 in the IP to a 3.

    >! x10Hosting Account Suspended | Free Hosting For The Masses!

    >!  
    >! |
    >!   |
    >!   |
    >!  

     Your Hosting Account is Suspended
     Your account has been suspended by x10Hosting's administration. More information regarding this may be viewed under the account management system on x10Hosting.com.
     » [Go to the x10Hosting Account Panel](http://x10hosting.com/control)

    I think its offline…
  9. Hi, does this update mean that old accounts are gone?
    I made an account long ago.

    @Tarou:

    > **The Kingdom Hearts MMORPG "Twilight Soul" has an Origins version now, known as Re:Twilight Soul**
    >
    > New game, website, forum, etc.
    >
    > ![](http://i56.tinypic.com/dgns4i.png)
    >
    > Kingdom Hearts Re:Twilight Soul an MMO based off of the Kingdom Hearts video game series. Although it's online, this game actually has an on-going story that you can follow (although it isn't required to follow.)
    >
    > http://tsgame.tk
    > Alternate link: http://tsgame.weebly.com
    >
    >
    > >! **Episode 1**, the prologue, is finished, with Traverse Town being destroyed by Kayix, and players moving to Twilight Town as their new home.
    > >! **Episode 2** is now finished, with the End of the World and Castle Oblivion being revealed, a new antagonist behind the scenes known as "Luciex", and a Traverse Town restoration project which will bring Traverse Town back as soon as possible. Kayix was actually a girl named Kiya who was saved by Jaktik. Jaktik became controlled by Luciex.
    > >! **Episode 3** is finished, with Jaktik being freed. Him and Luciex had their final battle with the help of the players. Luciex was sealed away. Traverse Town was restored back to normal. However, a new cloaked figure appeared, searching for Tarou.
    > >! **Episode 3.5** was released. The cloaked figure was revealed to be Vivin, the original creator of Twilight Soul. Vivin claims to be the real creator, but Tarou, who has always been around, claims he is. Vivin said he must kill Tarou in order to save the world. The players don't know who to believe, and must choose whose side they are on.
    > >! If an Episode 4 is made, it will be the final episode, concluding the current storyline of Vivin. The next story will continue on Origins. (Or, we may end the Stable version and conclude the Vivin story in Origins. We are still deciding on this.)
    >
    >
    > >! -It will have almost every world from KH1, KH2, and BBS. Many custom areas as well.
    > >! -24/7 server
    > >! -Events going on all the time.
    > >! -Guild bases
    > >! -Player housing
    > >! -We will be supporting one official guild: Organization XIII, who gets a free base with the Org chairs looking how they do in KH2:FM+ or 358/2 Days. They also get their own dark portals as seen in the KH games.
    > >! -Several mini games
    > >! -More
    >
    > (Old screenshots from the Stable version)
    >
    > >! ![](http://i53.tinypic.com/20kvioz.jpg)
    > The Altar of Naught from The Castle That Never Was.
    > >! ![](http://i44.tinypic.com/35b6s5k.png)
    > End of the World.
    > >! ![](http://i42.tinypic.com/14twlud.png)
    > The Deep Jungle's treehouse.
    > >! ![](http://i40.tinypic.com/2a69fo8.png)
    > One of several city maps in The World That Never Was.
    > >! ![](http://i39.tinypic.com/m97drk.png)
    > The ball room in Beast's Castle.
    > >! ![](http://i42.tinypic.com/fu26g6.png)
    > The Station of Awakening/Calling (The sprite was really weird, so I covered it up)
    > >! ![](http://i43.tinypic.com/v8op3b.png)
    > Christmas Town
    > >! ![](http://i41.tinypic.com/106lrhx.png)
    > Halloween Town entrance (Guillotine Gate)
    > >! ![](http://i39.tinypic.com/2ikabmq.png)
    > Agrabah
    > >! ![](http://i40.tinypic.com/2kf2ow.png)
    > Land of Dragons cliffs.
    > >! ![](http://i40.tinypic.com/20hka5c.png)
    > The Bizarre Room in Wonderland.
    > >! ![](http://i40.tinypic.com/wc1taa.png)
    > Monstro.
    > >! ![](http://i43.tinypic.com/219xufm.png)
    > The Castle That Never Was.
    > >! ![](http://i39.tinypic.com/ktatj.png)
    > Agrabah's Chasm of Challenges.
    > >! ![](http://i48.tinypic.com/1627lmo.png)
    > Neverland's ship
    > >! ![](http://i49.tinypic.com/199opy.png)
    > Twilight Town (In progress)
    > >! ![](http://i45.tinypic.com/10fe5it.jpg)
    > Olympus Coliseum
    > >! ![](http://i48.tinypic.com/2jfn81c.png)
    > Traverse Town alley
    > >! ![](http://i49.tinypic.com/294jkid.png)
    > Twilight Town mansion
    > >! ![](http://i47.tinypic.com/23t17bo.png)
    > Destiny Islands secret cave
    > >! ![](http://i48.tinypic.com/5b33ur.png)
    > Traverse Town District 1
    > >! ![](http://i45.tinypic.com/2lxa5q0.png)
    > Radiant Garden ruins (It's destroyed in this game. It's part of the story.)
    > >! ![](http://i46.tinypic.com/25spnkk.png)
    > Part of the world map
    > >! ![](http://i52.tinypic.com/140amfb.png)
    > *Points to the online players list.* We're getting lots of new members.
    > >! ![](http://i54.tinypic.com/28vc8s2.jpg)
    > >! ![](http://i54.tinypic.com/aucdut.jpg)
    > >! ![](http://i51.tinypic.com/29cmk9d.png)
    > The ruins of Traverse Town after Kayix (the game's former antagonist) destroyed it.
  10. :cry: Darn all these Negative replays.
    I thought it was clear what RGWaN was about, No, it is not a pokemon game but it does have some Pokemon spirites.
    @Gammaâ„¢:

    > two words: epic failure
    >
    > edit:
    > MY EYES BURN! aah!

    Anyways, Thank you for responding and for the feed back. :D
    Hope some joins and for more responses! :)
  11. Hello I am making a game, and I would like more people to join. :)
    Here is one map:

    >! ![](http://i26.tinypic.com/4l1xn8.png)
    It is still starting, and as of this post I only have two players.
    I still need more staff people to help/join my game.
    Here is the download link:
    http://www.megaupload.com/?d=51XKSRP4
    That one is a Zip file and needs to be Extracted.

    Here is a earlier on that is smaller but missing only a few music files and some junk I added to the other one. (The other link will also probable be missing music files too when I update.*) This one is a Rar file so it will need to be decoded. 

    *If anyone wants those updates and others please ask.

    First you do have the option to use Hamachi, The Network is called: Ben Games
    Is you use Hamachi, The Ip is: 5.73.145.103
    If you don't use that then the Ip is: 173.16.230.121
    Port is: 4000 of course 

    Thank you to anyone who joins RGWaN.
    If you have any trouble please ask me. Though it might only be offline. :icon_nif:
  12. @azerdeath:

    > Nice mapping

    Thank you for the complement.  Even for something that was in a Spoiler. 
    To test out what i have so far here is this:
    http://www.megaupload.com/?d=51XKSRP4

    I have more Questions, but I don't know…

    >! ![](http://i40.tinypic.com/27y34mh.png)
×
×
  • Create New...