Jump to content

Question

14 answers to this question

Recommended Posts

  • 0
Posted

Heal-MP

 

 

#MP-HP

if event == "71":

st.takeItems

st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp())

                                st.getPlayer().setCurrentHp(st.getPlayer().getMaxHp())

                                st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp())

return "1.htm"

st.setState(COMPLETED)

 

 

Cancel :

 

 

#Cancellation

if event == "70":

st.takeItems

SkillTable.getInstance().getInfo(4094,12).getEffects(st.getPlayer(),st.getPlayer())

st.getPlayer().stopAllEffects()

return "1.htm"

st.setState(State.COMPLETED)

 

PS: Ksereis ti einai ayta kai po0 na ta valeis?

  • 0
Posted

#MP-HP

        if event == "71":

            st.takeItems

            st.getPlayer().setCurrentCp(st.getPlayer().getMaxCp())

                                st.getPlayer().setCurrentHp(st.getPlayer().getMaxHp())

                                st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp())

            return "1.htm"           

            st.setState(COMPLETED)

 

#Cancellation

        if event == "70":

            st.takeItems

            SkillTable.getInstance().getInfo(4094,12).getEffects(st.getPlayer(),st.getPlayer())

            st.getPlayer().stopAllEffects()

            return "1.htm"

            st.setState(State.COMPLETED)

 

<font color=3c3c3c>__________________________</font><br>

 

<table width=260 border=0 bgcolor=333333>

etc 8a ginei?

  • 0
Posted

To restore mp-hp-cp ta exei eidh. se html einai

 

<button value="Full HP" action="bypass -h npc_%objectId%_restore hp 1" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

<button value="Full MP" action="bypass -h npc_%objectId%_restore mp 1" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

<button value="Full CP" action="bypass -h npc_%objectId%_restore cp 1" width=75 height=21 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

 

Enw to cancel 8a to valei st NpcBuffer.properties katw apo to Cov sta buffs  etc:

entry=155;cost=(57,0);4094,12 //Cancelation

html:

<button value="Cancel Buffs" action="bypass -h npc_%objectId%_buff 155 buff" width=75 height=20 back="L2UI_ch3.Btn1_normalOn" fore="L2UI_ch3.Btn1_normal">

 

Edit:

autine pou exei o dubai r c ktlaves?

Kai gt na kserw poia exei o Dubai.

 

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