Jump to content

[Share] AIO NPC for Gracia CT2.4 (By Allen)


Recommended Posts

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

 

It works with latest L2J.

 

YOU DID SOMETHING wrong, thats all.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

-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.

Link to comment
Share on other sites

-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

Link to comment
Share on other sites

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">

Link to comment
Share on other sites

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.




×
×
  • Create New...