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

Some of my work.

+2
Orcs
Chase
6 posters

Go to page : 1, 2  Next

Go down  Message [Page 1 of 2]

1Some of my work. Empty Some of my work. Mon Mar 19, 2012 11:23 am

Chase

Chase

I've made a few quests, and maps that Mason/Monki are welcome to use, just ask if you want downloads, also showing them to you guys. :p

A few quests:

Code:

Main
{
        questname      "The lost key."
        version        1.0
}
state Begin
{
    desc  "Menu"
    action  AddNpcText(0, "What do you want?");
    action  AddNpcInput(0,1,"You seem sad..");
   
    rule    InputNpc(1) goto state1
}
state state1
{
    desc  "Will you find the key?
    action  AddNpcText(0, "I've been searching for my key for a long time. Earlier I was exploring, my key was in my pocket. I might of dropped it in the castle, when the king scared me away. :/(");
    action  AddNpcInput(0,2,"I will find it!");
    action  AddNpcInput(0,3,"Find it yourself.");
   
    rule    InputNpc(2) goto state2
    rule    InputNpc(3) goto state50
}
state state2
{
    desc "Find the lost key!"
    action  AddNpcText(0, "thanks. Remember, i could of dropped it in the castle, but im just not sure");
   
    rule    EnterCoord(8, 13, 16) goto state3
}
state state3
{
    desc "Talk to Ron"
    action  ShowHint("You found Rons key!");
    action  GiveItem(241,1);

    rule    GotItems(241,1) goto state4
}
state state4
{
    desc  "Thank you screen"
    action  AddNpcText(0, "Thank you so much!");
   
    rule    GotItems(241,1) goto state5
}
state state5
{
    desc  "Collect your prize!"
    action  ShowHint("You were rewarded 25000 gold!");
    action  GiveItem(1,25000);
    action  RemoveItem(241,1);
    action  End();
}
state state50
{
    action  AddNpcText(0, "Fine then.");
    action  Reset();
}

Code:

Main
{
        questname      "Robot Quest"
        version        1.0
}
state Begin
{
    desc  "Will you help Jim"
    action  AddNpcChat(0, "Hello. I am Jim, i design and make robots.. Im in the middle of making a robot that can make millions, but I ran out of metal parts to finish it. Could you help me?");
    action  AddNpcInput(0,1,"Yes");
    action  AddNpcInput(0,2,"No");
   
    rule    InputNpc(1) goto state1
    rule    InputNpc(2) goto state50
}
state state1
{
    desc "Collect 100 Metal Parts."
    action  AddNpcText(0, "Excellent. I need you to get me 100 metal parts. Come back when you have finished.");
   
    rule    GotItems(397,100) goto state2
}
state state2
{
    desc  "Ty screen"
    action  AddNpcText(0, "Thank you so much");
   
    rule    GotItems(397,100) goto state3
}
state state3
{
    desc  "Collect your prize"
    action  RemoveItem(397,100);
    action  GiveExp(100000);
    action  GiveItem(1,11000);
    action  Reset();
}
state state50
{
    desc  "Reset"
    action  AddNpcText(0, "If you decide to help me then you can come back.");
    action  Reset();
}

Code:

