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

1.7A update

how to do that out ?

The below i mean
Can you select mansion and Log((target as Housing).housingId.ToString())
 
Is this the id that i can see from scarecrow plugin farm list ? because some how i fail to run this as script , : error CS0103: The name 'target' does not exist in the current context
 
Archebuddy keeps loading everything in highest settings making my multi session key useless b/c I cannot load the max amount of sessions i purchased
 
Archebuddy keeps loading everything in highest settings making my multi session key useless b/c I cannot load the max amount of sessions i purchased
change settings to lowest, then log out then log in again and it should be fine from then on :)
 
UPDATE:

IF RUNNING MULTIPLE SESSIONS, MANUALLY CONFIGURE EACH ACCOUNT TO LOW SETTINGS, THEN EXIT OUT OF EACH ONE IN ORDER FOR THE CHANGES TO APPLY
(changing one to lowest settings won't make all other accounts become low settings as well. you need to change each one after you log in)
 
EDIT: it's no longer working for me. All of my accounts will individually log on as the lowest settings. However, if i'm botting multiple accounts, only the first one will use lowest setting. All the following ones after that will be high settings. Out please help with this! thanks!
 
Item.MakeAuctionLot Error: "Can't list item due Character or Account restriction" (Patron Account). This was working fine before the patch.

Auction methods(Patron accounts) shouldn't make use of ComeTo anymore, because now we have a shortcut.
 
When running multiple instances of ArcheAge only the first instance uses the appropriate graphics settings, the rest default to maximum. Please fix.
 
Item.MakeAuctionLot Error: "Can't list item due Character or Account restriction" (Patron Account). This was working fine before the patch.

Auction methods(Patron accounts) shouldn't make use of ComeTo anymore, because now we have a shortcut.

This, need a fix later. Thanks!
 
I cant seem to connec tto any server. Once I click Connect it just says "Connecting..." forever.
 
Item.MakeAuctionLot Error: "Can't list item due Character or Account restriction" (Patron Account). This was working fine before the patch.

Auction methods(Patron accounts) shouldn't make use of ComeTo anymore, because now we have a shortcut.

Very very need to fix this, please :).
 
I managed to fix it, deleted Archage folder in Documents, run game with glyph only set grafics and they stayed on low
 
I experienced following problems after the 1.7 update:

1. Did anyone else notice a very increased CPU usage of archebuddy?I was used to run 2 clients to farm, now my CPU is at 99% with just one of them running...

2. While farming my character randomly doesn't loot mobs. Problem seems to be caused by the "ComeTo(bestMob, 1);" command. My character randomly doesn't move to the mob, and even if it stands in range to loot the mob i have to manually move it just a little bit to make run to the mob location in order to loot. Here is the code i use to loot:

-------------------------------------
while(bestMob != null && !isAlive(bestMob) && isExists(bestMob) && bestMob.type == BotTypes.Npc && ((Npc)bestMob).dropAvailable && isAlive())
{
if(me.dist(bestMob) > 3)
{
ComeTo(bestMob, 1); <----Seems to randomly stop the grinder until i manually move it's location
}
PickupAllDrop(bestMob);

if(itemCount(29207) > (coinPursesCurrent))
{
coinPursesCurrent++;
}
}

-------------------------------------------------------------


EDIT: problem #2 occured in the new zone "Golden Ruins". I have not tested it in any other zone yet, not sure if that zone could cause problems with the "ComeTo" Command.
 
Last edited:
Back
Top