Jump to content
  • 0

R> fixing the gold room


Jb Roxas

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  01/28/12
  • Last Seen:  

The Golden Dokebie is not showing, i already restart the server.

prontera,139,173,5 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 "ordeal_1-1",149,149; 
//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 --------//
ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,2000,0,0,0 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

try this

prontera,139,173,5 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 "ordeal_1-1",149,149;

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

ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,2000,969,969,969

ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,2000,969,969,969

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   0
  • Joined:  01/28/12
  • Last Seen:  

can u tell me what line did u fix on my script?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

does it works?

ahm i changed this

ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,2000,0,0,0

to this

ordeal_1-1,0,0,0,0 monster Golden Dokebi 1110,2000,969,969,969

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