From c7add0ddeaf137aeecf4fcd5618fb432ce23fe9b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Dec 2018 20:18:37 -0200 Subject: Correct some licenses which are ours (Evol missing licenses, I'll git blame later) --- npc/003-0/mages.txt | 3 +++ npc/003-0/warriors.txt | 3 +++ npc/018-2-1/warps.txt | 2 ++ npc/commands/exp.txt | 3 +++ npc/commands/language.txt | 8 ++++++-- npc/commands/ucp.txt | 4 ++++ npc/commands/wgm.txt | 2 ++ npc/functions/shake.txt | 2 ++ npc/functions/soul_menhir.txt | 4 ++++ 9 files changed, 29 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-0/mages.txt b/npc/003-0/mages.txt index 4d1b8f8cf..d6808080c 100644 --- a/npc/003-0/mages.txt +++ b/npc/003-0/mages.txt @@ -1,3 +1,6 @@ +// (C) Jesusalva, 2018 +// TMW2 Script + // Wizard // MG_COLDBOLT (ice) // MG_LIGHTNINGBOLT (wind) diff --git a/npc/003-0/warriors.txt b/npc/003-0/warriors.txt index 7090ea1a0..d514130f1 100644 --- a/npc/003-0/warriors.txt +++ b/npc/003-0/warriors.txt @@ -1,3 +1,6 @@ +// (C) Jesusalva, 2018 +// TMW2 Script + // Paladin // CR_TRUST (raise Max HP in 200 and Holy Resistance in 5%, passive) // AL_ANGELUS (DEF Increase 5% for 15s/LVL, 14x14 area for PARTY) diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index bfe39de2d..b80d56b98 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -1,4 +1,6 @@ // Map 018-2-1: Heroes' Hold - Castle manual warps +// Author: Jesusalva + // LoFQuest_HH // Field 1 // 1- Accepted diff --git a/npc/commands/exp.txt b/npc/commands/exp.txt index a8ffe7393..763653f94 100644 --- a/npc/commands/exp.txt +++ b/npc/commands/exp.txt @@ -1,3 +1,6 @@ +// TMW2 Script +// Author: Jesusalva + // @getexp atcommand // Gets experience // diff --git a/npc/commands/language.txt b/npc/commands/language.txt index ba5d3d6ee..e7e1ecd7a 100644 --- a/npc/commands/language.txt +++ b/npc/commands/language.txt @@ -1,3 +1,7 @@ +// TMW2 Script +// Author: Jesusalva +// With code parts from Julia (Evol) + // @lang atcommand // Changes Language // @@ -14,7 +18,7 @@ OnCall: checkclientversion; - mesq l("Tell me which language you speak and I will change the note on the ship passenger list."); + mesq l("Which language do you speak?"); next; asklanguage(LANG_IN_SHIP); mes ""; @@ -23,6 +27,6 @@ OnCall: close; OnInit: - bindatcmd "lang", "@lang::OnCall", 0, 99, 0; + bindatcmd "lang", "@lang::OnCall", 0, 60, 0; end; } diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index b0e537c5e..2010b2db2 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -1,3 +1,7 @@ +// TMW2 Script +// Author: +// Jesusalva + function script UserCtrlPanel { do { diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt index cbaa95b86..07076ba19 100644 --- a/npc/commands/wgm.txt +++ b/npc/commands/wgm.txt @@ -1,3 +1,5 @@ +// Author: Jesusalva + // @wgm atcommand // Request help // diff --git a/npc/functions/shake.txt b/npc/functions/shake.txt index 667f0c1b8..3a95d36ae 100644 --- a/npc/functions/shake.txt +++ b/npc/functions/shake.txt @@ -1,3 +1,5 @@ +// Author: Jesusalva + // Shake player screen // Usage: // set @max_shake then call OnShake diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 11a927708..9b6bc420d 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -1,3 +1,7 @@ +// TMW2 Script +// Author: Jesusalva +// With parts from The Mana World. + function script SoulMenhir { mes l("[Soul Menhir]"); mes l("(A mystical aura surrounds this stone. You feel mysteriously attracted to it. Something tells you to touch it. What do you do?)"); -- cgit v1.2.3-60-g2f50