Main
{
        questname      "Mainstory Chap 1"
        version        1.0
}
state Begin
{
    desc  "Talk to Prince Havoc!" 
    action  AddNpcText(0, "Oh thank God someone is here to save me! Talk to my brother, Prince Havoc");
    rule    TalkedToNpc(0) goto state1
}
state state1
{
    desc  "Talk to Prince Havoc"
    action  SetCoord(550,13, 8);
   
    rule    EnterMap(192) goto state2
}
state state2
{
    desc  "Will you save the goddess"
    action  AddNpcText(0, "Hi im Prince Havoc, please will you help save my sister, the Goddess from the Ebil Dragon?!");
    action  AddNpcInput(0,1,"I will!");
   
    rule    InputNpc(0) goto state3
 
}
state state3
{
    desc    "Kill 30 Crows"
    action  AddNpcText(0, "Thank you for accepting my cries! But first you must prove your strength if you\'re worthy to save my sister, go kill 30 Crows.");
   
    rule    KilledNpcs(1,30) goto state4
}
state state4
{
    desc    "Kill 30 Rats"
    action  AddNpcText(0, "Now that\'s just a start, go kill 30 rats.");
   
    rule    KilledNpcs(2,30) goto state5
}
state state5
{
    desc "Kill 30 Blobs"
    action  AddNpcText(0, "Ok, now go kill 30 blobs.");
   
    rule    KilledNpcs(3,30) goto state6
}
state state6
{
    desc "Kill 60 Snakes"
    action  AddNpcText(0, "Now kill 60 snakes.");
   
    rule    KilledNpcs(6,60) goto state7
}
state state7
{
    desc   "Kill 10 Nutvipers"
    action   AddNpcText(0, "Good good, now KILL 10 Nutvipers.");
   
    rule    KilledNpcs(224,10) goto state8
}
state state8
{
    desc   "Kill 150 Biters"
    action   AddNpcText(0, "Now this may be hard, kill 150 biters.");
   
    rule   KilledNpcs(171,150) goto state9
}
state state9
{
    desc   "Kill 15 Dark Magicians"
    action   AddNpcText(0, "Ok ok, noww kill 15 Dark Magicians.");
   
    rule    KilledNpcs(207,15) goto state10
}
state state10
{
    desc "Kill 25 Headless Hunters"
    action  AddNpcText(0, "Very nice. Now kill 25 Headless Hunters");
   
    rule    KilledNpcs(138,25) goto state 14
}
state state14
{
    desc "Kill 50 Bone Spiders"
    action  AddNpcText(0, "Alright, Now go and kill fifty bone spiders...");
   
    rule    KilledNpcs(183,50) goto state15
}
state state15
{
    desc "Kill 10 Onigiris"
    action  AddNpcText(0, "Go on and kill 10 onigiris");
   
    rule    KilledNpcs(228,10) goto state16
}
state state16
{
    desc "Kill 25 Batmasos"
    action  AddNpcText(0, "Great job, now kill 25 batmasos, they are found in the level 60 area.");
   
    rule    KilledNpcs(88,25) goto state17
}
state state17
{
    desc "Kill 25 Cursed Masks"
    action  AddNpcText(0, "You must be tired of all this walking! Now go kill 25 Cursed Masks. :)");
   
    rule    KilledNpcs(134,25) goto state18
}
state state18
{
    desc "Kill 50 Cacadems."
    action  AddNpcText(0, "Excellent! It is going to start getting harder after this.. go kill 50 cacadems.");
   
    rule    KilledNpcs(222,50) goto state 19
}
state state19
{
    desc "Kill 40 Reborn Sheep"
    action  AddNpcText(0, "Now kill 40 Reborn Sheep, found in #warp trial.");
   
    rule    KilledNpcs(300,40) goto state20
}
state state20
{
    desc "Kill 40 Reborn Phoenix"
    action  AddNpcText(0, "Ok, now go kill 40 reborn phoenix, found in the 2nd level of the Tower of Trials, you need a mono key to enter the 2nd level, they drop at reborn sheep. ");
   
    rule    KilledNpcs(301,40) goto state21
}
state state21
{
    desc "Kill 40 Reborn Turtles"
    action  AddNpcText(0, "Now kill 40 reborn turtles, found in 3rd level of the Tower of Trials.");
   
    rule    KilledNpcs(302,40) goto state22
}
state state22
{
    desc "Kill the Apozen"
    action  AddNpcText(0, "Noww kill the Apozen.");
   
    rule    KilledNpcs(141,1) goto state23
}
state state23
{
    desc "Kill the Octopus"
    action  AddNpcText(0, "Well then, now kill the octopus.");
   
    rule    KilledNpcs(118,1) goto state24
}
state state24
{
    desc "Kill the Gnoll"
    action  AddNpcText(0, "Now kill the Gnoll.");
   
    rule    KilledNpcs(182,1) goto state25
}
state state25
{
    desc "Kil the Anundo Leader"
    action  AddNpcText(0, "Now kill the Anundo Leader");
 
    rule    KilledNpcs(120,1) goto state26
}
state state26
{
    desc "Kill the Lolth"
    action  AddNpcText(0, "Now kill the Lolth.");
   
    rule    KilledNpcs(285,1) goto state27
}
state state27
{
    desc "Kill the Yeenoghu"
    action  AddNpcText(0, "Great, now kill the Yeenoghu");
   
    rule    KilledNpcs(286,1) goto state28
}
state state28
{
    desc "Kill the Supernova"
    action  AddNpcText(0, "Now, you must kill the Supernova.");
   
    rule    KilledNpcs(313,1) goto state29
}
state state29
{
    desc "Talk to Prince Havoc"
    action  AddNpcText(0, "You have done very well. I think you have proven you are worthy to save my sister and kill the Evil Dragon. Use this scroll as many times as you like until you kill the Evil Dragon. Good luck.");
    action   GiveItem(628,1);
    action   ShowHint("You recieved an Evil Dragon Returns scroll")
   
    rule    KilledNpcs(344,1) goto state30
}
(
state state30
{
    desc   "Please collect your reward from Goddess!");
    action  AddNpcText(0, "How ever will I thank you..!");
    action  GiveItem(627,1);
    action  GiveItem(1,15000000);
    action  GiveExp(50000000);
    action   ShowHint("You recieved Gold, Exp, and a I saved the Goddess charm!")
    action  End();
}

