Jump to content
  • 0

Help


youtube

Question


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

http://pastebin.com/jjmfN7By

 

OnInit:
    waitingroom "Gold Arena",0;
    end;
}
 
where can put this script? when i use this script i got error!
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  171
  • Reputation:   0
  • Joined:  06/19/13
  • Last Seen:  

is work madam Ty /kis

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