classmaster not reacts to _Buy handle

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

classmaster not reacts to _Buy handle

Post by KGB1st »

buylist

Code: Select all

3175601.xml
htm from classmaster folder

Code: Select all

<html><body>
    <a action="bypass -h npc_%objectId%_Buy 3175601">something else..</a>
</body></html>
Quest opened this htm but can't do operation _Buy in <a></a>

Wtf :crazy:
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: classmaster not reacts to _Buy handle

Post by JMD »

Yeah i noticed that aswell. Cant buy the recipes and stuff.
HorridoJoho
L2j Senior Developer
L2j Senior Developer
Posts: 795
Joined: Sun Aug 14, 2005 11:27 am

Re: classmaster not reacts to _Buy handle

Post by HorridoJoho »

L2Merchant is required as npc type to open buy/sell shops.
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: classmaster not reacts to _Buy handle

Post by KGB1st »

it happened after NPCs' type changed, from L2Classmaster to L2NPC or something else
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: classmaster not reacts to _Buy handle

Post by JMD »

i created an issue on bitbucket on it.
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: classmaster not reacts to _Buy handle

Post by Sacrifice »

HorridoJoho wrote: Sat Aug 19, 2017 11:21 pm L2Merchant is required as npc type to open buy/sell shops.
Do exactly @HorridoJoho tells up. This fixes the issue
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: classmaster not reacts to _Buy handle

Post by JMD »

Yeah but wont that break the class changing options?
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: classmaster not reacts to _Buy handle

Post by Sacrifice »

Noop... work perfectly.
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: classmaster not reacts to _Buy handle

Post by KGB1st »

Code: Select all

<npc id="31756" level="70" type="L2Npc" usingServerSideName="true" name=" . " usingServerSideTitle="true" title="Support">
not works :\ maybe my git for not correctly merged.
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: classmaster not reacts to _Buy handle

Post by KGB1st »

checked my fork, l2jserver and l2jdatapack is correctly merged, diff showed nothing wrong with classmaster script or another critical.
https://youtu.be/7IowSCTtQig
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: classmaster not reacts to _Buy handle

Post by KGB1st »

omg I killed my branch, merged develop with master :( and not understood when I did it. Doing a local branch again.. :problem: :clap: :clap: :clap:
Post Reply