Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Release Aion Emulator 5.1 Full Source

Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
i'm use xampp php 5.6 live demo on my private server project
What parts need to be modified? Is there a detailed tutorial? UnityWeb this document directly into the PHP environment can be implemented?



Npc_drops within many areas of the monster is not complete. lack!:sleep:
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
214
Reaction score
10
anyone knows how to force to stop getting exp at level 65. 65 should be an archdeava attempt but it only intercepts 66 lvl..all adjustments to rate.properties do not fix the problem.
 
Newbie Spellweaver
Joined
Sep 7, 2016
Messages
8
Reaction score
4
i'm use xampp php 5.6 live demo on my private server project
1. put UnityWeb in to htdocs or www
2. install composer download here
3. open command prompt and cd to you UnityWeb in htdocs
4. type composer install on to command prompt and enter
5. wait until it's downloading finished
6. type php artisan migrate on to command prompt and enter
7. open file UnityWeb\config\database.php and change
ac_server_gs to al_server_gs
ac_server_ls to al_server_ls
also change DB_USERNAME and DB_PASSWORD to your server
8. open file UnityWeb\server.php and change

if ($uri !== '/' && file_exists(__DIR__.'/../htdocs'.$uri)) { return false;}require_once __DIR__.'/../htdocs/index.php';
to
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { return false;}require_once __DIR__.'/public/index.php';

9. in command prompt type copy .env.example .env and enter
10. in command prompt type php artisan key:generateand enter copy generated text that look like g5ksXOShEyqyVGL9KVEo8zta3supurFc
11. open file UnityWeb\.env and replace APP_KEY=g5ksXOShEyqyVGL9KVEo8zta3supurFc with your generated key also change DB_DATABASE=al_server_gs

12. in command prompt type php artisan serve and enter
13. open your broswer and type or in address bar
14. that's all! Don't forget to open apache and mysql
 
Last edited:
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
[QUOTE = srel90; 8818166] 1。将UnityWeb放入htdocs或www
2.安装composer下载这里
3.打开命令提示符并cd在您的htdocs中的UnityWeb
4.键入composer安装到命令提示符并输入
5.等到它正在下载完成
6.键入php artisan迁移到命令提示符并输入
7.打开文件UnityWeb \ config \ database.php并将
ac_server_gs 更改为al_server_gs
ac_server_ls到al_server_ls
还将DB_USERNAME和DB_PASSWORD更改为您的服务器
8.打开文件UnityWeb \ server。 php和变化

if($ uri!=='/'&& file_exists(__ DIR __。'/ .. / htdocs'。$ uri)){return false;} require_once __DIR __。'/ .. / htdocs / index.php'
to
if($ uri!=='/'&& file_exists(__ DIR __。'/ public'。$ uri)){return false;} require_once __DIR __。'/ public / index.php'

9.在命令提示类型拷贝.env.example .ENV并输入
在命令提示类型10. PHP人员键:生成并输入复制像生成的文本 g5ksXOShEyqyVGL9KVEo8zta3supurFc
11.打开文件 UnityWeb \ .ENV和替换 APP_KEY = g5ksXOShEyqyVGL9KVEo8zta3supurFc与生成的密钥也改变了DB_DATABASE = al_server_gs

12。
13.打开你的broswer并在地址栏 14中键入
不要忘了打开apache和mysql [/ QUOTE]

thank you! Although google translation of English after some difficult to understand. But I will try.
 
Newbie Spellweaver
Joined
Sep 7, 2016
Messages
8
Reaction score
4
Have you checked In your .env file and make sure that you have no spaces for values like DB_USERNAME
here below are my .env config
APP_ENV=local
APP_DEBUG=true
APP_KEY=g5ksXOShEyqyVGL9KVEo8zta3supurFc
DB_HOST=localhost
DB_DATABASE=al_server_gs
DB_USERNAME=aion
DB_PASSWORD=aion
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
 
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
.env added on svn rev 22. sorry for missing .env config lmao :glare:

