Jump to content

Recommended Posts

Posted (edited)

Fight with MVP and get your rewards in the end

I re-check is rA can use this or not, and fix some things

and it run well on my rA now

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

towerg.jpg

[media=]

[/media]

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

Download Script :

MVPTower2.rar

Download Map :

http://bit.ly/RsA9gE'>http://bit.ly/RsA9gE ; http://goo.gl/Xa2c3'>http://goo.gl/Xa2c3

1@gvs
2@gvs
3@gvs
4@gvs
5@gvs

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

Please don't forget add instance map :

(data\resnametable.txt)

http://rathena.org/wiki/Instancing'>http://rathena.org/wiki/Instancing

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

Specify each level:

Mvp Amount & type:

(ex:level Easy:only spawn mob-id 1002&1001 ,10 level and each level spawning amount >> 1,2,3,4,5,6,7,8,9,10)

function Onmvp {
...
case 1:
deletearray 'mvp[0],128;
setarray 'mvp,1002,1001;
setarray 'num[1],1,2,3,4,5,6,7,8,9,10;
return;

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

Reward:

(ex:Levle Esay)

(ex:get 10k zeny or item-id 607 * 100)

open 'MVPTower2_Reward_1.txt'

- script MVPTower2_Reward#1 -1,{
OnSelect:
switch(select("Zeny","Item"))
{
case 1:
set Zeny,Zeny+10000;
break;
case 2:
getitem 607,100;
break;

!!THIS SCRIPT NEED INSTANCE SYSTEM!!

Edited by goddameit
  • Upvote 2
  • 2 months later...
  • 3 weeks later...
Posted

hi guys got 2 errors first one is by cahed up the maps i get after error with admin npc map name by /where is 0011@gvs oO dunno why i cant talk to him in console is an error with cant find 'this' and 'map'

[Debug]: Source (NPC): MVPtower Administrator#1 at 0011@gvs (50,50)

[Debug]: mapindex_name2id: Map "this" not found in index list!

[Error]: NPC event parameter depercated! Please use 'NPCNAME'::OnEVENT' instead of 'all'

need help

  • 8 months later...
Posted

any support for this script i got 2 errors in this line 

 

line 10

function    fail    {
        mes "^FF0000["+getarg(0)+"]^000000";
        close;
    }
    if(select("[Play]:[Leave Game]")==2){
        if(!instance_id(1)) <<<<<<<<<<<<<<<<<<<<>>> LINE 10
            fail("You don't have game now.");
        instance_warpall "prontera",155,180;
        instance_destroy instance_id(1);
        fail("Finish.");
    }
 
 
Line  125
 
set 't,atoi(strnpcinfo(2));
    if(!instance_id())
        end;
    if(mobcount("this","all"))
        end;
    set 'datalevel,'datalevel+1;
    if('datalevel<=getarraysize('num[1])){
        instance_announce instance_id(1),"[system]Level."+'datalevel+"!!",0; <<<<<>>>>> LINE 125
        Onmvp('t);
        for(;'num['datalevel]>0;set 'num['datalevel],'num['datalevel]-1)
        {
            set 'p,'mvp[rand(getarraysize('mvp))];
            areamonster "this",$@MVPtowerSpawnMX['t]-5,$@MVPtowerSpawnMY['t]-5,$@MVPtowerSpawnMX['t]+5,$@MVPtowerSpawnMY['t]+5,"--ja--",'p,1,instance_npcname("MVPtower Administrator#"+'t,instance_id(1))+"::OnKill";
        }
  • Upvote 1
  • 3 years later...

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