youtube Posted June 27, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Share Posted June 27, 2013 http://pastebin.com/jjmfN7By OnInit: waitingroom "Gold Arena",0; end; } where can put this script? when i use this script i got error! Quote Link to comment Share on other sites More sharing options...
Skorm Posted June 27, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted June 27, 2013 // 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 dbrancheBefore the last curly works wonders Quote Link to comment Share on other sites More sharing options...
youtube Posted June 27, 2013 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 171 Reputation: 0 Joined: 06/19/13 Last Seen: March 16, 2014 Author Share Posted June 27, 2013 is work madam Ty Quote Link to comment Share on other sites More sharing options...
Question
youtube
http://pastebin.com/jjmfN7By
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.