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

Murdoc

Members
  • Posts

    1795
  • Joined

  • Last visited

    Never

Posts posted by Murdoc

  1. ```
    If CanTake(Index, 1, 1) = true And CanTake(Index, 2, 1) = true And CanTake(Index, 3, 1) = true Then

    Call PlayerMsg(index, "Here is the item4 I promised!", 12)
    Call TakeItem(index, 1, 1)
    Call TakeItem(index, 2, 1)
    Call TakeItem(index, 3, 1)
    Call GiveItem(index, 4, 1)

    Else

    Call PlayerMsg(index, "Bring me an item1, item2 and item3 and I'll make you an item4!", 12)

    End If
    ```
    It's supposed to be a scripted npc that checks for 3 different items, and if you have them you get another item. I'm pretty new at scripting, so I'll be surprised if it's totally right…
  2. Yea, this should be moved to WIP's (Works in Progress). But anyway, at least you have some idea for a game. Good job. However, the name Dead World makes me think of a game that's failed. Maybe you could try World of the Dead or somethin that sounds more appealing. Just a suggestion.  ;)
  3. @Anna:

    > It probably didn't have the continent of Iria. Also for how big the game is I'm surprised it's so small.

    True. I've played mmo's that are 3 gigs easy. But the graphics on Mabinogi ARE cartoony lets not forget.
  4. It's hard to remember all the ones I've played. Of course there's the more popular ones like Guild Wars, WoW, and Dark Age of Camelot. I've also played:

    Ultima Online
    Everquest: Shards of Dalaya
    Tibia
    Perfect World Int
    Endless Online
    Ragnarok Online
    GodWars
    Age of Conan
    Dungeons and Dragons Online
    Mabinogi
    Tantra Online
    Rappelz
    Voyage Century
    Runes of Magic
    Fiesta
    Nexus
    Archlord

    and the list goes on…
  5. I should get back into playing this. I played for a couple months and got bored. But at least it's more interesting than WoW. And, I might be willing to buy Nexon points or whatever they are. Damn… the system sucked me in...
  6. If you can get your hands on photoshop or paint shop pro (version 7 or higher) it will make the work alot easier. For example you can use grids (32x32) which is the exact side you need for tiles. You can use grid snapping to help with drawing perfect lines. You can do shading with a black to transparent gradient. Of course, this is very basic tilesheeting. But like I said it's easier if you use a good program. When I get the time I'll put up a simple tutorial on how to make simplistic tiles. That should help you get on your way.
×
×
  • Create New...