Jump to content

Recommended Posts

Posted

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

  • 2 weeks later...
Posted

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!

  • 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

 

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