Jump to content

Limited Items 5.0


4 Screenshots

About This File

This script will limit the inventory of player if the player bring exceeded limitation items into the map.

For Example :

Quote

Guild_vs5 can only bring 100 Yggdrasilberry.

But player bring 101 Yggdrasilberry into the map, and he/she will be kicked out from the map.

etc....

Configuration :

// func_Add( <gm_level_to_bypass>, <map_name>, <item1>,<max_amount1>,....,<itemX>,<max_amountX> );
func_Add( 100,"prontera", 501,1,502,2,503,3,504,5 );
func_Add( 100,"payon", 501,1,502,2,503,3,504,5 );
func_Add( 100,"izlude", 501,1,502,2,503,3,504,5 );
func_Add( 100,"prt_fild08", 4001,1,4002,3,4003,0,504,5 );
  • Positive = Player can only bring Maximum of that amount of items.
  • 0 = Totally Disabled, player cant bring any of it.


What's New in Version 5.0   See changelog

Released

  • [ 1.0 ] - Disallow players to bring Certains Items into Certains Map.
  • [ 2.0 ] - Renamed to Limited Items. Enable Different Maps with Different Zone Configuration.
  • [ 3.0 ] - Optimized Script and Fixed Infinity Loop Error as well as Message Display.
  • [ 4.0 ] - Updated, improved performances , added NPC to preview each map and zones info.
  • [ 5.0 ] - Removed max limit, removed NPC, added atcommand.
  • Upvote 1

×
×
  • Create New...