作者laechan (小太保)
看板mud_sanc
标题[手稿]1.炙热地狱(redant)-redant.h
时间Fri Feb 1 15:46:45 2013
// hiei@sanc 2013/02/01
// 房间最多生几只怪
#define MAX_MOBS_IN_ROOM 3
// 房间经过多久(秒)重生怪物
#define MOB_REBORN_TIMES 300
// 房间怪物资料
// "档名",等级,({"id",..}),"名字",道德,金钱,只数,({掉落物}),({额外设定})
#define MOBS_DATA ({\
({"redants1",81,({"soldier redants","redants"}),"兵"HIR"炙蚁群"NOR,\
-100,500,3,({})}),\
({"redants2",82,({"worker redants","redants"}),"工"HIR"炙蚁群"NOR,\
-300,800,3,({})}),\
({"redants3",83,({"white redants","redants"}),HIW"白"HIR"炙蚁群"NOR,\
-500,1000,4,({})}),\
({"redants4",84,({"black redants","redants"}),HIP"黑"HIR"炙蚁群"NOR,\
-1000,1500,5,({})}),\
})
四种蚁都会掉昆虫下巴(m054)、泥团(m062)、炙毛(m063),机率50%。
cd /u/p/ppl/hiei/redant/mob
vobjs -mob_drop redants1 set m054 = 500
vobjs -mob_drop redants1 set m062 = 500
vobjs -mob_drop redants1 set m063 = 500
vobjs -mob_drop redants2 set m054 = 500
vobjs -mob_drop redants2 set m062 = 500
vobjs -mob_drop redants2 set m063 = 500
vobjs -mob_drop redants3 set m054 = 500
vobjs -mob_drop redants3 set m062 = 500
vobjs -mob_drop redants3 set m063 = 500
vobjs -mob_drop redants4 set m054 = 500
vobjs -mob_drop redants4 set m062 = 500
vobjs -mob_drop redants4 set m063 = 500
白炙蚁群跟黑炙蚁群都会掉炙蚁酸液(m201),掉落机率 20%,药材。
vobjs -quick 炙蚁酸液;m201;份;药材类;;1500;;;;
cd /u/p/ppl/hiei/redant/mob
vobjs -mob_drop redants3 set m201 = 200
vobjs -mob_drop redants4 set m201 = 200
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.117.106.224
1F:→ laechan :/u/p/ppl/hiei/redant/redant.h 档案已建 02/01 16:08
2F:→ laechan :quick 及 mob_drop 部份已设定 ok 02/01 16:21
※ 编辑: laechan 来自: 122.117.106.224 (02/01 17:46)