elite*gold: 0
Join Date: Mar 2018
Posts: 155
Received Thanks: 54
|
[Question/Help] Partyquest
Hello Epvp,
I manage to add a new Teleportation entrance dungeon (for KRRR )
But i can enter the dungeon even with/without party and it has no mobs inside.
I already tried to config it on partydungeon.lua and it works, i cant enter the dungeon without party (when i have party i can enter and the mob i config is there )
but i want to work it with proppartyquest.inc
and this is the config of PropPartyQuest.inc
QUEST_BOSS_LV2
{
Title = "등장 크르릉"
Level = 1
World = 220
WorldKey = boss2
Region = 0, 500, 500, 0 //전투 영역 Left, Top, Right, Bottom
Wormon
{
// ID, Pos
MI_KRRR, 270.2, 100, 311, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 242, 100, 207, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 245, 100, 211, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 242, 100, 212, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 302, 100, 214, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 298, 100, 210, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 302, 100, 208, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 270, 100, 231, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 277, 100, 230, //몬스터 생성 위치 x, y, z
MI_HAMMERKICK, 263, 100, 230 //몬스터 생성 위치 x, y, z
}
State 0
{
desc = "퀘스트 시작"
//차후추가용////////////////////////////////////////////////////////////////
//SetDesc
//(
// LANG_KOR, "",
// LANG_ENG, "",
// LANG_JAP, "",
// LANG_CHI, "",
// LANG_THA, ""
//);
}
State 1
{
desc = "퀘스트 진행(몬스터 사냥 실패)"
//차후추가용////////////////////////////////////////////////////////////////
//SetDesc
//(
// LANG_KOR, "",
// LANG_ENG, "",
// LANG_JAP, "",
// LANG_CHI, "",
// LANG_THA, ""
//);
}
State 14
{
desc = "퀘스트 완료(몬스터 사냥 성공)"
//차후추가용////////////////////////////////////////////////////////////////
//SetDesc
//(
// LANG_KOR, "",
// LANG_ENG, "",
// LANG_JAP, "",
// LANG_CHI, "",
// LANG_THA, ""
//);
}
}
and this is my RGN file of map
DuKrr -> DuKrr.rgn
// Region Script File
region3 6 13 272.314392 155.600021 53.124481 0x0 0 0 "" "" 0 0.000000 0.000000 0.000000 264 44 280 60 "boss2" 0 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0
title 0
desc 0
region3 6 11 164.187897 249.835754 387.623199 0x0 7 1 "" "" 0 0.000000 0.000000 0.000000 156 50 413 392 "" 0 -1 -1 -1 -1 -1 -1 -1 -1 0 0 0
title 0
desc 0
#CloseRequest
Decided to use the PartyDungeon.lua instead of PropPartyQuest.inc
|