Jump to content

Mr BrycE

Members
  • Posts

    595
  • Joined

  • Last visited

Posts posted by Mr BrycE

  1. its that working on 3ceam? :(

    try it

     

    btw with this script you can gain 2 cards at once (normal drop+by script)

    I suggest to implement theses commands on your server (rathena only, search the trac)

    *addmonsterdrop <monster id>,<item id>,<rate>;
    *addmonsterdrop "<monster name>",<item id>,<rate>;
    *delmonsterdrop <monster id>,<item id>;
    *delmonsterdrop "<monster name>",<item id>;
    
    These commands will temporarily add or delete a monster drop, which will be reset
    when the mob database reloads or the server shuts down. They return 1 upon success.
    
    If the monster already drops the specified item, its drop rate will be updated with
    the given rate (100 = 1%).
    
    Examples:
        // Makes Owl Baron drop Honey at an 80% rate.
        addmonsterdrop 1295,518,8000;
    
        // Deletes Executioner's Mitten from Rybio.
        delmonsterdrop 1201,7017;
    

    in order to prevent that from happening, you must remove the id card number from the mob_db of that mvp.

  2. i have here..

     

    -	script	Sample	-1,{
    function CustomRateCard;
    
    OnNPCKillEvent:
    // CustomRateCard( <MobID>,<CardID>,<Rate> );
    // Rate : 1 = 0.01%  /  1000 = 10%  /  10000 = 100%
    
    CustomRateCard( 1734,4403,1 );	// Kiel Card
    CustomRateCard( 1751,4407,200 );	// Valkyrie Randgris Card
    CustomRateCard( 1646,4357,200 );	// Lord Knight Card
    
    // so on...
    

    credits to Emistry.

  3. so, once you whisper either , map, global, in your next broadast you will not type anything? haha..sorry i dont have time to test :(

     

    Well, I don't mean to argue or anything. If you don't understand or don't want to understand, it's up to you. That's just a very simple yet useful script. I also didn't test it yet but already found that it's really useful for me.

     

    irrelevant,you did not answer my question

     

    i am now back home,  ill just test it myself.

×
×
  • Create New...