no action at multisell

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: no action at multisell

Post 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.
So What?????
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: no action at multisell

Post by UnAfraid »

Are you use BETA branch?
Image
Stalitsa
Initiates
Initiates
Posts: 87
Joined: Fri Jul 26, 2013 10:16 am

Re: no action at multisell

Post by Stalitsa »

UnAfraid wrote:Are you use BETA branch?
Im using beta.. Last...
Image
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: no action at multisell

Post by disorder35 »

I use trunk.
So What?????
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: no action at multisell

Post by UnAfraid »

Image
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: no action at multisell

Post by disorder35 »

UnAfraid wrote:Try that Changeset 6657
ask me for a login / password

why is asking for login to see a changeset?
Last edited by disorder35 on Thu Oct 02, 2014 12:29 am, edited 1 time in total.
So What?????
Stalitsa
Initiates
Initiates
Posts: 87
Joined: Fri Jul 26, 2013 10:16 am

Re: no action at multisell

Post by Stalitsa »

UnAfraid wrote:Try that Changeset 6657
i ll check it tomorow, after work... thnx!
Image
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: no action at multisell

Post 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
Image
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: no action at multisell

Post 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.
So What?????
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: no action at multisell

Post by Sdw »

trunk is now 6 rev late, it has been sync recently, just update.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: no action at multisell

Post by JMD »

UnAfraid wrote:Try that Changeset 6657
Dos this mean we can use our cb as gm shop safely now?
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: no action at multisell

Post by Sdw »

Yes it does.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: no action at multisell

Post 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?
User avatar
disorder35
Posts: 700
Joined: Sat Aug 01, 2009 3:29 pm

Re: no action at multisell

Post 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,
So What?????
Stalitsa
Initiates
Initiates
Posts: 87
Joined: Fri Jul 26, 2013 10:16 am

Re: no action at multisell

Post 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....!
Image
Post Reply