If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hi..
I like to know how i will put Noblesse Blessing using a button from html.
<button value="Noblesse Blessing" action="bypass -h what to put here" width=120 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
Put Noblesse Blessing
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Put Noblesse Blessing
put the ID of the noblesse blessing skill ..smartmedia wrote:Hi..
I like to know how i will put Noblesse Blessing using a button from html.
<button value="Noblesse Blessing" action="bypass -h what to put here" width=120 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df">
-
- Posts: 60
- Joined: Tue Jun 16, 2009 4:38 pm
- Location: Hellas
Re: Put Noblesse Blessing
Hi..
The code is inside a .py file. Python if i am right. Noblesse id is 1323. How exactly i will write it...???
MAIN_HTML_MESSAGE += "<button value=\"heal\" action=\"bypass -h Quest " + QUEST_LOADING_INFO + " heal 0 0 0\" width=130 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\">"
How i must change that in order to make the Noblesse.
The code is inside a .py file. Python if i am right. Noblesse id is 1323. How exactly i will write it...???
MAIN_HTML_MESSAGE += "<button value=\"heal\" action=\"bypass -h Quest " + QUEST_LOADING_INFO + " heal 0 0 0\" width=130 height=20 back=\"L2UI_ct1.button_df\" fore=\"L2UI_ct1.button_df\">"
How i must change that in order to make the Noblesse.
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Put Noblesse Blessing
depends on your event methods defined in the script, how they handle the input
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 60
- Joined: Tue Jun 16, 2009 4:38 pm
- Location: Hellas
Re: Put Noblesse Blessing
Hi.
I am using Rin4as 1.3 version and i want to add a button under the heal for Noblesse.
If someone can help...? Thanks
I am using Rin4as 1.3 version and i want to add a button under the heal for Noblesse.
If someone can help...? Thanks
You do not have the required permissions to view the files attached to this post.