|
You last visited: Today at 05:48
Advertisement
No boss in dangeon
Discussion on No boss in dangeon within the Flyff Private Server forum part of the Flyff category.
02/03/2016, 07:56
|
#1
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 218
|
No boss in dangeon
Hi epvpers i have some problem about boss in dangeon,. I wait in a couple of time or hours in boss area,. No boss respown every dangeon,. Where i can find in the resource to add boss and what column ,.
Thnx and advance epvpers
|
|
|
02/03/2016, 13:14
|
#2
|
elite*gold: 0
Join Date: Jul 2010
Posts: 1,345
Received Thanks: 1,610
|
Why do you open  again?
Go to your resource, open partyDungeon.lua and check if your entries are like here:
Code:
AddDungeon( "WI_DUNGEON_FL_MAS" )
--{
SetClass( CLASS_NORMAL )
SetLevel( 10, 150 )
SetCoolTime( MIN(1) )
--SetTeleportPos( ID_NORMAL, 695, 90, 684 ) -- 정의하지 않으면 맵에서 설정한 좌표로 이동한다.
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_NORMAL, "MI_CAITSITH04_1", false, 695, 90, 684 )
SetMonster( ID_NORMAL, "MI_CAITSITH04_1", false, 695, 90, 684 )
SetMonster( ID_NORMAL, "MI_CAITSITH04_1", false, 695, 90, 684 )
SetMonster( ID_MIDBOSS, "MI_AIBATT1", false, 695, 90, 684 )
SetMonster( ID_BOSS, "MI_AIBATT1", true, 695, 100, 684 )
--}
AddDungeon( "WI_INSTANCE_OMINOUS" )
--{
SetClass( CLASS_NORMAL )
SetLevel( 100, 120 )
SetCoolTime( MIN(60) )
--SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_NORMAL, "MI_PRICKANT04", true, 1280, 101, 1640 )
SetMonster( ID_NORMAL, "MI_MAULMOUSE04", true, 1234, 101, 1393 )
SetMonster( ID_NORMAL, "MI_CRIPESCENTIPEDE04", true, 1089, 101, 1590 )
SetMonster( ID_MIDBOSS, "MI_LYCANOS01", true, 1078, 101, 1359 )
SetMonster( ID_BOSS, "MI_VEMPAIN01", true, 1079, 101, 1457 )
--}
AddDungeon( "WI_INSTANCE_OMINOUS_1" )
--{
SetClass( CLASS_MASTER, CLASS_HERO, CLASS_LEGEND_HERO )
SetLevel( 120, 150 )
SetCoolTime( MIN(60) )
--SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_NORMAL, "MI_PRICKANT04_1", true, 1280, 101, 1640 )
SetMonster( ID_NORMAL, "MI_MAULMOUSE04_1", true, 1234, 101, 1393 )
SetMonster( ID_NORMAL, "MI_CRIPESCENTIPEDE04_1", true, 1089, 101, 1590 )
SetMonster( ID_MIDBOSS, "MI_LYCANOS01_1", true, 1078, 101, 1359 )
SetMonster( ID_BOSS, "MI_VEMPAIN01_1", true, 1079, 101, 1457 )
SetMonster( ID_BOSS, "MI_BAPBAP", true, 1003, 93, 1776 )
--}
AddDungeon( "WI_INSTANCE_DREADFULCAVE" )
--{
SetClass( CLASS_HERO, CLASS_LEGEND_HERO )
SetLevel( 130, 150 )
SetCoolTime( MIN(120) )
--SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_MIDBOSS, "MI_DREADSTONE01", false, 928, 101, 198 )
SetMonster( ID_MIDBOSS, "MI_DREADSTONE02", false, 1504, 101, 419 )
SetMonster( ID_MIDBOSS, "MI_DREADSTONE03", false, 1397, 101, 893 )
SetMonster( ID_MIDBOSS, "MI_DREADSTONE04", false, 764, 101, 867 )
SetMonster( ID_MIDBOSS, "MI_DREADSTONE05", false, 675, 101, 560 )
SetMonster( ID_BOSS, "MI_SKELDEVIL", true, 1809, 101, 1395 )
--}
AddDungeon( "WI_INSTANCE_RUSTIA" ) --droppt Ultimate Amplis
--{
SetClass( CLASS_NORMAL )
SetLevel( 60, 150 )
SetCoolTime( MIN(60) )
--SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE01", false, 513, 101, 953 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE02", false, 889, 101, 1121 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE03", false, 926, 101, 850 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE04", false, 1247, 101, 1272 )
SetMonster( ID_BOSS, "MI_BESIBIGFOOT01", true, 1126, 103, 1505 )
--}
AddDungeon( "WI_INSTANCE_RUSTIA_1" )
--{
SetClass( CLASS_MASTER )
SetLevel( 60, 150 )
SetCoolTime( MIN(60) )
--SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
--SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
--SetTeleportPos( ID_BOSS, 695, 100, 684 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE01", false, 513, 101, 953 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE02", false, 889, 101, 1121 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE03", false, 926, 101, 850 )
SetMonster( ID_MIDBOSS, "MI_RUSTIACRASHGATE04", false, 1247, 101, 1272 )
SetMonster( ID_BOSS, "MI_BESIBIGFOOT02", true, 1126, 103, 1505 )
--}
AddDungeon( "WI_INSTANCE_BEHAMAH" )
--{
SetClass( CLASS_LEGEND_HERO )
SetLevel( 130, 150 )
SetCoolTime( MIN(120) )
SetMonster( ID_MIDBOSS, "MI_BEHESTATUE01", false, 697, 101, 374 )
SetMonster( ID_MIDBOSS, "MI_BEHESTATUE01", false, 624, 101, 494 )
SetMonster( ID_MIDBOSS, "MI_BEHESTATUE01", false, 918, 101, 643 )
SetMonster( ID_MIDBOSS, "MI_BEHESTATUE01", false, 897, 101, 784 )
SetMonster( ID_MIDBOSS, "MI_BEHESTATUE01", false, 579, 101, 748 )
SetMonster( ID_BOSS, "MI_BEHEMOTH", true, 1260, 101, 1392 )
--}
AddDungeon( "WI_INSTANCE_KALGAS" )
--{
SetClass( CLASS_LEGEND_HERO )
SetLevel( 130, 150 )
SetCoolTime( MIN(120) )
SetMonster( ID_NORMAL, "MI_KALGASSTELE01", false, 2808, 303, 801 )
SetMonster( ID_NORMAL, "MI_KALGASSTELE02", false, 1944, 303, 356 )
SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 966, 100, 192 )
SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 984, 100, 194 )
SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 983, 100, 213 )
SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 961, 100, 210 )
SetMonster( ID_BOSS, "MI_KALGASBOSS", true, 974, 103, 201 )
--}
--}
AddDungeon( "WI_INSTANCE_UPRESIA" )
--{
SetClass( CLASS_NORMAL )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_BOSS, "MI_DREAMQEEN01", true, 1126, 103, 1505 )
--}
AddDungeon( "WI_INSTANCE_UPRESIA_1" )
--{
SetClass( CLASS_MASTER, CLASS_HERO )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_BOSS, "MI_DREAMQEEN01_1", true, 1126, 103, 1505 )
--}
AddDungeon( "WI_INSTANCE_HERNEOS" )
--{
SetClass( CLASS_NORMAL )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_MIDBOSS, "MI_HERNSIREN01", true, 689, 100, 508 )
SetMonster( ID_BOSS, "MI_HERNKRAKEN01", true, 1942, 100, 1424 )
--}
AddDungeon( "WI_INSTANCE_HERNEOS_1" )
--{
SetClass( CLASS_MASTER, CLASS_HERO )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_MIDBOSS, "MI_HERNSIREN01_1", true, 689, 100, 508 )
SetMonster( ID_BOSS, "MI_HERNKRAKEN01_1", true, 1942, 100, 1424 )
--}
AddDungeon( "WI_INSTANCE_SANPRES" )
--{
SetClass( CLASS_NORMAL )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_MIDBOSS, "MI_SHIPHIPPOGRIPH", true, 1961, 101, 253 )
SetMonster( ID_BOSS, "MI_SHIPHARPINEES", true, 1362, 109, 1730 )
--}
AddDungeon( "WI_INSTANCE_SANPRES_1" )
--{
SetClass( CLASS_MASTER, CLASS_HERO )
SetLevel( 1, 150 )
SetCoolTime( MIN(60) )
SetMonster( ID_MIDBOSS, "MI_SHIPHIPPOGRIPH_1", true, 1961, 101, 253 )
SetMonster( ID_BOSS, "MI_SHIPHARPINEES_1", true, 1362, 109, 1730 )
--}
Btw all Bosses/Monsters defined in partyDungeon.lua will not respawn until you(and your Party)left the Dungeon.
|
|
|
02/03/2016, 15:40
|
#3
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 218
|
sorry i dont know where is my thread before., its been a long time i did not online,.
anyway thanks
|
|
|
 |
