Jump to content
  • 0

__init__.py IL


lixxit

Question

So im having this problem with everything that has datapack sided script.... Im doing everything right....

Take example Rin4a's Buffer, I C/P the folder (555_NPCBUFFER) into 'customs' scripts folder, and added the quest name to the __init__.py in the customs folder,

 

jscriptcrap.jpg

 

but it always fails to load, every script i tried..like 20+ scripts 0.0

 

555pp.jpg

 

SO what is the problem, :-\ appreciate help

 

ps. obviously im using Interlude (latest L2J)(scripts.cfg doesnt exist there)

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Hi,

  So once you added the quest folder to the correct location and open the PY file and type in the new folders name and saved. You then deleted the $py.class file that was in "\gameserver\data\jscript\custom"and restarted your server?

 

Mech

Link to comment
Share on other sites

  • 0

Hi,

Can you show the .Py for this quest buffer you are trying to use? Also check to make sure that NPC is set to "L2NPC" in database and not being used for anything less in the server. Also are sure this is for Interlude? I did a quick search for "555_NPCBUFFER" and i didnt find it for Interlude.

 

Mech

Link to comment
Share on other sites

  • 0

check the imports into your buffer's __init__.py! if you use l2j server must look like net.sf.l2j.(...) and buffer have com.l2jfree.(...) ... that mean that this buffer is for other project!

but you can change it with l2j ( if you use l2j ) and maybe it will work!

Link to comment
Share on other sites

  • 0

Hi,

 

Well if you are looking for a Buffer. Here is one i got to work on my old version of L2J Server interlude "http://www.maxcheaters.com/forum/index.php?topic=145079.0". Hope it will help.

 

Mech

Link to comment
Share on other sites

  • 0

Hi,

 

Well if you are looking for a Buffer. Here is one i got to work on my old version of L2J Server interlude "http://www.maxcheaters.com/forum/index.php?topic=145079.0". Hope it will help.

 

Mech

 

Thats fine.... This buffer I had on my server!!! And i Love it! :D

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
Answer this question...

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