Jump to content

[EN] Fairy Tail Official Topic


randomnamehere

Who do you think , should be next Master?  

34 members have voted

  1. 1. Who do you think , should be next Master?

    • Macao
      6
    • Laxus
      6
    • Erza
      6
    • Gildarts
      10
    • Mirajane
      6


Recommended Posts

You can vote up to 8 characters

 

Fairy Tail is an anime series based on the manga of same name by Hiro Mashima. Produced by A-1 Pictures Inc. and Satelight, it is directed by Shinji Ishihira, and debuted on TV Tokyo at 7:30, 12 October 2009.[1] It follows the story of Lucy Heartfilia as she seeks to become a member of the famous Fairy Tail Guild. Helped into joining by Natsu Dragneel and Happy, she goes on an array of adventures with them, along with Gray Fullbuster and Erza Scarlet.

 

Episode length : - (!?)

 

Fairy_Tail_Logo_Red_Salamander.png

 

Fairy Tail (Awake and Alive Remake)

Link to comment
Share on other sites

You shouldn't vote , you have not meet all characters yet .. ;D

Well actually i like only Gray Happy and Natsu so much but i gave the rest votes on secondary chars for me :X

 

 

Anyway , its not as good as one piece for me , the difference is easily shown , although its still an amazing anime ;D

Link to comment
Share on other sites

Well actually i like only Gray Happy and Natsu so much but i gave the rest votes on secondary chars for me :X

 

 

Anyway , its not as good as one piece for me , the difference is easily shown , although its still an amazing anime ;D

 

Ehm believe me at the continue you will meet many characters .. I was like that aswell , i love gray - natsu and happy . But now they are not my favs . I like them , but i mostly like Freed (Favourite) , Gajeel , Pantherlily <3 , Juvia :) . I will make another post with some amazing animated avatars ;)

Link to comment
Share on other sites

Μερικά avatars :3

 

Gray

Ice-Make-little.gif

 

Lucy

Lucy_using_her_Fleuve_d%27%C3%A9toiles.gif

 

Erza

Erza-fight.gif

 

Mirajane

Takeover

Mira%27s-Take-Over.gif

 

Soul Extinction

Soul_Extinction.gif

 

Gajeel

Iron_Dragon%27s_Spiral.gif

 

Luxus

Raging_Bolt.gif

 

Lightning_Storm.gif

 

Lightning_Dragons_Halberd.gif

 

Luxus vs Mystogan

Erupt_Lightning.gif

 

Lily Vs Erza (Lily transformed)

Erza-vs-Lily.gif

 

Makarov

Titan_Magic.gif

 

Macao

Purple-Flare.gif

Link to comment
Share on other sites

Guildarts Return

Gildarts_Shift.gif

 

Episode 100

Heavy_Egg_Rain.gif

Zan.gif

Solid_Script_Silent.gif

 

Zeref

Death_Wave.gif

 

Bickshow

Baryon_Formation.gif

 

Evergreen

Stone_Eyes.gif

 

Juvia & Gray

Unison-Raid--Gray-and-Juvia-version.gif

 

Erza vs Jellal

Erza_being_Epic.gif

 

Wendy

Wendy-tastes-the-sky.gif

 

Sky-Dragon%27s-roar.gif

 

Juvia

Water_Slicer.gif

 

Bisca

Bisca-requip-The-gunner.gif

 

Cana

Jolt_Of_Fate_%28small%29.gif

 

Summoned_Lightning.gif

 

Lucy

Angry_Lucy.gif

 

Natsu

Flame_Cooking.gif

 

Fire-Dragon%27s-Roar--Expanded-ver-.gif

 

Gajeel

Gajeel-Dragon-Scales.gif

 

Iron-Dragon%27s-Roar-exp.gif

 

Happy

Happy-bow.gif

 

Loke

Twister.gif

 

Levy

