Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > ArcheAge > ArcheAge Hacks, Bots, Cheats & Exploits
You last visited: Today at 21:35

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Free Auction House Timestamp (ms)

Discussion on Free Auction House Timestamp (ms) within the ArcheAge Hacks, Bots, Cheats & Exploits forum part of the ArcheAge category.

Reply
 
Old 10/18/2014, 18:47   #31
 
elite*gold: 0
Join Date: Jun 2011
Posts: 14
Received Thanks: 1
If you are using the c:\users folder make sure you are running your cmd as Admin or you don't have permission to that folder. Worked fine for me, although reverting back deleted my prefs, so back those up if it matters.
Silverbrain is offline  
Old 10/18/2014, 19:57   #32
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
I didnt have java installed, new computer

lmao
LostMK is offline  
Old 10/18/2014, 21:05   #33
 
elite*gold: 0
Join Date: Feb 2011
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by selmo View Post
Probably, anything is possible



Nice,
I play so much that i cant even waste time moding hehe.
Only 1h most for moding when i dont have labor hehe........The Adiction is real

1st page UPDATED
BTW the house one also works, got my new house in gweonid thx to this =D
jurandir is offline  
Old 10/18/2014, 22:23   #34
 
elite*gold: 0
Join Date: Oct 2014
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by Silverbrain View Post
If you are using the c:\users folder make sure you are running your cmd as Admin or you don't have permission to that folder. Worked fine for me, although reverting back deleted my prefs, so back those up if it matters.
Was running as admin and still had issues.

Thanks selmo. The edited common.alb file worked.

Is there any way to remove the bid confirmation window when you make a bid?
sdmove is offline  
Old 10/18/2014, 23:37   #35
 
elite*gold: 0
Join Date: Jan 2006
Posts: 37
Received Thanks: 18
Quote:
Originally Posted by sdmove View Post
Is there any way to remove the bid confirmation window when you make a bid?
same file (common.lua) the function "bidButtonOnClick", change it to:

Code:
function bidButtonOnClick(window, MBT)
  if MBT == "LeftButton" then
    do
      local selIdx = window.listCtrl:GetSelectedIdx()
      local articleId = X2Auction:GetSearchedItemArticleId(selIdx)
      local itemInfo = X2Auction:GetSearchedItemInfo(selIdx)
      local moneyStr = window.moneyEditsWindow:GetAmountStr()
      if articleId == nil or moneyStr == nil then
        return
      end
      window.listCtrl:ClearSelection()
      window.moneyEditsWindow:SetAmountStr("0")
      X2Auction:BidAuctionArticle(articleId, moneyStr)
    end
  end
end
FireFly91 is offline  
Thanks
2 Users
Old 10/18/2014, 23:41   #36
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
for the zoom

I dont have cvargroups64 I have cvargroupsdev

there is a config64 folder though
LostMK is offline  
Old 10/18/2014, 23:44   #37
 
elite*gold: 0
Join Date: Jan 2006
Posts: 37
Received Thanks: 18
Quote:
Originally Posted by LostMK View Post
for the zoom

I dont have cvargroups64 I have cvargroupsdev

there is a config64 folder though
you are right, I wrote down the wrong folder in my post, I fixed it. It's the config64 folder
FireFly91 is offline  
Old 10/18/2014, 23:46   #38
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
so only two files to be changed

config > cvargroups

and

config64 > cvargroups

ignore the cvargroupsdev ??
LostMK is offline  
Old 10/18/2014, 23:48   #39
 
elite*gold: 0
Join Date: Jan 2006
Posts: 37
Received Thanks: 18
Quote:
Originally Posted by LostMK View Post
so only two files to be changed

config > cvargroups

and

config64 > cvargroups

ignore the cvargroupsdev ??
yes. Chances are you only need to change one of the 2 config files, but better safe than sorry
FireFly91 is offline  
Old 10/19/2014, 00:26   #40
 
elite*gold: 0
Join Date: Oct 2014
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by FireFly91 View Post
same file (common.lua) the function "bidButtonOnClick", change it to:

Code:
function bidButtonOnClick(window, MBT)
  if MBT == "LeftButton" then
    do
      local selIdx = window.listCtrl:GetSelectedIdx()
      local articleId = X2Auction:GetSearchedItemArticleId(selIdx)
      local itemInfo = X2Auction:GetSearchedItemInfo(selIdx)
      local moneyStr = window.moneyEditsWindow:GetAmountStr()
      if articleId == nil or moneyStr == nil then
        return
      end
      window.listCtrl:ClearSelection()
      window.moneyEditsWindow:SetAmountStr("0")
      X2Auction:BidAuctionArticle(articleId, moneyStr)
    end
  end
end
Wow, you guys are amazing. Thank you so much you just made my day!

Quote:
Originally Posted by FireFly91 View Post
Not the same as the old, there are "--" which basically means that this line of code gets ignored. You can use

