SphereCommunity
Auto Loot - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Auto Loot (/Thread-Auto-Loot)



Auto Loot - Meudisch - 12-03-2015 04:49 AM

Hey Guys!
Iam looking for a script to dclick loot for the own corpse.
Please help me :-)


sry for my bad english Blush


RE: Auto Loot - Criminal - 12-03-2015 06:36 AM

Code:
[typedef t_corpse]
ON=@DClick
IF <LINK> == <SRC>
IF <RESCOUNT>
  FORCONT <UID>
   CONT <SRC>
  ENDFOR
ENDIF



RE: Auto Loot - Meudisch - 12-04-2015 03:01 AM

Thx Criminal! But can u tell me where i add this command/script?


RE: Auto Loot - azmanomer - 12-04-2015 09:03 AM

anywhere in the script folder doesnt matter.


RE: Auto Loot - Meudisch - 12-05-2015 02:05 AM

thx!! ^^