Jump to content
  • 0

Npc Clans


Question

Posted

Hello everyone,

 

I'm here because I don't know how to start my idea.. I will explain :

 

I have make modification on spawn for news characters : All new characters will spawn in the same place. Isn't the problem ^^ :P

 

My idea :

I want to make a npc, in this npc, there is a button, and when a new character click on this button, he is recruted in a special clan, and he is ported to giran

 

How to make that?? Possible?

 

Thanks for reading ^^

7 answers to this question

Recommended Posts

  • 0
Posted

Sorry for double post, but i come with other problem

 

I try to adapt the guide from my last post in this topic to l2jfree

 

public class L2ReligionInstance extends FolkStatus

 

L2religionInstance is in Acotr/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..

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