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 gorniksam » Mon Aug 03, 2015 10:28 pm

ASTAROTH wrote:
gorniksam wrote:lie about someone too :)


Oh its you...

lol

speaking of a devil to say it...

Maby tell a true story to Judaism what You told Thorman a "Day be4r our encounter" about his request when he whanted your help with goodtown :D ?

psss i will not tell dont worry ;)



Next lie from thorman like a "i insulted his wife"?
Btw, you or thorman come up with these lies?
User avatar
gorniksam
 
Posts: 2233
Joined: Mon Mar 30, 2015 11:49 am
Location: Shame Corner

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

Postby Pordy » Mon Aug 17, 2015 10:26 am

The rubble hardness counters disappears, it is a client error, or the hardness feature disabled on the server?
-----------------
In eating we dont know jokes!
Pordy
 
Posts: 84
Joined: Tue Nov 13, 2012 1:02 pm

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

Postby Procne » Mon Aug 17, 2015 10:48 am

Pordy wrote:The rubble hardness counters disappears, it is a client error, or the hardness feature disabled on the server?

viewtopic.php?f=2&t=15445
Image
Procne
 
Posts: 3696
Joined: Mon Sep 03, 2012 11:34 pm

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

Postby Heffernan » Fri Sep 04, 2015 12:04 pm

question to Kandarim, since u coded it to immediately drop Bats, is it possible to make it so u automatically Drop Timber Terror Fetishes?
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

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

Postby Kandarim » Fri Sep 04, 2015 12:39 pm

for the record, Ender is the one that coded the auto-dropper for bats.
But yes, I see no reason why it should not be possible for terrors/all-consuming flames.
Whether I want to do so is another matter though - I concede that removing bats used to be a good idea before but now that it is a madness only thing i probably wouldn't do it again. If anything, people shouldn't dig while mad in order not to lose their tools.

What do the fetishes do exactly? I've never been mad before.
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 Heffernan » Fri Sep 04, 2015 12:46 pm

Kandarim wrote:for the record, Ender is the one that coded the auto-dropper for bats.
But yes, I see no reason why it should not be possible for terrors/all-consuming flames.
Whether I want to do so is another matter though - I concede that removing bats used to be a good idea before but now that it is a madness only thing i probably wouldn't do it again. If anything, people shouldn't dig while mad in order not to lose their tools.

What do the fetishes do exactly? I've never been mad before.


when you have madness 2-9 and work at the Carpenters ench or Whittlers Bench it can appear in your left hand slot and if u fail to remove it immediately it removes 1 Hammer & Nail everytime you use the bench wich is pretty devastating, and i hope it can be covered by custom clients just to show JC how retarded it is :)
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

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

Postby alloin » Sun Sep 06, 2015 12:52 pm

Code: Select all
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(Unknown Source)
   at java.util.TimSort.mergeAt(Unknown Source)
   at java.util.TimSort.mergeForceCollapse(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.TimSort.sort(Unknown Source)
   at java.util.Arrays.sort(Unknown Source)
   at java.util.Collections.sort(Unknown Source)
   at haven.Inventory.sortItemsLocally(Inventory.java:187)
   at haven.Inventory.resort(Inventory.java:366)
   at haven.Inventory.makechild(Inventory.java:386)
   at haven.UI.newwidget(UI.java:178)
   at haven.RemoteUI.run(RemoteUI.java:65)
   at haven.MainFrame.run(MainFrame.java:291)
   at java.lang.Thread.run(Unknown Source)

weird error
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

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

Postby Heffernan » Sun Sep 06, 2015 1:12 pm

alloin wrote:
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeHi(Unknown Source)
at java.util.TimSort.mergeAt(Unknown Source)
at java.util.TimSort.mergeForceCollapse(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at haven.Inventory.sortItemsLocally(Inventory.java:187)
at haven.Inventory.resort(Inventory.java:366)
at haven.Inventory.makechild(Inventory.java:386)
at haven.UI.newwidget(UI.java:178)
at haven.RemoteUI.run(RemoteUI.java:65)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)

weird error


is this a bugreport or a lifestory? :P
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

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

Postby Procne » Sun Sep 06, 2015 1:14 pm

Heffernan wrote:
alloin wrote:
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeHi(Unknown Source)
at java.util.TimSort.mergeAt(Unknown Source)
at java.util.TimSort.mergeForceCollapse(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.TimSort.sort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at haven.Inventory.sortItemsLocally(Inventory.java:187)
at haven.Inventory.resort(Inventory.java:366)
at haven.Inventory.makechild(Inventory.java:386)
at haven.UI.newwidget(UI.java:178)
at haven.RemoteUI.run(RemoteUI.java:65)
at haven.MainFrame.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)

weird error


is this a bugreport or a lifestory? :P

I think it's your megalomania
Image
Procne
 
Posts: 3696
Joined: Mon Sep 03, 2012 11:34 pm

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

Postby Kralith » Fri Sep 18, 2015 5:07 pm

I don't know if someone has report it in the past.
But:

If i have an open KIN list, then i can't open my inventory with TAB.

What could it affect?
Salem Wiki (PM me if you need help with editing)
Report corrections and new things here.
-----------------------------------------------------------------------
User avatar
Kralith
Customer
 
Posts: 1033
Joined: Sun Dec 16, 2012 2:14 pm
Location: Germany

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 3 guests