Ceres RU Source Removed

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

Moderator: Phades

Re: Ceres RU Source Removed

Postby Armadillo » Mon Nov 17, 2014 5:39 pm

bjiyura wrote:Hello, can someone explain how scripts interact with the window crafting.

Code: Select all
void main() {
   def eq = getCraftWindow();
   sendAction("craft", "linencloth");
   if (eq == null) {
      toConsole(" Cant Open ");
   }
   else {
      eq.pushButton("Craft");
   }
   waitHourglass();
   
}


The window opens, but start Kraft does not work (


Code: Select all
   sendAction("craft", "linencloth"); //send request
   sleep(3000); //wait some time
   def eq = getCraftWindow(); // and get craft window
   if (eq == null) {
      toConsole(" Cant Open ");
   } else {
      eq.pushButton("Craft");
      waitHourglass();
   }

User avatar
Armadillo
 
Posts: 4
Joined: Sat Oct 05, 2013 12:55 pm

Re: Ceres RU Source Removed

Postby loftar » Mon Nov 17, 2014 6:19 pm

Armadillo wrote:
krvd wrote:Can you share sources please?

no

The license requires you to, though. You can share it either with sources or not at all.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Ceres RU Source Removed

Postby vatas » Mon Nov 17, 2014 6:54 pm

loftar wrote:
Armadillo wrote:
krvd wrote:Can you share sources please?

no

The license requires you to, though. You can share it either with sources or not at all.

Does HnH client have open-source license? I'm not expert but then it is possible that making client modifications and not making them public could even be criminal.
The most actively maintained Haven and Hearth Wiki (Not guaranteed to be up-to-date with all w14 changes.)

Basic Claim Safety (And what you’re doing wrong) (I recommend you read it in it's entirety, but TL:;DR: Build a Palisade.)

Combat Guide (Overview, PVE, PVP) (Includes how to escape/minimize risk of getting killed.)
User avatar
vatas
 
Posts: 4517
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Ceres RU Source Removed

Postby loftar » Mon Nov 17, 2014 6:59 pm

vatas wrote:Does HnH client have open-source license?

https://github.com/dolda2000/haven-clie ... er/COPYING
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 8926
Joined: Fri Apr 03, 2009 7:05 am

Re: Ceres RU Source Removed

Postby borka » Mon Nov 17, 2014 7:02 pm

time to ban users with clients without given source like Ceres, Latika, Rizen, Reisen and FIG ...

he's been reproached at russian forums for his approach different times
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Ceres RU Source Removed

Postby bjiyura » Tue Nov 18, 2014 12:18 pm

Armadillo wrote:
bjiyura wrote:Hello, can someone explain how scripts interact with the window crafting.

Code: Select all
void main() {
   def eq = getCraftWindow();
   sendAction("craft", "linencloth");
   if (eq == null) {
      toConsole(" Cant Open ");
   }
   else {
      eq.pushButton("Craft");
   }
   waitHourglass();
   
}


The window opens, but start Kraft does not work (


Code: Select all
   sendAction("craft", "linencloth"); //send request
   sleep(3000); //wait some time
   def eq = getCraftWindow(); // and get craft window
   if (eq == null) {
      toConsole(" Cant Open ");
   } else {
      eq.pushButton("Craft");
      waitHourglass();
   }



Thank you very much, it works now )
bjiyura
 
Posts: 2
Joined: Fri Sep 19, 2014 2:09 pm

Previous

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 1 guest