A simple and useful script that allows GM's to Ban someone's IP from the server.
It's also possible to put a reason why you want to ban that IP.
The IP and the reason (if any) will be at your database, in "ipbanlist" table.
Original author: unknown
Script edited by: Yoh Asakura.
What Is It?:
The dress pack is a content pack that enables full
use of the dressing room feature and also adds
official alternate styles for 3rd jobs from jRO.
How To Install:
To use, simply have your DATA.INI file set to
read the dressroom.grf before the data.grf/rdata.grf
files. You can also use the tool GRF Editor to merge
into your custom grf if desired.
A 2015-10-29aRagexe or newer client is required for
this to work properly. This file only adds support for
the client side and will only let you view things in
the dress room window. The server must fully support
the system as well along with the "body" value in the
character data.
You will need to enable the "save_body_style" config
in the conf/battle/client.conf to allow your server
to save selected body styles.
For Building Plugins:
Windows: http://herc.ws/wiki/Building_HPM_Plugin_for_MSVC
Linux: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc
Usage:
Atcommand:
(usage: @aura <aura1> {<aura2> <aura3>})
(aura1,aura2 are optional)
ScriptCommand:
(usage: aura aura1{,aura2,aura3}
aura1 is compulsory, while aura2,aura3 are optional.
aura1,aura2,aura3 are AuraID's
NOTE: 1) This effects are permanent(unless the effect is not, which is clientside) and if you want to remove it, either do "@aura 0 0 0" or by Script (aura(0,0,0))
2) If you type aura(586,-1,240), the 2nd aura will remain same, while first and third aura will change.
You can check/set User's AuraID's by following variables
USERAURA - Aura1
USERAURA1 - Aura2
USERAURA2 - Aura3
You can also change aura by changing these variables.