Page 7 of 13

Re: Plug-in system for Latikai's client

PostPosted: Sun Apr 23, 2017 9:38 pm
by Taipion
[22:33] [StallSeller] Selling items to stall. Please wait until further notice.
[22:33] [FuelFillerPlugin] Finished.

...

o.O

...


ui.message("[StallSeller] Selling items to stall. Please wait until further notice.", GameUI.MsgType.INFO);
(from the fuel filler plugin: https://github.com/DonnEssime/SalemFuel ... lugin.java )


Well, I guess some message is better than no message, right? :lol:

Re: Plug-in system for Latikai's client

PostPosted: Sun Apr 23, 2017 9:43 pm
by Chrumps
and apparently I forgot to change the comment when ripping off pickup plugin code
Code: Select all
 //we find the closest item on the ground

:lol:

Re: Plug-in system for Latikai's client

PostPosted: Sun Apr 23, 2017 10:57 pm
by Kandarim
Kandarim wrote:
Chrumps wrote:
Kandarim wrote:I tend to say '***** it' on most things I implement in my spare time.

Proven right.


Luckily, not applicable in this case as you've programmed it, not me :)


QFT again - fixed in a couple of minutes fixed

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 9:50 pm
by Heffernan
did u break the fuel filler plugin?

i activate it, take a coal in my hand, press F but now nothing happens

- a check at the start that the user has something on hand to start with


might be this, but you cant activate the plugin with coal in ur hand as it drops the coal?

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:06 pm
by Taipion
Heffernan wrote:did u break the fuel filler plugin?

i activate it, take a coal in my hand, press F but now nothing happens

- a check at the start that the user has something on hand to start with


might be this, but you cant activate the plugin with coal in ur hand as it drops the coal?


I can't see any change to functionality with the last change, and it worked before for me.
Are you sure it is still mapped to "F"?

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:06 pm
by Heffernan
Taipion wrote:
Heffernan wrote:did u break the fuel filler plugin?

i activate it, take a coal in my hand, press F but now nothing happens

- a check at the start that the user has something on hand to start with


might be this, but you cant activate the plugin with coal in ur hand as it drops the coal?


I can't see any change to functionality with the last change, and it worked before for me.
Are you sure it is still mapped to "F"?


no clue havent checked the source, will do now

edit: cant understand anything off java code or find the line that describes the button to press to activate :s

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:14 pm
by Chrumps
the problem might be here:
Code: Select all
#uint16 hk
73

Capital i (shift-i) should work.

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:15 pm
by Taipion
So yes, "i" is the hotkey you were looking for. :P

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:15 pm
by Heffernan
if you go to the "Extended" page and press i (for the plugin) with coal in ur hand it works fine

@kandarim if its not asked much can the time of the plugin be extended so you dont need to use it 6-8times on a single brazier and is that the maximum speed without the game lagging?

Re: Plug-in system for Latikai's client

PostPosted: Mon Apr 24, 2017 10:23 pm
by Taipion
Chrumps wrote:the problem might be here:
Code: Select all
#uint16 hk
73

Capital i (shift-i) should work.


- few people would know where to find that ^^

- and non-cap "i" works fine