From fec5540260ac708414469abfeb496ef502d74e53 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Nov 2019 21:57:11 -0300 Subject: Regenerate maps - template for AF King Arthur --- npc/024-7/afking.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 npc/024-7/afking.txt (limited to 'npc/024-7/afking.txt') diff --git a/npc/024-7/afking.txt b/npc/024-7/afking.txt new file mode 100644 index 000000000..9ac836967 --- /dev/null +++ b/npc/024-7/afking.txt @@ -0,0 +1,30 @@ +// TMW2 scripts. +// Author: +// TMW-BR +// Jesusalva +// Description: +// AFK Cap quest (Lv 47) + +024-7,40,24,0 script AF King NPC_PLAYER,{ + if (BaseLevel < 47) { + npctalkonce l("*AFK: I am Away From Keyboard*"); + end; + } + + closedialog; + goodbye; + close; + +OnInit: + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, AFKCap); + setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); + setunitdata(.@npcId, UDT_HAIRSTYLE, 26); + setunitdata(.@npcId, UDT_HAIRCOLOR, 0); + npcsit; + + .sex = G_MALE; + .distance = 4; + end; +} -- cgit v1.2.3-60-g2f50