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

[Broken] Long range looting

munchiiie

Cricket
Member
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
 

RoZZa4EveR

Cricket
Modder
Member
If you set higher value it will say that you have to stay closer. I'm still testing wall-check..
 

ToffyNexy

Cricket
Donator
Member
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.
 

Peetr

Cricket
Member
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
 

LongCyber

Pirate Savior
Donator
Member
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
 

Endless

Founder
Staff member
Administrator
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