Maps;

Some of my work. Shop10

Some of my work. Farmma10

Some of my work. Mapppp10

Some of my work. Pathwa12

Some of my work. Mapmap10

Some of my work. Mapmap11

Some of my work. Map110

Some of my work. Map210

Some of my work. Jail10



Last edited by Chasee on Mon Apr 02, 2012 4:54 pm; edited 15 times in total

2Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 11:39 am

Orcs

Orcs

You are making a huge misstake,theres no desc in every state,so when i do the quest and look in my quest DIR i wouldn't see what my next step is.
For example if he need to kill that monster,the desc should be


StateName
{
desc "Kill MonsterName"
}

Quest name also should be something like "Quest ID7(name) needs help in jungle!"
example "Dan(it would be quest ID7 as in example) need help in jungle!"

Anyways for start your very good!


Orcs

3Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 11:57 am

Chase

Chase

Thanks, also edited my post. alot more added xD

4Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 1:00 pm

Chase

Chase

Fixed the quests. Added the "Desc's"
I think it should work now.

5Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 1:07 pm

Orcs

Orcs

Chasee wrote:Thanks, also edited my post. alot more added xD

I see you done pretty nice work,but still you should follow the guide detailed here
Code:
h t t p : / / w w w .e n d l e s s - e d g e . c o m / e o p l u s . h t m  REMOVE ALL SPACES
''#warp newbhouse"" should be ""#warp newbhouse""

Okay You Wrote This:

state state50
{
action AddNpcText(5, "Well, come back if you decide to help me.");
rule TalkedToNpc(5) goto Begin
}



Should Be:
state state50
{
action AddNpcText(5, "Well, come back if you decide to help me.");
action Reset();
}

But im not sure if this huge difference but i know theres should be End() or Reset() on a quest.
Maps could youse some work too,but they are good.

6Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 1:22 pm

Chase

Chase

I dont feel like working on it today. Also, I know im not a great mapper. ;p

7Some of my work. Empty Re: Some of my work. Mon Mar 19, 2012 2:26 pm

Chase

Chase

