Endless-Eclipse
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Endless-Eclipse Applications Rules

2 posters

Go down

Endless-Eclipse Applications Rules Empty Endless-Eclipse Applications Rules

Post by Soul Sun Sep 27, 2015 2:18 am

This topic is used for Applying for a Staff spot on 'Endless-Eclipse' the 'Test' server, which has more crafts, and walking areas then Eclipse-Online

But anyways here's a little rule for this forum

1: This topic is used for Applying as a Staff member spot on Endless-Eclipse
2: You must post what Position you want. Ex: Light Guide (Rank 1 admin moderator) Guardian (Rank 2 admin moderator) Game Master (Rank 3 admin Moderator/Quest Writer/ or Mapper)
3: You cannot apply as a High Game Master (Rank 4 Adminship) Due too those spots are filled
4: If you are applying as a quest writer please use the 'Code' Tab too post it. (Example Below)
5: If you are applying as a mapper, please use the 'Host Image' Tab too post it. (Example below)
6: You must also post your name / age / occupation you want as adminship Example: Name: Robby Ingame name: Soul Occupation: Mapper,Quest Writer, and Moderator (remember this is a example you only place one of those 3 types of occupations in your application not all three, or you can post as 'Mapper' and 'Quest Writer')
7: You must be patient about the application process, it is very difficult for us too choose anyone, we wanna see clean maps, and nice quest's written, or even have loyal Moderators.
8: If you don't get chosen too be an admin, please don't cuss in this topic or at the new staff member or current staff members. (Will be warned before ban)
9: If you wish too apply for adminship again in the future more, practice your Quest Writing, or Mapping Skills for us too see! we'll love too see you try again!
10: Last but not least, may the race begin for new staff members!

Preview of Quest posting with 'Code' Tab
Code:
Main
{
    questname  "Pig Farmer"
    version    1.0
}
state Begin
{
    desc    "Talk to Pig Farmer"
    action  AddNpcText(24, "Hello [name] what brings you here today?");
    action  AddNpcInput(24,1,"Im here to help");
    action  AddNpcInput(24,2,"Nothing ill go");
    rule    InputNpc(1) goto Help
    rule    InputNpc(2) goto No
}
state No
{
    desc    "Talk to Pig Farmer"
    action  AddNpcText(24, "Its fine i understand you cant help me");
    rule    TalkedToNpc(24) goto EndReset
}
state Help
{
    desc    "Talk to Pig Farmer"
    action  AddNpcText(24, "So you wanna help me huh?");
    action  AddNpcText(24, "I need you to kill 60 of those pigs they are driving me crazy");
    action  AddNpcText(24, "You think you can do that..?");
    action  AddNpcInput(24,1,"Yes i can");
    action  AddNpcInput(24,2,"No i cant");
    rule    InputNpc(1) goto KillPigs
    rule    InputNpc(2) goto No2
}
state No2
{
    desc    "Talk to Pig Farmer"
    action  AddNpcText(24, "Its fine i understand you cant help me");
    rule    TalkedToNpc(24) goto EndReset
}
state KillPigs
{
    desc    "Kill 60 pigs"
    action  AddNpcText(24, "Okay kill those pigs and comeback for your reward");
    rule    KilledNpcs(230,60) goto ReturnToFarmer
}
state ReturnToFarmer
{
    desc    "Return to Pig Farmer"
    action  AddNpcText(24, "Thank you! their squeeling was annoying me from the day i took over this farm now i can rest peacefully..accept my reward");
    rule    TalkedToNpc(24) goto Reward
}
state Reward
{
    action  GiveExp(5000);
    action  GiveItem(611,1);
    action  ShowHint("You have been given 5000 experiance and a scourge!");
    action  End();
}
state EndReset
{
    action  Reset();
}


Preview of Map posting using 'Host Image' Tab.
Preview:
Endless-Eclipse Applications Rules <a href=Endless-Eclipse Applications Rules Map510" />



For this Preview, i used the 'No' Tab for resizing it, as you can see it looks quite big, but
Always keep it as '800pxl for forums' So it'll look nice and clean.
Anyways Goodluck and have fun!


- Soul
Soul
Soul
Administrator
Administrator

Posts : 8
Points : 22
Reputation : 1
Join date : 2015-07-04
Age : 29
Location : Canada

https://endless-eclipse.board-directory.net

Back to top Go down

Endless-Eclipse Applications Rules Empty Re: Endless-Eclipse Applications Rules

Post by AlexxB Sun Sep 27, 2015 2:53 am

Let me be an Admin big poppa Robby

AlexxB
Moderator
Moderator

Posts : 1
Points : 1
Reputation : 0
Join date : 2015-09-25

Back to top Go down

Endless-Eclipse Applications Rules Empty Re: Endless-Eclipse Applications Rules

Post by Soul Sun Sep 27, 2015 3:00 am

AlexxB wrote:Let me be an Admin big poppa Robby

No you're a nub. Wink
Soul
Soul
Administrator
Administrator

Posts : 8
Points : 22
Reputation : 1
Join date : 2015-07-04
Age : 29
Location : Canada

https://endless-eclipse.board-directory.net

Back to top Go down

Endless-Eclipse Applications Rules Empty Re: Endless-Eclipse Applications Rules

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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