Jump to content
  • 0

[Request]Right click item for html chat with actions.


Question

Posted

Ok, so wat i wana know, ive already searched the forums and found how to give an HTML to an item but not how to make that HTML do actions, such as teleport, buff, purchase.. Does anyone know how to do this?

A reply with some help would be much appreciated.

 

15 answers to this question

Recommended Posts

  • 0
Posted

In Gracia Part 2 you can see in Ectitem

 

(17,'Wooden Arrow','false','arrow',6,'stackable','wood','none',-1,-1,1,0,'true','true','true','true','0-0;','false'),

replace html for False

 

In gracia Final mayme this line

 

(17,'Wooden Arrow','false','arrow',6,'stackable','wood','none',-1,-1,1,0,'true','true','true','true','book','0-0;'),

  • 0
Posted

In gracia Final mayme this line

 

(17,'Wooden Arrow','false','arrow',6,'stackable','wood','none',-1,-1,1,0,'true','true','true','true','book','0-0;'),

Yeah thats what i did on gracia final, i set the handler to book, made a new java code for it but it only opens up an html, if the html has buttons, they dont do anything, if its a text line with a teleport, the question to "Would you like to teleport to...etc.." pops up but when i hit yes it doesnt do anything.

  • 0
Posted

yeah.. as you noticed, link doesnt work cuz i think you used direct lines from a teleporter? in which case the link wont work since the item isnt a teleport npc instance =P

anyway.. you can do many things.. but i dont think you can do anything without editing the actual source and adding the code you want to the item.

  • 0
Posted

Find share with "item buffer" and cheack the code, then you will know how to make "NPC in Item"

Could you be more specific? That could be anywhere. Ima use the search engine *crosses fingers*

 

EDIT: Found this topic, but its only for hellbound, i cant find the specific lines on my java files to add the ones given by the patch. Im using L2J Gracia Final.

  • 0
Posted

Witch lines you cant find? I hope you remember ...now handlers are in DataPack.

Well i found them but that share needs the file CustomCommandHandler and the guy that shared it, didn't add its code. So i pm'd him about it but he hasnt replied. There's also ICustomCommandHandler but thats no good. And then, theres a code CustomCommandHandler.GetInstance, well that GETINSTANCE isnt working.

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.



×
×
  • Create New...