From The Mana World
Line 93: Line 93:
You can now launch your test server.
You can now launch your test server.
* Open a terminal.
* Open a terminal.
* ''cd ~/tmw-ea/eathena-data/''
* ''./char-server& ./login-server& ./map-server&''
* ''./char-server& ./login-server& ./map-server&''
* ''mana -u -d ~/tmw-ea/eathena-data/client-data''
* ''mana -u -d ~/tmw-ea/eathena-data/client-data''


You are now ready and able to do anything on your local test server.
You are now ready and able to do anything on your local test server.

Revision as of 07:01, 23 June 2011

Info Answers
Main Character's Name Ali-G
Main Character's Level 89
Mother Tongue French
Languages spoken French, English, German
Country France

History

I started playing The Mana World in the middle of year 2009 with a character named Ali-G. Few months later, in January 2010, another player named king changed my password and I lost contact with TMW for around one entire year because I was upset. I started all over again in October 2010 with a character named Napalm. I evolved quite quickly and became level 70 in 3 weeks. Jaxad0127 helped me get my old account Ali-G in January 2011. He was not deleted because the hacker was still playing with this character. I got back nearly all my old stuff! "king" tried to scam other people using my account named Ali-G. This is why I want you to know that you can trust me now, I don't bite.

Currently

You can talk to me in game or via forum's private messages if you need help or anything else. Whisper me or send me a mail on TMW using "/whisper" command or "/w AuctionBot !mail [Name]". On forum and on wiki, my name is Ali-G. I can help anyone who has questions.

What I do on TMW

First of all I play a lot with a lot of characters.

  1. Ali-G (level 89)
  2. Napalm (level 82)
  3. A,B,C,D,E and FNapalm (more or less level 55)

I am one of the most active wiki updater for now. I do various wiki updates. I would like people to tell me if they find something wrong in what I write. Thank you to all the people that helped me keeping wiki updated such as Frost, Kether, o11c and others. On the forum, I answer a lot of questions, I report a lot of bugs too. I also help people with anything they want me to do, etc... I also do pixel art so PM me if you want me to create a new specific item for TMW project.

To Do List

On Wiki

  • Add Magic Skills
  • Add Wombat's wiki REQs
  • Redo all the NPC page
  • Translate the Quests page in french

On git

  • Check every script about the items used, 1st step before the balance project
  • Fix and add the Trousers
  • Add a new haircut

Projects

Suggestions

Note: Here are some suggestions and ideas I thought about. If you know an idea posted here ain't possible, feel free to edit this page and post a comment in response to my suggestion.

For example, I like the idea of posting answers here.
  • Delete the M. Attack given by the Scarab Armlet and give +10 M. Defense instead. This is a rare item that should stay rare. Maybe make it buyable for 5 000 000 GP at the Exotic Trader.
  • Increase the M. Attack given by the Towel or replace it by +5 M. Defense. At the same time, we should remove the +5 M. Attack given by the Four-Leaf Clover. That is because this charm gives +1 Luck and +5 M. Attack and the Towel only +5 M. Attack which makes the Towel not used at all. We shall also keep this item pretty rare.
  • Use some Boss Points to upgrade some equipments when the Armor Sets will be done.
  • Create 2 new potions. The first one could give some M. Defense that would be used in PvP areas or against magic mobs that still are not in game. The second potion could give some MP. Something like the healing potions, with the same sizes. Make them byable or craftable.

Set Up Own Server

Here are the steps I use all the time when I want to make a new, fresh local testing server.

  • Open a terminal.
  • mkdir ~/tmw-ea
  • cd ~/tmw-ea/
  • git clone git://gitorious.org/tmw-eathena/mainline.git eathena
  • git clone --recursive git://gitorious.org/+tmw-admins/tmw/tmwa-server-test.git eathena-data
  • cd eathena/
  • make
  • sudo cp login-server char-server map-server /usr/local/bin/
  • Close terminal.
  • Open ~/tmw-ea/eathena-data/login/conf folder.
  • Open login_local.conf.example and save it at the same place under login_local.conf.
  • Open ~/tmw-ea/eathena-data/world/conf folder.
  • Open char_local.conf.example, change the 81.161.192.4 to 127.0.0.1 and save it at the same place under char_local.conf.
  • Open ~/tmw-ea/eathena-data/world/map/conf folder.
  • Open help.txt.example and save it at the same place under help.txt.
  • Open map_local.conf.example, change the 81.161.192.4 to 127.0.0.1 and save it at the same place under map_local.conf.
  • Open ~/tmw-ea/eathena-data/login/save folder.
  • Open account.txt.example and save it at the same place under account.txt.

You can now launch your test server.

  • Open a terminal.
  • cd ~/tmw-ea/eathena-data/
  • ./char-server& ./login-server& ./map-server&
  • mana -u -d ~/tmw-ea/eathena-data/client-data

You are now ready and able to do anything on your local test server.