Jump to content
  • 0

Modify path of a called file..


Question

Posted

I try to adapt a guide ..

 

public class L2ReligionInstance extends FolkStatus

 

L2religionInstance is in Actor/instance and in the guide, folkstatus is in Actor/instance too, but in L2jfree, this file is in actor/status..

 

how can i modify this line

public class L2ReligionInstance extends FolkStatus
in order to call FolkStatus (which isn't in the same folder as L2religioninstance.java)??

 

I try

public class L2ReligionInstance extends com.l2jfree.gameserver.model.actor.status.FolkStatus
but he make an error..

 

Can i change this?

4 answers to this question

Recommended Posts

  • 0
Posted

I have in the folder 'Instance' the file named : L2ReligionInstance

 

This file need another file Folkstatus.java, and this file need to be in the 'actor/instance' folder but it is in Actor/status..

 

How can i change

public class L2ReligionInstance extends FolkStatus

In order to launch Folkstatus.java in actor/status

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