All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before
Hello guyz. Firstly I want to say sorry for my English.
I want to looting other players items on Moscovia. I fixed almost everything on config.txt and timeout.txt but still not working. My character must loot stems and blue herbs but nothing happened when I set this things. Character randomly walk on this coordinates but not looting. I think I must change "ai_items_gather_start" but I dont know how to do. I read almost everything but didn't found anything. Please help me about it. =|
itemsTakeAuto 0 << It's not important for me.
itemsTakeAuto_party 0
itemsGatherAuto 2 << That one is important.
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 48
itemsMaxNum_sellOrStore 99
cartMaxWeight 7900
itemsTakeAuto_new 0
ai_items_take_delay 0.7
# When your monster died, start checking for loot after x seconds
ai_items_take_start 0.2
# Stop checking for loot x seconds after it has begun checking
ai_items_take_end 1.2
# When standing near an item, send the 'take' packet every x seconds until
# the item has been taken.
ai_take .4
# Give up if unable to pickup item after x seconds
ai_take_giveup 15
ai_items_gather_giveup 6
# Every x seconds, check items for gathering
ai_items_gather_auto .1
# Only gather items that have been more than x seconds on screen
ai_items_gather_start
Last edited by Nifty on 23 Jun 2012, 10:13, edited 1 time in total.
Nifty wrote:
I want to looting other players items on Moscovia. I fixed almost everything on config.txt and timeout.txt but still not working. My character must loot stems and blue herbs but nothing happened when I set this things. Character randomly walk on this coordinates but not looting. I think I must change "ai_items_gather_start" but I dont know how to do.
In processItemsAutoGather there are numerous checks, the one you need to look at is kinda self-describing.