Auction House Addon/Mod

10/14/2014 20:18 killzone#181
Wow, 18 pages of QQ.
So, what if Plox will prove you something, will you change your mind?
I doubt. You'll still find a way to deter him from his work.
How about you show the community what you're capable of instead?

Edit
Man, Ive been here since 2006 and still finds this amusing to see people QQ who does shit better than the other.
This is a public cheating forum, do something for the community and stop being jelly.
10/14/2014 20:22 Ploxasarus#182
Since people were using alot of ACTools scripts an other things to prevent the afk timer I whiped up a small tool in C# that is now bundled with the mod using postmessage methods to send key interactions to the client.

Will work downsized, will level your mount. Has a built-in auto clicker aswell that will send max threshold of clicks to the game without a hiccup since the game can only accept a certain amount of directinput before it will lag an not accept more.

Those who know where to get it, enjoy! ( Will be adding a autorelogin on disconnect when I have time )
10/14/2014 20:28 Shivas#183
Still waiting for reply on my message
10/14/2014 20:32 Ploxasarus#184
Quote:
Originally Posted by Shivas View Post
Still waiting for reply on my message
I'm sorry, please resend your message I may of lost it in the clutter, so many people pm'ing me :(
10/14/2014 20:39 Shivas#185
Quote:
Originally Posted by Ploxasarus View Post
I'm sorry, please resend your message I may of lost it in the clutter, so many people pm'ing me :(
Alright, re-send :-)
10/14/2014 21:42 Muchel#186
Quote:
Originally Posted by FireFly91 View Post
AH is very easy, the file you want to change is in the game/scriptsbin/x2ui/auction folder and is called common.alb

At the very bottom you find the "CheckLeftTime" function, change it to something like

Code:
function CheckLeftTime(leftSec)
  local hours_1 = 60
  local timeWarning = false
  local leftMin = math.floor(leftSec / hours_1)
  local leftTimeStr
  local h = math.floor(leftMin / 60)
  local m = leftMin % 60
  local s = leftSec % 60
  leftTimeStr = string.format("%02d:%02d:%02d", h, m, s)
  if h == 0 and m <= 30 then
    timeWarning = true
  end
  return leftTimeStr, timeWarning
end
to get the desired result.

Make sure to pad the file with "-------" at the end to regain the old size of the file.
How do you open the common.alb dat?
10/15/2014 00:32 selmo#187
Ok i will write now after i tried and sucefully mod the auction house.
This is how i did it, thanks to the guy that posted the script edit for AH.

1- Download ArcheAgePackTool_v1.0.1.rar
2- Unrar the content
3- Run ArcheAgePackTool.exe
4- Choose game_pak (tool is in russian so choose the left side and search your game_pak in archeage folder)
5- Scrool to \game\scriptsbin\x2ui\auction\commo.alb
6- Press the top arrow
7- go to your archeage folder and search \export\game\scriptsbin\x2ui\auction\commo.alb
8- where the export folder is create an import folder
9- copy past commo.alb file to your user folder (C:\User)
10- Download unluac.jar and put it in user folder
11 - open cmd and copy past this command
Java -jar unluac.jar common.alb > common.lua
12 - Almost there
13 - Install LUAforwindows
14 - use the SciTE.exe that comes with LUA after install
15 - open common.lua in Scite
16 - At the end of the text you find CheckLeftTime
17 - replace with this
function CheckLeftTime(leftSec)
local hours_1 = 60
local timeWarning = false
local leftMin = math.floor(leftSec / hours_1)
local leftTimeStr
local h = math.floor(leftMin / 60)
local m = leftMin % 60
local s = leftSec % 60
leftTimeStr = string.format("%02d:%02d:%02d", h, m, s)
if h == 0 and m <= 30 then
timeWarning = true
end
return leftTimeStr, timeWarning
end
----------------------------------------------------
(Fill the missing kbites with ------- till you get 24.7kbytes file

18 - Save this
19 - change common.lua to common.alb
20 - create this path \game\scriptsbin\x2ui\auction\ (in import folder)
21 - put this new file in \import\game\scriptsbin\x2ui\auction\common.alb
22 - Use the botom Arrow of ArcheAgePackTool (thats the import)
23 - exit all
24 - run archeage enjoy


If i missed something please point it out.
PS: you can now see ingame the auctions going to 1seg and bid at last second.

One last thing
Ploxasarus you can now suck my dick.......

laters bitch
"How good is my english now" huh
10/15/2014 03:09 Ploxasarus#188
So because you know how to copy an paste this is important when you cannot do anything else? Gotcha.

Still selling it as we speak with all the better slice ;)

Also your doing it all wrong, wayyyyyyyyyy too many steps.
10/15/2014 09:00 selmo#189
Quote:
Originally Posted by Ploxasarus View Post
So because you know how to copy an paste this is important when you cannot do anything else? Gotcha.

Still selling it as we speak with all the better slice ;)

Also your doing it all wrong, wayyyyyyyyyy too many steps.
I get it working perfect and the steps are just to help others doing it right.
And dont screw up thing...

The real thing here is i share the information i search i discovered...
What do you do to help others huh..

Thats the diference between good people and selfish people.

You can now start sucking me even deeper bitch.
How do you like my english now

Answer me, huh
10/15/2014 09:05 1900.#190
If you're gonna to sell hacks who belong to you please put it in the Black Market, not here.
If you don't own the hack/tool you're not allowed to sell it here.
10/15/2014 09:37 selmo#191
Quote:
Originally Posted by 1900. View Post
If you're gonna to sell hacks who belong to you please put it in the Black Market, not here.
If you don't own the hack/tool you're not allowed to sell it here.
Is that to me?
Because im not selling nothing..
The tool is free to anyone pick it.

All here is free to do get. nothing is paid.
I just didnt upload files , because i dont like to upoad files.
But i can do a easier tutorial tho this is not what intended.

This is a way to decrypt the files and to some extent mode client.
10/15/2014 10:05 1900.#192
Quote:
Originally Posted by selmo View Post
Is that to me?
Because im not selling nothing..
The tool is free to anyone pick it.

All here is free to do get. nothing is paid.
I just didnt upload files , because i dont like to upoad files.
But i can do a easier tutorial tho this is not what intended.

This is a way to decrypt the files and to some extent mode client.
no it was refered to Ploxasarus
10/15/2014 10:15 selmo#193
Quote:
Originally Posted by 1900. View Post
no it was refered to Ploxasarus
Ok thanks
10/15/2014 11:21 Ploxasarus#194
Quote:
Originally Posted by 1900. View Post
If you're gonna to sell hacks who belong to you please put it in the Black Market, not here.
If you don't own the hack/tool you're not allowed to sell it here.
Yeah and thats how you easily bend the rules like I did in the gw2 section by making it a donation base an not an actual sale. The only tool out of it that isn't of own doing in terms of it is the qbms. The modifications themselves are done by hand not including myself since raf has joined in on the handy work an gets cut into it.

Report it to a moderator if you want to qq about it an be a bitch, 'shrug'. :bandit:
10/15/2014 15:12 taz86#195
anyone tried to remove the CD on Pots ? Increase the Time on Boss attacks, Mana use on skills ?

I also tried to dupe via Mail, i modified the attachment function and the item count but its not working. Is it even possible ? I thought that might be one of the things that could work without packed editing.