Jump to content

[BOT] OOG Walker for TheGame.gr + Full OOG/IG Guides


Recommended Posts

Posted

pws to kanw na vazei automata soulshot?

 

 

Des Edw

 

Combat Heal

-Combat Heal isn't really heals, it's the soulshot/toggle skill menu.

-Use Shot menu obviously makes you use Soulshots.

-The first line is: If target has over X Health Points, use [select type] shot at a X ms delay.

-The second one is: If target's level is above X, use ...

-The Third one is: If you are surrounded by X mobs and up, use...

-The Fourth one is: If your HP drops below X Health Points, use...

-The Fifth one is: If your MP drops below X Mana Points, use...

-The Sixth one is: If you're in a situation that your character needs to protect another member of the party, use...

 

Ginetai na XParei mono tou auto to prama?

 

Ame  ;D

Posted

exw mia teleftea aporia :D (sxetika me tg)pws varaei o magos me skills MONOS tou?(k figher :D ) ty

p.s iparxei k tropos na kanei relogin otan einai full?

 

Posted

to prwto gia ton mago kserw pws alla varieme na to psaxw parapanw

ola ta kwlozwa na lene

re nooba skill den exeis?

varaei to bot melle oxi me ta skill :/

Posted

apo to WP406F.exe epilegeis to walker sti lista aristera kai meta pernas to token

apo tin deuteri kartela

 

ama lew malakies min varate noobas eimai sta bot

ama thelete rwtiste gia l2j alla oxi edw :D

Posted

Exw kai ena allo provlima. Twra me vgazei:

15:30:19 WP v4.06F © Sauron

15:30:19 Link LoginServer Succeed.

15:30:22 Login LoginServer Succeed.

15:30:22 服务器[02]当前在线率:97.00%,能否登陆:能

15:30:25 Link GameServer Succeed.

15:30:25 ->Login GameServer Fail.

 

Posted

@kafrosGR: Diavase ta guides, kathe char (class/lvl/xp point/equipment) rythmizetai diaforetika kai einai arketa dyskolo.

@soilets: Ksanadokimase!

Posted

paides 8elw ligo help...eixa katevazei prin apo kairo to eL2walker 10.6.4 (idia version m auto dld) k ola pigainan mia xara...merxri pou mia mera piga na mpw k m egrafe synexeia  ->Link VerifyServer Fail.

Katevasa kai auto pou anaferete poio panw k pali ta idia...kserete re paides ti prepei na kanw gia na ksanampei?PLZ help anagki

Posted

aaa k dn yparxei kapoio provlima m firewall k tetoia...empena kanonika k ksafnika mia mera dn empaine ka8olou...paizei mhpws 8ema gia periorismenes xrisimopoihseis...dn mporw na katalavw ti paizei...voi8iste an mporeite...

Posted

RpG:

18:59:30 WP v4.06F (c) Sauron
18:59:30 Link LoginServer Succeed.
18:59:30 Login LoginServer Succeed.
18:59:30 服务器[01]当前在线率:100.17%,能否登陆:能
18:59:30 Link GameServer Succeed.
18:59:35 ->Enter Char[1].
18:59:38 Welcome to the World of Lineage II.
18:59:38 Seven Signs: The quest event period has begun. Speak with a Priest of Dawn or Dusk Priestess if you wish to participate in the event.

PvP:

19:00:07 WP v4.06F (c) Sauron
19:00:07 Link LoginServer Succeed.
19:00:07 Login LoginServer Succeed.
19:00:08 服务器[02]当前在线率:-1.#J%,能否登陆:能
19:00:08 Access failed.  Please try again later. .
19:00:08 ->Login LoginServer Fail.

 

 

TG L2 PVP Server (x35)
87.101.50.63:7777 	Lineage 2 	0/1300

TG L2 RPG Server (x2)
87.101.50.62:7777 	Lineage 2 	601/600

 

Profanws einai down o pvp otan prospatheis na mpeis, opws kai egw twra :)

Posted

Re paidia eleos oute noobas eimai oute prwti fora ka8omai mprosta apo ena pc...oute down itan o server otan to epixirisa oute ekana kati la8os apo ta guide steps...Sas eipa oti empaina kanonika me to walker(to opoio kserw na to xeirizomai para poly kala) apla apo mia stigmi k meta dn mpainei....pataw login argei ligo k meta leei ->Link VerifyServer Fail. oses fores k an epixirisw...to provlima einai allou...mporeite na m help?

Posted

Ti windows exeis kai ti gramma exei o main disk sou. Mipws exei D,E kai oxi C?