Similar Threads
|
DANGEON PROBLEM
02/05/2016 - Flyff Private Server - 3 Replies
hi epvpers i have problem about boss in dangeon
no boss respown every dangeon. where i can fix this?
thnx and adnvance
|
Frage: Nach tötung von boss anderen boss spawn lassen wie?
04/10/2015 - Metin2 Private Server - 8 Replies
Moin moin,
Ich habe mal eine Frage^^
ich baue mir grade ein Test-Server zum lernen,
und ich finde leider nicht das was ich suche...
deshalb frage ich hier mal nach, wie es der Titel schon sagt möchte ich Wissen wie ich .z.b. wenn ich den Sensenmann getötet habe dann der Blaue Tod spawn.
thx im vorraus
|
Requesting a Unlocker Of Celtics dangeon hack for Windows Xp 32bit and 64bit
04/25/2011 - Grand Chase - 5 Replies
Sir I need an unlocker for the celtics dangeon hack couse i cant use it many error`s plzz answer me!
|
About The Celtics dangeon hack
04/19/2011 - Grand Chase Hacks, Bots, Cheats & Exploits - 3 Replies
Sir Celtics i already test it and it work but when it is patch the hack is change When i Press run grandchase it show the gamegourd i cant see the start word T_T help plzz:confused::confused::handsdown:
|
RELAY DUNGEON - BATTLE BOSS AFTER BOSS! [WILL UPDATED EVERY WEEK FOR THE EVENTS]
12/05/2010 - Grand Chase Philippines - 4 Replies
http://images.levelupgames.ph/gc/adrotator%20copy% 20relay%20dungeon.jpg
Event 1: Relay Dungeon
Period: Nov 30 ~ Dec 7 before maintenance time
http://images.levelupgames.ph/gc/Relay%20Dungeon% 201.JPG
|
All times are GMT +2. The time now is 05:48.
|
|