Register for your free account! | Forgot your password?

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

  • 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/15/2014, 19:28   #16
 
elite*gold: 0
Join Date: Jan 2006
Posts: 37
Received Thanks: 18
Quote:
Originally Posted by jurandir View Post
It includes this AH ms thing, extended zoom
Code:
[default]
; default of this CVarGroup
= 1

cl_fov = 90
camera_max_dist = 200

[2]
cl_fov = 90
camera_max_dist = 200
in game/config/cvargroups/option_camera_fov_set.cfg and
game/config64/cvargroups/option_camera_foc_set.cfg

Quote:
and more important takes the comfirmation box away when you try to grab a land.
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()
  --function housing.buildWindow:OnHide()
    --if housing.buildWindow.buildOk then
        X2House:NextStepFromBuildCheck()
    --else
      --X2House:PrevStepFromBuildCheck()
    --end
      housing.buildWindow = nil
  --end
  --housing.buildWindow:SetHandler("OnHide", housing.buildWindow.OnHide)
  else
    housing.buildWindow:Show(false)
  end
end
in game/scriptsbin/x2ui/housing/build_window.alb
FireFly91 is offline  
Thanks
7 Users
Old 10/15/2014, 19:47   #17
 
elite*gold: 0
Join Date: Oct 2014
Posts: 4
Received Thanks: 2
Quote:
Originally Posted by FireFly91 View Post
Code:
[default]
; default of this CVarGroup
= 1

cl_fov = 90
camera_max_dist = 200

[2]
cl_fov = 90
camera_max_dist = 200
in game/config/cvargroups/option_camera_fov_set.cfg and
game/config/cvargroups64/option_camera_foc_set.cfg



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()
  --function housing.buildWindow:OnHide()
    --if housing.buildWindow.buildOk then
        X2House:NextStepFromBuildCheck()
    --else
      --X2House:PrevStepFromBuildCheck()
    --end
      housing.buildWindow = nil
  --end
  --housing.buildWindow:SetHandler("OnHide", housing.buildWindow.OnHide)
  else
    housing.buildWindow:Show(false)
  end
end
in game/scriptsbin/x2ui/housing/build_window.alb

Thanks for this Firefly. :3
Vispel is offline  
Thanks
2 Users
Old 10/16/2014, 01:56   #18
 
elite*gold: 0
Join Date: Oct 2014
Posts: 8
Received Thanks: 0
what is the size for the build_window.alb.. i tried 1,18*Ko (1*213 octets) but it doesn't work
edit: and it looks like the function is exactly the same as the old ??
remsbenz is offline  
Old 10/16/2014, 15:14   #19
 
elite*gold: 0
Join Date: Feb 2011
Posts: 7
Received Thanks: 0
Thanks a lot man!
jurandir is offline  
Old 10/16/2014, 15:55   #20
 
elite*gold: 0
Join Date: Jan 2006
Posts: 37
Received Thanks: 18
Quote:
Originally Posted by remsbenz View Post
edit: and it looks like the function is exactly the same as the old ??
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.
FireFly91 is offline  
Old 10/17/2014, 02:07   #21
 
elite*gold: 0
Join Date: Oct 2014
Posts: 1
Received Thanks: 0
im having trouble figuring this out honestly i cant find the game_pack its not even in my folder files so im honestly stuck on that step any help?

okay so i got the game_pak stuff now im stuck trying to open to common.lua but when i do the copy paste to cmd it says it cant find the Java -jar unluac.jar common.alb > common.lua is not recoginized as an internal or external command operable program or batch file so what do i do?
kronikfang21 is offline  
Old 10/17/2014, 05:40   #22
 
elite*gold: 0
Join Date: Feb 2011
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by kronikfang21 View Post
im having trouble figuring this out honestly i cant find the game_pack its not even in my folder files so im honestly stuck on that step any help?

