JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Share Posted August 18, 2017 (edited) hello i post i need add in my server gold room i seach script who are very good and work for prontera Edited August 18, 2017 by JohnShepard Quote Link to comment Share on other sites More sharing options...
2 Cyro Posted August 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted August 18, 2017 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 1 Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted August 18, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 22 hours ago Share Posted August 18, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Author Share Posted August 18, 2017 (edited) 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 August 18, 2017 by JohnShepard Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted August 18, 2017 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 22 hours ago Share Posted August 18, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Author Share Posted August 18, 2017 have error cyro Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted August 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted August 18, 2017 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 Quote Link to comment Share on other sites More sharing options...
0 JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Author Share Posted August 18, 2017 same ..... Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted August 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted August 18, 2017 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 :/ Quote Link to comment Share on other sites More sharing options...
0 JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Author Share Posted August 18, 2017 Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted August 18, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted August 18, 2017 Ugh remove the "//" before 3000 Quote Link to comment Share on other sites More sharing options...
0 JohnShepard Posted August 18, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 19 Reputation: 0 Joined: 04/18/14 Last Seen: September 5, 2017 Author Share Posted August 18, 2017 THX problem FIXED Quote Link to comment Share on other sites More sharing options...
Question
JohnShepard
hello i post i need add in my server gold room i seach script who are very good and work for prontera
Edited by JohnShepardLink to comment
Share on other sites
11 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.