viewing paste Unknown #6899 | Athena

Posted on the
1 2 3 4 5 6 7 8
            //A Rare Drop Global Announce by Lupus
            if( mvp_sd && drop_rate <= battle_config.rare_drop_announce ) {
                char message[128];
                sprintf (message, msg_txt(NULL,541), mvp_sd->status.name, md->name, it->jname, (float)drop_rate/100);
                if (pc_get_group_level(sd)>=1) drop_rate +=30;
                //MSG: "'%s' won %s's %s (chance: %0.02f%%)"
                intif_broadcast(message,strlen(message)+1,0);
            }
Viewed 970 times, submitted by Guest.