Jump to content

3 Screenshots

About This File

This is a script that Allow Player to Farm / Hunt items from monsters in shortest Time.

All item that gain inside the Farm Zon are limited by Scripts. Normal Monster / MVP inside the Farm Zone will not drop any Items.

Currently the Monster summon are random based on Bloody Branch / Dead Branch

Configuration :

// Maximum Player can join per X Minutes.
set .MaxPlayers,5;
// Adding X Minutes of Delay before can go in again.
set .DelayMin,15;
// Maximum Hunt Limit per round inside the Zone.
set .MaxItemLimit,200;
// Map that will be used in thos Zone.
set .Map$,"guild_vs5";
// Clear Map Every X Minutes.
set .RoomCleanMin,15;

Item Drops List :

// Normal Monster in Zone Drops Lists
if( getarg(0) == 0 ) setarray .ItemList[0],13989,14232,13517,7139,12033,12016,14534;
// Normal Boss in Zone Drops Lists
if( getarg(0) == 1 ) setarray .ItemList[0],14536,12912,12267,12266,14601,13830,13831,13832,13833;

Monster Spawn List :

monster .Map$,0,0,"[ Farm Zone ] Resident",-1,80,strnpcinfo(0)+"::OnNormalKill";
monster .Map$,0,0,"[ Farm Zone ] Guardian",-3,5,strnpcinfo(0)+"::OnBossKill";

Reward Setting :

RandomizeItem( <Mode>,<Amount> );

Mode : 0 = Boss / 1 = Normal Monster


What's New in Version 2.0

Released

  • [ 1.0 ] - A Place where Players can hunt alot items
  • [ 2.0 ] - Added Several Settings. ( Ex. Time In / Out Limit , Max Users , Item Hunt Limit and etc. )

×
×
  • Create New...