Reaping Havoc Online
Would you like to react to this message? Create an account in a few clicks or log in to continue.

2D Mmorpg Game Forums


You are not connected. Please login or register

My maps :D

+3
Orcs
Darkemo
herp
7 posters

Go to page : 1, 2  Next

Go down  Message [Page 1 of 2]

1My maps :D Empty My maps :D Sun Apr 08, 2012 5:00 pm

herp

herp

My maps :D Beachm12

This is the first map I made :3, i have no idea how to show the map in full screen. I also tried to make some other maps but I had some problems and am really tired now. I'd like to get some advice and opinions:].


My maps :D Lake10



Last edited by herp on Mon Apr 09, 2012 9:45 am; edited 1 time in total

2My maps :D Empty Re: My maps :D Sun Apr 08, 2012 5:20 pm

Darkemo

Darkemo

its pretty good for a first map shadows and everything, now try making that map that would go with your zombie quest i bet it would be good too Very Happy

3My maps :D Empty Re: My maps :D Sun Apr 08, 2012 5:23 pm

herp

herp

Darkemo wrote:its pretty good for a first map shadows and everything, now try making that map that would go with your zombie quest i bet it would be good too Very Happy
Thanks ^_^ , I'm sure i'll need some help with the ruins xD. I'll start tomorrow I think Wink, well its like tomorrow in 37 minutes here xD

4My maps :D Empty Re: My maps :D Sun Apr 08, 2012 5:37 pm

Darkemo

Darkemo

lol well if you want some help i can help you just tell me when you need me Very Happy

5My maps :D Empty Re: My maps :D Sun Apr 08, 2012 5:37 pm

Orcs

Orcs

Nice map as a first try.It's not to crowded but it could use some object's that are used in beach like ball or an umbrella.But i like it.

6My maps :D Empty Re: My maps :D Sun Apr 08, 2012 5:54 pm

herp

herp

Darkemo wrote:lol well if you want some help i can help you just tell me when you need me Very Happy

When i finish a part of the map ill show you Wink, and if needed ( probably) i'll ask you for help:].

7My maps :D Empty Re: My maps :D Sun Apr 08, 2012 6:48 pm

herp

herp

My maps :D Hell10

8My maps :D Empty Re: My maps :D Sun Apr 08, 2012 6:56 pm

Chase

Chase

they are ok

9My maps :D Empty Re: My maps :D Sun Apr 08, 2012 6:59 pm

Darkemo

Darkemo

this one need some more detail on it and idk what it is about it it just doesnt look right Very Happy

10My maps :D Empty Re: My maps :D Sun Apr 08, 2012 7:09 pm

Justincross

Justincross

i actually like that one Very Happy GREAT JOB HERP DA DERP

11My maps :D Empty Re: My maps :D Sun Apr 08, 2012 7:12 pm

herp

herp

I didnt like it either XD, but i thought, ill just post it xD

12My maps :D Empty Re: My maps :D Sun Apr 08, 2012 7:38 pm

Justincross

Justincross

Better than that beach map

13My maps :D Empty Re: My maps :D Sun Apr 08, 2012 9:26 pm

Kawasake

Kawasake

I really like the beach one. Not too fond of the second one, looks like you dragged your mouse across it really quick o.o

14My maps :D Empty Re: My maps :D Sun Apr 08, 2012 11:58 pm

Chase

Chase

Put time and detail into it, don't rush. It will look sloppy.

15My maps :D Empty Re: My maps :D Mon Apr 09, 2012 4:08 am

herp

herp

Kawasake wrote:I really like the beach one. Not too fond of the second one, looks like you dragged your mouse across it really quick o.o
Well, it was actually in the shape of a monkey first. But then I realised there wasn't enough space for 2 houses. so I made the map bigger ;3

16My maps :D Empty Herp Mon Apr 09, 2012 7:57 am

Tidus

Tidus

Nice first maps im not to fond of the 2nd one either but good beach map for your first try maybe add more objects in the beach map and make it bigger? thats how you learn

17My maps :D Empty Re: My maps :D Mon Apr 09, 2012 4:06 pm

Chase

Chase

quest for zombies

Code:

