Jump to content
Lucky

Infernal Abyss

Recommended Posts

Introduction: Infernal Abyss

This instance is a time attack dungeon and It's open for parties consisting of 5 players,
and It's open during Friday,Saturday and Sunday.

Requirements:

   •    You must be Level 70 or Higher    

Game Rules:

   •    Players must have a full party of 5 in order to take the challenge.
   •    Players must register to an NPC, Once registered they can take the challenge.
   •    When players are inside they have only 20 minutes to complete the instance.
   •    Players must defeat all 5 waves of mobs to challenge the 1st boss, this instance have 25 waves of mobs and 5 different bosses.
   •    Player must clear the 1st wave in order to pass the next waves and so on.
   •    The farther you go the monsters and bosses are more stronger.
   •    This instance can be done only once a day, need to wait until next day to take the challenge again. 

Prizes:

   •    Each boss defeated there will be a different prizes.
   •    Another Price for Completing the instance.

FAQ:

What happen if players die or dced:

   •    If players die nothing happen, unless someone rivive him/her or if he/she click "revive in town" he/she wont able to go back in instance.
   •    If players dced he/she will not able to go back in instance.

What happen if someone in member get dced:

   •    See post above, and team can still continue the challenge who still inside the instance.

What happen once you entered the instance:

   •    You will have 10 sec before its start the 1st waves, then the next wave have only 5 sec of wait. (This apply also for bosses)

Notices:

   •    Players must be noticed when waves of mobs and bosses are spawning.

 

 

Credits: 
    @Matt (ServerDev)       -    Developer of map tools.
   @Wilhelm (PkoDev)     -    Creator of the map included in these files.
    @Saeed (ServerDev)    -    Creator of script.

    @Aura Kingdom          -     Map Idea

 

Note: It's a lot of code, some might be unnecessary, some can be removed and other can be improved.  This script was back in 2013-2014

 

Change Log:

Version 1 - Original release of scripts.

Edited by Lucky
  • Like 8

Share this post


Link to post
Share on other sites

wow map is very cool is like barbaric map but i think u should remove Safe Place from when u enter cz each member should fight not 4 afk and other ks only.


 

 

FileItem-2715-sethsignature.png

Share this post


Link to post
Share on other sites

@Lucky Nice! I will try to use this map one day.


logo-big.png   logo.png

                                   Sunny Go! Online                                                                    pko.host                                                 

Share this post


Link to post
Share on other sites

@Lucky@WilhelmHi my friends! 

I configured the map on my server, however I'm having 2 problems.
1º: When in party of 5 players, and I try to enter Infernal Abyss, only the leader enters. And the rest is outside seeing "Wave will start ..." - This I was able to solve by doing the following code in instance_functions.lua
TeamCha [0] = role
TeamCha [1] = GetTeamCha (scroll, 0)
TeamCha [2] = GetTeamCha (scroll, 1)
TeamCha [3] = GetTeamCha (role, 2)
TeamCha [4] = GetTeamCha (scroll, 3)
For i = 0, 4, 1 of the
2º: When entering with the 5 players in Infernal Abyss, or even only the leader. Waves do not start, no mob appears even though I have added the mobs of Infernal Abyss to my server.

 

Can you help me?:scratch_one-s_head:

Share this post


Link to post
Share on other sites
Just now, Keuvyn T. said:

@Lucky@WilhelmHi my friends! 

I configured the map on my server, however I'm having 2 problems.
1º: When in party of 5 players, and I try to enter Infernal Abyss, only the leader enters. And the rest is outside seeing "Wave will start ..." - This I was able to solve by doing the following code in instance_functions.lua
TeamCha [0] = role
TeamCha [1] = GetTeamCha (scroll, 0)
TeamCha [2] = GetTeamCha (scroll, 1)
TeamCha [3] = GetTeamCha (role, 2)
TeamCha [4] = GetTeamCha (scroll, 3)
For i = 0, 4, 1 of the
2º: When entering with the 5 players in Infernal Abyss, or even only the leader. Waves do not start, no mob appears even though I have added the mobs of Infernal Abyss to my server.

 

Can you help me?:scratch_one-s_head:

Sorry, the code in instance_functions.lua is this:

        TeamCha[0] = role
        TeamCha[1] = GetTeamCha(role , 0 )
        TeamCha[2] = GetTeamCha(role , 1 )
        TeamCha[3] = GetTeamCha(role , 2 )
        TeamCha[4] = GetTeamCha(role , 3 )
            for i = 0 , 4  , 1 do    

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...