Page 2 of 3

Re: no action at multisell

Posted: Wed Oct 01, 2014 7:04 pm
by disorder35
UnAfraid wrote:better make your own multisells and do not add lines like:

Code: Select all

<list ...>    <npcs>        <npc>ID</npc>    </npc>   ...</list>
because that limits the multisell to these npcs only
I use to have the npc element on my gmshop multisell but after you replied this,
UnAfraid wrote:multisells that doesnt contains <npcs> element should be open-able from community board without problems.
I went on and took all the npc elements out but I still can't buy from the community with a regular char.
And thank you for your reply. I think figuring this out will help a lot people since more and more servers are using Gmshop on community board and most of the packs that have Gmshop on the communityh board that I look into to see if they could give me a hint on this problem, have those lines on multisellchoose.java commented or they don't have at all. So it seems that they all have that big hole open.

Thanks again.

Re: no action at multisell

Posted: Wed Oct 01, 2014 8:10 pm
by UnAfraid
Are you use BETA branch?

Re: no action at multisell

Posted: Wed Oct 01, 2014 8:17 pm
by Stalitsa
UnAfraid wrote:Are you use BETA branch?
Im using beta.. Last...

Re: no action at multisell

Posted: Wed Oct 01, 2014 9:29 pm
by disorder35
I use trunk.

Re: no action at multisell

Posted: Wed Oct 01, 2014 11:56 pm
by UnAfraid

Re: no action at multisell

Posted: Thu Oct 02, 2014 12:20 am
by disorder35
UnAfraid wrote:Try that Changeset 6657
ask me for a login / password

why is asking for login to see a changeset?

Re: no action at multisell

Posted: Thu Oct 02, 2014 12:21 am
by Stalitsa
UnAfraid wrote:Try that Changeset 6657
i ll check it tomorow, after work... thnx!

Re: no action at multisell

Posted: Thu Oct 02, 2014 1:55 am
by UnAfraid
disorder35 wrote:
UnAfraid wrote:Try that Changeset 6657
ask me for a login / password

why is asking for login to see a changeset?
use http://trac.l2jfree.com/l2jserver instead

Re: no action at multisell

Posted: Thu Oct 02, 2014 2:43 am
by disorder35
Can you do it for trunk also.
I have a few errors:
getId - The method getId() is undefined for the type L2Npc
isNpcOnly - The method isNpcOnly() is undefined for the type PreparedListContainer

If I change to !list.checkNpcObjectId(npc.getNpcId() I get rid of the fist error
but the second error need to create the method on the PreparedListContainer I need the return.

Code: Select all

public boolean isNpcOnly()    {        // TODO Auto-generated method stub        return false;    }
I'm So sorry man to bother you so much.

Re: no action at multisell

Posted: Thu Oct 02, 2014 9:29 am
by Sdw
trunk is now 6 rev late, it has been sync recently, just update.

Re: no action at multisell

Posted: Thu Oct 02, 2014 3:15 pm
by JMD
UnAfraid wrote:Try that Changeset 6657
Dos this mean we can use our cb as gm shop safely now?

Re: no action at multisell

Posted: Thu Oct 02, 2014 3:51 pm
by Sdw
Yes it does.

Re: no action at multisell

Posted: Thu Oct 02, 2014 4:57 pm
by JMD
Sdw wrote:Yes it does.
Cool, any chance we also get to be able to make gatekeeper from CB? Should i make a new topic about this?

Re: no action at multisell

Posted: Mon Oct 06, 2014 4:06 am
by disorder35
Sdw wrote:trunk is now 6 rev late, it has been sync recently, just update.
I got too many custom things, I don't want to update. I tried to synch but I have too many conflicts and It will take too long to update. I was hoping I could just fix this,

Re: no action at multisell

Posted: Tue Oct 07, 2014 7:59 pm
by Stalitsa
disorder35 wrote:
Sdw wrote:trunk is now 6 rev late, it has been sync recently, just update.
I got too many custom things, I don't want to update. I tried to synch but I have too many conflicts and It will take too long to update. I was hoping I could just fix this,
There is no problem about that just make the conflict about MultiSellChoose.java Manualy.
And take your time about the big update....!