A simple plugin that adds race_resist() into your emulator (Checks race resist of a player).
//===== Description ==========================================
//= Checks how much resistance a character has to a particular
// race.
//
//= race_resist(<type>{, <account id>});
//= E.g...
View File
race_resist
A simple plugin that adds race_resist() into your emulator (Checks race resist of a player).
//===== Description ==========================================
//= Checks how much resistance a character has to a particular
// race.
//
//=...
Description: Adds the check_resist() script command to your script engine.
With this command, you can retrieve elemental resistances for a character.
check_resist(<type>{, <account id>})
e.g. check_resist(Ele_Water);
check_resist(Ele_Wind, getcharid(CHAR_ID_ACCOUNT))...
Hello! The following plugin will grant your server the getguildid("<Guild Name>") script command. It is quite self-explanatory. Simply enter the Guild Name for which you need the GID. Make sure you capture it too!
Example:
.@GID = getguildid("My Pro Guild");
// .@GID will now be equal...
I have a script command which fetches a character's name from the .@atcmd_parameters$[] and displays them in a message.
How do I get them to display in one line?
Currently I can only get them to display if I print it one line at a time (using message())
- script Print Names ...
Hi, I've been trying to look for solution on how I can disable the /h command list from showing up upon login.
Please see attached.
Someone said this in the IRC that this has something to do with the client so I'm posting it here but I'm not really sure.
Any help would be greatly appreciated...