Jump to content

Question

2 answers to this question

Recommended Posts

Posted

// Gold PvP Room by Rokimoki post: http://www.eathena.ws/board/index.php?showtopic=230350

prontera,165,149,4 script Gold Room 896,{

set .@name$, "[^0000FFGold Room^000000]";

mes .@name$;

mes "Hello, do you want to join here? there are " +getmapusers("1@nyd") +" users inside.";

next;

if (select("Yes I want.:Not now.") == 2) close;

mes .@name$;

mes "Okay let's go.";

close2;

warp "1@nyd",301,249;

end;

//OnPCDieEvent: // This will delete your gold and drop the amount you had

//getmapxy (.@mapa$,.@x,.@y,0);

//if (.@mapa$ != "1@nyd") end;

//set @q,countitem(969);

//delitem 969,countitem(969);

//makeitem 969,@q,.@mapa$,.@x,.@y;

//end;

//OnNPCKillEvent: // This will give you a gold

//getmapxy (.@mapa$,.@x,.@y,0);

//if (.@mapa$ != "1@nyd") end;

//getitem 969,1;

//end;

OnInit:

waitingroom "Gold Arena",0;

end;

} // End Script

// Monster with gold, 50,60,70,80,90 are the mob ammount, modify to balance ammount

// They will drop natural drop too

1@nyd,0,0,0,0 monster Golden Peco 1369,70,0,0,0

1@nyd,0,0,0,0 monster Golden Peco 1369,70,0,0,0

1@nyd,0,0,0,0 monster Golden Peco 1369,70,0,0,0

1@nyd,0,0,0,0 monster Golden Peco 1369,70,0,0,0

1@nyd,0,0,0,0 monster Golden Peco 1369,70,0,0,0

// Mapflags

//1@nyd mapflag pvp_noguild // PvP Mode guild with same members can attack themself

//1@nyd mapflag pvp_noparty // PvP Mode pary can attack themself

//1@nyd mapflag nowarpto // No warp with @warp

//1@nyd mapflag nowarp // No warp with warp portal

//1@nyd mapflag nopenalty // No loose exp when die

//1@nyd mapflag nomemo // Can't use /memo

//1@nyd mapflag noexp // Don't gain exp

//1@nyd mapflag indoors // It's a dungeon indoor

//1@nyd mapflag nobranch // Can't break dbranche

Before the last curly works wonders :)

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