Jump to content

Hatake Kakashi

Members
  • Posts

    825
  • Joined

  • Last visited

Posts posted by Hatake Kakashi

  1. Quote

    prontera,139,174,4    script    Race to 99 NPC    430,{
        if (BaseLevel == 99 && !(char99reward)){
            // Get prize here
            $99rewards += 1;        // Permanent global server var. Counter
            set char99reward,1;            // Permanent char var.
             announce strcharinfo(0) + " has won LvL 99 reward." + (30-$99rewards) + " prizes left.",bc_all;
        }
    OnInit:
        if ($99rewards > 29)
            disablenpc(strnpcinfo(3));
        end;
    }

    it's now working, but please tell me where can i put the prize? thank you,.

  2. Quote

    prontera,139,174,4    script    Reward Npc::99PrizeNpc    430,{
        if (BaseLevel == 99 && !(char99reward)){
            // Get prize here
            $99rewards += 1;        // Permanent global server var. Counter
            set char99reward,1;            // Permanent char var.
            announce strcharindo(3) + "has won LvL 99 reward." + (30-$99rewards) + " prizes left".
        }
    OnInit:
        if ($99rewards > 29)
            disablenpc(strnpcinfo(3));
        end;
    }

    here's the script i edit. please help ty

  3. 11 hours ago, buraquera said:
    
    MAP,X,Y,POS	script	Reward Npc::99PrizeNpc	SPRITE_ID,{
    	if (BaseLevel == 99 && !(char99reward)){
    		// Get prize here
    		$99rewards += 1;		// Permanent global server var. Counter
    		set char99reward,1;			// Permanent char var.
    		announce strcharindo(3) + "has won LvL 99 reward." + (30-$99rewards) + " prizes left".
    	}
    OnInit:
    	if ($99rewards > 29)
    		disablenpc(strnpcinfo(3));
    	end;
    }

    Its a very simple way of doing that. 
    Even so, the best way of doing that is creating a SQL table for that purpose. 
    see: 

     

    i got error sir. 

    error.png

  4. Hello im BACK~ pioneer of rathena but i can't remember all because im old now hahaha,

    can you please give me script that has a Race to 99 npc when the player reach max lvl 99 he/she needs to talk to the npc and npc will give his/her reward

    and npc announce his/her name to congratulate him/her to reach lvl 99 and per account only and take note please put for 30 players only then after 30 players who reached max level then the npc will automatically gone.

     

    thank you in advance.

  5. please help, im error when i go tool dealer's and refine room in prontera.. then i enter warp to go inside.. 2% only of loading then error crashed client.. here's the photo..

     

    first photo is a prontera map i encircle all rooms when i enter error crashed..

    2nd photo is the error in 2% loading only thank you.

     

    (note: only room in prontera is error.. in morroc and all cities is okey not error thank you.)

     

     

    FIRST PIC

     

    125jm08.jpg

     

    SECOND PIC IS IN THE ATTACHMENT thank you.

    post-329-0-04152900-1466077756_thumb.png

  6. please give me full script for RoK Points. i can't see anything i already search here but there's no rok points npc script that i can put into my server.. thank you in advanced.

     

    picture like this.

     

    33uspc6.png

  7. hello, good day.. please help i have a problem..

    when i create new character my char. respawn in alberta now in training grounds.

    and everytime i save kafra in prontera, morroc or payon then i will relog my char. my char. will respawn in alberta again and again.. how to fix this.? thank you in advanced.

  8. i need to put this rates on my server.

    • x20 EXP Rates
    • x20 Equipment Drop Rate
    • x5 Item/Misc Drop Rate
    • x10 Healing Drop Rates
    • 2% Card Drop Rate

     

    and here's the drop.conf

     

    is this correct? please correct me if im wrong.

     

    // Item drop rates (Note 2)

     
    // The rate the common items are dropped (Items that are in the ETC tab, besides card)
    item_rate_common: 500
    item_rate_common_boss: 300
    item_drop_common_min: 1
    item_drop_common_max: 10000
     
    // The rate healing items are dropped (items that restore HP or SP)
    item_rate_heal: 1000
    item_rate_heal_boss: 3000
    item_drop_heal_min: 1
    item_drop_heal_max: 10000
     
    // The rate at which usable items (in the item tab) other then healing items are dropped.
    item_rate_use: 5000
    item_rate_use_boss: 3000
    item_drop_use_min: 1
    item_drop_use_max: 10000
     
    // The rate at which equipment is dropped.
    item_rate_equip: 2000
    item_rate_equip_boss: 3000
    item_drop_equip_min: 1
    item_drop_equip_max: 10000
     
    // The rate at which cards are dropped
    item_rate_card: 200
    item_rate_card_boss: 1
    item_drop_card_min: 200
    item_drop_card_max: 200
     
    // The rate adjustment for the MVP items that the MVP gets directly in their inventory
    item_rate_mvp: 100
    item_drop_mvp_min: 1
    item_drop_mvp_max: 10000
     
    // The rate adjustment for card-granted item drops.
    item_rate_adddrop: 100
    item_drop_add_min: 1
    item_drop_add_max: 10000
     
    // Rate adjustment for Treasure Box drops (these override all other modifiers)
    item_rate_treasure: 100
    item_drop_treasure_min: 1
    item_drop_treasure_max: 10000
     
  9. please help how to fix this if i register account it says E-Maill Addresses do not match but there's no Confirm Email Address below in email address registration.. check pic. thank you.

     

    (note: my email is [email protected]) but there's no confirm email on registration form.

     

    2pzi346.png

×
×
  • Create New...