Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
lettus
yes, gamaserver/config/main/membership
Thanks, mate :)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
nobby0702
try this
Quote:
Originally Posted by
Kreeate
heare copiled datapack 3.9
HEARE LINCK MEGA
https://mega.co.nz/#!ppJ1hSqJ!UR44PB...aOc0exw9EUBqb4
PASS: claudio
java 7.21>>>> 64> BIT https://mega.co.nz/#!hoQ1QSZJ!bn1J3i...14wCeyFalyHftw
JAVA 7.21 32>BIT >>>>https://mega.co.nz/#!N0Jj1IBS!KuFR3C...3osSVXA4p4z_1I
:rolleyes::rolleyes::rolleyes::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1::thumbup1:
no geodata
to try to se its worcks java use comand cmd y javac to se version cmd java -version
Screenshot by Lightshot
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Just to let ya know if you have Something like Notepad++ You can always Go to your gameserver/lib and use a zip program to Extract the .java files inside their and Look into admin command folders for the Housing.java if that is the name of the file in this build and inside it will list all the commands and sub commands to learn how to See a list of houses when you are in one of the Villages where houses is capable . then you choose a house from the list and when you type in //House acquire house_ID# then enter and you then should own that house . But you must type it in with the Example "//house acquire House_1285" And you shouldn't have any issues with it .. But some people don't realize that when Spacing sometimes it will double space and it must have single space . so i always backspace once to make sure i only jump one space and not two .
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
justiny1983
Just to let ya know if you have Something like Notepad++ You can always Go to your gameserver/lib and use a zip program to Extract the .java files inside their and Look into admin command folders for the Housing.java if that is the name of the file in this build and inside it will list all the commands and sub commands to learn how to See a list of houses when you are in one of the Villages where houses is capable . then you choose a house from the list and when you type in //House acquire house_ID# then enter and you then should own that house . But you must type it in with the Example "//house acquire House_1285" And you shouldn't have any issues with it .. But some people don't realize that when Spacing sometimes it will double space and it must have single space . so i always backspace once to make sure i only jump one space and not two .
if you are a administrator just do //admin in game! and be happy
1 Attachment(s)
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Attachment 134128
Error in color of eyes: show only white eyes
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Krcmis
Humm
Look for EU client, it's working great with it.
I am using french client and it's work.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
I created admin account and i can log in, but i cant create more accounts, my friends can't too. It says "wrong ip or password" but there is only 1 account in database and it is my admin's. accounts.autocreate = true , so is there any other option for this ? Sorry for my bad english
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
illuminator
I created admin account and i can log in, but i cant create more accounts, my friends can't too. It says "wrong ip or password" but there is only 1 account in database and it is my admin's. accounts.autocreate = true , so is there any other option for this ? Sorry for my bad english
because in gameserver/config/network ---> ipconfig you must put your external ip on the default line.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
lettus
because in gameserver/config/network ---> ipconfig you must put your external ip on the default line.
My network.config looks like that :
# Port that will be used to listen for client connections
gameserver.network.client.port = 7777
# Host that will be used to listen for client connections
gameserver.network.client.host = *
# Maximum online players on the server
gameserver.network.client.maxplayers = 100
# Address of login server
gameserver.network.login.address = myexternalip:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = 123
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password =
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
illuminator
My network.config looks like that :
# Port that will be used to listen for client connections
gameserver.network.client.port = 7777
# Host that will be used to listen for client connections
gameserver.network.client.host = *
# Maximum online players on the server
gameserver.network.client.maxplayers = 100
# Address of login server
gameserver.network.login.address = myexternalip:9014
# Id of this game server
gameserver.network.login.gsid = 1
# Password of this game server
gameserver.network.login.password = 123
# Address of chat server
# Ip and port of chat server should be accessible from
# 1) game server
# 2) all connected clients
gameserver.network.chat.address = localhost:9021
# Password of this game server for chat server
gameserver.network.chat.password =
No, gameserver/config/network here you will see 3 files.
database.properties
ipconfig.xml
network.properties
open the ipconfig.xml and you will see a line like this one "<ipconfig default="127.0.0.1">"
change the 127.0.0.1 for your external ip or your dynamic dns name.
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
lettus
No, gameserver/config/network here you will see 3 files.
database.properties
ipconfig.xml
network.properties
open the ipconfig.xml and you will see a line like this one "<ipconfig default="127.0.0.1">"
change the 127.0.0.1 for your external ip or your dynamic dns name.
I've done that long ago sir, my problem is this error :
2013-07-04 03:34:56,910 Can't inser account
java.sql.SQLException: Field 'email' doesn't have a default value
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
illuminator
I've done that long ago sir, my problem is this error :
2013-07-04 03:34:56,910 Can't inser account
java.sql.SQLException: Field 'email' doesn't have a default value
ok, clear your al_server_ls tables.
and run again al_server_ls.sql
in update folder run, accoun_data_path, Rev 2587 - gameservers.sql and try creat the accounts after that.
cheers
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Thanks for helping lettus, i made a quick registration page and that fixed all. Idk why i had that error. I even cleared the tables and ran the .sql again...
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Quote:
Originally Posted by
Krcmis
You need your shaders up atleast halfway...
Quote:
Originally Posted by
alohadoubt
@buzz2289
good to know I was about to download ubuntu again and test it but now that you said about it I'll switch and use centos.
Btw what centos version did you use? because right now I got centos5.8 ready. If you don't mind I'd like to know the programs you installed in centos(such as softwares/libraries/commands etc...).
thank you my friend
Sorry for being late, family time :)
Anyways mine is version 6
i istalled:
httpd:
and mysqld
And ofc:
php
and java 7u21
Re: [Release] Full AL 3.9 Source! (100% FREE!)
Thanks! It works great, but I haven't been able to figure something out. The "freefly" in the admin.properties file doesn't seem to work. It should allow admins of level-access 3 to fly anywhere, i've even tried to set it to zero allowing all to fly anywhere but its not working. Any help?