
RedHoT
VIP Member-
Content Count
47 -
Joined
-
Last visited
-
Feedback
0%
Community Reputation
0 NeutralAbout RedHoT

-
Rank
Vassal
Contact Methods
-
Skype
c.s.leandro
Profile Information
-
Current Mood
Happy
-
Gender
Male
-
Country
Brazil
Recent Profile Visitors
554 profile views
-
Share Automatic Lobby Changer V.2.6
RedHoT replied to snifi's topic in Client Development Discussion
Removed Again ¬¬ Google: http://www.4shared.com/rar/eP96uIKm/l2lobbychanger_v26_for_interlu.html My 4SHARED: http://www.4shared.com/rar/wKXepcGYce/l2lobbychanger_v26_for_interlu.html -
Since the site was offline, I need .m2 repository folder in order to compile L2jFree. Could someone share this? Thanks in advance.
-
This stat don't exists in aCis. You must implement on core side.
-
RedHoT started following Broadcast Skills By Npc and Difference Between Hashmap Vs. Concurrenthashmap
-
When to use HashMap and ConcurrentHashMap Basic Example: private Map<String, Map<Integer, Integer>> _aviableBuffs; private FastMap<Integer, Map<String, List<Integer>>> _buffs; private Map<Integer, String> _activeSchemes; private Map<Integer, String> _activePetSchemes; private Map<Integer, List<String>> _modified; @SuppressWarnings("unused") private DataUpdater _dataUpdater; public EventBuffer() { _aviableBuffs = new FastMap<>(); _buffs = new FastMap<>(); _modified = new FastMap<>(); _activeSc
-
Character Killing Monuments (Top Pvp / Pk In The Last 24 Hours)
RedHoT replied to LucasDesigner's topic in Adapted customs
O mal do brasileiro é ter um 'tal de querer ser' para os gringos. Eu deixei de trazer conteúdo para fóruns internacionais desde quando me baniram apenas por trazer o conteúdo deles para nós (os brasileiros) Vocês deveriam aprender a valorizar os nossos fóruns, acima de tudo o que temos e manter apenas para o nosso país, afinal de contas, eles não deixam que nós pegamos arquivos no fórum deles. -
Code Announce Enchant Success
RedHoT replied to ThelwHelpRePaidia's topic in Server Shares & Files [L2J]
This code was created by me! http://pastebin.com/SkRSXU4g There is another code with an new version and announce only on same region ;) http://pastebin.com/rUATUF3m -
Create this method on voiced handler: public int getOfflineShops() { int count = 0; for (L2PcInstance player : L2World.getInstance().getAllPlayers().values()) { if (player.getPrivateStoreType() != L2PcInstance.STORE_PRIVATE_NONE && player.getClient() == null || player.getClient().isDetached()) count++; } return count; } Usage Example: activeChar.sendMessage("There are " + getOfflineShops() + " players in offline shop!");
-
Help Broadcast Skills By Npc
RedHoT replied to RedHoT's question in Request Server Development Help [L2J]
damn! Its the Npc Template <_< I changed to the first npc template (31324) and work successfully. Thanks to all :) -
Help Broadcast Skills By Npc
RedHoT replied to RedHoT's question in Request Server Development Help [L2J]
Thanks to all, but not work :/ What I want is the NPC cast the skill on the player, so I have to use "this" -
I want my npc cast the skills by this way... ...but when I click to buff it do this way: My code for buff + action: MagicSkillUse mgc = new MagicSkillUse(this, player, buffId, buffLevel, 5, 0); SkillTable.getInstance().getInfo(buffId, buffLevel).getEffects(player, player); player.broadcastPacket(mgc); Someone knows how to solve this? Thanks a lot (And sorry for my english)
-
See Valakas.java.error.log for details. Paste the content of this file here