Search Unity

Saving mobs,npcs and spawning them.

Discussion in 'Scripting' started by traxxas, Dec 4, 2012.

  1. traxxas

    traxxas

    Joined:
    Sep 28, 2012
    Posts:
    10
    Hello..

    So would it be possible to Spawn mobs/npcs, objects and so on in game?

    Making a command you would type in a chat window something like " .Npc spawn ID " or " .Object spawn ID" and the ID would be the ID from a Database


    Also curious if it would be possible to make a " Game Master " that would help players kinda like World of Warcraft.


    Do anyone have a good guide on using Sql or something like Raven DB to store Mobs, Objects, Loot yeah everything?
     
  2. BlackMantis

    BlackMantis

    Joined:
    Feb 7, 2010
    Posts:
    1,475
    Yes to all. Check out the search and answers forum, also the Unify wiki. There are so many topics about these questions already. This section of the forum is more for script related help instead of general game design discussion.
     
  3. traxxas

    traxxas

    Joined:
    Sep 28, 2012
    Posts:
    10
    I see thought it was something made with C# the commands and so guess ill keep seartching then
     
  4. BlackMantis

    BlackMantis

    Joined:
    Feb 7, 2010
    Posts:
    1,475
    There are a lot of good examples in the tutorials.

    How strong is your code skills in Js or your preferred language?
     
  5. traxxas

    traxxas

    Joined:
    Sep 28, 2012
    Posts:
    10
    Im not that good i'm afraid but motivation is the greatest tool so, i prefer C#, following some tutorials on 3Dbuzz so atleast im learning. Do u think Js is the way to go for this kind of thing ?

    Thanks for replying