Jump to content

mohamednagebb

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by mohamednagebb

  1. //--------------------------------------------------------------
    // rAthena Battle Configuration File
    // Originally Translated by Peter Kieser <[email protected]>
    // Made in to plainer English by Ancyker
    //--------------------------------------------------------------
    // Note 1: Value is a config switch (on/off, yes/no or 1/0)
    // Note 2: Value is in percents (100 means 100%)
    // Note 3: Value is a bit field. If no description is given,
    //         assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun)
    //--------------------------------------------------------------

    // Rate for catching pets (Note 2)
    pet_catch_rate: 100

    // Can you name a pet more then once? (Note 1)
    pet_rename: no

    // The rate a pet will get friendly by feeding it. (Note 2)
    pet_friendly_rate: 10000

    // The rate at which a pet will become hungry. (Note 2)
    pet_hungry_delay_rate: no

    // If your pet is hungry by how much will the friendlyness decrease by. (Default is 5)
    // Note: The friendlyness is 0-1000 total, at 0 the pet runs away.
    pet_hungry_friendly_decrease: no

    // Does the pet need its equipment before it does its skill? (Note 1)
    pet_equip_required: no

    // When the master attacks a monster, whether or not the pet will also attack. (Note 1)
    pet_attack_support: no

    // When the master receives damage from the monster, whether or not the pet attacks back. (Note 1)
    pet_damage_support: yes

    // Minimum intimacy necessary for a pet to support their master. Default is 900 
    // (intimacy goes from 0 to 1000). At this minimum, support rate is 50% of pet's normal value.
    // At max (1000) support rate is 150%.
    pet_support_min_friendly: 900

    // Same as above, but this is to use the pet_script field with official pet abilities.
    pet_equip_min_friendly: 900

    // Whether or not the pet's will use skills. (Note 1)
    // Note: Offensive pet skills need at least pet_attack_support or 
    // pet_damage_support to work (they trigger while the pet is attacking).
    pet_status_support: yes

    // Rate at which a pet will support it's owner in battle. (Note 2)
    // Affects pet_attack_support & pet_damage_support.
    pet_support_rate: 100

    // Does the pets owner receive exp from the pets damage?
    pet_attack_exp_to_master: no

    // The rate exp. is gained from the pet attacking monsters
    pet_attack_exp_rate: 100

    // Pet leveling system. Use 0 to disable (default).
    // When enabled, a pet's level is a fixed % of the master's. (Note 2)
    // If 200%, pet has double level, if 50% pet has half your level, etc.
    pet_lv_rate: 0

    // When pet leveling is enabled, what is the max stats for pets?
    pet_max_stats: 99

    // When pet leveling is enabled, these are the imposed caps on
    // min/max damage. Note that these only cap atk1 and atk2, if you 
    // enable pet_str, their max damage is then their base_atk + pet_max_atk2
    pet_max_atk1: 50000
    pet_max_atk2: 100000

    // Are pets disabled during Guild Wars?
    // If set to yes, pets are automatically returned to egg when entering castles during WoE times
    // and hatching is forbidden within as well.
    pet_disable_in_gvg: no

    // Will does petskillattack2 fixed damage ignore plant infnite defense? (Note 1)
    pet_ignore_infinite_def: yes

    // Whether or not the pet will continue to attack when the master is dead. (Note 1)
    pet_master_dead: no
     

  2. On ٢٢‏/٣‏/٢٠١٨ at 4:09 AM, hendra814 said:

    try this

    
    prontera,124,201,1	script	Universal Rental NPC	726,{
    	if (ismounting()) {
    		message strcharinfo(0),"You must first remove your mount.";
    		end;
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) {
    		if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) {
    			if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
    			else getitem 6124,1; //Wolf's_Flute
    		} else getitem 6124,1; //Wolf's_Flute
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
    		if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
    			if(select(" ~ Cart: ~ Mado")==1) setcart;
    			else setmadogear;
    		} else setcart;
    	} else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart;
    	else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon;
    	else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) {
    		if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) {
    			set .@i, select("Green:Brown:Gray:Blue:Red");
    			setdragon .@i;
    		} else setriding;
    	} else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear;
    	else {
    		message strcharinfo(0),"You do not meet requirements to rent.";
    		end;
    	}
    	specialeffect2 EF_TEIHIT3;
    	end;
    }

     

    I want a change
    mount wolf or paco2 to monster for example Atroce  1785

  3. 17 hours ago, hendra814 said:

    try this

    
    prontera,124,201,1	script	Universal Rental NPC	726,{
    	if (ismounting()) {
    		message strcharinfo(0),"You must first remove your mount.";
    		end;
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) {
    		if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) {
    			if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
    			else getitem 6124,1; //Wolf's_Flute
    		} else getitem 6124,1; //Wolf's_Flute
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
    		if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
    			if(select(" ~ Cart: ~ Mado")==1) setcart;
    			else setmadogear;
    		} else setcart;
    	} else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart;
    	else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon;
    	else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) {
    		if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) {
    			set .@i, select("Green:Brown:Gray:Blue:Red");
    			setdragon .@i;
    		} else setriding;
    	} else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear;
    	else {
    		message strcharinfo(0),"You do not meet requirements to rent.";
    		end;
    	}
    	specialeffect2 EF_TEIHIT3;
    	end;
    }

     

     

    18 minutes ago, mohamednagebb said:

    But this is a knowledge I want to change the wolf to another monster how can to make This plaze help
     

     

    18 minutes ago, mohamednagebb said:

    But this is a knowledge I want to change the wolf to another monster how can to make This plaze help

     

  4. 16 hours ago, hendra814 said:

    try this

    
    prontera,124,201,1	script	Universal Rental NPC	726,{
    	if (ismounting()) {
    		message strcharinfo(0),"You must first remove your mount.";
    		end;
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) {
    		if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) {
    			if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
    			else getitem 6124,1; //Wolf's_Flute
    		} else getitem 6124,1; //Wolf's_Flute
    	} else if (((eaclass()&EAJ_THIRDMASK)==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
    		if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
    			if(select(" ~ Cart: ~ Mado")==1) setcart;
    			else setmadogear;
    		} else setcart;
    	} else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart;
    	else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon;
    	else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) {
    		if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) {
    			set .@i, select("Green:Brown:Gray:Blue:Red");
    			setdragon .@i;
    		} else setriding;
    	} else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear;
    	else {
    		message strcharinfo(0),"You do not meet requirements to rent.";
    		end;
    	}
    	specialeffect2 EF_TEIHIT3;
    	end;
    }

     

    But this is a knowledge I want to change the wolf to another monster
     

  5. On 2/12/2018 at 10:15 PM, Cyro said:

    Pet egg hit? Explain a bit more, so someone could help you,

    Ir if you are trying to ask pets to attack in PvP,  its intimacy should be loyal 

    I wanted how to make pet egge Make it hit with you A monster

     

    how can to making pet egg Hit pvp and Hide the blood of an pet egg and don't starve thinks rathina

    28684976_545576182508700_4687434887748124672_o.png

  6. 1 minute ago, mohamednagebb said:

    hi how can to make this sit The site appears within the hosting But on the external machine to host does not appear I want someone to explain to me what I'm doing
     hlp plaze thinks..............

    27999265_533066783759640_1956365926_o.png

    27946099_533066833759635_2027430410_o.png

    The page does not work outside the hosting
     

     

×
×
  • Create New...