Jump to content
  • 0

Question

Posted

Bosses spawn 30 minutes after u teleport via the crystal into the lair,Is there any way to change the waiting time from 30 minutes to 1 from valakas.java which is located into the Ai?Or is there anyway i can remove the quest thing and just spawn by respawn time i set?I use latest H5 stable build

11 answers to this question

Recommended Posts

  • 0
Posted

To edit the wait time is probably in AI, and the quest requeriment is actually an item requeriment in teleporter (crystal or whatever NPC is).

 

Check them and remove/edit the thing you dont like, is pretty easy once you read the code.

  • 0
Posted

code is 1200 lines xD thats why i asked if anyone changed it and remember.I will link you this and say me if it is ok to change it.

	// config
private static final int FWA_ACTIVITYTIMEOFANTHARAS = 120;
//private static final int FWA_APPTIMEOFANTHARAS = 1800000;
private static final int FWA_INACTIVITYTIME = 900000;
private static final boolean FWA_OLDANTHARAS = false;
private static final boolean FWA_MOVEATRANDOM = true;
private static final boolean FWA_DOSERVEREARTHQUAKE = true;
private static final int FWA_LIMITOFWEAK = 45;
private static final int FWA_LIMITOFNORMAL = 63;

 

is it the inactivity time?

  • 0
Posted

probably wrong npc id, try to spawn every frintezza that u have got in database, and take id in which health bar is working good

  • 0
Posted

there is only 1 frintezza into my database.I spawn it and it doesnt show health bar even though it is L2GrandBoss type.Trying to check Frintezza.java to see if i can find anything.

  • 0
Posted

Is there anyway i can change these line so the code will create just ONE Instance of the boss and all can join it simultaneously without all people to create one unique? :D

So i have three options.

1)Make a new area with the boss(not recommented)

2)Remove the boss Script(but then i have to find a way to teleport there because it gives java error)

3)Make One unique instance for all players.

Atm i can make only the first one because on the second one i cant find where is the problem with the teleportation.

Any clues>?

 

Instance lines are these i think from FinalEmperialTomp.java

 

//New instance
	if (!checkConditions(player))
		return 0;
	if (!player.isGM() && !player.destroyItemByItemId("QUEST", 8073, 1, player, true))
		return 0;
	instanceId = InstanceManager.getInstance().createDynamicInstance(template);
	//Instance ins = InstanceManager.getInstance().getInstance(instanceId);
	//ins.setSpawnLoc(new int[]{player.getX(),player.getY(),player.getZ()});
	world = new FETWorld();
	world.instanceId = instanceId;
	world.status = 0;
	InstanceManager.getInstance().addWorld(world);
	controlStatus((FETWorld) world);
	_log.info("Final Emperial Tomb started " + template + " Instance: " + instanceId + " created by player: " + player.getName());
	// teleport players
	if (player.getParty() == null || player.getParty().getCommandChannel() == null)
	{
		world.allowed.add(player.getObjectId());
		teleportPlayer(player, coords, instanceId);
	}
	else
	{
		for (L2PcInstance channelMember : player.getParty().getCommandChannel().getMembers())
		{
			world.allowed.add(channelMember.getObjectId());
			teleportPlayer(channelMember, coords, instanceId);
		}
	}
	return instanceId;
}

  • 0
Posted

when i teleport there and i press /loc to find the location so i can make a teleport it says :You have been disconected from the server.But i am connected and my friends can join too.No idea.

  • 0
Posted

Frintezza is a NPC, you have to kill his minion which transforms twice (so 3 different bosses).

 

You are dropped out of the zone probably because there is a check on the zone. If you didn't make the q or don't got the required condition, by default you're kicked to next town.

 

About the instance stuff, just drop it and make ppl teleport in the same instance.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • it is very sad to see how 4 people destroyed the l2off section.... We should create another place where administrators and moderators are not criminals or scammers. You can see what happens in my case when I share free files, you can see all the negative messages and downvotes for example, that proves it all. We would have to leave these 4 people here to continue scamming people, something about the l2off platform, that creates a forum or inente a healthier place than this .... Greetings.   -------------------------------------------------------------------   have a proposal to solve the problem. why don't all those who bought an extension from L2Devs, compare what they bought, with what I published and verify who is the scammer? then they compare the files they bought with my SVN.  Those who bought from L2Devs @UnknownSoldier Mariano Canteros (Argentina) come on, do the comparison and verify who is the scammer    if you want to share files for free on maxcheaters, you will receive something like this. think twice before sharing content on maxcheaters 🙂
    • 1. not gonna read all that 2. you most definitely did NOT write any of that (since, as shown here, you have poor grammar and punctuation). I'm not trying to offend you in any way, rather, encouraging you to think for yourself instead of being an NPC, cheers.  
    • Ah, ah, ah " θεέ μου βοήθησε με " yet another person who seems obsessed with this. When some people read a post that actually has a beginning, a middle, and an end, it's like a shock to them. "How can this person write so well? He must be using AI." Seems like a lot of you out there think the same way. As for what you said, I honestly didn’t understand how any of it relates to the post. I didn’t take anyone’s side, nor did I say who’s right or wrong. I don’t want to get into that whole mindset of dividing people into sides. Your side is pretty clear though. You seem coordinated and consistent. The other side hasn’t really shown up yet, maybe because it’s just one lone wolf. But that doesn’t mean he’s wrong. Anyway, I figured I’d write something to maybe shake things up a bit, but it looks like concrete doesn’t move easily. Maybe it takes a real earthquake. That’s all from me on this topic. Take care and good luck with whatever you're doing. No matter what you write, I won’t be replying to you or your little crew. 😉
  • 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