Jump to content

Quesooo

Members
  • Posts

    883
  • Joined

  • Last visited

Posts posted by Quesooo

  1. Hi how to include all 3rd job specially the doram job on this script?
    This npc works perfectly for 3rd job just want to know how to include the summoner class.

    here is the script.

     

    // -- A very simple script that made by me (Radian)
    // -- Compatible with rAthena.
    // -- I don't mind if you want to optimized this
    // -- just please include me on the credits :)
    
    prontera,140,177,4	script	Max Lvl Reward Giver	4_F_NARIN,{
    
    	if ( .enable_event ) {
    	
    	if ( getcharid(3) > .aid_end ) {
    		mes "[ ^777777Account ID Checker^000000 ]";
    		mes "I'm sorry you are late to avail this..";
    		close;
    	}
    
    	if ( getcharid(3) < .aid_start ) {
    		mes "[ ^777777Account ID Checker^000000 ]";
    		mes "It's impossible you are below of the id we required to obtained the special event rewards.";
    		close;
    	}
    	
    	if ( BaseLevel < .max_base_level || JobLevel < .max_job_level ) {
    		mes "[ ^00FF00Race Up to Max^000000 ]";
    		mes "We're sorry you are not qualified yet on this event, please come back when you are base level is "+.max_base_level+" and job level is "+.max_job_level+".";
    		close;
    	}
    	
    	if ( #Reward == 1 ) {
    		mes "[ ^FF0000FATAL ERROR^000000 ]";
    		mes "We apologize that you are not qualified any more to receive or get a special reward from us.";
    		close;
    	}
    		mes "[ ^0000FFCongratulation Note^000000 ]";
    		mes "We verified that you are qualified and will receive a reward from us.";
    			for ( .@i = 0;  .@i < getarraysize(.reward); .@i++ )
    			for ( .@i = 0; .@i < getarraysize(.amount); .@i++ )
    				getitem .reward[.@i],.amount[.@i];
    					set #Reward, 1;
    		close;
    		
    	OnInit:
    	// ------------------------------------------------------------
    	.enable_event = 1;		// Set 0 = Disable / 1 = Enable Default.
    	.max_base_level = 175;	// Set the maximum base level here.
    	.max_job_level = 60;	// Set the maximum job level here.
    	.aid_start = 2000000;	// Set the Account ID here where you want to start. [ set this to 0 = disable ]
    	.aid_end = 9999999;	// Set the ending Account ID here. [ set this to 0 = disable ]
    	setarray .reward,7720,26090,16682,13607;	// Set the rewards here.
    	setarray .amount,100,1,1,3;			// Set the reward amouns here.
    	waitingroom "Race to the Max",0;		// Waiting Room.
    	// ------------------------------------------------------------- \\
    	end;
    	}
    }

     

    Thank you in advance.

  2. <?php if (!defined('FLUX_ROOT')) exit; ?>
    <table>
      <tbody><tr>
    	<td>
    			<center><div class="nova-title">
    			<h1 class="underline"><font size="+2"><b><u>Download FlipsideRO</u></b></font></h1><br>
    		</div>
    	</center>
    <style>
    	.page-header {
    		padding-top: 1.5rem !important;
    	}
    	</style>
    <div class="installer-info"><center>
    	Server Download link is 19.3 GB.</center>
    </div><br>
    <div class="download-links">
    	<div class="row">
    		<div class="col-sm-6 col-md-3">
    			<center><a href="Download link" class="download-btn download-btn-yellow black">
    				<img src="/themes/hurtFreeV1/img/direct.png" alt="">DIRECT = Full Installer direct download.
    			</a></center>
    			<center><a href="Download link" class="download-btn download-btn-mega black" target="_blank">
    				<img src="/themes/hurtFreeV1/img/mega.nz.png" alt="">MEGA = Full Installer via Mega.nz.
    			</a></center>
    			<center><a href="Download link" class="download-btn download-btn-mediafire black" target="_blank">
    				<img src="/themes/hurtFreeV1/img/mediafire.png" alt="">MEDIAFIRE = Full Installer via medfiafire.
    			</a></center>
    			<center><a href="Download link" class="download-btn download-btn-torrent black">
    				<img src="/themes/hurtFreeV1/img/torrent.png" alt="">TORRENT = Full Installer via torrent ( soon ).
    			</a></center>
    		</div>
    	</div>
    </div>
    <hr>
    <div class="download-information">
    	<h4 class="td-center"><center><b>DOWNLOAD INFORMATION</b></center></h4>
    	<ol class="mb-0"><br>
    		<p><li>Click one of the buttons above.</li>
    		<li>After downlaoding please take note the following:</li>
    		<li>Note : Do NOT install in any of the following locations:<br>
    		   &nbsp;&nbsp;&nbsp;Desktop<br>
    		   &nbsp;&nbsp;&nbsp;My Documents<br>
    		   &nbsp;&nbsp;&nbsp;Program Files</li>
    		<li>We are happy to help if you encounter any problem!</li></p>
    	</ol>
    </div>
    <hr>
    <div class="download-information">
    	<h2 style="text-align: center"><b>Lite Client Versions</b></h2><br>
    	<p>This is the lite client version.</p><br>
    	<ul class="mb-0">
    		<li><center><a style="color: blue" href="download link"> Lite installer</a></center></li>
    	</ul>
    	<br>
    	<em>Note this is Lite Client only, you will NEED to download a updated KRO files and insert it inside here so to make it work.</em>
    </div>
    <div class="footer-divider">
    		</div>
    	</td>
    	</tr>
    </tbody></table>

    Help with this code i think some of lines are missing. because of this, some buttons are not working btw im using hurtFreeV1 theme ? 

  3. 11 minutes ago, Royr said:

    Try this:

    
    prontera,150,180,4	script	Exchanger	4_F_BRZ_WOMAN,{
    
    	mes .n$;
    	mes "I can exchange your "+getitemname(.exc_id)+"s for other items.";
    	mes "Please select from the list what you want.";
    	mes " ";
    	mes "Currency: "+ getitemname(.exc_id);
    	next;
    	for( .@m = 0; .@m < getarraysize(.item); .@m ++ )
    		.@g_menu$ = .@g_menu$ + "- "+ getitemname(.item[.@m]) +" ("+ .cost[.@m] +") "+ ( (.item[.@m+1] != 0)?":":"");
    		.@g = select(.@g_menu$) - 1;
    	mes .n$;
    	mes "You have chosen "+ getitemname(.item[.@g]) +" for the price of "+ .cost[.@g] +" "+ getitemname(.exc_id) +"s";
    	mes "Is that correct?";
    	next;
    	if( select("- Yes:- No" ) - 1) close;
    		mes .n$;
    	if( countitem(.exc_id) < .cost[.@g] ) {
    		mes "I'm sorry, but you don't have enough "+getitemname(.exc_id)+", please come back when you have enough.";
    		close;
    	}
    	getitem .item[.@g],1;
    	delitem .exc_id,.cost[.@g];
    	mes "Exchange complete.";
    	close;
    
    OnInit:
    	.n$ = "[ "+ strnpcinfo(0) +" ]";
    	.exc_id = 501;
    	setarray .item[0],603,13890,13889,618,616;
    	setarray .cost[0],1,1,1,1,1;
    	end;
    }

     

    awesome thank you its working perfectly

  4. 4 minutes ago, Hijirikawa said:
    
    prontera,150,180,4	script	GC Exchanger	100,{
    
    mes .n$;
    mes "I can exchange your "+getitemname(.exc_id)+"s for other items.";
    mes "Please select from the list what you want.";
    mes "( ) = Price per Exchange";
    next;
    for ( set .@m,0; .@m < getarraysize(.item); set .@m,.@m + 1)
    	set .@g_menu$,.@g_menu$ + "- "+getitemname(.item[.@m])+" ("+.cost[.@m]+")" + ( (.item[.@m+1] != 0)?":":"");
    set .@g,select(.@g_menu$) - 1;
    mes .n$;
    mes "You have chosen "+getitemname(.item[.@g])+" for the price of "+.cost[.@m]+" "+getitemname(.exc_id)+"s.";
    mes "Is that correct?";
    if(select("- Yes:- No") - 1) close;
    next;
    mes .n$;
    if(countitem(.exc_id) < .cost[.@g]) {
    	mes "I'm sorry, but you don't have enough "+getitemname(.exc_id)+", please come back when you have enough.";
    	close;
    }
    getitem .item[.@g],1;
    delitem .exc_id,.cost[.@g];
    mes "Exchange complete.";
    close;
    
    OnInit:
    set .n$,"["+strnpcinfo(0)+"]";
    //= Items: Old Blue Box, Oridecon Box (10pcs), Elunium Box (10pcs), Old Purple Box, Old Card Album
    setarray .item[0],603,13890,13889,618,616;
    setarray .cost[0],250,500,500,750,2500;
    set .exc_id,7517; // Gold Coin
    end;
    }

     

    Thank you so much its working like a charm awesome 

×
×
  • Create New...