Triggeraction

What is the trigger action for adding a guild and adding the player to the guild?

tricxta help me?

[QUOTE=Thomas;104607]
What is the trigger action for adding a guild and adding the player to the guild?

tricxta help me?
[/QUOTE]

[QUOTE=readme.txt found in server release]


Graal Reborn special triggeractions

The Graal Reborn gserver has a couple unique triggeractions built into it. They can be enabled/disabled by altering the setting that controls their group in serveroptions.txt. They are as follows:

Controlled by the setting triggerhack_weapons:
triggeraction 0,0,gr.addweapon,weapon1,weapon2,weapon3;
Adds weapon1, weapon2, and weapon3 to the player’s account.

triggeraction 0,0,gr.deleteweapon,weapon1,weapon2,weapon3;
    Removes weapon1, weapon2, and weapon3 from the player's account.

Controlled by the setting triggerhack_guilds:
triggeraction 0,0,gr.addguildmember,guild,account,nickname;
Adds a player to the specified guild. Nickname is optional.

triggeraction 0,0,gr.removeguildmember,guild,account;
    Removes a player from the specified guild.

triggeraction 0,0,gr.removeguild,guild;
    Removes the guild from the server.

triggeraction 0,0,gr.setguild,guild,account;
    Sets the player's guild tag to the specified guild.

Controlled by the setting triggerhack_groups:
triggeraction 0,0,gr.setgroup,group;
Adds the player to the specified group.

triggeraction 0,0,gr.setlevelgroup,group;
    Adds all the players in the level to the specified group.

triggeraction 0,0,gr.setplayergroup,account,group;
    Adds the specified player to the specified group.

Controlled by the setting triggerhack_files:
triggeraction 0,0,gr.appendfile,filename,text;
Opens the file specified, located in the server’s logs directory, and appends a line of text.

triggeraction 0,0,gr.writefile,filename,text;
    Opens the file specified, located in the server's logs directory, erases all of its contents, and writes a line of text.

Controlled by the setting triggerhack_rc:
triggeraction 0,0,gr.rcchat,Some chat text;
Sends some chat text to any logged in RC’s.

Controlled by the setting triggerhack_execscript:
triggeraction 0,0,gr.es_clear;
Clears the execscript parameter list.

triggeraction 0,0,gr.es_set,param1,param2,...;
    Sets the execscript parameter list.

triggeraction 0,0,gr.es_append,phrase;
    Appends phrase directly to the end of the set parameter list.

triggeraction 0,0,gr.es,account,script_name;
    Sends the execscript to the specified account, or everybody if ALLPLAYERS was specified.
    View the execscript/readme.txt file for more information.

Controlled by the setting triggerhack_props:
triggeraction 0,0,gr.attr1,data;
Sets data on the specified attribute. gr.attr1 - gr.attr30 work.

Controlled by the setting triggerhack_levels:
triggeraction 0,0,gr.updatelevel;
Updates the current level.

triggeraction 0,0,gr.updatelevel,levelname;
    Updates the specified level.

[/QUOTE]

There you go, if you can’t find what you’re looking for there, then god can only hope.

thank you ! :smiley: