Jump to content

Recommended Posts

  • 2 weeks later...
  • 4 weeks later...
Posted

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.

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

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 !

Posted
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());

  • 2 months later...
Posted

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

 

My source dont have this file: MagicSkillUse

In frozen, it is MagicSkillUser if I remember well.
Posted

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]       ^

Posted

[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

 

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

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