Main
{
        questname      "Zombiez"
        version        1.0
}
state Begin
{
    desc  "HALPP!"
    action  AddNpcText(0, "OMG! Our town is invaded by zombies! Pleasee help our city, you/'ll be a hero!");
    action  AddNpcInput(0,1,"I wunna be a hero");
    action  AddNpcInput(0,2,"no your lazy");

    rule    InputNpc(1) goto state1
    rule    InputNpc(2) goto state50
}
state state1
{
    desc "Clear the Zombies!"
    action  AddNpcText(0, "Thank you so very much, hurry up and go kill 75 zombies and collect 35 zombie flesh!");

    rule    GotItems(Item ID goes here,35) goto state2
    rule    KilledNpcs(npc ID goes here,75) goto state2
}
state state2
{
    desc  "Ty screen"
    action  AddNpcText(0, "YOUR A HERO!! Take this reward!!");

    rule    GotItems(Item ID goes here,35) goto state3
}
state state3
{
    desc  "Collect prize"
    action  GiveItem(Item ID goes here,Item amount goes here);
    action  GiveExp(Exp Amount goes here DO NOT use commas);
    action  ShowHint("You recieved " "");
}
state state50
{
    desc  "loser"
    action  AddNpcText(0, "fine then! go and save yourself");
    action  Reset();
}

18My maps :D Empty Re: My maps :D Tue Apr 10, 2012 8:14 am

Orcs

Orcs

Chasee wrote:quest for zombies

Code:

Main
{
        questname      "Zombiez"
        version        1.0
}
state Begin
{
    desc  "HALPP!"
    action  AddNpcText(0, "OMG! Our town is invaded by zombies! Pleasee help our city, you/'ll be a hero!");
    action  AddNpcInput(0,1,"I wunna be a hero");
    action  AddNpcInput(0,2,"no your lazy");

    rule    InputNpc(1) goto state1
    rule    InputNpc(2) goto state50
}
state state1
{
    desc "Clear the Zombies!"
    action  AddNpcText(0, "Thank you so very much, hurry up and go kill 75 zombies and collect 35 zombie flesh!");

    rule    GotItems(Item ID goes here,35) goto state2
    rule    KilledNpcs(npc ID goes here,75) goto state2
}
state state2
{
    desc  "Ty screen"
    action  AddNpcText(0, "YOUR A HERO!! Take this reward!!");

    rule    GotItems(Item ID goes here,35) goto state3
}
state state3
{
    desc  "Collect prize"
    action  GiveItem(Item ID goes here,Item amount goes here);
    action  GiveExp(Exp Amount goes here DO NOT use commas);
    action  ShowHint("You recieved " "");
}
state state50
{
    desc  "loser"
    action  AddNpcText(0, "fine then! go and save yourself");
    action  Reset();
}

It has soo many misstakes...

19My maps :D Empty Look whos talking Tue Apr 10, 2012 9:28 am

Tidus

Tidus

Chasee wrote:Put time and detail into it, don't rush. It will look sloppy.

Maybe think about that when your mapping also???

20My maps :D Empty Re: My maps :D Tue Apr 10, 2012 9:37 am

Chase

Chase

Tidus wrote:
Chasee wrote:Put time and detail into it, don't rush. It will look sloppy.

Maybe think about that when your mapping also???
never said I was any better. You're really getting on my nerves, just shut the fuck up. Atleast im better than you, lol.



Last edited by Chasee on Tue Apr 10, 2012 9:38 am; edited 1 time in total

21My maps :D Empty Re: My maps :D Tue Apr 10, 2012 9:38 am

Chase

Chase

Orcs wrote:
Chasee wrote:quest for zombies

Code:

Main
{
        questname      "Zombiez"
        version        1.0
}
state Begin
{
    desc  "HALPP!"
    action  AddNpcText(0, "OMG! Our town is invaded by zombies! Pleasee help our city, you/'ll be a hero!");
    action  AddNpcInput(0,1,"I wunna be a hero");
    action  AddNpcInput(0,2,"no your lazy");

    rule    InputNpc(1) goto state1
    rule    InputNpc(2) goto state50
}
state state1
{
    desc "Clear the Zombies!"
    action  AddNpcText(0, "Thank you so very much, hurry up and go kill 75 zombies and collect 35 zombie flesh!");

    rule    GotItems(Item ID goes here,35) goto state2
    rule    KilledNpcs(npc ID goes here,75) goto state2
}
state state2
{
    desc  "Ty screen"
    action  AddNpcText(0, "YOUR A HERO!! Take this reward!!");

    rule    GotItems(Item ID goes here,35) goto state3
}
state state3
{
    desc  "Collect prize"
    action  GiveItem(Item ID goes here,Item amount goes here);
    action  GiveExp(Exp Amount goes here DO NOT use commas);
    action  ShowHint("You recieved " "");
}
state state50
{
    desc  "loser"
    action  AddNpcText(0, "fine then! go and save yourself");
    action  Reset();
}

It has soo many misstakes...
No, there aren't any mistakes. Post what you think is a mistake pls.

22My maps :D Empty Re: My maps :D Tue Apr 10, 2012 9:52 am

Tidus

Tidus

Chasee wrote:
Tidus wrote:
Chasee wrote:Put time and detail into it, don't rush. It will look sloppy.

Maybe think about that when your mapping also???
never said I was any better. You're really getting on my nerves, just shut the fuck up. Atleast im better than you, lol.

LOL you better then me?!? XD now that's he joke of the day if your better then me why do I have to always corrects your maps and tell you what's wrong with them and why do people come to me for help at mapping and not you? And iv been told I'm better then you and that your maps are to plain and need a lot of work? so if I was you you should be the one shutting up

23My maps :D Empty Re: My maps :D Tue Apr 10, 2012 10:21 am

Chase

Chase

Tidus wrote:
Chasee wrote:
Tidus wrote:
Chasee wrote:Put time and detail into it, don't rush. It will look sloppy.

Maybe think about that when your mapping also???
never said I was any better. You're really getting on my nerves, just shut the fuck up. Atleast im better than you, lol.

LOL you better then me?!? XD now that's he joke of the day if your better then me why do I have to always corrects your maps and tell you what's wrong with them and why do people come to me for help at mapping and not you? And iv been told I'm better then you and that your maps are to plain and need a lot of work? so if I was you you should be the one shutting up
Lol? Your maps are plain Ugly. Mine might be plain? They're not as ugly as yours? Yours don't even make sense. You have not even SEEN my updated maps. Old ones are bad. So you cant judge me until you see them, sorry. Anyways i don't feel like aruing with a fucktard, so cya.

24My maps :D Empty Re: My maps :D Tue Apr 10, 2012 10:27 am

Tidus

Tidus

Chasee wrote:
Tidus wrote:
Chasee wrote:
Tidus wrote:
Chasee wrote:Put time and detail into it, don't rush. It will look sloppy.

Maybe think about that when your mapping also???
never said I was any better. You're really getting on my nerves, just shut the fuck up. Atleast im better than you, lol.

LOL you better then me?!? XD now that's he joke of the day if your better then me why do I have to always corrects your maps and tell you what's wrong with them and why do people come to me for help at mapping and not you? And iv been told I'm better then you and that your maps are to plain and need a lot of work? so if I was you you should be the one shutting up
Lol? Your maps are plain Ugly. Mine might be plain? They're not as ugly as yours? Yours don't even make sense. You have not even SEEN my updated maps. Old ones are bad. So you cant judge me until you see them, sorry. Anyways i don't feel like aruing with a fucktard, so cya.
Lol xD plain ugly and don't make sense that's why a lot of people on Eoserv liked my maps even monki likes my maps you just jealous and feel like talking shit dude post some of your maps on Eoserv then we can see! Your the fucken retart =_= but like you said not arguing with idiots that can't map

25My maps :D Empty Re: My maps :D Tue Apr 10, 2012 10:42 am

Chase

Chase

I did post my OLD maps on eoserv and they said they liked them, anyways I haven't even seen my new maps. You're dumb as fuck, I mean do you even go to school? Get off this forum, delete your account, turn off your computer, go get a girlfriend, find some friends in real life, not your 45 yr old virgin friends online.

Sponsored content



Back to top  Message [Page 1 of 2]

Go to page : 1, 2  Next

Permissions in this forum:
You cannot reply to topics in this forum