制造NPC教程(第一弹)
Npc參數集
<< NpcTemplate >>
templatename: Template的名稱。
makeatnobody: 此Template是否在不考慮產生時是否碰撞任何玩家下產生。
makeatnosee: 此Template是否在不考慮產生時是否發生在任何玩家所見視野下產生。
type: 對應的圖號和.Create檔案的graphicname相同。
hp: hp。
mp: mp。
str: str。
tough: tough。
functionset: 此Template的類型。
name: 地圖上所看到的Template名稱,如果在Create中不設定的話,畫面上便是看到此名稱,預設不需設定。
graphicname: 此Template的圖形號碼,如果在Create中不設定的話,畫面上便是看到此圖像,預設不需設定。
fly: 是走路或飛行,預設走路。
itemnum: 不使用的欄位。
範例一:
templatename= sb_5b1
makeatnobody= 1
makeatnosee= 1
type= 100287
functionset= NPCEnemy
hp= 100
mp= 100
str= 1
tough= 1
範例二:
templatename= changeevent
makeatnobody= 1
makeatnosee= 1
functionset= ExChangeMan