Jump to content

CodyRo

Members
  • Posts

    119
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by CodyRo

  1. I get same errors... https://postimg.org/gallery/dd4j9es2/ In the gallery you ca see my files too where i have added the code lines.
  2. Ty guys. I used Solomun's method and its good.
  3. Ok ty. But I get thats errors... [02/05 01:40:33] GameServer: Loading server scripts: ---------- 1. WARNING in \handlers\MasterHandler.java (at line 282) import handlers.voicedcommandhandlers.Lang; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import handlers.voicedcommandhandlers.Lang is never used ---------- 2. WARNING in \handlers\MasterHandler.java (at line 284) import handlers.voicedcommandhandlers.Wedding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import handlers.voicedcommandhandlers.Wedding is never used ---------- 3. ERROR in \handlers\MasterHandler.java (at line 595) +VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Res ()); ^ Syntax error on token "+", ++ expected ---------- 4. ERROR in \handlers\MasterHandler.java (at line 597) VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedd ing()); ^ Syntax error, insert "else Statement" to complete IfStatement ---------- 5. ERROR in \handlers\MasterHandler.java (at line 597) VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedd ing()); ^ Syntax error, insert "}" to complete MethodBody ---------- ---------- 6. ERROR in D:\Jocuri\L2 Server H5\server\game\data\scripts\handlers\voicedcomma ndhandlers\Res.java (at line 43) if(activeChar.isInJail()) ^^^^^^^^ The method isInJail() is undefined for the type L2PcInstance ---------- 6 problems (4 errors, 2 warnings) Syntax error on token "+", ++ expected Syntax error, insert "else Statement" to complete IfStatement Syntax error, insert "}" to complete MethodBody The import handlers.voicedcommandhandlers.Lang is never used The import handlers.voicedcommandhandlers.Wedding is never used The method isInJail() is undefined for the type com.l2jserver.gameserver.model.a ctor.instance.L2PcInstance [02/05 01:40:42] Failed executing script: D:\Jocuri\L2 Server H5\server\game\dat a\scripts\handlers\MasterHandler.java. See MasterHandler.java.error.log for deta ils. It's correct where i copy thats codes?
  4. In scripts.cfg must to add all .java files? Res.java MasterHandler.java L2CustomPvP.java
  5. How can i remove L2 Agreements from l2 H5 client? It's rly boring to push on this Agree.
  6. What is the difference between 075 or 082 (V4 or v5)?
  7. I have a problem with the l2editor to add the lines to itemname-e.dat and to weapongrp.dat. I use H5 client and i tested many editors for Gracia Freya and Gracia Freya High Five on all combination 413, 412, 411, 111, 414, 120, 212, 121 but all time i get Crit Error. Anyone can help me please? Relly i dont understand...
  8. Right. Ty. But now i have another problem. I get some errors on server start like... BUT the problem is with the server connection in game. I push the CONFIRM button and nothing happens
  9. l2cadmus... I have new fresh Databases. I don't have l2cadmus on this...
  10. What about thats errors when i start the server installation?
  11. When i start the gameserver i get this error for AdminScan.js If i login with the GM character acces lvl 8 I get this error... And the spawn place is from clouds on the water and with 0 HP and death with Relogin error. I cant /ustuck because server stop work and must to relogin. If login with no GM character this don't die and i can teleport. If go to Giran for example and i relogin, the game spawned me everytime in this place... I want to use this server just for fun on localhost.
  12. Very Nice. And Community Board too. Maybe you share this :P
  13. It's 1st time when import .java on Eclipse. In conclusion must import the content file ColorNpc.java in each of: import com.l2jserver.gameserver.model.actor.L2Npc; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.quest.Quest; import com.l2jserver.gameserver.model.quest.QuestState; import com.l2jserver.gameserver.instancemanager.QuestManager; import com.l2jserver.gameserver.network.serverpackets.UserInfo; ?
  14. Sinister Smile Not looks like in presentation. For sure is another method for letter-spacing thats images.
  15. So can't reduce the space between letters? in the presentation images we can see very small space between letter
  16. Thank you guys. Works good. I have another question about letter-spacing and normal space between letters.
  17. For example this button have center but in the npc this appear on left side... <td align=center><button action="bypass -h npc_%objectId%_Chat 28" value="Raidboss" width=282 height=26 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td>
  18. I have add the <center>.</center> but do not works. And how can i add letter-spacing -1 or -2?
×
×
  • Create New...