Jump to content

MVPTower


Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   217
  • Joined:  11/22/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  76
  • Reputation:   12
  • Joined:  01/13/12
  • Last Seen:  

Nice Release! I will try this. /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  05/29/12
  • Last Seen:  

Thanks, Sir God Damn Eit :) this is more related on my request script just need revised some of it :D

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

can i use in 3ecam ?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/08/13
  • Last Seen:  

got kick from the map server when click the NPC

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  05/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/22/13
  • Last Seen:  

is this working?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   217
  • Joined:  11/22/11
  • Last Seen:  

is this working?

rA -> Yes

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/22/13
  • Last Seen:  

ok thanks!

Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  67
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   1
  • Joined:  05/01/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 3 years later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   1
  • Joined:  03/04/17
  • Last Seen:  

Same error here:

script error on npc/MVPTower2/MVPTower2_Main.txt line 10
    parse_simpleexpr: unmatched ')'

line 10

 

Any clue?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   1
  • Joined:  03/04/17
  • Last Seen:  

Find the problem. It seems the code is using a old instance system, can some one help us out with the new instance system?

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

×
×
  • Create New...