改那里也没效果,在网上查了半天,发现这么一段
Now, this is our menu for the Chaotic Generator. First things first, to link a NPC to a certain part of EVT coding, it starts with the EVENT number. In this case, 22001 is linked to 137 byType(In your K_NPC table). There is no real link as to why it's like that, I believe we found out that it was hard-coded into the ebenezer. Now lets move on to the Menu(SELECT_MSG), I'll explain what each one is.
一怒之下
;;;;;;;;;;;;;;;
;;嫦娥;;
;;;;;;;;;;;;;;;
EVENT 30001
E SELECT_MSG 13009 30001 30131 30131 30051 30051 30101 30101 402 4004 401 4003 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1;酒捞叼函版,胶懦 犁盒硅
END
EVENT 4003 ; 请输入您的抽奖卡卡号和密码。
E SAY -1 -1 4002 -1 -1 -1 -1 -1 -1 -1
E RETURN
END
EVENT 4004 ; (您输入的卡号与密码错误,请重新输入。)
E RUN_EVENT 4007 ; 咯扁辑 吝汗 眉农档 鞍捞 茄促.
END
EVENT 4005
E RUN_EVENT 4006
E RUN_EVENT 4007
END
EVENT 4006 ; 咯扁急 弊 矫府倔 锅龋啊 粮犁窍绰 锅龋牢瘤 犬牢茄促.
A CHECK_PPCARD_SERIAL -1
E SAY -1 -1 4004 -1 -1 -1 -1 -1 -1 -1
E RETURN
END
EVENT 4007
E RUN_EVENT 4008
E RUN_EVENT 4009
END
EVENT 4008 ; 牢亥捞 菜蛮版快
A CHECK_EMPTY_SLOT 0;
E SAY -1 -1 4009 -1 -1 -1 -1 -1 -1 -1
E RETURN;
END
EVENT 4009 ; 咯扁辑 抛捞喉俊 乐绰 酒捞袍阑 靛赋聪促.
E GIVE_PPCARD_ITEM
E SAY -1 -1 4005 -1 -1 -1 -1 -1 -1 -1
E RETURN;
END
发现对话正确了,但是什么都没给~~~~~估计需要解决E GIVE_PPCARD_ITEM 的问题,或者直接编脚本发东西~~~~~~ |