Jump to content
  • 0

[Request] code for buffer full CP HP MP


inocent

Question

geia sas paidia exw mia buffer se interlude client kai katw katw me leei Full CP egw thelw na alaksw ton kwdika kai anti gia full CP na me dunei full CP HP MP pws tha to kanw ? autos edw einai o kwdikas?

 

<td align=center><button value="Restore CP" action="bypass -h Quest 20701_NPCBuffer 100" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
<td align=center><button value="Restore CP" action="bypass -h Quest 20701_NPCBuffer 100" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>
<td align=center><button value="Restore MP" action="bypass -h Quest 20701_NPCBuffer 100" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>

den ksero alla dokimase na to kaneis etsikai bale ena paradigma dino den ksero ama petixi piramatika sto leo

Link to comment
Share on other sites

  • 0

eleos min ton les oti nane

 

 

inocent

 

des prwta ean exeis mesa sto __init__.py

 

vasika auto edw tha to exei 100%

 

            #Restore CP
		if event == "100":
			st.takeItems(ADENA_ID,0)
			st.getPlayer().restoreCP()
			return "1.htm"
			st.setState(State.COMPLETED)	

 

twra des ean exei auta edw

 

            #Restore HP
		if event == "101":
			st.takeItems(ADENA_ID,0)
			st.getPlayer().restoreHP()
			return "1.htm"
			st.setState(State.COMPLETED)

            #Restore MP
		if event == "102":
			st.takeItems(ADENA_ID,0)
			st.getPlayer().restoreMP()
			return "1.htm"
			st.setState(State.COMPLETED)

 

ean ta exei apla den exoun mpei mesa sto htm

opote anoikse to htm kai sto teleuteo line vale auta ta 2

 

<td align=center><button value="Restore HP" action="bypass -h Quest 20701_NPCBuffer 101" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>

<td align=center><button value="Restore MP" action="bypass -h Quest 20701_NPCBuffer 102" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal"></td>

Link to comment
Share on other sites

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