Jump to content

addx

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by addx

  1. My opinion is that the server before started they said that things will be like this this and this...I was playing since day 1 BOT Protection was and is A BOT Protection Donations are not pay to win..And admin-gms are there when u need them.. They are a company of old players that wanted to create a server like me.. U..or and old player that joined to play OLD TIME GAME. Sry for my English still learning
  2. i am just niwbie in java language.... i just wanna reward the online players... all of them! Everything working good but when the Announcments appears as many players are online they will see the same ammount of Announcments... 5 players online... 5 same announcments!
  3. Trance's Project Highrate Event is starting only at Saturday 19:00 but u can edit it with eclipse..
  4. Hello all! i have a problem! when the announcements of this event appears all players can see them but is repetable! If 5 players are online 5 annoucments in each player appears... Thanks in advance! /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package net.sf.l2j.gameserver.model.entity; import java.util.Collection; import net.sf.l2j.Config; import net.sf.l2j.gameserver.ThreadPoolManager; import net.sf.l2j.gameserver.Announcements; import net.sf.l2j.gameserver.model.L2World; import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance; /** * @creado KingBorracho69 * */ public class AutoRewarder { public static void getInstance() { ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new Runnable() { public void run() { AutoReward(); } }, 0,Config.AUTO_REWARD_DELAY * 1000); } public static void AutoReward() { Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); for (L2PcInstance p: pls) { Announcements.announceToAll("Online Time Reward!"); Announcements.announceToAll("Congratulations to all players!"); Announcements.announceToAll("Next reward in 30 minutes!"); p.addItem("Auto Reward Online", Config.AUTO_REWARD_ID, Config.AUTO_REWARD_COUNT, p, true); } } }
  5. Hello everyone.... I am trying to use l2walker/l2Tower/L2Net to l2evoke.com but still nothing..!!! i tryied everything on this server but nothing works..... any helps? THANKS
  6. unsuccesfully execute...hm.. test failed.. 1 XML and 1 SQL? Nothing Java script or something?Just an sql with an npc inside, one htm file (speech for the npc), one xml file (inside are the rewards). No .py or .java file inside, also no zip file for the faenor engine. smt is going wrong....
  7. I Have 8GB Connection ....when i try to edit my gameserver.bat nothing appear for RAM space... i dont know why is happen that.... maybe we can find a guide here? thanks all for your fast replies :)
  8. No No.... when i have 20 people online the server is start lagging...
  9. Hello Every One I have a problem with my l2j..... when i run the startgameserver.bat and the server is online i notice that my server use only the 40% of my RAM!!! for example i have 4GB Ram and the server use only the 1GB how can i add more RAM To my server...? Thanks
  10. i think is nice share but we cant see the link damn!
  11. an ine eykolo pedes na mou dwsete ena link giati mexri stigmi den exw brei kati....
  12. Hi pedes thelw na mou pite enan tropo na kanw ton private server mou apo Interlude...Kamael Hellbound Xwris omos na xathoun kapies rithmisis pou exw kanei... Thanks pedes...
  13. Re pedes Kapios IG Bot gia C5 min mou pite na psa3o se alla threads ola ta exo dokimasi....ena IG C5 bot gia l2j servers na ine dokimasmeno plz!!!!!!
  14. This IG Bot IS NOT WORKING....U can conect to the server but u cant make the bot work when u press the 'magic button' START Is NOT MOVING....
×
×
  • Create New...