Jump to content
  • 0

Invasion Script Request (dark ro style)


MagicalBalls

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  03/23/18
  • Last Seen:  

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

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

I got an script, which is similiar, the only difference is that it's not wave-based and there is a fixed price for it.
If it helps, here you are:
https://github.com/llchrisll/rAthena-Scripts/blob/master/released/Entertainment/mob_inva.txt

Regards,
Chris

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  03/23/18
  • Last Seen:  

20 minutes ago, llchrisll said:

I got an script, which is similiar, the only difference is that it's not wave-based and there is a fixed price for it.
If it helps, here you are:
https://github.com/llchrisll/rAthena-Scripts/blob/master/released/Entertainment/mob_inva.txt

Regards,
Chris

1 wave is nice enough. Thanks man!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

You're welcome :).


Regards,
Chris

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   1
  • Joined:  03/23/18
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   1
  • Joined:  02/20/18
  • Last Seen:  

how to change this to 1 map only?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  136
  • Reputation:   48
  • Joined:  06/18/12
  • Last Seen:  

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";

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  31
  • Reputation:   1
  • Joined:  11/12/18
  • Last Seen:  

its there a way to get the city selected randomly?, each time i restart the server its the same city

Edited by care1190
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  39
  • Reputation:   2
  • Joined:  01/17/18
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

On 12/9/2019 at 9:03 AM, Armony said:

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 ?

Up for this

Link to comment
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
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.

×
×
  • Create New...