Code:
function ShowBuildWindow(hType, bTax, hTax, heavyTaxHouseCount, normalTaxHouseCount, isHeavyTaxHouse, depositString, taxItemType)
  if housing.buildWindow == nil then
    if hType == nil then
      return
    end
    housing.buildWindow = CreateHousingBuildWindow("housing.buildWindow", "UIParent")
    housing.buildWindow:Show(true)
    housing.buildWindow:SetInfo(hType, bTax, hTax, heavyTaxHouseCount, normalTaxHouseCount, isHeavyTaxHouse, depositString, taxItemType)
    housing.buildWindow:SetWndHeight()
    X2House:NextStepFromBuildCheck()
    housing.buildWindow = nil
  else
    housing.buildWindow:Show(false)
  end
end
instead if you want, it's the same code.
Kinda of new to this so sorry got so many questions. Does this go into the common.alb file as well? Thank you.
sdmove is offline  
Old 10/19/2014, 09:24   #41
 
elite*gold: 0
Join Date: Jul 2008
Posts: 16
Received Thanks: 3
after added the mod. it seems like i can't start auction windows. i used edited common.alb on the front page. did i do something wrong ?
darknetwork is offline  
Old 10/19/2014, 17:31   #42
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
house auction?
LostMK is offline  
Old 10/20/2014, 03:10   #43
 
elite*gold: 0
Join Date: Nov 2009
Posts: 14
Received Thanks: 0
Quote:
Originally Posted by FireFly91 View Post
same file (common.lua) the function "bidButtonOnClick", change it to:

Code:
function bidButtonOnClick(window, MBT)
  if MBT == "LeftButton" then
    do
      local selIdx = window.listCtrl:GetSelectedIdx()
      local articleId = X2Auction:GetSearchedItemArticleId(selIdx)
      local itemInfo = X2Auction:GetSearchedItemInfo(selIdx)
      local moneyStr = window.moneyEditsWindow:GetAmountStr()
      if articleId == nil or moneyStr == nil then
        return
      end
      window.listCtrl:ClearSelection()
      window.moneyEditsWindow:SetAmountStr("0")
      X2Auction:BidAuctionArticle(articleId, moneyStr)
    end
  end
end
I tried doing this but it didn't work for me.. When I click on the auctioneer the window doesn't pop up.. hmm..
marine608 is offline  
Old 10/22/2014, 19:25   #44
 
elite*gold: 0
Join Date: Jul 2008
Posts: 4
Received Thanks: 2
for unlimited tree draw distance change \game\config64\cvargroupsoption_view_dist_ratio_ve getation.cfg to something like this (and select the third graphics option for vegetation draw distance in-game)
Code:
[default]
; default of this CVarGroup
= 4

e_view_dist_ratio_vegetation = 60
e_proc_vegetation=1
e_proc_vegetation_min_density = 0.5
e_vegetation_min_size=0
e_vegetation_bending=2
e_vegetation_sprites_distance_custom_ratio_min=0.01
e_vegetation_sprites_distance_ratio=0.8
e_ProcVegetationMaxObjectsInChunk = 2048

[1]
e_view_dist_ratio_vegetation = 30
e_proc_vegetation=1
e_vegetation_sprites_distance_ratio=0.5
e_vegetation_min_size=1.0
e_vegetation_bending=1
e_proc_vegetation_min_density = 2
e_ProcVegetationMaxObjectsInChunk = 256

[2]
e_view_dist_ratio_vegetation = 40
e_proc_vegetation=1
e_proc_vegetation_min_density = 1
e_ProcVegetationMaxObjectsInChunk = 512
e_vegetation_sprites_distance_ratio=0.6
e_vegetation_min_size=0.5


[3]
e_view_dist_ratio_vegetation = 600
e_proc_vegetation=1
e_proc_vegetation_min_density = 0.5
e_vegetation_min_size=0.0001
e_vegetation_bending=2
e_vegetation_sprites_distance_custom_ratio_min=0.0001
e_vegetation_sprites_distance_ratio=6.2
e_ProcVegetationMaxObjectsInChunk = 8192
Makes it very laggy so you might want to change e_view_dist_ratio_vegetation = 600, e_ProcVegetationMaxObjectsInChunk = 8192 down a bit
kaitas is offline  
Thanks
1 User
Old 10/30/2014, 12:47   #45
 
elite*gold: 0
Join Date: Oct 2014
Posts: 1
Received Thanks: 0
Does "picking up item with far distance" exist/possible?
icrescendo is offline  
Reply


Similar Threads Similar Threads
The Auction House will be gone.
10/14/2013 - Diablo 3 - 3 Replies
After 16 months since the game was released, Blizzard has finally decided to shut down their creatively made game feature, the real-money auction house. According to the latest update on D3, it has been confirmed that the gold and real-money auction house will be permanently shut down on March 18, 2014. While some people find this the best update ever in D3 history, others have shown great concern about the conveniency of getting epic items in game, saying only real money auction house...
help me for auction house bug fix
07/10/2011 - Rappelz - 1 Replies
help me
Auction house
12/17/2010 - Archlord - 9 Replies
I am trying to figure out how to put something up for sell.
auction house
09/14/2010 - Lord of the Rings Online - 1 Replies
in lotro if u have a free account is it true that u cant use the auction house?
Auction House
03/23/2009 - Aion - 3 Replies
Does anyone know how to sell back uesed equipment on the Auction House? o.O



All times are GMT +1. The time now is 21:37.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.