Jump to content
  • 1

Request Invasion Cash


Question

Posted (edited)

hello,

anyone can make a invasion with cash system.

With the follow:

  • Random cash per kill monster 1 ~ 5
  • Announce all monster reaming.
  • Random Map Invasion
  • Configurable hours
  • when kill all the monster, only one MvP appears, that MvP grants 25 cash point to the winner
  • Announce who kill the MvP

Who creates this script help me so much about scripting structure.

Thanks in advance and Greetings!

edited all

Edited by fiction

11 answers to this question

Recommended Posts

  • 0
Posted
11 hours ago, maken06 said:

// Invasion Duration ( Minutes )
set .Duration,10;

sleep ( .Duration * 100000 );

Like this? @Cyro

for this line not need to change

sleep ( .Duration * 100000 );

just change at this line

// Invasion Duration ( Minutes )
set .Duration,10;

 

  • Love 1
Posted (edited)

thx Emistry.

now,

  • when the event start announce this " INVASION has started at . "
  • don't announce reamings monsters in whole server. Example: 100...99.88..55.44.22.11..mob reaming.

How can i add more mobs, not only porings?.

thx for reply :D!

@edit

[Error]: script_rid2sd: fatal error ! player not attached!

[Debug]: Source (NPC): Sample (invisible/not on a map)

[Warning]: script:get_val: cannot access player variable '#CASHPOINTS', defaulti

ng to 0

 

On 8/8/2012 at 1:24 PM, Emistry said:

Thank You, i forget to mention something ?

Need to put more Boss Ids, but only summon One boss random.

Sorry for my insistence

Edited by fiction
Posted

edit this line then....

for( set .@i,0; .@i < getarraysize( .BossCount ) - 1; set .@i,.@i + 1 )
 monster .RandomMap$,0,0,"INVASION BOSS",.BossCount[.@i],.BossCount[.@i+1],strnpcinfo(0)+"::OnBossKilled";

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...