作者laechan (小太保)
看板mud_sanc
標題[手稿]4.炙蟻地獄(redant)-script_mob
時間Fri Feb 1 17:08:42 2013
// hiei@sanc 2013/02/01
// 一般怪物: monster.c 群式怪物: gmonster.c
inherit "/u/p/ppl/hiei/redant/gmonster.c";
void create()
{
SET_LEVEL;
set("race","炙蟻");
::create();
seteuid(getuid(this_object()));
SET_ID;
add("id",({"MONSTER"}));
// 群式怪物不需設 short
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)
◆ From: 122.117.106.224
1F:→ laechan :/u/p/ppl/hiei/redant/script_mob 檔案建立 ok 02/01 17:09
2F:→ laechan :/u/p/ppl/hiei/redant/gmonster.c 檔案建立 ok 02/01 17:09