View Full Version : Ai biết về NPC gunny chỉ mình làm sao để 1 NPC có thể bay
biendong1980
11-10-12, 12:18 PM
như tiêu đề minh muốn cho NPC 1 tọa độ ở trên không thì làm như nào đúng hơn là NPC đang bay ai biết chỉ mình với thank
thanhbeokute
11-10-12, 12:20 PM
như tiêu đề minh muốn cho NPC 1 tọa độ ở trên không thì làm như nào đúng hơn là NPC đang bay ai biết chỉ mình với thank
public override void OnStartGame()
{
base.OnStartGame();
m_moive = Game.Createlayer(0, 0, "moive", "game.asset.living.BossBgAsset", "out", 1, 1);
m_front = Game.Createlayer(1131, 150, "font", "game.asset.living.AntQueenAsset", "out", 1, 1);
boss = Game.CreateBoss(bossID, 1316, 444, -1, 1);
boss.SetRelateDemagemRect(-42, -200, 84, 194);
boss.Say(LanguageMgr.GetTranslation("GameServerScript.AI.Messions.DCNM2102.msg1"), 0, 200, 0);
chắc là đoạn này
quancoi000
11-10-12, 09:17 PM
public override void OnStartGame()
{
base.OnStartGame();
m_moive = Game.Createlayer(0, 0, "moive", "game.asset.living.BossBgAsset", "out", 1, 1);
m_front = Game.Createlayer(1131, 150, "font", "game.asset.living.AntQueenAsset", "out", 1, 1);
boss = Game.CreateBoss(bossID, 1316, 444, -1, 1);
boss.SetRelateDemagemRect(-42, -200, 84, 194);
boss.Say(LanguageMgr.GetTranslation("GameServerScript.AI.Messions.DCNM2102.msg1"), 0, 200, 0);
chắc là đoạn này
cụ thể hơn 1 tẹo đc k thanh?
30 gạch...................
Set kiểu đó nó cũng rớt đất à, thế nó mới lạ
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.