Jump to content
  • 0

[erwtisi] Gia rbs


Traixz

Question

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?

Link to comment
Share on other sites

Recommended Posts

  • 0

δεν πιστεύω πως μπορεί να γίνει κάτι τέτοιο εφόσον ο 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
Link to comment
Share on other sites

  • 0

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

 

kai einai java+htm alios den ginete..

και τώρα θα πέσει το ερώτημα ποιος θα το κάνει?
Link to comment
Share on other sites

  • 0

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 :)

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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....

Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

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?
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • Well my friend, I'm not going to stay here arguing anymore, because you won't give up and much less have the humility to accept something you did wrong, as you saw, I value the work of others, I know who really creates or even takes a block of code and does something better and different, but the subject here was about a guy, nicknamed Vraekar, who steals and SELLS interfaces as if they were his, and is that within your beliefs?, belief that if the guy creates something it has to be stolen and whoever stole it can profit from it?, that's what I'm talking about, you've fought a lot against this, and today you help a guy like that to do wrong, but anyway, you know what you're doing, I hope you reflect, the community knows who does and who helps the wrong. Stay with God, because six of the problems that go around.
    • You claim you thought I was a "serious" person before. Well, maybe you just never took the time to actually know me. People evolve, but I stay true to what I do and believe in. If you’re that hung up on what I’ve been doing, maybe it's time to stop speculating and start focusing on yourself. 🙂
    • Well, at least it's clear that you don't respect the work of others. Secondly, everyone knows that you code nothing. Your group has devs. known that you've asked for a lot of help and code exchange with some well-known BRs. there are chats and I can prove it, then don't come playing the good guy because you're not. So, Celestine, I'm not judging you. I'm saying that I know that your group helped vraekar steal the codes, and I have proof. In the past, I thought you were a serious, good-natured guy, but lately, you're a different person. Your text above speaks for you.
    • What I do or who I work with is none of your concern, and honestly, I couldn't care less. Lately, I've seen a lot of people trying to make a quick buck off scams, so let's not even mention names you wouldn't want them getting upset, right? 🙂  As for the projects I've been involved with, there's a server about to launch that I’m personally waiting for, and when it does, I’ll release the work publicly for free because people deserve better than what these so called "developers" are pushing. I’m not here to defend anyone, but if you had any real knowledge, you’d see how poorly written some of these scripts are. I’ve worked with Vraekar in the past, and I know for a fact he’s never sold anything I’ve created. So before you start running your mouth, ask yourself: why are you even juding me?
    • I didn't even want to touch on your name Celestine, but it took a while to want to protect it, right? But then I say, everyone knows that you and your group helped Vraekar in deobfuscating the interfaces, do you want me to post here the dates and videos of the releases of the OMG and Silence interfaces?, and then see Vraekar's?, do you want?, a blatant copy, even their variable names, the theft is blatant, and you who are an admin here at Max and say you are the right one, helped him decrypt and remove the code obfuscation, everyone knows that, and now you come and tell me that his code is not copied?, if you want I can put all the evidence here and this will be very ugly even for you, since those you helped Vraekar and the interface dev community know this, they know about the thefts, very ugly indeed my friend that you still come and tell such a lie.   ps. And just one more thing, did you say that all the code he wrote? you became a joker? Vraekar doesn't program a single line of code, the guy works as a data analyst, what he learned was to copy and paste ready-made codes, but he doesn't write a single line of code.
  • Topics

×
×
  • Create New...