From 89b875c4ed7ff4bff20ce06537c4dc6c7e3bb852 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Dec 2018 20:44:46 -0200 Subject: Add authorship information to missing files. On hindsight, a lot of them are unused debug commands which could be deleted I'll look in it --- npc/commands/debug-look.txt | 3 +++ npc/commands/debug-quest.txt | 3 +++ npc/commands/debug-skill.txt | 3 +++ npc/commands/debug.txt | 3 +++ npc/commands/music.txt | 1 + npc/commands/rate-management.txt | 1 + npc/commands/scheduled-broadcasts.txt | 1 + npc/commands/super-menu.txt | 1 + npc/config/hairstyle_config.txt | 1 + npc/functions/array.txt | 3 +++ npc/functions/string.txt | 3 +++ npc/functions/time.txt | 3 +++ npc/functions/timer.txt | 3 +++ 13 files changed, 29 insertions(+) (limited to 'npc') diff --git a/npc/commands/debug-look.txt b/npc/commands/debug-look.txt index 38261f60f..3fc2aac43 100644 --- a/npc/commands/debug-look.txt +++ b/npc/commands/debug-look.txt @@ -1,3 +1,6 @@ +// Evol Script +// Authors: Gumi, Monwarez, Jesusalva + function script BarberDebug { function setGender { diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 86f0e46f5..a4c6572f3 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi, Jesusalva + // TODO: This script must be auto-generated from db/quests.conf to be of any use function script GlobalQuestDebug { do diff --git a/npc/commands/debug-skill.txt b/npc/commands/debug-skill.txt index acfbbf709..6692ad812 100644 --- a/npc/commands/debug-skill.txt +++ b/npc/commands/debug-skill.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi, Monwarez + function script GlobalSkillDebug { function modifySkill { diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 5bca29129..6d127a31e 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi, Monwarez + function script GlobalDebugMenu { function resetAll { function doReset { diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 7c1ad9ac5..2c2c8ce2d 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -1,3 +1,4 @@ +// Authors: Gumi, Jesusalva // @music atcommand // changes the music for all players on the map // diff --git a/npc/commands/rate-management.txt b/npc/commands/rate-management.txt index fcd43dc2f..a9527bddd 100644 --- a/npc/commands/rate-management.txt +++ b/npc/commands/rate-management.txt @@ -1,3 +1,4 @@ +// Authors: Gumi, Jesusalva - script @exprate 32767,{ end; diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index 78515e09e..4503c7b23 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -1,3 +1,4 @@ +// Authors: Gumi function script StoneBoard { function setMessage { diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt index beda92941..aafec9b63 100644 --- a/npc/commands/super-menu.txt +++ b/npc/commands/super-menu.txt @@ -1,3 +1,4 @@ +// Authors: Gumi, Jesusalva function script SuperMenu { do { diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index e252cd0c2..d2e3f18e5 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -1,5 +1,6 @@ // Hairstyle config // set array of style and colors +// Author: Omatt 000-0,0,0,0 script hairstyle_config NPC_HIDDEN,0,0,{ diff --git a/npc/functions/array.txt b/npc/functions/array.txt index d9d649921..0db396ce4 100644 --- a/npc/functions/array.txt +++ b/npc/functions/array.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi + // array_pad(, , ) // prepend or append until the array is of size // returns the amount added on success, or false (0) if nothing changed diff --git a/npc/functions/string.txt b/npc/functions/string.txt index 627f0abc6..fba5e776d 100644 --- a/npc/functions/string.txt +++ b/npc/functions/string.txt @@ -1,3 +1,6 @@ +// Evol Script +// Author: Gumi + // safe string manipulation functions // ** does not require PCRE diff --git a/npc/functions/time.txt b/npc/functions/time.txt index 76be1894d..e6e4c70a7 100644 --- a/npc/functions/time.txt +++ b/npc/functions/time.txt @@ -1,3 +1,6 @@ +// Evol Script +// Authors: Gumi, Jesusalva + function script now { return gettimetick(2); } diff --git a/npc/functions/timer.txt b/npc/functions/timer.txt index 1b5fa8c57..17a7d4b68 100644 --- a/npc/functions/timer.txt +++ b/npc/functions/timer.txt @@ -1,3 +1,6 @@ +// Evol Script +// Authors: Gumi, Jesusalva + // areatimer("", , , , , , "::") function script areatimer { .@c = getunits(BL_PC, .@players, false, getarg(0), getarg(1), getarg(2), getarg(3), getarg(4)); -- cgit v1.2.3-60-g2f50