Jump to content
  • 0

[erwtisi] Gia rbs


Question

Posted

Pedes eixa Mia eidea tha ithela na dokimasw na Kanw enan teleporter o opios den tha dixnei an einai on klp ta rbs alla na ta dixnei live einai apiasto? Ti lete gnt Kati tetio?

Recommended Posts

  • 0
Posted

δεν πιστεύω πως μπορεί να γίνει κάτι τέτοιο εφόσον ο teleporter χρησιμοποιεί htm οπότε απίθανο ακούγεται.

E entaxy na valw lew Kai kana scrptaki as poume pws einai to fishing p dixnei live tis kinisis s se parathirw auto to parathirw na alaktei na mpei sto htm Kai na mporw na valw panw ta analoga XYZ Kati tetio xerw gw
  • 0
Posted

den einai tpt fovero afto lol se 5 min to knc.....

 

kai einai java+htm alios den ginete..

και τώρα θα πέσει το ερώτημα ποιος θα το κάνει?
  • 0
Posted

ama to kanis 8a einai gamaoua ala dn pistevo na ginete

A na kanoune kialei reply na doume alla pisteuw pws tha einai Kali Fasi :D
  • 0
Posted

και τώρα θα πέσει το ερώτημα ποιος θα το κάνει?

Egw tha to palepsw ama thelei na to paleyei kialos no prob ;)
  • 0
Posted

parte ena paradigma

 

/*
* 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 custom.InfoManager;

import javolution.text.TextBuilder;

import net.sf.l2j.gameserver.datatables.NpcTable;
import net.sf.l2j.gameserver.instancemanager.GrandBossManager;
import net.sf.l2j.gameserver.model.actor.L2Npc;
import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;
import net.sf.l2j.gameserver.model.quest.Quest;
import net.sf.l2j.gameserver.model.quest.QuestState;
import net.sf.l2j.gameserver.network.serverpackets.NpcHtmlMessage;

public class InfoManager extends Quest
{
private final static String qn = "InfoManager";
private static final int NPC_ID = 9100;
private static final int[] BOSSES = {29001, 29006, 29014, 29019, 29020, 29022, 29028, 29045};

public InfoManager(int questid, String name, String descr)
{
	super(questid, name, descr);
	addFirstTalkId(NPC_ID);
	addStartNpc(NPC_ID);
	addTalkId(NPC_ID);
}

@Override
public String onAdvEvent(String event, L2Npc npc, L2PcInstance pc)
{

	if (event.equalsIgnoreCase("RBInfo"))
	{
			RBInfo(pc);
	}

	 else if (event.equalsIgnoreCase("1"))
		 pc.teleToLocation(-xxxx, xxxx, -xxxx);

	return null;
}

@Override
public String onFirstTalk(L2Npc npc, L2PcInstance player)
{
	String htmltext = "";
	QuestState qs = player.getQuestState(qn);
    if (qs == null)
		qs = newQuestState(player);
	if(npc == null)
		return null;

	if(npc.getNpcId() == NPC_ID)
	{
		htmltext = "main.htm";

	}
	return htmltext;
}

private void RBInfo(L2PcInstance activeChar)
{
	TextBuilder tb = new TextBuilder();
	tb.append("<html><title>Boss Manager</title><body><br><center>");
	tb.append("<img src=\"L2UI_CH3.herotower_deco\" width=256 height=32><br><br>");

	for(int boss : BOSSES)
	{
		String name = NpcTable.getInstance().getTemplate(boss).getName();
		long delay = GrandBossManager.getInstance().getStatsSet(boss).getLong("respawn_time");
		if (delay <= System.currentTimeMillis())
		{
			tb.append("<font color=\"00C3FF\">" + name + "</color>: " + "<button value=\"Go\" action=\"bypass -h Quest InfoManager 1\" back=\"L2UI_ch3.bigbutton_over\" fore=\"L2UI_ch3.bigbutton\" width=95 height=21><br>"+"<br1>");
		}
		else
		{
			int hours = (int) ((delay - System.currentTimeMillis()) / 1000 / 60 / 60);
			int mins = (int) (((delay - (hours * 60 * 60 * 1000)) - System.currentTimeMillis()) / 1000 / 60);
			int seconts = (int) (((delay - ((hours * 60 * 60 * 1000) + (mins * 60 * 1000))) - System.currentTimeMillis()) / 1000);
			tb.append("<font color=\"00C3FF\">" + name + "</color>" + "<font color=\"FFFFFF\">" +" " + "Respawn in :</color>" + " " + " <font color=\"32C332\">" + hours + " : " + mins + " : " + seconts + "</color><br1>");
		}
	}

	tb.append("<br><img src=\"L2UI_CH3.herotower_deco\" width=256 height=32><br>");
	tb.append("</center></body></html>");

	NpcHtmlMessage msg = new NpcHtmlMessage(NPC_ID);
	msg.setHtml(tb.toString());
	activeChar.sendPacket(msg);
}


public static void main(String[] args)
{
	new InfoManager(-1, "InfoManager", "custom");
}
}

 

den to ekana test apla kapos etsi einai :)

  • 0
Posted

Auto einai gia live view?

 

 

Episis tha itan wreo to view tis olly xerete p vlepete to matsuri me free cam ;P vl4d einai Kati tetio to script s ? Gt den ta katalaveno Kai pl kala ta jscr akoma

  • 0
Posted

nai apla evala ena loc otan einai live to rb tha emfanizete to button kai otan tha einai down tha lei to respawn kai to button tha e3afanizete..

(apla pare idea gia na to knc na doulepsi kala theli alages..)

 

tespa ama to kanei knc kalos alios otan tha exw xrono tha to kano egw....

  • 0
Posted

nai apla evala ena loc otan einai live to rb tha emfanizete to button kai otan tha einai down tha lei to respawn kai to button tha e3afanizete..

(apla pare idea gia na to knc na doulepsi kala theli alages..)

 

tespa ama to kanei knc kalos alios otan tha exw xrono tha to kano egw....

Re si egw elega na to Kanw na fenete zwnta dld Ti kanei ekini tin wra px me kapio bypass tis cameras sto match view tis olly I opos to parathirw tou fishing Kati tetio
  • 0
Posted

Re si egw elega na to Kanw na fenete zwnta dld Ti kanei ekini tin wra px me kapio bypass tis cameras sto match view tis olly I opos to parathirw tou fishing Kati tetio

omg ti les re lol axaxaxaxaxxa tespa am to kanei knc afto ton plirono kiolas :P
  • 0
Posted

omg ti les re lol axaxaxaxaxxa tespa am to kanei knc afto ton plirono kiolas :P

0xa0xa san na m les akatorthoto etsi? :P auto an gnt tha thelei Kai client side isws e?
Guest
This topic is now closed to further replies.


  • Posts

    • Stop bothering people with these servers you don’t even have. Especially these L2GOLD files. We are talking about the L2gold.eu server that i opened myself in March 2024. No one had access to my files -  not the source code and not the server files. You are very smart, but from the screenshots, I can see you are not even an admin with this character        edit:  P.S.  JERK
    • Stop bothering people with these servers you don’t even have. Especially these L2GOLD files. We are talking about the L2gold.eu server that i opened myself in March 2024. No one had access to my files -  not the source code and not the server files. You are very smart, but from the screenshots, I can see you are not even an admin with this character 🙂       edit:  P.S.  JERK
    • SPECIAL OFFER UNTIL 31 JUNE.   150euro, don't miss it.
    • OFFER UNTIL 31 JUNE   Complete Server Pack + Source Files:   C4 Scions Of Destiny: P656 Retail X1 L2OFF Server Pack + Source: Price: 100EUR   C4 Scions Of Destiny: P656 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR Screenshots: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl   C6 Interlude: P746 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR The same as C4 but in C6 Client so the Screenshots is the same: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl   C6 Interlude: P746 L2Gold L2OFF Server Pack + Source: Price: 100EUR Screenshots: https://imgur.com/a/9kB3oA9   C6 - Classic Interlude: P110 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 200EUR Screenshots: https://imgur.com/a/Z2kZxuv   Contact me here via PM (only serious buyers).    Payments via: - Paypal (Friends and Family)
    • Hey everyone! I’m giving away 5 lifetime licenses for my newly developed pixel bot – perfect for Lineage 2 and similar games. The bot automates combat, buffing, and other in-game actions with an easy GUI and advanced Telegram-based license control.   NOTE: You’ll need an Arduino Leonardo (or compatible HID device) for this bot to work! This is what makes the keypresses undetectable and safe from game protection. ✅ Features: Fully external (no memory injection, no bans) Works with Arduino Leonardo as HID keyboard Easy step-by-step GUI (no coding needed) Buffs, attack, targeting automation Bypasses most modern kernel anticheats Lifetime license, Telegram-based anti-piracy 💡 How To Get A Free License? Just reply here or send me a PM with: Why you want to try the bot What server you’ll use it on First 5 users get a free lifetime license! 💬 Contact: Telegram: @LetoKanaleto Questions? Ask here or PM me. Setup help provided!   VirusTotal https://www.virustotal.com/gui/file/472510b9271a31908bd29a620988e74f67e1f1c783ac1cac80f89cc187c3793d/detection https://www.virustotal.com/gui/file/006a5a4b5c4fc369300ed44f250df5776f0b2a863de44242d2916c0b455772c5/detection   Mega: https://mega.nz/file/m8MzRbLR#VUZ21msDcwfk5o_5CtCBC7KL6iZkXAlUSPLb5kw3v0A Google: https://drive.google.com/file/d/11X0eISEFa63EhKcZwaVwDAMibAWbzaQv/view?usp=sharing
  • 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