Thread: Server Idea
View Single Post
  #8  
Old 07-27-2011, 12:30 PM
tollen
Fire Beetle
 
Join Date: Feb 2011
Posts: 10
Default

Quote:
Originally Posted by trevius View Post
Well, it all depends on the details of how you want to set your server. If you plan to make it so they keep their gear on (as apposed to leaving all items on their corpse), you could just write a script that deletes all tradeable items when they return to their bind point. You would just need to make a script that iterates through all possible inventory slots (like the has_item plugin) and then have it check the no drop stat on each item it finds, then delete the item in that slot if it is tradeable.
this is exactly what I was thinking and you worked it out better, when you hit a new check point you will rebind there so when you die and go back you loss all NOT no-drop items when you run the script... awesome.
Reply With Quote