Amber Client

Forum for alternative clients, mods & discussions on the same.

Re: Amber Client

Postby AryaStark » Sun Sep 06, 2015 3:32 am

Thank you!!!
User avatar
AryaStark
 
Posts: 43
Joined: Fri Sep 19, 2014 8:55 pm
Location: Secluded Island

Re: Amber Client

Postby jordancoles » Sun Sep 06, 2015 5:03 am

The map snaps back to its default size when the client is restarted
Duhhrail wrote:No matter how fast you think you can beat your meat, Jordancoles lies in the shadows and waits to attack his defenseless prey. (tl;dr) Don't afk and jack off. :lol:

Check out my pro-tips thread
Image Image Image
User avatar
jordancoles
 
Posts: 14076
Joined: Sun May 29, 2011 6:50 pm
Location: British Columbia, Canada

Re: Amber Client

Postby CaptainMidget » Sun Sep 06, 2015 8:24 am

Yet to try this client, does it have a grid included? For farming purposes.. it would be SOOOOO convenient.
User avatar
CaptainMidget
 
Posts: 575
Joined: Mon Aug 08, 2011 4:54 am

Re: Amber Client

Postby romovs » Sun Sep 06, 2015 10:23 am

Apillion wrote:Maybe for some nice rounding you could:

Add a icon to your bat file....

And under options a button that is named Controls with all the keys that can be used in game like this list that's on the first page


.bat file doesn't store icon of its own. Although you can create a shortcut to it and change its icon. But I prefer not to add it to the distribution package as it might just confuse people.
Will add window with keys listing later on.

Uriel246 wrote:When you press shitf+right click in seeds (or a bucket of seeds), the client freeze.

jordancoles wrote:The map snaps back to its default size when the client is restarted


Thanks. Will fix in the next update.

CaptainMidget wrote:Yet to try this client, does it have a grid included? For farming purposes.. it would be SOOOOO convenient.


Grids are not in yet but it will be implemented soon.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby qthree » Sun Sep 06, 2015 2:05 pm

Please, add minimap icons for ore boulders. Made it by myself, but i am too lazy to merge and compile after each update. Something like this in LocalMiniMap:
Code: Select all
private String[] stoneNames = {"ras", "porphyry", "quartz"}; //not full list, miss some common stones

And this to "drawicons":
Code: Select all
} else if(res != null && res.name.indexOf("gfx/terobjs/bumlings")==0) {
    boolean stone = false;
   
    for(String stoneName : stoneNames) {
        if(res.basename().indexOf(stoneName)==0) {
            stone = true;
            break;
        }
    }
    Coord pc = p2c(gob.rc);
    g.chcolor(Color.BLACK);
    g.fellipse(pc, new Coord(5, 5));
    g.chcolor(stone ? new Color(0x777777) : Color.RED);
    g.fellipse(pc, new Coord(4, 4));
    g.chcolor();
}
qthree
 
Posts: 65
Joined: Sun Feb 14, 2010 7:30 am

Re: Amber Client

Postby romovs » Sun Sep 06, 2015 2:29 pm

qthree wrote:Please, add minimap icons for ore boulders. Made it by myself, but i am too lazy to merge and compile after each update. Something like this in LocalMiniMap:

Will do. Thanks!
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby shubla » Sun Sep 06, 2015 2:38 pm

Mapping tools dont still work on this. They can merge 1 session but not combine multiple. I think its mostly due way this saves maps?
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13041
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Amber Client

Postby SlayerSlovak0207 » Sun Sep 06, 2015 2:41 pm

romovs wrote:
qthree wrote:Please, add minimap icons for ore boulders. Made it by myself, but i am too lazy to merge and compile after each update. Something like this in LocalMiniMap:

Will do. Thanks!


Isn't it nice when people just do the work for you?

EDIT FIX: Isn't it nice when people just do a lot of the work for you?
Last edited by SlayerSlovak0207 on Sun Sep 06, 2015 3:45 pm, edited 1 time in total.
My Steam:
http://steamcommunity.com/profiles/76561198049593666/

SteamDB Stats:
  • Account value: 1865€
  • Account value with sales: 502€
  • Total Playtime: 3,176h
User avatar
SlayerSlovak0207
 
Posts: 38
Joined: Tue Aug 20, 2013 5:43 pm
Location: Slovakia

Re: Amber Client

Postby qthree » Sun Sep 06, 2015 3:42 pm

SlayerSlovak0207 wrote:Isn't it nice when people just do the work for you?

That code actually only works with default map. It needs fix for resizeable map from Amber's client.

upd:
Code: Select all
Coord pc = p2c(gob.rc);

to
Code: Select all
Coord pc = p2c(gob.rc).add(delta);
qthree
 
Posts: 65
Joined: Sun Feb 14, 2010 7:30 am

Re: Amber Client

Postby Apillion » Sun Sep 06, 2015 3:46 pm

I was thinking

Instead of the radial gray out on curiosity a nice feature would be a time or percentage on how long curiosity going to take to get done.
User avatar
Apillion
 
Posts: 405
Joined: Mon Dec 30, 2013 10:34 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 3 guests