Guest
This topic is now closed to further replies.



  • Posts

    • what pack you use  send me on discord for it
    • package custom.events.RandomZoneEvent; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.ScheduledFuture; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.l2jmobius.commons.threads.ThreadPool; import org.l2jmobius.commons.time.SchedulingPattern; import org.l2jmobius.commons.time.TimeUtil; import org.l2jmobius.commons.util.IXmlReader; import org.l2jmobius.gameserver.managers.ZoneManager; import org.l2jmobius.gameserver.model.StatSet; import org.l2jmobius.gameserver.model.actor.Creature; import org.l2jmobius.gameserver.model.actor.Npc; import org.l2jmobius.gameserver.model.actor.Player; import org.l2jmobius.gameserver.model.quest.Event; import org.l2jmobius.gameserver.model.zone.ZoneId; import org.l2jmobius.gameserver.model.zone.ZoneType; import org.l2jmobius.gameserver.model.zone.type.RandomZone; import org.l2jmobius.gameserver.util.Broadcast; /** * Random Zone Event - Activates one random PvP zone temporarily. No modifica la clase de la zona: usa flags PvP en runtime. * @author Juan */ public class RandomZoneEvent extends Event { private static final String CONFIG_FILE = "data/scripts/custom/events/RandomZoneEvent/config.xml"; private static int EVENT_DURATION_MINUTES = 15; private static boolean _isActive = false; private ScheduledFuture<?> _eventTask = null; private final List<ZoneType> _availableZones = new ArrayList<>(); private ZoneType _activeZone = null; public RandomZoneEvent() { loadConfig(); loadZones(); registerZoneListeners(); } /** * Registra listeners a TODAS LAS ZONAS random */ private void registerZoneListeners() { for (ZoneType zone : _availableZones) { addEnterZoneId(zone.getId()); addExitZoneId(zone.getId()); LOGGER.info("[RandomZoneEvent] Registered listener for zone: " + zone.getName()); } } private void loadConfig() { new IXmlReader() { @Override public void load() { parseDatapackFile(CONFIG_FILE); } @Override public void parseDocument(Document doc, File file) { forEach(doc, "event", eventNode -> { final StatSet att = new StatSet(parseAttributes(eventNode)); final String name = att.getString("name"); for (Node node = eventNode.getFirstChild(); node != null; node = node.getNextSibling()) { if ("schedule".equals(node.getNodeName())) { final StatSet attributes = new StatSet(parseAttributes(node)); final String pattern = attributes.getString("pattern"); final SchedulingPattern schedulingPattern = new SchedulingPattern(pattern); final StatSet params = new StatSet(); params.set("Name", name); params.set("SchedulingPattern", pattern); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer("Schedule_" + name, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Event " + name + " scheduled at " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } }); } }.load(); } private void loadZones() { for (ZoneType zone : ZoneManager.getInstance().getAllZones(RandomZone.class)) { if ((zone.getName() != null) && zone.getName().toLowerCase().startsWith("random_zone")) { _availableZones.add(zone); LOGGER.info("[RandomZoneEvent] Loaded zone: " + zone.getName() + " (id=" + zone.getId() + ")"); } } LOGGER.info("[RandomZoneEvent] Total random zones loaded: " + _availableZones.size()); } @Override public void onTimerEvent(String event, StatSet params, Npc npc, Player player) { if (event.startsWith("Schedule_")) { eventStart(null); final SchedulingPattern schedulingPattern = new SchedulingPattern(params.getString("SchedulingPattern")); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer(event, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Rescheduled for " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } @Override public boolean eventStart(Player eventMaker) { if (_isActive) { if (eventMaker != null) { eventMaker.sendMessage("RandomZoneEvent already active."); } return false; } if (_availableZones.isEmpty()) { Broadcast.toAllOnlinePlayers("[RandomZoneEvent] No zones configured."); return false; } _isActive = true; Broadcast.toAllOnlinePlayers("⚔️ Random Zone Event has started!"); _eventTask = ThreadPool.schedule(this::activateRandomZone, 5_000); return true; } private void activateRandomZone() { _activeZone = _availableZones.get(new Random().nextInt(_availableZones.size())); _activeZone.setEnabled(true); Broadcast.toAllOnlinePlayers("🔥 Random Zone Event: " + _activeZone.getName() + " is now PvP for " + EVENT_DURATION_MINUTES + " minutes!"); _eventTask = ThreadPool.schedule(this::eventStop, EVENT_DURATION_MINUTES * 60 * 1000L); } @Override public boolean eventStop() { if (!_isActive) { return false; } _isActive = false; if (_eventTask != null) { _eventTask.cancel(true); _eventTask = null; } if (_activeZone != null) { _activeZone.setEnabled(false); Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended. " + _activeZone.getName() + " is back to normal."); _activeZone = null; } else { Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended."); } return true; } @Override public void onEnterZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, true); if (creature.isPlayer()) { creature.sendMessage("Esta zona está en modo PvP temporalmente."); } } } @Override public void onExitZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, false); if (creature.isPlayer()) { creature.sendMessage("Abandonaste la zona PvP temporal."); } } } @Override public boolean eventBypass(Player player, String bypass) { return true; } @Override public String onEvent(String event, Npc npc, Player player) { return super.onEvent(event, npc, player); } @Override public String onFirstTalk(Npc npc, Player player) { return null; } public static void main(String[] args) { new RandomZoneEvent(); } } i have this but its not working
    • ZonePvPSpawnBossRadio=0 ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
    • Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  • Topics

×
×
  • 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