wanted to make a.testtypecommand theyhada way ofputting typehtm,butit wasinown codeandnot in normalfiles astest.htmwantedwithin theown code.
public class Test implements IVoicedCommandHandler {
private String[] _commandList = new String[] { "test" };
@Override
public boolean useVoicedCommand(String command, Player activeChar, String target)
{
if (command.equals("test"))
{
HERE DID NOT WANT FOR HTM, I WANTED BY FIXED CODE
}
return true;
}
@Override
public String[] getVoicedCommandList() {
return _commandList;
}
}
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.
06/12/2024 21:00 GMT +2
High Five - PvP server x45 - Aria Victoria Style 2004
NPC Buffer & Enchanted NPC Buffer.
Global Gatekeeper.
Clan Hall Teleports & Clan GM Shop (-20%).
Offline Shop.
GM shop up to B Grade.
Auto Farm system.
TvT - CTF - DM - Party Farm - Event Boss
Craftable Hero Weapon.
Instances Solo and Party, weekly and daily.
No kamael.
More informations can be found on our website including a "how to connect" greek guide
Valkyria is based on aCis
https://l2valkyria.com
Question
nery
hi, I ask for help to friends.
wanted to make a .test type command they had a way of putting type htm, but it was in own code and not in normal files as test.htm wanted within the own code.
Ex:
npcHtmlMessage.setHtml("<html><title>Exemple</title><body><center></center></body></html>"); ? ? ?
or
text = "<html><body>" + text + "</body></html>";
Edited by nery5 answers to this question
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.