Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Moved. P.S: U don't need a "developer" to do that.
  2. U can try the top-bottom-only border style and see how it looks :P
  3. :happyforever: CTRL + F for Find/Replace panel, CTRL + L to find lines
  4. I'm not sure 100%, I usually work with FastList. package com.custom; import java.util.Map; import javolution.util.FastMap; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; /** * @author Wyatt */ public class Test { private final FastMap<Integer, L2PcInstance> players_map = new FastMap<>(); public L2PcInstance[] getAllPlayers() { return players_map.values().toArray(new L2PcInstance[0]); } public void addPlayer(int index, L2PcInstance player) { players_map.put(index, player); } public Map<Integer, L2PcInstance> getPlayerList() { return players_map; } public L2PcInstance getPlayer(int index) { return players_map.get(index); } public boolean isPlayerInside(L2PcInstance player) { return players_map.containsValue(player); } public boolean isKeyUsed(int index) { return players_map.containsValue(index); } }
  5. Moved to the correct section.
  6. I would remove or change the border of the signature and the border of the pokemon, I think that the text is not in the best position and you sharped too much some chunks of your image.
  7. nope but almost 95% of packs have anti feed for pvp, so if you have it enabled, here you go.
  8. Why the hell do you use "replace all" to remove the "+" symbols? :/!!!! if(classes != null && classes.contains(""+activeChar.getClassId().getId())) activeChar.sendMessage(o.getItemName()+" unequiped because is not allowed inside this zone."); player.teleToLocation(loc[0]+Rnd.get(-radius,radius), loc[1]+Rnd.get(-radius,radius), loc[2]); if(items != null && items.contains(""+item.getItemId()))
  9. You're welcome :)
  10. This is a help section, I doubt that he will spend time making the code for you, even if it's like an "example". Just saying it to you because if you don't get an answer it's coz of that. They tried to help you, you can't request him to make u the whole work. Take what have been said in the topic and try starting with something, then u can ask for help if u have problems. My advice to you is to start with the easier concept you got, don't try to make the hardest one at the start :D
  11. Take a look here http://svn.l2jserver.com/trunk/L2J_Server/java/com/l2jserver/Config.java CTRL+F "TVT_EVENT_REWARDS" and you'll see how can you do it.
  12. You should create a topic in Dev Help Section. That error is common to appear when hopzone is Down, can't be that?
  13. Locked.
  14. .getPet() method doesn't exist anymore, now is getSummon()
  15. Not with this code.
  16. Okz..
  17. Did u take a look in .properties file?
  18. It's like your configs are wrong... what did you put on properties file?
  19. Well, my opinion is that is more interesting knowing what you just pointed, more fun, more options, more bait :troll:
  20. ahahahaha that would be the next-level BAIT :troll: however, you can notice that it's a pet, check the image, the pet's title is your name... it's not so hard to see that's not a mob :P
  21. post it here what u added to enterworld then
  22. It happened to me long time ago with users that were using bot programs such as L2Net :troll: But I think it can be generated by something weird on your source, too... is your server clean of customs or did you modify some things?
  23. What do you exactly mean with "flashing"? Can you post a screenshot?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock