作者laechan (小太保)
看板mud_sanc
標題[手稿] 洛奇村(rocky)─script_mob
時間Fri Dec 21 14:24:22 2012
// hiei@sanc 2012/12/21
// 一般怪物: monster.c 群式怪物: gmonster.c
inherit "/u/p/ppl/hiei/rocky/monster.c";
void create()
{
SET_LEVEL;
set("race","human");
::create();
seteuid(getuid(this_object()));
SET_ID;
add("id",({"MONSTER"}));
// 群式怪物不需設 short
set("short","洛奇村村民(Rocky Villager)");
set("long","一位洛奇村的村民,全身上下以厚重的衣物包的緊緊的.\n");
SET_MEMBER;
SET_LIVING_NAME;
SET_NAME;
SET_ETHIC;
SET_WEALTH;
// 主動攻擊設 1
// set("killer",1);
set("unit","位");
SET_DROP_TYPES;
SET_OTHER_DATA;
set_verbs(({"猛烈地攻擊","快速地攻向"}));
enable_commands();
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
→ laechan :/u/p/ppl/hiei/rocky/script_mob 檔案已補入 12/21 14:25
※ 編輯: laechan 來自: 210.61.157.53 (12/21 14:27)
→ laechan :/u/p/ppl/hiei/rocky/monster.c 檔案已補入 12/21 14:27
→ laechan :trans /open/tmp/hiei_rocky to here by script_area 12/21 14:34
→ laechan :指令已執行 12/21 14:37
※ 編輯: laechan 來自: 210.61.157.53 (12/21 14:43)
※ 編輯: laechan 來自: 210.61.157.53 (12/21 14:49)