Need help :(((

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
Xvad
Posts: 53
Joined: Sun Mar 21, 2010 1:20 pm

Need help :(((

Post by Xvad »

Hey guys, someone help me with this thing
Image
How can I remove Rewards window on the bottom?
Thx in advance
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Need help :(((

Post by hope »

post the htm file to see if problem is there
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Need help :(((

Post by LasTravel »

Use this on your script:

Code: Select all

QUEST = Quest([color=#FF0000]-1[/color],qn,"custom")
Xvad
Posts: 53
Joined: Sun Mar 21, 2010 1:20 pm

Re: Need help :(((

Post 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?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Need help :(((

Post 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)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Xvad
Posts: 53
Joined: Sun Mar 21, 2010 1:20 pm

Re: Need help :(((

Post 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
altairmaster
Posts: 1
Joined: Tue May 11, 2010 4:30 pm

Re: Need help :(((

Post 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
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: Need help :(((

Post 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
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
doksanio
Posts: 6
Joined: Tue Jan 05, 2010 9:47 pm

Re: Need help :(((

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Need help :(((

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Locked