Unique
To make it work follow these steps.
- Get the newest file changes by
git pull
- In the
config
folder you will find aunique.example.php
file. Rename it tounique.php
. - Run
php artisan migrate
to get the newest Unique Table + Procedure.- Table
SRO_WEB_LARAVEL.uniquekilllogs
should be created. - Procedure
SRO_WEB_LARAVEL._ExecUniquekilllogs
should be created.
- Table
- Run
composer dump-autoload
You are probably wondering how I enter the Unique Kills now. For this you have to execute this Exec command. It does not matter if you send the MobName or real name.
Here are two examples:
EXEC _ExecUniquekilllogs @CharName16 = 'Devsome', @UniqueName = 'MOB_KK_ISYUTARU';
EXEC _ExecUniquekilllogs @CharName16 = 'Devsome', @UniqueName = 'Captain Ivy';
As long as the MobName or real name is stored in the Config file, they will be found.
Just to remind you, you need any second tool to execute the procedure.