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

Orcs(Once Again I Fell Bad About Last One)

+2
xheartx
Orcs
6 posters

Should I Be Promoted/Hired On Any Of Position?

Orcs(Once Again I Fell Bad About Last One) Vote_lcap10%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 0% [ 0 ]
Orcs(Once Again I Fell Bad About Last One) Vote_lcap120%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 20% [ 1 ]
Orcs(Once Again I Fell Bad About Last One) Vote_lcap160%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 60% [ 3 ]
Orcs(Once Again I Fell Bad About Last One) Vote_lcap120%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 20% [ 1 ]
Orcs(Once Again I Fell Bad About Last One) Vote_lcap10%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 0% [ 0 ]
Orcs(Once Again I Fell Bad About Last One) Vote_lcap10%Orcs(Once Again I Fell Bad About Last One) Vote_rcap1 0% [ 0 ]
Total Votes : 5

Poll closed

Go down  Message [Page 1 of 1]

Orcs

Orcs

Name In Game:Orcs
Level In Game:140
Usage(Time I already spend):34hrs(Like 80Hrs before the wipe(Total 104hrs))
Age:15
Real Name:Paul(Paulius in my country)
Daily hours spend on server:2-3hrs.
Position:Mapper,Quest Writter,pixeler(Begginer,mostly repixel),helper,shop maker,working with pubs.
Main reason:I have my own project but i don't fell like i want to work with it,so i decided just to help other server's with their quest's,map's.Im also helpfull to players sometimes,but when it comes to bagging im strict.As I said before im begginer at pixels,now I try to create my own design Inventory Views,so i will show you some in the end of the post.
Contact me:paulius.taraskevicius@gmail.com
Okay Some Of My Work:
Orcs(Once Again I Fell Bad About Last One) Bitmap10
Orcs(Once Again I Fell Bad About Last One) Bitmap11
Orcs(Once Again I Fell Bad About Last One) Bitmap12
Orcs(Once Again I Fell Bad About Last One) Bitmap13
Orcs(Once Again I Fell Bad About Last One) Bitmap14
Orcs(Once Again I Fell Bad About Last One) 511_bm10
Orcs(Once Again I Fell Bad About Last One) 110
Orcs(Once Again I Fell Bad About Last One) 210
Orcs(Once Again I Fell Bad About Last One) 310
Orcs(Once Again I Fell Bad About Last One) 410
Orcs(Once Again I Fell Bad About Last One) Tux11
Orcs(Once Again I Fell Bad About Last One) 730_bm10
Orcs(Once Again I Fell Bad About Last One) 729_bm10
Orcs(Once Again I Fell Bad About Last One) Bitmap15
Orcs(Once Again I Fell Bad About Last One) 216_bm10
Orcs(Once Again I Fell Bad About Last One) 2351_b10
Orcs(Once Again I Fell Bad About Last One) 2404_b10
Orcs(Once Again I Fell Bad About Last One) 501_bm10
Orcs(Once Again I Fell Bad About Last One) 1010
Orcs(Once Again I Fell Bad About Last One) 1110
Orcs(Once Again I Fell Bad About Last One) 1210
Orcs(Once Again I Fell Bad About Last One) 2010

Quest Example:
Code:
Main
{
 questname  "Serf Quest(500K EXP)"
 version  1.0
}

State Begin
{
   desc  "Talk To Serf"
   action AddNpcText(15, "Hello,I Am Serf,I live here under 10 years hidding from Cyclops,can you help me?");
   action AddNpcInput(15, 1, "Yes,tell me more!");
   action AddNpcInput(15, 2, "No,im not interested!");

   rule InputNpc(1) goto TalkedToSerf
   rule InputNpc(2) Reset()
}
State TalkedToSerf
{
   desc "Talk To Serf"
   action AddNpcText(15, "Great,soo the Cyclops are very strong and dangerous,but i cant defeat them,but you are great warrior and strong enough to kill them!");
   action AddNpcInput (15, 1, "Yes,I am strong enough");
   action AddNpcInput (15, 2, "No,im not!");
   
   rule InputNpc(1) goto KillSheeps
}
State KillSheeps
{
   desc "Kill 200 Sheeps"
   action AddNpcText(15, "Kill 200 sheeps first,to prove you are brave warrior!");
   action AddNpcInput(15, 1, "Okay,im going to them now!");
   action AddNpcInput(15, 2, "No way!");

   rule InputNpc(1) goto KilledSheep
}
State KilledSheep
{
   desc "Kill 200 Sheeps"
   action AddNpcText(15, "Good luck!");
   
   rule KilledNpcs (170,200) goto KilledSheeps
}
State KilledSheeps
{
   desc "Talk To Serf"
   action AddNpcText(15, "Wow!You are really brave!Are you ready for final challange?");
   action AddNpcInput(15, 1, "Yes I am!");
   action AddNpcInput(15, 2, "No im not");

   rule InputNpc(1) goto KillOrcs
   rule InputNpc(2) goto KilledSheeps
}
State KillOrcs
{
   desc "Kill 100 Cyclops"
   action AddNpcText(15, "Ok!Kill me 100 of thoose damn Cyclops!");
   action AddNpcText(15, "Good luck my friend!I hope get you back alive");
   
   rule KilledNpcs (68,100) goto TalkSerf
}
State TalkSerf
{
   desc "Talk To Serf For Reward"
   action AddNpcText(15, "Good LORD!You did it!What A Brave warrior!I require to accept this reward!");
   
   rule TalkedToNpc(15) goto Reward
}
State Reward
{
   action GiveExp(500000)
   action GiveItem(1,10000)
   action GiveItem(389,1)
   action End()
}

