Quote:
Originally Posted by [GM]Toni
i tested it not work !
i think the problem in these lines
|
Please help us with the following information:
- Are you able to open the required instanced map and teleport to it?
- Do you trigger a txt line after teleport?
- Do you see any mobs/obstacles?
- What happens, if you kill some mobs?
From your trigger condition I can see it is requesting for Hive IDs 1618+, but there is no hive id like that in your sample.
You can try to run the following example, to get an idea of the relationships:
Code:
select * from _RefObjCommon where ID in (select dwObjID from Tab_RefTactics where dwTacticsID in (select dwTacticsID from Tab_RefNest where dwHiveID in (select dwHiveID from Tab_RefHive where dwHiveID = 675)))
(from Togui FGW map)
You could also create a video including dialoge with the npc, joining to the instance map and some mobs if availalble.