Jump to content
  • 0

[FIXED] seach helps for have gold room plz


JohnShepard

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/18/14
  • Last Seen:  

hello i post i need add in my server gold room  i seach script who are very good and work for prontera 

Edited by JohnShepard
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 2

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

add this to your mob_db.txt

3000,DOKEBI,Dokebi,Dokebi,68,2820,1,675,759,1,317,347,85,20,52,56,35,20,60,25,10,12,0,6,27,0x191,250,1156,456,384,0,0,0,0,0,0,0,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,4098,1

 

then add this script 

prontera,167,178,3 script Gold Room Manager 965,{
mes "[ Gold Room Manager ]";
mes "I can warp you to the gold room.";
next;
if (select("Okay.:Not now.") == 2) {
 mes "[Gold Room Manager]";
 mes "Come back to me if you've changed your mind.";
 close;
}
mes "[Gold Room Manager]";
mes "You'll be there quickly. c;";
next;
mes "[ Gold Room Manager ]";
mes "Enjoy.";
close2;
warp "guild_vs1",50,50;
end;
}
// Mob Spawn
guild_vs1,0,0,0,0 monster Golden Dokebi 3000,300,0,0,0
// Exit
guild_vs1,49,49,5 script Exit#1 790,{
warp "prontera",155,181;
end;
OnInit:
waitingroom "Gold Gold Gold",0,0;
end;
}

then reload script/npc , mobdb

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1677
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

i don't know what is gold room but i seen a lot of this kind of topic in the forum use google or the forum search

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/18/14
  • Last Seen:  

 

I found the problem in the gold room that does not have a monster and that drop no gold)

 

 

 

-> link 

 work monster no drop lol?

Edited by JohnShepard
Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1677
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

you need to add the mobs you want on the map then you edit the mob drops in the mob_db (do not edit mobs that used in another map lik poring etc the mob edit will be on a monster not a map)

or you would need a script to make the items to the char after killing a monster on a map

ether ways you would need to add mob spawn to the map

like so

prontera,0,0,0,0	monster	Poring	1002,70,0,0,0


this will spawn 70 poring in prontera

this added out side a npc script not inside

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/18/14
  • Last Seen:  

have error  cyro unknown.png

 

 

unknown.png

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

prontera,167,178,3	script	Gold Room Manager	965,{
mes "[ Gold Room Manager ]";
mes "I can warp you to the gold room.";
next;
if (select("Okay.:Not now.") == 2) {
 mes "[Gold Room Manager]";
 mes "Come back to me if you've changed your mind.";
 close;
}
mes "[Gold Room Manager]";
mes "You'll be there quickly. c;";
next;
mes "[ Gold Room Manager ]";
mes "Enjoy.";
close2;
warp "guild_vs1",50,50;
end;
}
// Mob Spawn
guild_vs1,0,0,0,0 monster Golden Dokebi 3000,300,0,0,0
// Exit
guild_vs1,49,49,5 script Exit#1 790,{
warp "prontera",155,181;
end;
OnInit:
waitingroom "Gold Gold Gold",0,0;
end;
}

always check tabs in header

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

prontera,167,178,3	script	Gold Room Manager	965,{
mes "[ Gold Room Manager ]";
mes "I can warp you to the gold room.";
next;
if (select("Okay.:Not now.") == 2) {
 mes "[Gold Room Manager]";
 mes "Come back to me if you've changed your mind.";
 close;
}
mes "[Gold Room Manager]";
mes "You'll be there quickly. c;";
next;
mes "[ Gold Room Manager ]";
mes "Enjoy.";
close2;
warp "guild_vs1",50,50;
end;
}
// Mob Spawn
guild_vs1,0,0,0,0	monster	Golden Dokebi	3000,300,0,0,0
// Exit
guild_vs1,49,49,5	script	Exit#1	790,{
warp "prontera",155,181;
end;
OnInit:
waitingroom "Gold Gold Gold",0,0;
end;
}

tabs again :/

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

 

Ugh

remove the "//" before 3000

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  04/18/14
  • Last Seen:  

THX problem FIXED

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