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

Jaiden

Members
  • Posts

    312
  • Joined

  • Last visited

    Never

Posts posted by Jaiden

  1. (Haha something about that name bothers me)

    Anyway, this is preview of the game GUI for Zelda LA. Its resized so no one goes and nabs it on me :P
    ![](http://i112.photobucket.com/albums/n177/JaidenUchiha/untitled-2.jpg)
    (Sorry for the quality, but you guys will get the full quality when the game comes out!) This is just a small preview.

    It's actually 950x750\. I'm wondering if that's actually going to be a bother, or that most people don't have 800x600\. If they do, its not that difficult to change.

    Tell me what you think.
  2. Yeah, it's very early in development, so I don't really have any screenshots yet. I like to do everything on paper first.

    I've been working on it on and off for quite a while, so It's not a brand new idea.

    As for the game's name, that's going to take a lot of thought since anything with "Zelda Online" has a tendency to get sued or attacked. :/

    Here's a sprite example Yhello:
    ![](http://i112.photobucket.com/albums/n177/JaidenUchiha/spriteexample.png)

    As you can see, its tiny: 32x32\. However, I keep the sprites 32x64, because that extra space leaves room for sword animation, and better PD.

    If you apply to PD, I would give you the items, and you would just have to arrange them.
  3. **EDIT** As you can see, I have all of the open positions crossed off. Zelda: Lost Adventures has plenty of help now. However, if you still feel that you're very skilled and would really be a big help to us, feel free to send me a PM. Please make sure you send _proof of ability!_ I.E. Maps, Graphics, Ect.**
    ~~Hello!

    I'm recruiting for a game I've been developing for a while now. You can probably tell what it is through my profile; another Zelda-based game.
    Don't turn away now, this isn't a pick-up and drop project.
    I'm indeed rather serious about it, and I need a lot of extra help working on it. The following "spaces" are open. If you think your going to be dedicated, willing, ect. **Please post here first. If your going to send me a PM, post some proof of skill please! (Maps, Graphics, Ect.) Also note: I'm not looking for mappers! Unless you think your REALLY GOOD, please don't bug me with 400 "oh i can map" messages.
    ~~I need the following:~~

    * ~~**A Dedicated Server Host**~~

    ~~Requirements:
    Have plenty of free Memory on your computer.
    Very responsible; having the server means having control of the game.
    Being Computer literate, being able to handle errors, and have control over the server.
    Obviously the ability to port-forward with a good internet connection.
    Clean computer. I don't want viruses/spyware to interfere with the server.
    Being very dedicated. I can't have you hosting the server for a week and deciding you don't want to do it anymore.~~

    * **~~Paperdoll/Spriting Assistant~~**

    ~~Requirements:
    Knowing how to arrange a sprite sheet.
    The ability to add items to a sprite sheet properly.
    The ability to create/edit sprites reasonably well. I don't need a professional graphics artist, just someone who knows what they're doing.~~

    * **~~Database Editor~~**

    ~~Requirements:
    Being patient! This job requires you to add items, monsters, and ect. to the game. I will give you the list, and you have to basically add in all the numbers.
    Obviously, the ability to add items, monsters, ect. in Eclipse.~~

    I may add more if necessary. If your applying for these places, please understand that the game is still very much in WIP. I'm planning all of the dungeons, items, areas, story, classes, engine, and design myself. You will be a tremendous help as an assistant, in which I can give you something do, and have you complete it.

    The current development team is very friendly, and we would be glad to have any mature, responsible people added to the team. Please note that if you want to join the team, you must have an MSN account to instant message and stay in touch!

    Thank you so much!  :)
    ~Jaiden**~~
  4. I need help with this script…

    I made an addition to "Sub OnNPCDeath", but it doesn't work right.
    I'm trying to get it to play an animation over the NPC, and play a sound... However it doesn't work right.

    I'm probably doing something stupid and obvious.

    Anyway, here's the troublesome code:
    ```
    Sub OnNPCDeath(Index, Map, NPCNum, NPCIndex)
    Dim NPC_X
    Dim NPC_Y

    NPC_X = Call GetNpcX(Map, NPCNum)
    NPC_Y = Call GetNpcY(Map, NPCNum)

    SpellAnim(1, Map, NPC_X, NPC_Y)
    Call PlaySound("Enemy_Kill.wav")
    Call BattleMsg(Index, "You killed a " & getnpcname(NPCNum) & ".", BRIGHTRED, 0)
    End Sub
    ```
  5. I'm trying to change some things.

    I want it to play a sound when you click a target,
    and I also want a sound for when you get killed.

    The problem is, both of these commands are on the Server side of the source, and I can't figure out what I have to do to get the sound to play.

    Do I need to do some editing in main.txt?

    Please bear with me. I do have a basic understanding of VB, but I'm definitely not a pro.
×
×
  • Create New...