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 zombie invasion quest Map(s):D

+4
Orcs
Darkemo
Justincross
herp
8 posters

Go to page : 1, 2  Next

Go down  Message [Page 1 of 2]

1My zombie invasion quest Map(s):D Empty My zombie invasion quest Map(s):D Mon Apr 09, 2012 7:56 am

herp

herp

My zombie invasion quest Map(s):D Zombie10

My zombie invasion quest Map(s):D Zombie11

My zombie invasion quest Map(s):D Zombie12

My zombie invasion quest Map(s):D Zombie13

Hope you guys like them:]

2My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 8:06 am

Justincross

Justincross

I LOVE IT But how would there be plants if zombies are over running the place XD u need to make the gardens like the little plot u have beside the church or similar thats what i think but thats me Razz Other than that its beautiful herpie<333 cheers

3My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 8:09 am

Darkemo

Darkemo

i like the map but if its a zombie invasion the villager cant take care of the grass to make it look that green lol love it though

4My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 8:11 am

herp

herp

Darkemo wrote:i like the map but if its a zombie invasion the villager cant take care of the grass to make it look that green lol love it though

Yeah i also thought the same about the grass, what shall i do with it. swamp ground?

5My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 8:15 am

Darkemo

Darkemo

yea i think that with swamp ground it would look more like a zombie invasion Very Happy

6My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 1:47 pm

herp

herp

My zombie invasion quest Map(s):D Edited10

My zombie invasion quest Map(s):D Edited11
My zombie invasion quest Map(s):D Edited12
My zombie invasion quest Map(s):D Edited13

I edited the map, so zombies would better fit in it.

7My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 1:51 pm

Orcs

Orcs

herp wrote:My zombie invasion quest Map(s):D Edited10

My zombie invasion quest Map(s):D Edited11
My zombie invasion quest Map(s):D Edited12
My zombie invasion quest Map(s):D Edited13

I edited the map, so zombies would better fit in it.

Love your work with maps!It looks awesome !Wow you should be hired as mapper lol!

8My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 1:53 pm

herp

herp

Orcs wrote:
herp wrote:My zombie invasion quest Map(s):D Edited10

My zombie invasion quest Map(s):D Edited11
My zombie invasion quest Map(s):D Edited12
My zombie invasion quest Map(s):D Edited13

I edited the map, so zombies would better fit in it.

Love your work with maps!It looks awesome !Wow you should be hired as mapper lol!

ghehe, thank you!:] I might get hired once, but first I want to get better Razz and practise a bit more:P

9My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):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();
}

10My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 4:54 pm

herp

herp

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();
}

hmm, cool Razz, but I think there are gonna be more than 1 different kind of zombies Razz

11My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 5:04 pm

Chase

Chase

k made cause im soo bored it took 7 mins idc lol

12My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Mon Apr 09, 2012 5:05 pm

herp

herp

Chasee wrote:k made cause im soo bored it took 7 mins idc lol

Haha XD Razz

13My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Tue Apr 10, 2012 2:39 am

Monki

Monki
Admin

Love it Very Happy
If anything is added to RH this will be the next thing.

14My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Tue Apr 10, 2012 10:36 am

herp

herp

Monki wrote:Love it Very Happy
If anything is added to RH this will be the next thing.

Very Happy awesome!Very Happy, I'll finish the other maps like inside the houses, and the ruins this week:P
You might think, ruins?
I'll explain, my story is:you enter a map, you see ruins, and think what te fuck happened here. Then you a portal, you step on the portal and get teleported to the past, when the zombie village was still intact. You will see a man screaming for help, to stop the zombies attacking the village. So you will have to defend it. etc xD

15My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Tue Apr 10, 2012 10:44 am

Chase

Chase

Herp, you are just Amazing. I mean, amazing =D
The maps are good, you should get hired as mapper / idea/creative person. xD

16My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Tue Apr 10, 2012 10:56 am

herp

herp

Chasee wrote:Herp, you are just Amazing. I mean, amazing =D
The maps are good, you should get hired as mapper / idea/creative person. xD

Thank you!<3

17My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 9:18 am

herp

herp

My zombie invasion quest Map(s):D Zombie10

Its the church on the zombie map.. its not a beautiful church. But would you expect a nice church in a zombie village?

18My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 11:10 am

herp

herp

My zombie invasion quest Map(s):D Grocer10


My zombie invasion quest Map(s):D Toilet11
The grocery and Blacksmith map, and the toilet map upstairs the grocery and blacksmith map.



Last edited by herp on Thu Apr 12, 2012 12:39 pm; edited 2 times in total

19My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 11:47 am

herp

herp

My zombie invasion quest Map(s):D Zombie14

And this is the Inn/bank map of Zombie village :]

20My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 1:47 pm

Chase

Chase

they're all right. nothing really matches though

21My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 1:53 pm

herp

herp

Chase wrote:they're all right. nothing really matches though
If i want everything to match the zombie map 100% I'd need edited Gfx files.

22My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Thu Apr 12, 2012 1:59 pm

Chase

Chase

true

23My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Fri Apr 13, 2012 12:46 pm

Kawasake

Kawasake

Dude, simply AMAZING!

24My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Fri Apr 13, 2012 12:48 pm

herp

herp

Kawasake wrote:Dude, simply AMAZING!

Thank you:]

25My zombie invasion quest Map(s):D Empty Re: My zombie invasion quest Map(s):D Sun Apr 15, 2012 5:40 am

Orcs

Orcs

Okay so i was looking into Fallen-Evolution GFX files for items and i found a thing that could work as NPC to #warp zombie.Well just check this Smile
My zombie invasion quest Map(s):D 801f_b10
My zombie invasion quest Map(s):D 802f_b10My zombie invasion quest Map(s):D 814f_b10My zombie invasion quest Map(s):D 804f_b10

It's just a couple of sprites i have more if you are interested.

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