okay so i got the game_pak stuff now im stuck trying to open to common.lua but when i do the copy paste to cmd it says it cant find the Java -jar unluac.jar common.alb > common.lua is not recoginized as an internal or external command operable program or batch file so what do i do?
this is a problem with your pc, it is not recognizing java in the cmd, i had the same issue.

this tutorial is in portuguese, but you can follow what he does even if you dont understand it.

jurandir is offline  
Old 10/17/2014, 10:55   #23
 
elite*gold: 0
Join Date: Jul 2008
Posts: 4
Received Thanks: 2
Thumbs up

Thank you for the easy guide!
I just don't like the Archeagepacktool, so slow and likes creating massive files in windows/temp folder :/ Nevermind that, it was the Microsoft antivirus acting up...

Anyone know any other fun things to edit in the file? Maybe there is something to make harvestable trees/plants visible from a mile and through terrain?

Quote:
Originally Posted by kronikfang21 View Post
im having trouble figuring this out honestly i cant find the game_pack its not even in my folder files so im honestly stuck on that step any help?

okay so i got the game_pak stuff now im stuck trying to open to common.lua but when i do the copy paste to cmd it says it cant find the Java -jar unluac.jar common.alb > common.lua is not recoginized as an internal or external command operable program or batch file so what do i do?
I had the same problem, Installed the newest Java 8.(something) from java website and it then worked
kaitas is offline  
Old 10/17/2014, 12:51   #24
 
elite*gold: 0
Join Date: Jun 2008
Posts: 87
Received Thanks: 23
Quote:
Originally Posted by kaitas View Post
Thank you for the easy guide!
I just don't like the Archeagepacktool, so slow and likes creating massive files in windows/temp folder :/ Nevermind that, it was the Microsoft antivirus acting up...

Anyone know any other fun things to edit in the file? Maybe there is something to make harvestable trees/plants visible from a mile and through terrain?



I had the same problem, Installed the newest Java 8.(something) from java website and it then worked
Hi,
Yes i will in the couple of days try to implement the zoom out that Fly mostly apreciated provided script.
The implementation will depend on the grind on archeage, remenber i do play the game (hardcore)
selmo is offline  
Old 10/18/2014, 00:03   #25
 
elite*gold: 0
Join Date: Oct 2014
Posts: 1
Received Thanks: 0
where is link?
waihak is offline  
Old 10/18/2014, 00:26   #26
 
elite*gold: 0
Join Date: Feb 2011
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by selmo View Post
Hi,
Yes i will in the couple of days try to implement the zoom out that Fly mostly apreciated provided script.
The implementation will depend on the grind on archeage, remenber i do play the game (hardcore)
The auction house and zoom are working fine for me, I still have to check the house building one.
jurandir is offline  
Old 10/18/2014, 00:26   #27
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
is there a way to show this but for houses farms demolition time
LostMK is offline  
Old 10/18/2014, 05:34   #28
 
elite*gold: 0
Join Date: Oct 2014
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by selmo View Post
1-the unluac.jar must be in the same directory has the file common.
2- the path in the cmd console must be to the directory in wich these files are C:User is the easiest way to do it
Hello. I ran into this issue as well and both the unluac.jar and common.alb are in the C:Users folder.

Any advice would be greatly appreciated, thank you.
sdmove is offline  
Old 10/18/2014, 12:53   #29
 
elite*gold: 0
Join Date: Jun 2008
Posts: 87
Received Thanks: 23
Quote:
Originally Posted by LostMK View Post
is there a way to show this but for houses farms demolition time
Probably, anything is possible

Quote:
Originally Posted by jurandir View Post
The auction house and zoom are working fine for me, I still have to check the house building one.
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
selmo is offline  
Old 10/18/2014, 18:04   #30
 
elite*gold: 0
Join Date: Dec 2008
Posts: 215
Received Thanks: 15
java is not recognized as an internal or external command
LostMK 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 +2. The time now is 12:50.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.