Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Few questions on Eclipse


Inichua
 Share

Recommended Posts

I am on project for my first class vs class mmorpg.

I have some newbie qustions and some advanced questions

:bstar: how to put quests on ur game?
  :star: how to put water on ur game on which no one can walk?
  :rstar: how to make many maps?
  :star: how do i make my game class vs class?
  :bstar: how do i use items like swords?
  :star: how do i add tilesets with special function when stepped on?
  :rstar: how to make a place for transportation?

And I need some resources and tools

:bstar: Item generator
:star: items
:rstar: spell generator
:bstar: spells
:star: Tileset Generator
:rstar: Tilesets

:cheesy: Help will be appreciated

:sad: I am such a n00b :mad:
Link to comment
Share on other sites

**how to put quests on ur game?** There are some tutorials in the forums on how to script a quest engine. Also there are custom versions that already added a quest system.

**how to put water on ur game on which no one can walk?** Make a water tile, put it on the map. And use the blocked attribute on it. (Wich means people can't walk on it) You can also make a fishing resource and put that resource as attribute on it instead of blocking. Then people will be able to fish in the water when they have a fishing tool.

**how to make many maps?** By making them one in the map editor by one untill you reach "many".

**how do i make my game class vs class?** You can make your map pvp to let people attack other people from any class. If you want to make this differently you'll need to edit the source.

**how do i use items like swords?** Pickup(enter) and equip(double click)

**how do i add tilesets with special function when stepped on?** Use the attributes in the map editor.

**how to make a place for transportation?** You can use the warp attribute, but you can also add a map at the left/right/top/down of your map at map properties in the map editor.
Link to comment
Share on other sites

I have some newbie qustions

  how to put quests on ur game?
**Plenty of tutorials in the TUTORIALS section. Or use the search function.**

  how to put water on ur game on which no one can walk?
**You put a block attribute on the water tile.**

  how to make many maps?
**I don't understand the question it's so retarded.**

  how do i make my game class vs class?
**You'd need to program a faction system where each class is automatically assigned to a faction - although are you sure you mean class and not race?**

  how do i use items like swords?
**Open the admin panel, go to items, select a picture, name it, give it some attributes and then you can use it (spawn it in or make it a monster drop.)

If you mean how do you SEE the sword when you're holding it - that's called Paperdoll and you can read about it in the TUTORIALS section.**

  how do i add tilesets with special function when stepped on?
**In the tile attributes menu there are a number of default events, although you'd really need an eventing system, I'm sure you find one somewhere, or at least learn to make it yourself.**

  how to make a place for transportation?
**Do you mean as in trains ? Well, I THINK there's a transportation addition in the resources section somewhere that you can use to make trains.**

And I need some resources and tools

Item generator
items
spell generator
spells
Tileset Generator
Tilesets
**Then get your lazy ass to the resources section. People like you who can't even be bothered to look for themselves should be tarred and feathered, or I'll settle for a ban on you.**

**_FOR FUTURE REFERENCE PLEASE FOR THE LOVE OF GOD DONT USE SO MANY SMILEY ICONS._**
Link to comment
Share on other sites

  **how to put water on ur game on which no one can walk?**

    Use a block tile.

  **how to make many maps?**

      Server> Data.ini > MAX_MAPS = 500

  **how do i make my game class vs class?**

      that's up to you to do…. no one really knows what you mean by this...

  **how do i use items like swords?**

    you make the item (set your self as admin, press F1(i think) and use the item editor, and set paperdoll to      1 in data.ini

  **how do i add tilesets with special function when stepped on?**

    You have to code any extra attributes if you're using EO, otherwise use scripted tiles and write your own scripts if the attributes aren't allready on the map editor.

  **how to make a place for transportation?**

      Build it, then stick a warp tile in there somewhere.

  **Item generator**

    Why can't you make your own items?

  **items**

  resource section/google/make your own

  **Spell generator**

    Why can't you use the spell editor and make your own?

  **spells**

      resource section/google/make your own

**Tileset Generator**
      This doesn't exist, a tieset is a compilation of tiles. you can't just miraculousy generate a bunch of tiles from nothing. They have to be made.

  **Tilesets**

      resource section/google/make your own
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...