viewing paste Unknown #22761 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//=====================================================
/*  
    [Farm Zone] Item Farming
 
    The item list - Modify 'FarmIDList to according item ID's you want players to receive.
    'ItemRate - The rate at which they obtain items, which is in %. So 50 = 50%.
    .DelayMin - Controls Time Limit of Re-entering: 1 = 1 Minute, 2 = 2 Minute, etc.
    .MaxItemLimit - Max amount of items they can Farm until instance is complete, if they don't reach max amount they just complete the instance.
    'MOB1ID/'MOB2ID - Select the ID of the monster you want.
    'MOB1AM/'MOB2AM - Select the Amount of designated Monsters you want to spawn.
    NOTE: Don't make the .MaxDBLimit exceed the total amount of monsters you selected to spawn. Otherwise, they will never reach the Max Limit.
    All other variables do not touch, especially the Count, and the Start. ('Farm_Count and 'Farm_Start)
*/
//=====================================================
 
Viewed 658 times, submitted by Guest.