Diconfrost VaNz Posted February 28, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Share Posted February 28, 2013 As we know about the rebirth system is like saving your existing stats and add it to your present stats when reborn. It was like buying stats and making something like FULL STATS or something, right? Well, i made something weird. This is not for the stats or something, it will just give you something rare. I've set it into "Ancient Langguage Document" just for completing the script. You can change it to your liking. Whether you use something rare items or what. This script was also connected to my ViP System. ViPs are not going to pay zeny when rebirthing. http://upaste.me/dddb5442ad741204 Hope you enjoy this little script. 1 Quote Link to comment Share on other sites More sharing options...
Daniela Posted March 1, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 03/01/13 Last Seen: March 1, 2013 Share Posted March 1, 2013 Nice Script bro Want to try it Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 1, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 1, 2013 okay Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 2, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted March 2, 2013 okay Doesn't work! Its stucking on the Requirements part // ------------------------------------------------------------------------------------------ // ------ Script Release // Title: Simple Rebirth System // // Author: Diconfrost VaNz - www.wipeoutgaming.info - [email protected] // // Version: 1.0 // // It will turn you into a Level 1 High Novice and give you an item as a reward for a certain amount of zeny. // This is integrated to my vip system. http://rathena.org/board/topic/79130-v20basic-premium-system/ // ViPs are not going to pay zeny when rebirthing. // // ------------------------------------------------------------------------------------------ farebury,163,127,4 script Rebirther 584,{ mes "[^FF0000Darryll^000000]"; mes "*Sleeping*"; next; mes "[^FF0000Darryll^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^0055FFGemini^000000."; mes "I can give you something in exchange of your strength."; mes "Are you ready for it?"; next; switch(select("I'd like to more details about it.:I'm ready!:What's the prize?:Cancel")) { case 1: mes "[^FF0000Darryll^000000]"; mes "This is how it works."; mes "Whenever you reach the a certain base leve(^0055FF255^000000), you can rebirth again into ^0055FFLevel 1 High Novice^000000, and recieve a ^0055FFValuable Prize^000000!"; next; mes "[^FF0000Darryll^000000]"; mes "So if you want it, just grind it!"; mes "HAHAHAHA!"; mes "I guess, i already said what you need."; mes "See ya!"; close; case 2: mes "[^FF0000Darryll^000000]"; mes "Well well well... "; mes "What do we have here?"; next; mes "[^FF0000Darryll^000000]"; mes "Oh! you want to be reborn!"; next; if (baselvl <254) goto R_Sorry; if (prmm > gettimetick(2)) goto V_VIP; next; if (Zeny < 1000000) goto V_Zen; mes "[^FF0000Darryll^000000]"; mes "Oh, enjoy your day!"; mes "Come back again!"; set zeny, zeny - 1000000; goto R_Reborn; close; V_VIP: mes "[^FF0000Darryll^000000]"; mes "Oh you're a ^0055FFVIP^000000!"; goto R_Reborn; close; R_Reborn: atcommand "@blvl -255 "+strcharinfo(0); atcommand "@jlvl -120 "+strcharinfo(0); atcommand "@job 4001 "+strcharinfo(0); getitem 7914,1; close; R_Sorry: mes "[^FF0000Darryll^000000]"; mes "You must meet the basic ^0055FFRequirements^000000."; close; V_Zen: mes "[^FF0000Darryll^000000]"; mes "You don't have the required number of ^0055FFZennies^000000."; mes "Please come back again."; close; case 3: mes "[^FF0000Darryll^000000]"; mes "Hmmmm. lets see!"; next; mes "[^FF0000Darryll^000000]"; mes "Well, I can give you 25pcs of ^0055FFEvent Tickets^000000."; close; case 4: mes "[^FF0000Darryll^000000]"; mes "Very well! You can come back anytime!."; close; } } Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 2, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 2, 2013 I think it should be 'baselevel' instead of 'baselvl', but I don't quite understand with your question, on which part? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 2, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 2, 2013 how many times this rebirth system can be use ? Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted March 2, 2013 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted March 2, 2013 If I read the script, it can be used multiple times, as long as you want. Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 2, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 2, 2013 (edited) okay Doesn't work! Its stucking on the Requirements part // ------------------------------------------------------------------------------------------ // ------ Script Release // Title: Simple Rebirth System // // Author: Diconfrost VaNz - www.wipeoutgaming.info - [email protected] // // Version: 1.0 // // It will turn you into a Level 1 High Novice and give you an item as a reward for a certain amount of zeny. // This is integrated to my vip system. http://rathena.org/board/topic/79130-v20basic-premium-system/ // ViPs are not going to pay zeny when rebirthing. // // ------------------------------------------------------------------------------------------ farebury,163,127,4 script Rebirther 584,{ mes "[^FF0000Darryll^000000]"; mes "*Sleeping*"; next; mes "[^FF0000Darryll^000000]"; mes "Hello "+strcharinfo(0)+", I'm ^0055FFGemini^000000."; mes "I can give you something in exchange of your strength."; mes "Are you ready for it?"; next; switch(select("I'd like to more details about it.:I'm ready!:What's the prize?:Cancel")) { case 1: mes "[^FF0000Darryll^000000]"; mes "This is how it works."; mes "Whenever you reach the a certain base leve(^0055FF255^000000), you can rebirth again into ^0055FFLevel 1 High Novice^000000, and recieve a ^0055FFValuable Prize^000000!"; next; mes "[^FF0000Darryll^000000]"; mes "So if you want it, just grind it!"; mes "HAHAHAHA!"; mes "I guess, i already said what you need."; mes "See ya!"; close; case 2: mes "[^FF0000Darryll^000000]"; mes "Well well well... "; mes "What do we have here?"; next; mes "[^FF0000Darryll^000000]"; mes "Oh! you want to be reborn!"; next; if (baselvl <254) goto R_Sorry; if (prmm > gettimetick(2)) goto V_VIP; next; if (Zeny < 1000000) goto V_Zen; mes "[^FF0000Darryll^000000]"; mes "Oh, enjoy your day!"; mes "Come back again!"; set zeny, zeny - 1000000; goto R_Reborn; close; V_VIP: mes "[^FF0000Darryll^000000]"; mes "Oh you're a ^0055FFVIP^000000!"; goto R_Reborn; close; R_Reborn: atcommand "@blvl -255 "+strcharinfo(0); atcommand "@jlvl -120 "+strcharinfo(0); atcommand "@job 4001 "+strcharinfo(0); getitem 7914,1; close; R_Sorry: mes "[^FF0000Darryll^000000]"; mes "You must meet the basic ^0055FFRequirements^000000."; close; V_Zen: mes "[^FF0000Darryll^000000]"; mes "You don't have the required number of ^0055FFZennies^000000."; mes "Please come back again."; close; case 3: mes "[^FF0000Darryll^000000]"; mes "Hmmmm. lets see!"; next; mes "[^FF0000Darryll^000000]"; mes "Well, I can give you 25pcs of ^0055FFEvent Tickets^000000."; close; case 4: mes "[^FF0000Darryll^000000]"; mes "Very well! You can come back anytime!."; close; } } change if (baselvl <254) goto R_Sorry; into if (baselvl > 254) goto R_Sorry; how many times this rebirth system can be use ? many times you want Edited March 2, 2013 by Diconfrost VaNz Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 3, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 3, 2013 when rebirth what we can get ? + status ? get item only ? Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 4, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 4, 2013 getitem only Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 4, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 4, 2013 haha. can u mod for + status ? Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 4, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 4, 2013 + status? what do you mean? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 4, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 4, 2013 we can select +str, +dex, +int and etc. hehe Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 4, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 4, 2013 ohhh a rebirth system that saves your current stats b4 rebirthing? am i right? Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted March 4, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted March 4, 2013 yeyeye. got it ? yahoo. Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 4, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 4, 2013 gonna try to make one Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 4, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted March 4, 2013 (edited) In my opinion, baselvl should be BaseLevel like nanakiwurtz said, otherwise baselvl is a char variable, not a parameter BaseLevel - Character's base level. Edited March 4, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted March 5, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 5, 2013 oh yea, my bad sorry Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted July 12, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted July 12, 2013 sorry guys if i was out for a long time, i will update this asap sorry please wait for futher updates Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted August 9, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted August 9, 2013 sorry guys if i was out for a long time, i will update this asap sorry please wait for futher updates hello sir. please update 1 Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted August 9, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted August 9, 2013 got no time for this ATM Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted August 9, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted August 9, 2013 got no time for this ATM so sad Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted August 11, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted August 11, 2013 sorry Quote Link to comment Share on other sites More sharing options...
keima25 Posted November 14, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 09/12/13 Last Seen: December 1, 2019 Share Posted November 14, 2013 still updating ? Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 15, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 11 hours ago Share Posted November 15, 2013 - if (baselvl <150) goto R_Sorry; + if (BaseLevel < 150) goto R_Sorry; - atcommand "@blvl -200 "+strcharinfo(0); - atcommand "@jlvl -100 "+strcharinfo(0); - atcommand "@job 4001 "+strcharinfo(0); + BaseLevel -= 200; + JobLevel -= 100; + jobchange 4001; + means add - means remove 1 Quote Link to comment Share on other sites More sharing options...
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.