Jump to content

Recommended Posts

Posted

hello i have a problem with buffer and subclass why..

i have the latest rev datapack 7292 and  server 4100

from compile

 

Error log, or bye.

Posted

Alexis you did something wrong for sure, npc was tested 5 min ago on latest l2jserver rev and works.

 

Buffer works 100%

eqpdmc.jpg

 

Sub Manager works 100%

6e0s4k.jpg

Posted

i have  l2j server version : ${l2jdb.revision}

and datapack version : ${l2j.revision}

i have problem yes or no..??

yes how i can make..

dont know realy what you did wrong and this npc its easy to install.

1. copy all content of "data" folder from npc to your server

2. add this line "custom/955_NpcService/__init__.py" in scripts.cfg

3. insert npc.sql, skill_learn.sql, spawn npc.sql in navicat and npc should work

Posted

i have install all in navicat and again i have problem why???

 

It works with latest L2J.

 

YOU DID SOMETHING wrong, thats all.

Posted

I just updated to the lastest revision lastnight and never had any problem with this awsome share till now and heres the error I get.

 

 

L2J Server Version:    3819

L2J Datapack Version:  6896

 

C:\L2setup\workspace\New Folder\gameserver\data\scripts\custom\955_NpcService\__

init__.py

Traceback (innermost last):

  File "__init__.py", line 993, in onFirstTalk

TypeError: setFile(): expected 2 args; got 1

 

        at org.python.core.Py.TypeError(Unknown Source)

        at org.python.core.PyReflectedFunction.throwError(Unknown Source)

        at org.python.core.PyReflectedFunction.throwArgCountError(Unknown Source

)

        at org.python.core.PyReflectedFunction.throwError(Unknown Source)

        at org.python.core.PyReflectedFunction.__call__(Unknown Source)

        at org.python.core.PyMethod.__call__(Unknown Source)

        at org.python.core.PyObject.__call__(Unknown Source)

        at org.python.core.PyInstance.invoke(Unknown Source)

        at org.python.pycode.serializable._pyx1272441000609.onFirstTalk$22(__ini

t__.py:993)

        at org.python.pycode.serializable._pyx1272441000609.call_function(__init

__.py)

        at org.python.core.PyTableCode.call(Unknown Source)

        at org.python.core.PyTableCode.call(Unknown Source)

        at org.python.core.PyTableCode.call(Unknown Source)

        at org.python.core.PyFunction.__call__(Unknown Source)

        at org.python.core.PyMethod.__call__(Unknown Source)

        at org.python.core.PyObject.__call__(Unknown Source)

        at org.python.core.PyObject._jcallexc(Unknown Source)

        at org.python.core.PyObject._jcall(Unknown Source)

        at org.python.proxies.main$Quest$414.onFirstTalk(Unknown Source)

        at com.l2jserver.gameserver.model.quest.Quest.notifyFirstTalk(Quest.java

:464)

        at handlers.actionhandlers.L2NpcAction.action(L2NpcAction.java:137)

        at com.l2jserver.gameserver.model.actor.L2Character.onAction(L2Character

.java:2435)

        at com.l2jserver.gameserver.model.L2Object.onAction(L2Object.java:264)

        at com.l2jserver.gameserver.network.clientpackets.Action.runImpl(Action.

java:126)

        at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run

(L2GameClientPacket.java:92)

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source

)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

        at java.lang.Thread.run(Unknown Source)

 

 

Can someone help ?  Mods I know this is most likely not the right place to post this but it was originally downloaded from this post.

 

 

TY

Posted

-1-

Latest rev of server and datapack are:

L2J Server Version:   4122

L2J Datapack Version:  7323

 

not

 

L2J Server Version:    3819

L2J Datapack Version:  6896

 

 

-2-

NPC is working fine on latest rev.

That error what you posted was fixed ~1 month ago and this npc was updated with that fix.

Posted

-1-

Latest rev of server and datapack are:

L2J Server Version:   4122

L2J Datapack Version:  7323

 

not

 

L2J Server Version:    3819

L2J Datapack Version:  6896

 

 

-2-

NPC is working fine on latest rev.

That error what you posted was fixed ~1 month ago and this npc was updated with that fix.

Your right I missed putting the int file sorry for wasting your time guys

 

cheers

Posted

Can someone explain why the function sell does not work ?

 

from net.sf.l2j.gameserver.network.serverpackets import SellList

if event == "sellmenu" :

st.player.setTarget(npc)

st.player.sendPacket(SellList(player))

st.player.sendPacket(ActionFailed.STATIC_PACKET)

        return

 

on GMSHOP html i have this:

<button value="Sell" action="bypass -h Quest 955_NpcService sellmenu 0 0 0" width=85 height=20 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • why ban him, his name almost ressurected the forum   haiku: Kara walks in light, whispers drift like soft spring rain, time bows at his steps.   Arrays.stream(DeveloperBrain.getInstance().getThoughts()) .filter(Kara.class::isInstance) .map(Kara.class::cast) .filter(k -> Objects.nonNull(k.getCoffeeLevel())) .flatMap(k -> k.getExcuses().stream().map(e -> Map.entry(k, e))) .filter(e -> Optional.ofNullable(StackOverflow.getAnswerById( DeveloperBrain.getVariables().getInt("kara_ban_counter", 0))) .map(a -> a.isActuallyHelpful() == false) .orElse(true)) .findFirst() .filter(r -> Optional.ofNullable(Admin.getPatience()) .filter(p -> Admin.destroyPatience("KaraBanProcess", 1, true)) .isPresent()) .ifPresentOrElse(e -> { Admin.sendPacket(SystemMessage.sendString("Kara has been banned again.")); Admin.sendPacket(Sound.ITEMSOUND_ENCHANT_FAILURE.getPacket()); Admin.sendPacket(new MagicSkillUse(Admin, Kara.class, CommonSkill.BANHAMMER.getId(), 999, 1, 0)); }, () -> Admin.sendPacket(SystemMessage.sendString("Miracle! Kara survived without a ban... this time.")));
    • decrypt and encrypt is works...          
    • well,thx for your reply...i had solved my problem.its source data errors...the old Armorgrp.dat and Armorgrp-classic.dat exist errors...rly swired. about skillgrp-classic.dat,i decrypt and encrypt it,it works...but in Grand Crusade i didnot know if it exist Auto-cast.   BTW,i rly dont know why the Original .dat files exist lots errors.but my Client works good...rly sweird.   anyway,i didnot like Mobius L2ClientDat tool...but we need use it...coz there is no other tools to work with new l2 client. 客户端工具很难用,解密后加密不回去的,哪怕你不做任何修改都加密不回去。你可以试试台版客户端就知道了。
    • sell adena l2rebon signature x1 - 1kk = 1 dollars l2reborn x10 - 500kk = 4 dollars E-Global x Lu4 - 1kk = 2 dollars BOHPTS - x20-x500 TOP PRICE LINEAGE2DEX - TOP PRICE !!!!! DISCORD - GODDARDSHOP TELEGRAM - MMOPROMO Also on sale are Epic jewelry, Clothes at a very good price
    • I will search for.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock