coz some item can't amplification, check Mask
public class ItemMask
{
public static final int LIMIT_ONE = 1;
public static final int TRADEABLE = (1 << 1);
public static final int SELLABLE = (1 << 2);
public static final int STORABLE_IN_WH = (1 << 3);
public static final int STORABLE_IN_AWH = (1 << 4);
public static final int STORABLE_IN_LWH = (1 << 5);
public static final int BREAKABLE = (1 << 6);
public static final int SOUL_BOUND = (1 << 7);
public static final int REMOVE_LOGOUT = (1 << 8);
public static final int NO_ENCHANT = (1 << 9);
public static final int CAN_PROC_ENCHANT = (1 << 10);
public static final int CAN_COMPOSITE_WEAPON = (1 << 11);
public static final int REMODELABLE = (1 << 12);
public static final int CAN_SPLIT = (1 << 13);
public static final int DELETABLE = (1 << 14);
public static final int DYEABLE = (1 << 15);
public static final int CAN_IDIAN = (1 << 17);
public static final int CAN_AMPLIFICATION = (1 << 18);
public static final int ITEM_ARCHDAEVA = (1 << 19);
}
Last edited by label5; 26-08-17 at 02:59 AM. Reason: adding stuff
[QUOTE = Robson26; 8813259]优秀的模拟器一些最好的[/ QUOTE]
Can you give me the NA client?Bin.dll version.dllBin.dll version.dll
- - - Updated - - -
[QUOTE = Robson26; 8813259]优秀的模拟器一些最好的[/ QUOTE]
Can you give me the NA client?
bin32 version.dll
Bin64 version.dll
It's not good to use these files, for my experience.
Can download here: http://forum.ragezone.com/f586/aion-...al-ip-1071278/
Last edited by Robyson; 26-08-17 at 01:46 PM.
Not available!================================================== =Use BIN 32 version.dllNo tips! The In the choice of server interface to stop! Can not enter the role interface.================================================== ====Use BIN 64 version.dllNot the game server registered in the authentication server (6)
- - - Updated - - -
Cn client was successful use!He said the use of 5.3-5.4 source code with the 5.1 source code!But he did not tell me how to use it.
Level 65. The advanced Guardian Mission Mission is not available.There is no task mail for the senior guardian.GM platform inside Ctrl+F1 cannot be used effectively.Use commands only.
WEB has no idea how to use and configure it.I have a PHP environment. But I don't know how to configure it. It's all english.
- - - Updated - - -
Advanced guardian can use the task.Must be re-sent into the main city activation! The The The
- - - Updated - - -
Rift of Oblivion
BUG: Rift of Oblivion's transfiguration skills can be used in other world maps!
@onyen52 how do you configure it? I use uniserverZ and USBWebserver v8.6 I have no luck to activate it .. can you show me?
i'm use xampp php 5.6 live demo on my private server project legacyofaion.cf
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.
1. put UnityWeb in to htdocs or www
2. install composer download here https://getcomposer.org/download/
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 404 Not Found or http://localhost:8000/ in address bar
14. that's all! Don't forget to open apache and mysql
Last edited by srel90; 30-08-17 at 03:04 PM.
[QUOTE = srel90; 8818166] 1。将UnityWeb放入htdocs或www
2.安装composer下载这里https://getcomposer.org/download/
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中键入404 Not Found 或http:// localhost:8000 /
不要忘了打开apache和mysql [/ QUOTE]
thank you! Although google translation of English after some difficult to understand. But I will try.
http://img.techpowerup.org/170831/capture.png voluntary assistance?