Jump to content
  • 0

[HELP] L2Npc settings..


Question

Posted

I wanna ask few questions about very own NPC:

 

1. How to make these fancy buttons instead of Blue, underlined text?

2. How to make an NPC which GM will only be able to access:

I mean the teleporter to a special place, which will show the html code with teleport possibilities only when I have access level 127.

Otherwise it would show the other html code which says for ex.: You Are not a GM, I cant port you, sry and GTFO :P

 

Recommended Posts

  • 0
Posted

I wanna ask few questions about very own NPC:

 

1. How to make these fancy buttons instead of Blue, underlined text?

2. How to make an NPC which GM will only be able to access:

I mean the teleporter to a special place, which will show the html code with teleport possibilities only when I have access level 127.

Otherwise it would show the other html code which says for ex.: You Are not a GM, I cant port you, sry and GTFO :P

 

 

Tell us firstly, it should be Java or Python Npc.

  • 0
Posted

Java is better

with l2jserver's handlers you can do it all in the dp and save time being spend on fixing svn update conflicts xD

  • 0
Posted

Tell us firstly, it should be Java or Python Npc.

Hmm if Java is better i choose java.. And one more: do I need to compile those files after making that NPC?

And wht about buttons? Can it be set in html of NPCs??

BTW I never did those so write it like for newbie pls ;)

  • 0
Posted

Hmm if Java is better i choose java.. And one more: do I need to compile those files after making that NPC?

And wht about buttons? Can it be set in html of NPCs??

BTW I never did those so write it like for newbie pls ;)

So, can u help me??

  • 0
Posted

So for example you can create new Instance for your NPC.

 

Chceck how does it work.

 

(from core) gameserver.model.actor.instances

  • 0
Posted

So for example you can create new Instance for your NPC.

 

Chceck how does it work.

 

(from core) gameserver.model.actor.instances

can u explain a lil more preciousily cuz Im n00b in java :P

  • 0
Posted

What else should I explain?

 

I told you, check L2J Svn or download L2J Source, and check this classes in this folder:

 

L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance

 

And check how does it work (Npc Instance)

 

  • 0
Posted

What else should I explain?

 

I told you, check L2J Svn or download L2J Source, and check this classes in this folder:

 

L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance

 

And check how does it work (Npc Instance)

 

but u didnt answer to one question: How to make a button in my Npc with html code? Is it even possible?

  • 0
Posted

but u didnt answer to one question: How to make a button in my Npc with html code? Is it even possible?

 

Of course it is.

 

Use bypass.

  • 0
Posted

but then its a blue, underlined hyperlink and i want it to be like a button :)

 

So use button..with bypass ..

  • 0
Posted
<button value="Text" action="bypass -h npc_%objectId%_Quest 9999_NPCBuffer" width=80 height=20 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">

 

Sample button with bypass.

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

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