Solid-Script.gif

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • Helly everyone . I use L2jmobius interlude , i did everything , installed the db compiled the Build in eclipse Gameserver seems to lead OK , but it fails to connect to loginserver When i click to start the loginserver it says  "Loginserver terminated abnormally" This is wheat gameserver shows me :    [05/10 17:25:12] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:12] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:17] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:17] LoginServerThread: LoginServer not available, trying to reconnect... [05/10 17:25:22] LoginServerThread: Connecting to login on 127.0.0.1:9014 [05/10 17:25:22] LoginServerThread: LoginServer not available, trying to reconnect...   And This is my login config file:   # --------------------------------------------------------------------------- # Login Server Settings # --------------------------------------------------------------------------- # This is the server configuration file. Here you can set up the connection information for your server. # This was written with the assumption that you are behind a router. # Dumbed Down Definitions... # LAN (LOCAL area network) - typically consists of computers connected to the same router as you. # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet). # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers. # --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # Bind ip of the LoginServer, use 0.0.0.0 to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 0.0.0.0 LoginserverHostname = 0.0.0.0 # Default: 2106 LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u> # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u> # Default: 127.0.0.1 LoginHostname = 127.0.0.1 # The port on which login will listen for GameServers # Default: 9014 LoginPort = 9014 # --------------------------------------------------------------------------- # Database # --------------------------------------------------------------------------- # Specify the JDBC driver class for your database. # Default: org.mariadb.jdbc.Driver Driver = org.mariadb.jdbc.Driver # Database URL # Default: jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true URL = jdbc:mariadb://localhost/l2jmobiusinterlude?useUnicode=true&characterEncoding=utf-8&useSSL=false&connectTimeout=10000&interactiveClient=true&sessionVariables=wait_timeout=600,interactive_timeout=600&autoReconnect=true # Database user info. Default is "root" but it's not recommended. Login = root # Database user password, leave empty for no password. Password = root # Maximum number of database connections to maintain in the pool. # Default: 5 MaximumDatabaseConnections = 5 # Determine whether database connections should be tested for availability. # Default: False TestDatabaseConnections = False # --------------------------------------------------------------------------- # Automatic Database Backup Settings # --------------------------------------------------------------------------- # Generate database backups when server restarts or shuts down.  BackupDatabase = False # Path to MySQL bin folder. Only necessary on Windows. MySqlBinLocation = C:/xampp/mysql/bin/ # Path where MySQL backups are stored. BackupPath = ../backup/ # Maximum number of days that backups will be kept. # Old files in backup folder will be deleted. # Set to 0 to disable. BackupDays = 30 # --------------------------------------------------------------------------- # Thread Configuration # --------------------------------------------------------------------------- # Defines the number of threads in the scheduled thread pool. # If set to -1, this will be determined by available processors divided by 2. ScheduledThreadPoolSize = 2 # Defines the number of threads in the instant thread pool. # If set to -1, this will be determined by available processors divided by 2. InstantThreadPoolSize = 2 # --------------------------------------------------------------------------- # Security # --------------------------------------------------------------------------- # How many times you can provide an invalid account/pass before the IP gets banned. # Default: 5 LoginTryBeforeBan = 5 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. # Default: 900 (15 minutes) LoginBlockAfterBan = 900 # If set to True any GameServer can register on your login's free slots # Default: True AcceptNewGameServer = True # Flood Protection. All values are in milliseconds. # Default: True EnableFloodProtection = True # Default: 15 FastConnectionLimit = 15 # Default: 700 NormalConnectionTime = 700 # Default: 350 FastConnectionTime = 350 # Default: 50 MaxConnectionPerIP = 50 # --------------------------------------------------------------------------- # Misc Login Settings # --------------------------------------------------------------------------- # If False, the license (after the login) will not be shown. # Default: True ShowLicence = True # Default: True AutoCreateAccounts = True # Datapack root directory. # Defaults to current directory from which the server is started. DatapackRoot = . # --------------------------------------------------------------------------- # Scheduled Login Restart # --------------------------------------------------------------------------- # Enable disable scheduled login restart. # Default: False LoginRestartSchedule = False # Time in hours. # Default: 24 LoginRestartTime = 24    
    • or at least to tell you an update that sorry but still not at home.. 10 days is suspisious.. but he is long time offline from discord indeed... maybe something happened?
    • I never had problems with him. Again, Im not sure if he scammed or not. But 10+ days without answering after we already paid, its a bit sus. If you know you wouldnt be able to answer for a few days, after receiving and confirming the amount, why dont keep in touch? or just say "hey, dont send now because I will only be available after day x.".  
    • i used to ask him for stuff etc, i dont think he scammed ... if he does i will be suprised...
  • Topics

×
×
  • Create New...