Jump to content
  • 0

Invasion Script Request (dark ro style)


Question

Posted

Hello scripting masters

like the title says, can any of you pros help me make an invasion script like dark ro?

1. invasion start at the specific time set every day (like 7 pm everyday - invasion)

2. start invasion at the randomized town in the list (like prontera,geffen,morocc,alberta. each time the invasion will start, it will choose between those towns randomly)

3. 2 waves of monsters + 1 boss (after 1st wave of 100 monsters have been killed, 2nd wave will spawn, then the boss)

4. point system per mob kills

5. points exchange to items

 

sorry for the bad English. and thanks in advance to anyone who will help me.

< Newbie scripter

10 answers to this question

Recommended Posts

  • 0
Posted
11 minutes ago, llchrisll said:

You're welcome :).


Regards,
Chris

uhh, by the way, how can I modify this? like

1.how can I make it the invasion will start depending on the time. (like every 7 pm the invasion will trigger).

2.where can I change the monster pool of the monsters it will spawn?

thanks!

  • 0
Posted
3 minutes ago, MagicalBalls said:

uhh, by the way, how can I modify this? like

1.how can I make it the invasion will start depending on the time. (like every 7 pm the invasion will trigger).

2.where can I change the monster pool of the monsters it will spawn?

thanks!

1. Delay Settings starts with line 497
2. Monster Settings with line 545

Basically every Config starts at "OnInit"

Also reading helps :):
 

Quote

//===== Description ==========================================
//= There are 2 Invasion Types:
//  - Single
//  - Multiply
//= Each can be seperatly customized, but can not be switched via ingame.
//= Changing settings means to restart/reload the server for them to become active
//= Also there is an "Invasion Rewarder" available after the Invasion,
//  which can be turned on or off
//  To change the reward itself, scroll down to the bottom of the file
//  where the NPC is located. There are extra settings.
//= See "OnInit:" for the main settings

Regards,
Chris

  • 0
Posted
52 minutes ago, SupBro said:

how to change this to 1 map only?

Find : 
Spoiler

 

// * Maps List
  // - Big Maps
  setarray .map_b$[0],"prontera","geffen","payon","morocc","aldebaran","alberta";

 

 

 

Example ( Prontera only ) :
Replace :
Spoiler

 

// * Maps List
  // - Big Maps
  setarray .map_b$[0],"prontera";

 

 

  • 0
Posted
On 3/29/2018 at 7:43 AM, llchrisll said:

You're welcome :).


Regards,
Chris

Hi llchrisll thanks for the Script.

in this script have a way how add the last mob how MVP is it possible?

Thanks in Advance ?

Join the conversation

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

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...