• Hi Guest! To get rid of ads on the page, please consider donating through user upgrades or other methods.

[Broken] Long range looting

are the values in the file the farthest values each type can have? If not, do you know the farthest value?
the wall check line means we can loot thru walls? :O
 
Do you think this will pose a problem if my macro has F in it. So maybe it will auto loot the moment the monster die and before I could stop the macro.
 
Hey,

On my side this patch only bring up the loot icon from higher distance as the base.
But the icon is inactive state and need move close until will be active for looting.

:)
Regards
 
if anyone want long range looting, there is already a thread have patch that still working, or just make a patch with these line

Code:
FileName = xml[bit].dat.files\\client.config2.xml
Search = <option name="item-pouch-radius" value="1.000000" />
Replace = <option name="item-pouch-radius" value="4.000000" />
Search = <option name="pouch-interact-distance" value="3.500000" />
Replace = <option name="pouch-interact-distance" value="7.000000" />
Search = <option name="pickup-radius" value="5.000000" />
Replace = <option name="pickup-radius" value="10.000000" />
Search = <option name="wall-check" value="yes" />
Replace = <option name="wall-check" value="no" />
Search = <option name="action-target-distance" value="2.500000" />
Replace = <option name="action-target-distance" value="5.000000" />
Search = <option name="action-target-angle" value="12.000000" />
Replace = <option name="action-target-angle" value="45.000000" />
Search = <option name="interact-distance" value="3.500000" />
Replace = <option name="interact-distance" value="5.000000" />
Description: Interact with objects from 5 meters and under
 
if anyone want long range looting, there is already a thread have patch that still working, or just make a patch with these line

Code:
FileName = xml[bit].dat.files\\client.config2.xml
Search = <option name="item-pouch-radius" value="1.000000" />
Replace = <option name="item-pouch-radius" value="4.000000" />
Search = <option name="pouch-interact-distance" value="3.500000" />
Replace = <option name="pouch-interact-distance" value="7.000000" />
Search = <option name="pickup-radius" value="5.000000" />
Replace = <option name="pickup-radius" value="10.000000" />
Search = <option name="wall-check" value="yes" />
Replace = <option name="wall-check" value="no" />
Search = <option name="action-target-distance" value="2.500000" />
Replace = <option name="action-target-distance" value="5.000000" />
Search = <option name="action-target-angle" value="12.000000" />
Replace = <option name="action-target-angle" value="45.000000" />
Search = <option name="interact-distance" value="3.500000" />
Replace = <option name="interact-distance" value="5.000000" />
Description: Interact with objects from 5 meters and under
Those are the proper limits? nice
 
Top Bottom