Jump to content

Simple Instanced Buffer.


Recommended Posts

Html appear, but with text "Stand up you punk bla bla bla".

Which pack are you using? Because on aCis everything goes fine.

 

EDIT:

Tested on frozen.

shot00005gk.png

Link to comment
Share on other sites

  • 2 weeks later...

Html appear, but with text "Stand up you punk bla bla bla".

Which pack are you using? Because on aCis everything goes fine.

 

EDIT:

Tested on frozen.

shot00005gk.png

 

nice job darth!

Link to comment
Share on other sites

  • 4 weeks later...

Can you tell me the id of the template you use in the screenshot? I cannot remember its name in order to find it in db.

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...

I've seen this Npc and I am asking here ( I'm newbie , need more learning )

What line do I have to add to a Npc , so when you click it , the dialog lists character's name ?

I mean , how your Npc does : " Hello , DarthVader "

Please answer !

Link to comment
Share on other sites

Kratos" post="2083651" timestamp="1331507158"]

I've seen this Npc and I am asking here ( I'm newbie , need more learning )

What line do I have to add to a Npc , so when you click it , the dialog lists character's name ?

I mean , how your Npc does : " Hello , DarthVader "

Please answer !

 

strBuffer.append("Welcome, <font color=\"LEVEL\">%charname%</font>!<br>");

...........................

html.replace("%charname%", player.getName());

Link to comment
Share on other sites

  • 2 months later...

import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillUse;

 

My source dont have this file: MagicSkillUse

In frozen, it is MagicSkillUser if I remember well.
Link to comment
Share on other sites

C:\Documents and Settings\Deivydas\workspace\servrer\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2BBufferInstance.java:97: cannot find symbol

    [javac] symbol  : method setCurrentFolkNPC(com.l2jfrozen.gameserver.model.actor.instance.L2BBufferInstance)

    [javac] location: class com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance

    [javac] player.setCurrentFolkNPC(this);

    [javac]       ^

Link to comment
Share on other sites

[javac] C:\Documents and Settings\Deivydas\workspace\srv\gameserver\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2BufferInstance.java:92: cannot find symbol

    [javac] symbol  : constructor SocialAction(com.l2jfrozen.gameserver.model.actor.instance.L2BufferInstance,int)

    [javac] location: class com.l2jfrozen.gameserver.network.serverpackets.SocialAction

    [javac] SocialAction sa = new SocialAction(this, Rnd.get(8));

    [javac]                   ^

 

Hep me, i have this error :S

 

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.

Guest
Reply to this topic...

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