DarthVader Posted October 6, 2011 Author Posted October 6, 2011 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.
penglezos Posted October 20, 2011 Posted October 20, 2011 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. nice job darth!
johnscott Posted October 20, 2011 Posted October 20, 2011 Simple but it works! Thanks man! I'm using on frozen and all worked fine!
Pauler Posted November 17, 2011 Posted November 17, 2011 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.
[AoH]Kratos Posted March 11, 2012 Posted March 11, 2012 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 !
DONALD TRUMP 2016 Posted March 11, 2012 Posted March 11, 2012 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());
guffas Posted May 18, 2012 Posted May 18, 2012 import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillUse; My source dont have this file: MagicSkillUse
Pauler Posted May 18, 2012 Posted May 18, 2012 import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillUse; My source dont have this file: MagicSkillUse In frozen, it is MagicSkillUser if I remember well.
guffas Posted May 18, 2012 Posted May 18, 2012 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] ^
guffas Posted May 18, 2012 Posted May 18, 2012 [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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now