Custom client by Latikai, building on Ender's client

Forum for game modifications and custom clients.

Re: Custom client by Latikai, building on Ender's client

Postby Nsuidara » Mon Jun 08, 2015 9:28 pm

if someone does this and so the bot will gather ... and I mean about 2x2 range
eg. Boomstick rubby pick up drops ...
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Custom client by Latikai, building on Ender's client

Postby kataklinger » Wed Jun 10, 2015 1:12 pm

Hello, can anyone tell me if there is a way to turn of a specific item from a radar (like a rotten log, or autumn grass).
Thanks
kataklinger
 
Posts: 165
Joined: Mon Dec 02, 2013 11:23 am

Re: Custom client by Latikai, building on Ender's client

Postby Nsuidara » Wed Jun 10, 2015 1:34 pm

C:\Users\username\Salem\radar.xml :]
just remove what you not want see in minimap or show="false"
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Custom client by Latikai, building on Ender's client

Postby kataklinger » Wed Jun 10, 2015 5:54 pm

Cool, thanks a lot!
kataklinger
 
Posts: 165
Joined: Mon Dec 02, 2013 11:23 am

Re: Custom client by Latikai, building on Ender's client

Postby pistolshrimp » Wed Jun 10, 2015 9:49 pm

Has anyone else noticed that tracking with a canoe equipped is a little difficult, in that the canoe hides the arrow? I used alternate prospecting and it helped a little, do you have any thoughts about making the arrow easier to see with the canoe?
User avatar
pistolshrimp
 
Posts: 1826
Joined: Sun Mar 31, 2013 6:38 pm

Re: Custom client by Latikai, building on Ender's client

Postby Vexus » Sat Jun 13, 2015 12:47 am

Is there a way for Raider Mode Trees to have normal size bushes and other path-blocking things? I am searching this Topic, and see a lot of talk about it, but difficult to find the info.
Vexus
 
Posts: 181
Joined: Wed Apr 24, 2013 2:16 am

Re: Custom client by Latikai, building on Ender's client

Postby biskvito » Sun Jun 14, 2015 1:10 am

currently there's no way to change bushes, Latikai mentioned before he's not a fan of the raider tree feature, so I wouldn't count on it
biskvito
 
Posts: 100
Joined: Tue Apr 07, 2015 6:01 pm

Re: Custom client by Latikai, building on Ender's client

Postby biskvito » Sun Jun 14, 2015 6:38 pm

Not sure if I post this here on at Ender's thread: sometimes the Timer window disappears even when maximized, then i go to Windows.conf the X value is around 1075.

Seems It happens when I leave the timer window opened half-visible on the right, then I close the client, next time the window is off the charts and needs to edit the conf file.
biskvito
 
Posts: 100
Joined: Tue Apr 07, 2015 6:01 pm

Re: Custom client by Latikai, building on Ender's client

Postby Kandarim » Mon Jun 15, 2015 8:26 am

It should probably go in Ender's. That said, I looked through the code and don't see anything obviously wrong about it.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

Re: Custom client by Latikai, building on Ender's client

Postby pistolshrimp » Tue Jun 16, 2015 10:29 pm

Not sure if this is custom or default, Crashing every time I try to hover over the bucket in the Curious Curry recipe.

Code: Select all
java.lang.RuntimeException: java.lang.NullPointerException
   at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
   at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
   at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
   at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
   at javax.media.opengl.Threading.invoke(Threading.java:191)
   at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
   at haven.HavenPanel.uglyjoglhack(HavenPanel.java:420)
   at haven.HavenPanel.run(HavenPanel.java:455)
   at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
   at haven.Makewindow.tooltip(Makewindow.java:164)
   at haven.Makewindow.tooltip(Makewindow.java:129)
   at haven.Widget.tooltip(Widget.java:836)
   at haven.Window.tooltip(Window.java:298)
   at haven.Widget.tooltip(Widget.java:836)
   at haven.Widget.tooltip(Widget.java:836)
   at haven.HavenPanel.redraw(HavenPanel.java:324)
   at haven.HavenPanel$1.display(HavenPanel.java:94)
   at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
   at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
   at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
   at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
   at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
   at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:706)
   at java.awt.EventQueue$3.run(EventQueue.java:704)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:715)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
User avatar
pistolshrimp
 
Posts: 1826
Joined: Sun Mar 31, 2013 6:38 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 3 guests