Edited the quests, added the "Resets" and "Ends" Found out end makes it so it adds the quest as completed in the quest book, and reset is if the quest is repeatable. ;O
Thanks Orcs ;p

8Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 4:02 pm

Chase

Chase

Bump, fixed all quests and added 2 new maps. ^^

9Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 5:42 pm

Chase

Chase

Bump again, added 2 MORE maps. ;p

10Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 8:45 pm

Online?

Online?

I think you did a good job (:

11Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 8:57 pm

Monki

Monki
Admin

You should put walls inside you houses. Sad

12Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 9:02 pm

Chase

Chase

I did not think of that. XD Anyways if I add walls do you want to use the map & the outside?

13Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 9:04 pm

Monki

Monki
Admin

Ask mason about that. I usually use my own maps. :3

14Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 9:11 pm

Online?

Online?

Aparently, there is some new type of eo-map that allows you to pixelize extra things? like more realistic stair cases and stuff :O Do you guys have that?

15Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 9:40 pm

Chase

Chase

I added walls. :3 No I don't have that Online D;

16Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 9:56 pm

Online?

Online?

Dangit , i wanted to play with it >:O

17Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 10:46 pm

Chase

Chase

xD

18Some of my work. Empty Re: Some of my work. Tue Mar 20, 2012 11:38 pm

Online?

Online?

Shocked

19Some of my work. Empty Re: Some of my work. Wed Mar 21, 2012 1:05 am

Paperdoll

Paperdoll

Good job

-Paperdoll

20Some of my work. Empty Re: Some of my work. Wed Mar 21, 2012 9:10 am

Chase

Chase

Paperdoll wrote:Good job

-Paperdoll
<3

21Some of my work. Empty Re: Some of my work. Wed Mar 21, 2012 9:11 am

Orcs

Orcs

Online? wrote:Aparently, there is some new type of eo-map that allows you to pixelize extra things? like more realistic stair cases and stuff :O Do you guys have that?
You can download the Resource Hacker,then open the GFX3,GFX4,and some others i guess,then just save bitamps to a folder,open them with MS Paint and edit?If thats what you want actually. Smile

22Some of my work. Empty Re: Some of my work. Thu Mar 22, 2012 9:05 am

Chase

Chase

Added quest.

23Some of my work. Empty Re: Some of my work. Thu Mar 22, 2012 9:52 am

Orcs

Orcs

Online? wrote:Aparently, there is some new type of eo-map that allows you to pixelize extra things? like more realistic stair cases and stuff :O Do you guys have that?
Hmm i wonder if i havent written answer already,but i remember writting something.For things to pixel you will need GFX.They usually find in Endless-Online Folder,after than you will need Resource Hacker,that will let you to open an GFX file,so i dont know for sure but GFX2 and GFX3 i think are thoose files what you are searching for.Then Just save it to some folder you created.After doing all that you have to replace your pixels with the one who already in.The put the gfx's to your Eomap directory(Just replace),then when you open a map editor you will see that,if you want to work them on server you will have to make a client or if you want it on RH,you will have to send them your GFX,so they would realease it on their other client.I might made a lot of misstakes i was rushing writting this :p,anyway good luck if you will understand something lol!




Just seen my message,sorry,but mabye this is more detailed Very Happy



Last edited by Orcs on Thu Mar 22, 2012 9:54 am; edited 1 time in total (Reason for editing : OH MY!)

24Some of my work. Empty Re: Some of my work. Fri Mar 23, 2012 4:31 pm

Chase

Chase

Added 7 more screenies, a whole set of maps. Last screenie a boss will spawn inside the gate.
Hard as FUCK to get there.. you'll understand if this map gets added to the server, also updated my Mainstory Chap.1 quest ;3

25Some of my work. Empty Re: Some of my work. Mon Apr 02, 2012 10:44 am

Chase

Chase

Added one more map I just made. Me myself honestly loves it, idk about you guys. If stuff should be changed just tell me. I'm all open for C&C.

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