Shop/Drop Example
Code:
Drop:
37=61,1,1,100
7=1,50,150,20, 258,1,1,30
Shop:
43.name = Shop_Bob
43.trade = 411,200,100, 54,1000,200, 40,1000,200, 42,1000,200, 50,1000,200, 43,1000,200, 39,500,50, 41,500,50, 44,1000,200, 51,1000,200, 3,30,2, 2,30,2 
43.craft = 287,258,10,1,800,61,10,0,0, 327,287,5,0,0,0,0,0,0, 390,327,5,287,15,0,0,0,0

Once Again Waiting For Your Answers!

xheartx

xheartx

Well good luck hope u make it Very Happy Suspect

Chase

Chase

The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

Good luck though Wink

Orcs

Orcs

xheartx wrote:Well good luck hope u make it Very Happy Suspect

Chasee wrote:The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

Good luck though Wink

Thanks to both Wink

Anyways its better than just taking all the pixels from Fallen Evolution,they still excist though,and its written in their GFX that its not allowed to take any pixels,like havoc did,but i cant blame them becouse i doing the same. lol!

zeery



[quote="Chasee"]The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

I agree, I think you should make your own pixel because re colors dont look very sexy, and maps are also small and overly crowded. silent

Monki

Monki
Admin

I think your maps look nice. They have a creative style to them. I especially like the one with the waterfalls.

Orcs

Orcs

Monki wrote:I think your maps look nice. They have a creative style to them. I especially like the one with the waterfalls.

But you can't decide alone can you?

Monki

Monki
Admin

I only tell mason who I think may be fit for being on staff. He is still the decider. Although your maps are nice I'm not sure your ready for staff after what i saw today.

Orcs

Orcs

Monki wrote:I only tell mason who I think may be fit for being on staff. He is still the decider. Although your maps are nice I'm not sure your ready for staff after what i saw today.
If you decide to please conntact me at mail.

Orcs

Orcs

zeery wrote:
Chasee wrote:The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

I agree, I think you should make your own pixel because re colors dont look very sexy, and maps are also small and overly crowded. silent

Mabye your right,but these are just few maps,what about pixels,well i love them the way I make.If you do think all the pixels that are in havoc are pixeled by one of their admin's than you are wrong,it's just copied from other server,like mostly servers doing now.

Chase

Chase

Orcs wrote:
zeery wrote:
Chasee wrote:The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

I agree, I think you should make your own pixel because re colors dont look very sexy, and maps are also small and overly crowded. silent

Mabye your right,but these are just few maps,what about pixels,well i love them the way I make.If you do think all the pixels that are in havoc are pixeled by one of their admin's than you are wrong,it's just copied from other server,like mostly servers doing now.
I don't see anything wrong with that D;

Orcs

Orcs

Chasee wrote:
Orcs wrote:
zeery wrote:
Chasee wrote:The maps & pixels aren't that good, but shops & quests are pretty sick. :p I don't think you are going to be hired BECAUSE Monki does like everything you do, (Shops, maps, pub edits, etc.)

I agree, I think you should make your own pixel because re colors dont look very sexy, and maps are also small and overly crowded. silent

Mabye your right,but these are just few maps,what about pixels,well i love them the way I make.If you do think all the pixels that are in havoc are pixeled by one of their admin's than you are wrong,it's just copied from other server,like mostly servers doing now.
I don't see anything wrong with that D;

Well,ive read the rules of eoserv or of something but i remember the lines that you cant steal other server pixels,unless you are the owner or they are free to use.

Monki

Monki
Admin

Again, we aren't the only ones doing it. People's morals don't really phase me. And being legit is just some shit kids make up to look cool.

And this is no different than torrenting mp3s. That has been going on for years and i haven't seen much of anything done about it either.

So if someone actually takes action about something like this. Obviously they're just looking for trouble to start and have no intentions of helping society.

Orcs

Orcs

Monki wrote:Again, we aren't the only ones doing it. People's morals don't really phase me. And being legit is just some shit kids make up to look cool.

And this is no different than torrenting mp3s. That has been going on for years and i haven't seen much of anything done about it either.

So if someone actually takes action about something like this. Obviously they're just looking for trouble to start and have no intentions of helping society.

You actually think that you will find pro pixelers,mapper's in the first month of server?This is not how it will go..If you think you will get all that Bones Underground Or Fallen Evolution got in like 1-2 year and you think to get it all to your server in 1-2months..

Monki

Monki
Admin

Is there a reason for that post? It has nothing to do with the quote at all. I'm not looking for pro pixelers or any of that. What inspired such a response?

Orcs

Orcs

Monki wrote:Is there a reason for that post? It has nothing to do with the quote at all. I'm not looking for pro pixelers or any of that. What inspired such a response?

Whisky.. Shocked

Mason


Admin

Orcs wrote:
Monki wrote:Again, we aren't the only ones doing it. People's morals don't really phase me. And being legit is just some shit kids make up to look cool.

And this is no different than torrenting mp3s. That has been going on for years and i haven't seen much of anything done about it either.

So if someone actually takes action about something like this. Obviously they're just looking for trouble to start and have no intentions of helping society.

You actually think that you will find pro pixelers,mapper's in the first month of server?This is not how it will go..If you think you will get all that Bones Underground Or Fallen Evolution got in like 1-2 year and you think to get it all to your server in 1-2months..
Monki's right , there is no call for that response.
if your angry that we havn't said YES YOUR HIRED take it as something to work harder to get. LOCKED.

https://reapinghavoc.canadian-forum.com

Sponsored content



Back to top  Message [Page 1 of 1]

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