Anemone Client

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

Moderator: Phades

Re: Anemone Client

Postby borka » Mon Aug 04, 2014 7:03 am

There is no folder named client inside Java (jre) folder!

I don't know what program you're using to extract zip or rar files and how you're doing it - i suggest to create a folder called Anemone - drop the downloaded
Code: Select all
anemone-01.06.14-windows-i586.zip
into - right click it and choose "extract here" - that way you have it at one place - you also should have a run.bat in that folder which you edit to your needs (path to Java)

same goes for Ender it should be in it's own folder where your self created run.bat and updater.jar should be in aswell
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby dilandil2 » Sun Aug 31, 2014 12:57 pm

Hi there!, i was trying to install this client and it doesnt works.
I installed the ender, then i installed the maid and the anemone. And it doesnt work by a java error. Is there any client dump i could download?

Ill apreciate the help thanks
dilandil2
 
Posts: 1
Joined: Thu Feb 20, 2014 12:20 am

Re: Anemone Client

Postby borka » Sun Aug 31, 2014 8:13 pm

What Java error you get?
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby algam » Fri Sep 05, 2014 5:22 am

Hi,

I am trying to make a cupboard :)
I select the action from the bar with HavenUtil.useActionBar but after that .doLeftClick(Coord) does not seem to work.
Am I doing something wrong?
Thanks
algam
 
Posts: 108
Joined: Thu Mar 04, 2010 3:11 pm

Re: Anemone Client

Postby romovs » Fri Sep 05, 2014 12:30 pm

algam wrote:Hi,

I am trying to make a cupboard :)
I select the action from the bar with HavenUtil.useActionBar but after that .doLeftClick(Coord) does not seem to work.
Am I doing something wrong?
Thanks


Building things is a bit tricky as I never made any helper functions for it..


Code: Select all
maid.doAction("act", "bp", "cupboard");
maid.ui.mainview.wdgmsg("place", /*coordinate where you want to place it*/, 1, 0);
win = maid.waitForWindow("Cupboard");

// Get a board from the inventory
// (will need adapt this to transferring multiple boards obviously)
inv = maid.getInventory();
boards = maid.getItems(inv, "board");
maid.doTake(boards[0]);
maid.waitForGrab();

// Find the widget to drop the materials to.
// Since for a cupboard there is only one type of mats
// we just return the very first widget of type "isbox"
for (Widget i = win.child; i != null; i = i.next) {
    if (i instanceof ISBox) {
       // transfer the materials
        maid.doDrop(null, i, new Coord(0,0));
       break;
    }
}

// build it
for (Widget i = win.child; i != null; i = i.next) {
    if (i instanceof Button && ((Button)i).text.text.equals("Build")) {
       ((Button)i).click();
       break;
    }
}
       


HavenUtil.* stuff is not supposed to be used inside the scripts.
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby algam » Fri Sep 05, 2014 9:10 pm

Thanks for fast answer. Building the cupboard worked like a charm. :)
algam
 
Posts: 108
Joined: Thu Mar 04, 2010 3:11 pm

Re: Anemone Client

Postby Perunn » Sun Sep 21, 2014 1:32 pm

Hi guys!

I managed to run this client and everything is perfect, except for this one thing.
When I logout (or exit the client) and then login everything on my belt is missing, so I have to put the skills (like dig, pick up, shoot) again every time I log in. In comparison, I didn't have this problem with ender's. The belts themselves are where I placed them, everything is still the same, just the skills are missing. I tried to lock the belt when I logout, but it doesn't help.
Sorry if there is already a solution here in the thread, I just can't read the whole thing. Thank you!
Perunn
 
Posts: 10
Joined: Mon Aug 26, 2013 7:55 pm

Re: Anemone Client

Postby wyzka » Mon Sep 22, 2014 3:43 pm

Try running it as administrator and then set belts
wyzka
 
Posts: 25
Joined: Thu Dec 20, 2012 6:21 pm
Location: Lithuania

Re: Anemone Client

Postby Perunn » Tue Sep 23, 2014 8:05 am

Thank you for the answer. I tried opening the run.bat as an administrator a couple of times, but I couldn't (the command prompt file just blinked and dissapeared, after I allow it to make changes to my computer). Moreover, when I go into the properties of the run.bat I can't tick the box for always running this as an administrator. What should I do?
Perunn
 
Posts: 10
Joined: Mon Aug 26, 2013 7:55 pm

Re: Anemone Client

Postby wyzka » Tue Sep 23, 2014 9:08 am

You could also try copying belt files from enders folder to anemone folder, just make sure the char names are right. It should be named charnamebelts.conf as i recall, but i might be wrong on this
wyzka
 
Posts: 25
Joined: Thu Dec 20, 2012 6:21 pm
Location: Lithuania

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot], Semrush [Bot] and 0 guests