update your svn rev 22 now website working :eek:tt1:
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
214
Reaction score
10
al_server_ls unknown rev 22...

@fix forget to change on env al_server_gs_update to al_server_gs

darn im still getting this problem..

APP_ENV=local
APP_DEBUG=true
APP_KEY=g5ksXOShEyqyVGL9KVEo8zta3supurFc
DB_HOST=localhost
DB_DATABASE=al_server_gs
DB_USERNAME=aion
DB_PASSWORD=aion
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
method of no distance is also the same problem picture above
 
Last edited:
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
.env added on svn rev 22. sorry for missing .env config lmao :glare:

update your svn rev 22 now website working :eek:tt1:
Would you please make a video description of xampp PHP 5.6 WEB? About UnityWeb!

My UnityWeb did not succeed either!
:$:



.env added on svn rev 22. sorry for missing .env config lmao :glare:

update your svn rev 22 now website working :eek:tt1:
Do you know why the ctrl+F1 console is not available?Is there an opening or closing function?
 
Junior Spellweaver
Joined
Feb 4, 2013
Messages
159
Reaction score
44
Would you please make a video description of xampp PHP 5.6 WEB? About UnityWeb!

My UnityWeb did not succeed either!
:$:




Do you know why the ctrl+F1 console is not available?Is there an opening or closing function?

download xampp 5.6.31 / PHP 5.6.31
install xampp drive c or other
extract all Unityweb to directory C:\xampp\htdocs
then edit httpd.conf DocumentRoot to public you can find C:\xampp\apache\conf
default DocumentRoot : C:\xampp\htdocs change >> C:\xampp\htdocs\public
Onyen542 - Release Aion Emulator 5.1 Full Source - RaGEZONE Forums




Would you please make a video description of xampp PHP 5.6 WEB? About UnityWeb!

My UnityWeb did not succeed either!
:$:




Do you know why the ctrl+F1 console is not available?Is there an opening or closing function?

admin panel? shift+f1
 
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
download xampp 5.6.31 / PHP 5.6.31
install xampp drive c or other
extract all Unityweb to directory C:\xampp\htdocs
then edit httpd.conf DocumentRoot to public you can find C:\xampp\apache\conf
default DocumentRoot : C:\xampp\htdocs change >> C:\xampp\htdocs\public
Onyen542 - Release Aion Emulator 5.1 Full Source - RaGEZONE Forums






admin panel? shift+f1
The admin panel is not available!! All functions are invalid!
MYSQL-al_server_ls -account_data =>access_level =5
All functions of the admin panel are not available yet!:sleep:
 
Experienced Elementalist
Joined
Oct 9, 2013
Messages
214
Reaction score
10
admin panel works to me ,but it use new command //wish instead of //add need to rewrite back to old command...for functioning admin ingame u need to config on admin.properties/gameserver.administration.gmpanel = 3
 
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in D:\AionChs\Server\Web\public\index.php on line 50



admin panel works to me ,but it use new command //wish instead of //add need to rewrite back to old command...for functioning admin ingame u need to config on admin.properties/gameserver.administration.gmpanel = 3
Use the control panel function until you know how to modify it!
 
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
127.0.0.1/
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' inD:\AionChs\Server\Web\public\index.php on line 50
:sleep:
 
Initiate Mage
Joined
Aug 30, 2017
Messages
3
Reaction score
0
When you try to open GameBuild and LoginBuild there are such errors ...



What is the reason?
 
Newbie Spellweaver
Joined
May 12, 2017
Messages
91
Reaction score
3
I am so compiled:1, WIN7 X64;2, JAVA1.73, configure the JAVA environment.4. Click 5.1 \ trunk \ AL-Game \ GameBuild.batOK! Completely successful



Chinese computer system does not support Korean language. So find the modified Korean content included in the Korean language. Do not know if there are tools to implement automatic replacement of Korean text tools.
 
Back
Top