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. Quote
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! Quote
johnscott Posted October 20, 2011 Posted October 20, 2011 Simple but it works! Thanks man! I'm using on frozen and all worked fine! Quote
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. Quote
Sp33d Posted January 23, 2012 Posted January 23, 2012 Hi! It's working on H5? cuz i have got errors. Quote
[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 ! Quote
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()); Quote
guffas Posted May 18, 2012 Posted May 18, 2012 import com.l2jfrozen.gameserver.network.serverpackets.MagicSkillUse; My source dont have this file: MagicSkillUse Quote
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. Quote
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] ^ Quote
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 Quote
Recommended Posts
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.