Alucard Posted January 31, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 01/25/12 Last Seen: March 18, 2018 Share Posted January 31, 2012 bump Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted January 31, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted January 31, 2012 town,x,y,direction script Gold Room Manager 965,{ mes "[ Gold Room Manager ]"; //mes "Hello, "; //mes "How may i serve for you ?"; mes "I can warp you to the gold room."; //mes "Would you like to go there try to get some gold ?"; //mes "You could be get rich if you lucky enough."; next; switch(select("Okay.:Not now.")) { Case 1: mes "[Gold Room Manager]"; //mes "So you have decide to go there."; //mes "A wise decision."; mes "You'll be there quickly. c;"; next; mes "[ Gold Room Manager ]"; mes "Enjoy."; close2; warp "guild_vs2",50,50; //OnInit: //waitingroom "Gold Room Warper",0; //end; Case 2: mes "[Gold Room Manager]"; //mes "Owh...."; //mes "Okay ;D"; //mes "It is all up to you."; mes "Come back to me if you've changed your mind."; close; } } //-------- Spawn Monster --------// guild_vs2,0,0,0,0 monster Golden Dokebi 1110,1000,0,0,0 This is my servers gold room warper, that's why it has a lot of //'s. Quote Link to comment Share on other sites More sharing options...
Jb Roxas Posted February 3, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 95 Reputation: 0 Joined: 01/28/12 Last Seen: August 21, 2012 Share Posted February 3, 2012 sir the dokebi is not respawning. Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 3, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 14 hours ago Share Posted February 3, 2012 make sure ur TAB usage is correct.. Monster Spawn script format is correct ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,1000,0,0,0 Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted February 4, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted February 4, 2012 It's working fine, for me at least. Quote Link to comment Share on other sites More sharing options...
greenieken Posted August 14, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 154 Reputation: 1 Joined: 05/02/12 Last Seen: June 5, 2020 Share Posted August 14, 2012 May i know the format for this:monster Golden Dokebi 1110,1000,0,0,0 so i can edit it? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 14, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 14 hours ago Share Posted August 14, 2012 http://rathena.org/wiki/Permanent_Monster_Spawn Quote Link to comment Share on other sites More sharing options...
greenieken Posted August 14, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 154 Reputation: 1 Joined: 05/02/12 Last Seen: June 5, 2020 Share Posted August 14, 2012 (edited) Lol. i was not reading. solved. thanks Edited August 14, 2012 by greenieken Quote Link to comment Share on other sites More sharing options...
Question
Alucard
bump
Link to comment
Share on other sites
7 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.