EOSERV Forum > EOSERV > Eo-Rama [Release]
Topic is locked.
Page: << 1 2 3 4 >>
Eo-Rama [Release]
Author Message
Post #194622 Eo-Rama [Release]


                                                        smile
Eo-Rama is an open-source eoserv revision.


Featuring: 


[F]Aoe

[E]Capture the flag

[F]Commands

[F]Dynamic maps

[E]Devil Gate

[E]Event system

[F]Gambling

[F]Global Market

[F]Jobs

[F]Mad Spells

[F]Map restrictions

[F]Member system

[F]Pets

[F]Pk features

[E]Race system

[F]Warps

[Quest Rules/Actions]

Rules:




choose 
let the user choose from a number items

ex: choose(3,4,5,6)

choose(itemid,amount,itemid,amount)

so if the user wants to choose an item of id 9

they would type !n166 9

Minimum number of arguments is 4 so you can do 2 items at-least(or more).

said

Waits for the user to send a specific text

ex : said("hi")

nnpcid to send text to an npc

ex: !n166 hi

Sends hi to the npc with the id 166.

So its not going to proceed to the next State until the user sends hi

isleader 

Tests if the player is the party leader.

isleader()

inparty

Tests if the player is in party.

inparty() without specific members number

inparty(1) with specific members number(including character) ex:1


Actions


