Nero Posted April 10, 2016 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Share Posted April 10, 2016 Requesting for Lvl 99 Rewarder for new character Thanks a lot Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted April 10, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted April 10, 2016 More info? o_o there's tons of race to 99 scripts in the forums, try using the search function. Quote Link to comment Share on other sites More sharing options...
0 Nero Posted April 10, 2016 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 194 Reputation: 2 Joined: 12/18/11 Last Seen: April 8, 2020 Author Share Posted April 10, 2016 Yes i've tried but i cant see with the script function of New characters, not for new server. Quote Link to comment Share on other sites More sharing options...
0 Yami Posted April 11, 2016 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 111 Reputation: 2 Joined: 01/02/14 Last Seen: June 4, 2023 Share Posted April 11, 2016 I'll share this script that I found before. Still being used in my server. Just change the config to your server's configuration and reward that you want to give them. - script max_lv 99,{ // Configuration OnInit: .max_base = 175; .max_job = 60; .item_id = 19721; .amount = 1; end; // Script OnPCBaseLvUpEvent: OnPCJobLvUpEvent: // Determine if Base Level and Job Level are max if ( #helm == 0 && BaseLevel == .max_base && JobLevel == .max_job) { // Receive reward dispbottom "You reached 175/60! Here's Your Reward."; getitembound .item_id, .amount,Bound_Account; set #helm,1; } end; } Change this if ( #helm == 0 && BaseLevel == .max_base && JobLevel == .max_job) { // Receive reward dispbottom "You reached 175/60! Here's Your Reward."; getitembound .item_id, .amount,Bound_Account; set #helm,1; to this if ( BaseLevel == .max_base && JobLevel == .max_job) { // Receive reward dispbottom "You reached 99/70! Here's Your Reward."; getitembound .item_id, .amount,Bound_Account; Quote Link to comment Share on other sites More sharing options...
0 WorldSeed Posted April 12, 2016 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 56 Reputation: 0 Joined: 02/19/16 Last Seen: February 26, 2020 Share Posted April 12, 2016 (edited) prontera,139,182,5 script Lv99 Reward 81,{ .@name$ ="[^FF000099 Rewards^000000]"; mes .@name$; mes "Hello "+strcharinfo(0)+" do you want to have Power of Thor as a reward?"; mes " "; mes "You must be a Trans Job with Base Level 99 and Job Level 70 to get the reward"; next; mes .@name$; menu "Yes, Please",Reward,"No, I changed my mind",No; POT: if( JobLevel == 70 && BaseLevel == 99 ) { if(countitem(5495)<1) getitem 5495,1; //Power of Thor next; mes .@name$; mes "Thank you"; close; } try this just change the item.. Edited April 12, 2016 by WorldSeed Quote Link to comment Share on other sites More sharing options...
Question
Nero
Requesting for Lvl 99 Rewarder for new character
Thanks a lot
Link to comment
Share on other sites
4 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.