Jump to content

Recommended Posts

Posted (edited)

Limited Items


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.


 

Edited by Emistry
Update
  • Upvote 3
  • 4 years later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...