Jump to content
  • 0

Change color name NPC


Question

Posted

Hey.. I have a problem with this npc http://www.maxcheaters.com/forum/index.php?topic=152277.0 .

Well I want to put it on Epilogue and I use l2j and in his .py file I don't know how to change this..

 

from com.it.br.gameserver.model.actor.instance import L2PcInstance

from com.it.br.gameserver.model.actor.appearance import PcAppearance

 

Can you change it for me? Thanks!

3 answers to this question

Recommended Posts

  • 0
Posted

Hey.. I have a problem with this npc http://www.maxcheaters.com/forum/index.php?topic=152277.0 .

Well I want to put it on Epilogue and I use l2j and in his .py file I don't know how to change this..

 

from com.it.br.gameserver.model.actor.instance import L2PcInstance

from com.it.br.gameserver.model.actor.appearance import PcAppearance

 

Can you change it for me? Thanks!

 

uhm...? you want it like this :

 

java\net\sf\l2j\gameserver\model\actor\instance path for l2pcinstance

java\net\sf\l2j\gameserver\model\actor\appearance path for pcappearence i think you can change the pyhton file yourself or?

  • 0
Posted

he want change imports, so lets go :

 

1. open file .py this npc

 

2. delete this

 

import sys
from com.it.br.gameserver.model.actor.instance import L2PcInstance
from com.it.br.gameserver.model.actor.appearance import PcAppearance
from com.it.br.gameserver.model.quest          import State
from com.it.br.gameserver.model.quest          import QuestState
from com.it.br.gameserver.model.quest.jython   import QuestJython as JQuest

 

and put it

 

import sys
from com.l2jserver.gameserver.model.actor.instance import L2PcInstance
from com.l2jserver.gameserver.model.actor.appearance import PcAppearance
from com.l2jserver.gameserver.model.quest          import State
from com.l2jserver.gameserver.model.quest          import QuestState
from com.l2jserver.gameserver.model.quest.jython   import QuestJython as JQuest

 

3. restart server and it should work

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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