Jump to content
  • 0

[NPC] Raid Boss teleporter, able to teleport only when the RB is ON


Question

Posted

As tittle says, can someone help me to get the correct way to do something like?

 

If I dont explain it correctly in the tittle, what I want is a GK that can teleport you to the RB ONLY if the RB is on.

 

At the moment I have made this:

 

<html><body><center>
<title>Raid Boss Teleporter</title>
<img src="L2UI_CH3.herotower_deco" width=256 height=32>
<table width=300>
<tr>
<td align="center" <font color="AAAAAA">Dont even bother trying it, you'll die anyway.</font></td>
</tr></table>
___________________________________________
<br>
<table width=300>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50242">Baium</a></td>
</tr><br><tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50243">Antharas</a></td>
</tr><br>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50244">Valakas</a></td><br>
</tr><br>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50247">Queen Ant</a></td><br>
</tr><br>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50246">Zaken</a></td><br>
</tr><br>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50248">Core</a></td><br>
<tr>
<td align="center" <a action="bypass -h npc_%objectId%_goto 50249">Orfen</a></td><br>
</tr><br>
</tr><br>
</table>


___________________________________________
<img src=L2Font-e.mini_logo-e width=175 height=80>
<img src=L2UI_CH3.herotower_deco width=256 height=32>
</center>
</body>
</html>

 

Maybe someone can post here a link to download a RB GK like this? I wanna see the source because I wanna make it by my own even if I copy some codes.

 

Thanks,

 

Regards

6 answers to this question

Recommended Posts

  • 0
Posted

you need to access sources to make this kind of things and it isn't in html that you'll do this..

 

I guess (need infos from experienced dev) you need to create a new teleporter Instance

  • 0
Posted

you need to access sources to make this kind of things and it isn't in html that you'll do this..

 

I guess (need infos from experienced dev) you need to create a new teleporter Instance

yeah you need too.

I'm from persons that dont want to give a ready code to newbies,even if when i was newbie I was mad when other dev was telling such things,that's why i will give you this,its almost the same to what you request,check how it works and make your code.

  • 0
Posted

That's what I was looking for.

 

I undestand you and of course I never will ask for the full code, as I said I wanna see a NPC and then i'll try to make it my own.

 

Thanks you both ;)

 

Regards.

 

EDIT: The download link is dead... maybe you have another one? =/

  • 0
Posted

That's what I was looking for.

 

I undestand you and of course I never will ask for the full code, as I said I wanna see a NPC and then i'll try to make it my own.

 

Thanks you both ;)

 

Regards.

 

EDIT: The download link is dead... maybe you have another one? =/

ah,sry i didnt saw that the link is dead.

after a search that i did,i found this.the whole code is there,hf.

Was for me?

i was answerin to 'you need to create another instance'.

  • 0
Posted

ah,sry i didnt saw that the link is dead.

after a search that i did,i found this.the whole code is there,hf.i was answerin to 'you need to create another instance'.

 

Okey thanks you a lot, again.

 

I'll try to do something with that.

 

Regards

 

/CLOSED

Guest
This topic is now closed to further replies.


×
×
  • Create New...