warpdynamic
Warps all the party to a dynamic map.
warpdynamic(map,x,y)
warpparty
Warps all the party to a location
warpparty(map,x,y)
giveptitem
Reward all the party members(within the leader's map) with a specific item.
giveptitem(itemid,itemam)
giveptexp Reward all the party members(within the leader's map) with exp.


Race system

The race system is a sort event where competitors race to the finishing line,While obtaining power-ups to speed their-selves or delay others.
There are three types of power-ups:


1-The boost power-up,which allows the competitor to skip tiles.
2-The damage power-up which allows the competitor to damage another one.
   Each competitor has an hp,when it ceases the competitor will warp to his current location which is considered a fine delay.
3-The hp power-up which fills the competitor's hp.
The power are obtained when passing on a special tile.
The event is over when the determined number of winners is achieved.
  


 
In the above example the starting line which is marked with black, is a horizontal line.
In this case:
Rlinemode= 2 (horizontal line)
Rx=0 (in this line x is constant and equals 0)
Ry= is useless since the line is horizontal.
Rlinefrom=0(because the line ranges from y:0 to y:6)
Rlineto=6



In the above example the starting line which is marked with black, is a vertical line.
In this case:
Rlinemode= 1 (vertical line)
Rx = is useless since the line is vertical.
Ry = 0 (in this line y is constant and equals 0)
Rlinefrom = 0(because the line ranges from x:0 to x:8)
Rlineto = 8

To add special tiles you need to use the Tile Specification Editor found in EOSEP map editor(made by rena) ,



In this example,A special boost tile is added on x:1 y:9
make sure you add these tiles after finishing all the map design because you're other map editor will crash with undefined map tiles.


There are two methods to use power-ups:
1-Control key (ctrl)
2-Typing a dot '.'

Which can be modified in the configuration file.




Mad spells

Mad spells are spells which are used like self healing once used a npc like spawn on the player x,y and will move forward until it hits a npc or
a wall(unwalkable) tile then explode.

Owner of this idea : make

There are two types of mad spells:

1-Normal : The spell will only damage the npc only if it hit it.

2-Bomb   : Equivalent to aoe, the spell will hit more than one npc within a distance even if it hit a wall.



Dynamic maps

Dynamic maps which are also called instance maps are used in the housing and the dungeon system.

It's main idea is cloning a map gfx and giving it a new id.



 

Capture the flag

Each team has a chest containing their flag.
A round is won by putting the enemy's flag in the team's chest while having their own flag also.



Coming soon(TODO list)

-1 vs 1 gambling
-Housing system(although i think the quest actions are sufficient to make one)(going to add other housing functions)
-Guild war
-More quest actions/rules
-Shared lockers
-1 vs 1 pk battle

Download link: Update 00001 Mirror Mirror Mirror Mirror
Mirror Mirror Mirror Mirror


Note hashs will be differnet since i used a multi upload site which changed the file name.

original file name 
EoRama00001.rar
in order to get these results

SHA256: ec171c8296fe1d9aa7aaa068cb8c1bffbf1a588f97f645bc0c3b9c78ea656168
SHA1: c6f5dcd41f290d741d61000034a106633703fff5
MD5: 6a8b31afac70d0b9e3e42671002db99d


Scan

Reporting bugs & feature requests would be appreciated. 

---
Remember when is not an organization nor a fucking group , it's simply an idea that we believe in
and live for.
The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is
cosmetic,that's why offer our worthless lives to The "Remember when"
10 years, 46 weeks ago
Post #194623 Re: Eo-Rama [Release]

Going to go ahead and let someone else Virus scan thattttt.



Keeping an eye on this though

10 years, 46 weeks ago
Post #194626 Re: Eo-Rama [Release]

May I ask how Jobs work?

10 years, 46 weeks ago
Post #194627 Re: Eo-Rama [Release]

490 files seems awfully small for what is listed... is this legit? :L

10 years, 46 weeks ago
Post #194628 Re: Eo-Rama [Release]

Great release I've been testing it for the past 20 minutes and I've liked it so far, keep it up.

---
Click 4 cookies: http://tinyurl.com/sneezing4lyfe
10 years, 46 weeks ago
Post #194629 Re: Eo-Rama [Release]
Hercules posted: (22nd Jun 2013, 06:26 pm)

May I ask how Jobs work?



They are read from the database, just like any other value. You need to use Sordies EO Addons to use them though.(That's the only way I know of using them)

Ontopic: This release looks cool, This revision will definitely help server owners make servers easier, or maybe even help them learn C++!

10 years, 46 weeks ago
Post #194630 Re: Eo-Rama [Release]
callum posted: (22nd Jun 2013, 09:13 pm)

Hercules posted: (22nd Jun 2013, 06:26 pm)

May I ask how Jobs work?



They are read from the database, just like any other value. You need to use Sordies EO Addons to use them though.(That's the only way I know of using them)

Ontopic: This release looks cool, This revision will definitely help server owners make servers easier, or maybe even help them learn C++!


I know that, I was just wondering if he had a different way of adding them other than Sordie's Addons.
10 years, 46 weeks ago
Post #194631 Re: Eo-Rama [Release]

I actually meant by jobs, like fishing wood-cutting etc.

Edit: i will try to add a virus total scan.

 

---
Remember when is not an organization nor a fucking group , it's simply an idea that we believe in
and live for.
The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is
cosmetic,that's why offer our worthless lives to The "Remember when"
10 years, 46 weeks ago
Post #194633 Re: Eo-Rama [Release]

Is there something I need to download to run it?

10 years, 46 weeks ago
Post #194634 Re: Eo-Rama [Release]
jameseoo posted: (22nd Jun 2013, 11:10 pm)

Is there something I need to download to run it?


Nope,just like the original eoserv.
---
Remember when is not an organization nor a fucking group , it's simply an idea that we believe in
and live for.
The priority of Remember when should come before oxygen , as oxygen is cosmetic even life itself is
cosmetic,that's why offer our worthless lives to The "Remember when"
10 years, 46 weeks ago
Post #194635 Re: Eo-Rama [Release]

Looks awesome. Going to try it now. Will write feedback later here. :) 

10 years, 46 weeks ago
Post #194636 Re: Eo-Rama [Release]

Whenever I try and run it, nothing comes up. O.o

10 years, 46 weeks ago
Post #194639 Re: Eo-Rama [Release]

Great release! Will be testing things throughout the week =]

10 years, 46 weeks ago
Post #194643 Re: Eo-Rama [Release]

All you have to do is open eoserv file right? Mine closes right after...

10 years, 46 weeks ago
Post #194644 Re: Eo-Rama [Release]
jameseoo posted: (23rd Jun 2013, 03:56 pm)

All you have to do is open eoserv file right? Mine closes right after...


Take a look at your errorlog it will tell you exactly what you did wrong / are missing.
10 years, 46 weeks ago
Page: << 1 2 3 4 >>
Topic is locked.
EOSERV Forum > EOSERV > Eo-Rama [Release]