Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby painhertz » Mon Dec 19, 2011 10:00 pm

cobaltjones wrote:
painhertz wrote:Autohearth? Are you fucking kidding me?

Don't bitch at him for including it. Bitch at the devs for allowing it.

As long as the client is open source then everything should be available to everyone. Level playing field.



Not only did I not bitch at anyone but I'm damned tired of you following me around the forums riding my dick. Go find someone else to play with, I'm not interested.
"I shall PERSONALLY witness for you at the shiny, chrome gates of Valhalla!"
User avatar
painhertz
 
Posts: 6185
Joined: Sat Jan 22, 2011 2:07 am
Location: Louisiana

Re: Game Client modified by Ender

Postby cobaltjones » Mon Dec 19, 2011 10:04 pm

painhertz wrote:
cobaltjones wrote:
painhertz wrote:Autohearth? Are you fucking kidding me?

Don't bitch at him for including it. Bitch at the devs for allowing it.

As long as the client is open source then everything should be available to everyone. Level playing field.



Not only did I not bitch at anyone but I'm damned tired of you following me around the forums riding my dick. Go find someone else to play with, I'm not interested.

I don't think you understand what the phrase "riding my dick" means.

Regardless, if you're not bitching about auto-hearthing being included then perhaps you should flesh out your thoughts more than simply "are you fucking kidding me?"
User avatar
cobaltjones
 
Posts: 2725
Joined: Tue Dec 07, 2010 1:27 am

Re: Game Client modified by Ender

Postby painhertz » Mon Dec 19, 2011 10:08 pm

"I don't think you understand what the phrase "riding my dick" means."

in internet parlance it's generally known to be someone who focuses on another person WAY too much and follows them around saying either positive or negative things about them or their activities. Naowhut has a lot of noob dickriders because they think he's "hardcore".

As for my original post, it's merely a statement of incredulity. No more explanation would be required for anyone else but...well, you.
"I shall PERSONALLY witness for you at the shiny, chrome gates of Valhalla!"
User avatar
painhertz
 
Posts: 6185
Joined: Sat Jan 22, 2011 2:07 am
Location: Louisiana

Re: Game Client modified by Ender

Postby cobaltjones » Mon Dec 19, 2011 10:11 pm

Actually "riding my dick" is specifically intended for positive reinforcement. I think the phrase you're looking for is "busting my balls".
User avatar
cobaltjones
 
Posts: 2725
Joined: Tue Dec 07, 2010 1:27 am

Re: Game Client modified by Ender

Postby sabinati » Mon Dec 19, 2011 10:45 pm

you're both busting my balls. stop riding each others' dicks.
User avatar
sabinati
 
Posts: 15513
Joined: Mon Jul 13, 2009 4:25 am
Location: View active topics

Re: Game Client modified by Ender

Postby cobaltjones » Mon Dec 19, 2011 10:52 pm

Redlaw wrote:added viewing of gob equips made by boshaw

What does that do?

Mouseover shows tooltip of what equips the character has on, if I remember correctly.
User avatar
cobaltjones
 
Posts: 2725
Joined: Tue Dec 07, 2010 1:27 am

Re: Game Client modified by Ender

Postby Renytenz » Mon Dec 19, 2011 11:08 pm

cobaltjones wrote:
Redlaw wrote:added viewing of gob equips made by boshaw

What does that do?

Mouseover shows tooltip of what equips the character has on, if I remember correctly.

Shift+mouseover
Image
User avatar
Renytenz
 
Posts: 64
Joined: Tue Dec 21, 2010 11:14 am

Re: Game Client modified by Ender

Postby mvgulik » Wed Dec 21, 2011 5:21 pm

Two more Belt mishaps on having a item in it while the character don't has that ability yet.

