What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Profile controling breaking objects looting corpses.

Jackie1234

New Member
Joined
Jun 14, 2012
Messages
638
Reaction score
3
Is there away for the profile to turn off breaking objects and looting corpses or is this handle by plugins only?
 
you can try using this tag.
PHP:
<ToggleTargeting combat="True" killRadius="70" looting="False" lootRadius="0" />

or this
PHP:
<PickupLoot>False</PickupLoot>
 
you can try using this tag.
PHP:
<ToggleTargeting combat="True" killRadius="70" looting="False" lootRadius="0" />

or this
PHP:
<PickupLoot>False</PickupLoot>

Would it be possible to scope PickupLoot to only LOOT and add additional tags/setting for Objects,Copses,Chests etc; no offense but that would be the "right" way to handle it; if it is possible.
 
ya because im making a longer profile i just want it to kill and loot drops from mobs but not stop for 5seconds at ever corpse or log or chest it sees.
 
Just wanted to add my +1 for this feature. If its possible of course :)
 
Back
Top