NFT Avatar Plugin is a Kotlin plugin for Arcturus Morningstar 3.5.x, it allows you to add custom enables per avatar or clothing.
Note
You can find the Java version of this plugin here but keep in mind that the Java version is no longer maintained.
- Download a pre-compiled version. NFT-Avatar-Plugin
- Run the sql.
- Paste the
Special-Looks.jar
file into your emulator's plugins folder and start/restart the emulator. - Now you need to give permission for your staffs to use update looks command, to do it open your database in the
permissions table, and change the permission
cmd_update_looks
. - Then, open the
special_looks
table, and configure your looks. - Now, enter your hotel and type
:update_looks
and then try to wear a special outfit
Key | Default Value |
---|---|
cmd_update_looks | 0 |
Key | Default Value |
---|---|
commands.description.cmd_update_looks | :update_looks |
commands.keys.cmd_update_looks | update_looks |
commands.cmd_update_looks.successfully | Successfully updated NFT Plugin! |
open special_looks
table
id
is auto incremented, you don't need to worry about it.type
is the type of the look, it can befigure
(full look string) orsetid
(the id of a clothing set)figure
is the figure of the look, if the type isfigure
you need to put the look string here.setid
is the id of the look, if the type issetid
you need to put the clothing id here.effect
is the effect that the look will give to the user.
Here is an example of:
- A look that gives user effect 109, and it's a full-look string.
- Clothing set 270 that gives user effect 108 which is the "lg-270" from the look string.
id | type | figure | setid | effect |
---|---|---|---|---|
1 | figure | lg-270-79.sh-305-62.ch-215-66.hr-100-0.ha-1002-70.hd-207-10.wa-2007-0 | 109 | |
2 | setid | 270 | 108 |