Case 1: Client crash, Having built-cupboard in belt while character don't has that ability yet.
Code: Select all
--- = before closing client ---
paginae/build/cupboard
javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource paginae/build/cupboard (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
        at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
        at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
        at haven.HavenPanel.uglyjoglhack(HavenPanel.java:363)
        at haven.HavenPanel.run(HavenPanel.java:392)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/build/cupboard (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at haven.Resource.checkerr(Resource.java:1133)
        at haven.Resource.layer(Resource.java:1016)
        at haven.ToolbarWnd.draw(ToolbarWnd.java:213)
        at haven.Widget.draw(Widget.java:290)
        at haven.RootWidget.draw(RootWidget.java:108)
        at haven.UI.draw(UI.java:150)
        at haven.HavenPanel.redraw(HavenPanel.java:268)
        at haven.HavenPanel$1.display(HavenPanel.java:91)
        at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
        at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
        at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1056)
        at haven.Resource.access$300(Resource.java:74)
        at haven.Resource$Loader.handle(Resource.java:471)
        at haven.Resource$Loader.run(Resource.java:450)
        at java.lang.Thread.run(Unknown Source)
Exception in thread "Haven UI thread" javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource paginae/build/cupboard (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
        at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
        at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
        at haven.HavenPanel.uglyjoglhack(HavenPanel.java:363)
        at haven.HavenPanel.run(HavenPanel.java:392)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/build/cupboard (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at haven.Resource.checkerr(Resource.java:1133)
        at haven.Resource.layer(Resource.java:1016)
        at haven.ToolbarWnd.draw(ToolbarWnd.java:213)
        at haven.Widget.draw(Widget.java:290)
        at haven.RootWidget.draw(RootWidget.java:108)
        at haven.UI.draw(UI.java:150)
        at haven.HavenPanel.redraw(HavenPanel.java:268)
        at haven.HavenPanel$1.display(HavenPanel.java:91)
        at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
        at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
        at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1056)
        at haven.Resource.access$300(Resource.java:74)
        at haven.Resource$Loader.handle(Resource.java:471)
        at haven.Resource$Loader.run(Resource.java:450)
        at java.lang.Thread.run(Unknown Source)

--- + after closing client ---
Exception in thread "Haven main thread" java.lang.RuntimeException: Delayed error in resource paginae/build/cupboard (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at haven.Resource.checkerr(Resource.java:1133)
        at haven.Resource.compareTo(Resource.java:1025)
        at haven.Resource.compareTo(Resource.java:74)
        at java.util.ComparableTimSort.countRunAndMakeAscending(Unknown Source)
        at java.util.ComparableTimSort.sort(Unknown Source)
        at java.util.ComparableTimSort.sort(Unknown Source)
        at java.util.Arrays.sort(Unknown Source)
        at java.util.Collections.sort(Unknown Source)
        at haven.Resource.dumplist(Resource.java:1181)
        at haven.MainFrame.main2(MainFrame.java:296)
        at haven.MainFrame.access$100(MainFrame.java:52)
        at haven.MainFrame$6.run(MainFrame.java:327)
        at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1056)
        at haven.Resource.access$300(Resource.java:74)
        at haven.Resource$Loader.handle(Resource.java:471)
        at haven.Resource$Loader.run(Resource.java:450)
        ... 1 more
Druk op een toets om door te gaan. . .



Case 2: Having stompdirt in belt while character don't has that ability yet. (Not tripping client untill client is closed.)
Code: Select all
--- = before closing client ---
paginae/act/stompdirt

--- + after closing client ---
Exception in thread "Haven main thread" java.lang.RuntimeException: Delayed error in resource gfx/hud/skills/hunting (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        at haven.Resource.checkerr(Resource.java:1133)
        at haven.Resource.compareTo(Resource.java:1025)
        at haven.Resource.compareTo(Resource.java:74)
        at java.util.ComparableTimSort.countRunAndMakeAscending(Unknown Source)
        at java.util.ComparableTimSort.sort(Unknown Source)
        at java.util.ComparableTimSort.sort(Unknown Source)
        at java.util.Arrays.sort(Unknown Source)
        at java.util.Collections.sort(Unknown Source)
        at haven.Resource.dumplist(Resource.java:1181)
        at haven.MainFrame.main2(MainFrame.java:296)
        at haven.MainFrame.access$100(MainFrame.java:52)
        at haven.MainFrame$6.run(MainFrame.java:327)
        at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Wrong res version (5 != 3)
        at haven.Resource.load(Resource.java:1056)
        at haven.Resource.access$300(Resource.java:74)
        at haven.Resource$Loader.handle(Resource.java:471)
        at haven.Resource$Loader.run(Resource.java:450)
        ... 1 more
Druk op een toets om door te gaan. . .


... Hope that solves that mystifying "Delayed error in resource gfx/hud/skills/hunting (v3)" error. :) ...

Nicely quite here at the moment.

---

PS: Just in case ... on that java.io.FileNotFoundException error message. (was thinking the wrong thing when I made a note about that one.)
- java.io.FileNotFoundException: highlight.cfg (Het systeem kan het opgegeven bestand niet vinden)
Error filename: "highlight.cfg"
Real file found: "highlight.conf"
(Aka: persistent error instead of a one time case.)
mvgulik
 
Posts: 3766
Joined: Fri May 21, 2010 2:29 am

Re: Game Client modified by Ender

Postby mvgulik » Sun Dec 25, 2011 4:52 am

Looked for other similar terminal Belt items. Tested by using a edited belt-file with "New Character".
(50 out of 500+)
Code: Select all
<any.string.not.linking.to.some.res.file>
paginae/act/laystone
paginae/atk/ashoot
paginae/atk/axe
paginae/atk/cflame
paginae/atk/cleave
paginae/atk/fflame
paginae/atk/knockteeth
paginae/atk/oppknock
paginae/atk/padv
paginae/atk/paingain
paginae/atk/pow
paginae/atk/quell
paginae/atk/sidestep
paginae/atk/sos
paginae/atk/sting
paginae/atk/strangle
paginae/atk/valstr
paginae/blk/bloodlust
paginae/blk/dorg
paginae/blk/medi
paginae/blk/shield
paginae/build/brodinn
paginae/build/cart
paginae/build/cupboard
paginae/build/logc
paginae/build/mgrind
paginae/build/rowboat
paginae/craft/apdough
paginae/craft/bonearrow
paginae/craft/butter
paginae/craft/chiefhat
paginae/craft/dough
paginae/craft/dough_blueberrypie
paginae/craft/dough_brodgar
paginae/craft/dough_pirozhki
paginae/craft/feast_cavebulb
paginae/craft/flour
paginae/craft/foxhat
paginae/craft/linencloth
paginae/craft/pumpkinhat
paginae/craft/rangerbow
paginae/craft/rennet
paginae/craft/stonearrow
paginae/craft/tuskhelm
paginae/craft/what
paginae/craft/wheatgrist
paginae/craft/woodbow
paginae/craft/wort
paginae/gov/cstatue
paginae/gov/vflag


Also got this one "Error while using belt item! Looks like inventory item got used as menu item. If you know steps to reproduce this - please report."
When: Clicking on belt-slot with "paginae/act/cartography", also given/used on a "New Character".
mvgulik
 
Posts: 3766
Joined: Fri May 21, 2010 2:29 am

Re: Game Client modified by Ender

Postby maqzek » Mon Dec 26, 2011 2:51 am

Any reason why Hide Objects feature doesn't work? It doesn't hide any of the objects.
maqzek
 
Posts: 3
Joined: Tue Jan 11, 2011 8:46 am

PreviousNext

Return to The Wizards' Tower

Who is online

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