Page 1 of 1

Need help :(((

Posted: Tue May 11, 2010 4:25 pm
by Xvad
Hey guys, someone help me with this thing
Image
How can I remove Rewards window on the bottom?
Thx in advance

Re: Need help :(((

Posted: Tue May 11, 2010 7:12 pm
by hope
post the htm file to see if problem is there

Re: Need help :(((

Posted: Tue May 11, 2010 7:18 pm
by LasTravel
Use this on your script:

Code: Select all

QUEST = Quest([color=#FF0000]-1[/color],qn,"custom")

Re: Need help :(((

Posted: Wed May 12, 2010 7:54 am
by Xvad
LasTravel wrote:Use this on your script:

Code: Select all

QUEST = Quest([color=#FF0000]-1[/color],qn,"custom")
On my script you mean I have to replace this line QUEST = Quest(QuestId,str(QuestId) + "_" + QuestName,QuestDesc) with this one QUEST = Quest(-1,qn,"custom") in my init.py?

Re: Need help :(((

Posted: Wed May 12, 2010 7:56 am
by janiii
the questId has to be -1 in order to NOT show the reward part.

Code: Select all

QUEST = Quest(-1,str(QuestId) + "_" + QuestName,QuestDesc)

Re: Need help :(((

Posted: Wed May 12, 2010 8:25 am
by Xvad
janiii wrote:the questId has to be -1 in order to NOT show the reward part.

Code: Select all

QUEST = Quest(-1,str(QuestId) + "_" + QuestName,QuestDesc)
Thank you so much janiii :*:*:* now everything is ok :D

Re: Need help :(((

Posted: Thu May 13, 2010 8:04 pm
by altairmaster
Duel Blow


<skill id="928" levels="1" name="Duel Blow">
<set name="weaponsAllowed" val="262160"/> <!-- Dagger/Dual Daggers -->
<set name="mpConsume" val="77"/>
<set name="power" val="7546"/>
<set name="target" val="TARGET_ONE"/>
<set name="skillType" val="BLOW"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="reuseDelay" val="12000"/>
<set name="overHit" val="true"/>
<set name="lethal1" val="5"/>
<set name="hitTime" val="1500"/>
<set name="coolTime" val="820"/>
<set name="staticHitTime" val="true"/>
<set name="castRange" val="40"/>
<set name="effectRange" val="400"/>
</skill>



I get up do you do with the skill összs buggy because it does not go by the book you can learn and pls Get 'em a ring of all skill

Re: Need help :(((

Posted: Thu May 13, 2010 8:14 pm
by Tan
altairmaster wrote:Duel Blow


<skill id="928" levels="1" name="Duel Blow">
<set name="weaponsAllowed" val="262160"/> <!-- Dagger/Dual Daggers -->
<set name="mpConsume" val="77"/>
<set name="power" val="7546"/>
<set name="target" val="TARGET_ONE"/>
<set name="skillType" val="BLOW"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="reuseDelay" val="12000"/>
<set name="overHit" val="true"/>
<set name="lethal1" val="5"/>
<set name="hitTime" val="1500"/>
<set name="coolTime" val="820"/>
<set name="staticHitTime" val="true"/>
<set name="castRange" val="40"/>
<set name="effectRange" val="400"/>
</skill>



I get up do you do with the skill összs buggy because it does not go by the book you can learn and pls Get 'em a ring of all skill
wowow dude... really cant understand you, but maybe this is answers for your questions : look in custom forum cause the skill doesnt exsist in Lineage II

Re: Need help :(((

Posted: Sat May 15, 2010 9:31 am
by doksanio
tan wrote: wowow dude... really cant understand you, but maybe this is answers for your questions : look in custom forum cause the skill doesnt exsist in Lineage II
Are you sure? :)
http://l2.dropspoil.com/item/14218/forg ... -blow.html

Re: Need help :(((

Posted: Sat May 15, 2010 10:35 am
by janiii
doksanio wrote:
tan wrote: wowow dude... really cant understand you, but maybe this is answers for your questions : look in custom forum cause the skill doesnt exsist in Lineage II
Are you sure? :)
http://l2.dropspoil.com/item/14218/forg ... -blow.html
yes, he is sure. search on forum. topic closed. no more discussion about duel blow, if you just can't understand it.