Page 1 of 2

Reloading doesnt rly reload, some bugs

Posted: Thu Feb 19, 2015 8:30 am
by brutus
reloading no longer works nothing is reloaded via reload command

Re: Broken CoolTime and Reloading

Posted: Thu Feb 19, 2015 6:56 pm
by brutus
so

Re: Reloading doesnt rly reload

Posted: Fri Feb 20, 2015 11:24 am
by Bencratus
Hello,

command //reload e.g. config/html and others doesn't working?

Re: Reloading doesnt rly reload

Posted: Fri Feb 20, 2015 3:22 pm
by xban1x
Can anyone confirm this? So i know if i have to move it into Bug Reports.

Re: Reloading doesnt rly reload

Posted: Fri Feb 20, 2015 4:47 pm
by Zealar
I use //reload htm each day not notice problems.

Re: Reloading doesnt rly reload

Posted: Fri Feb 20, 2015 7:38 pm
by Aikimaniac
be sure about format how you use the command and if the character is full GM or if he has correct permissions.. :)

Re: Reloading doesnt rly reload

Posted: Fri Feb 20, 2015 7:43 pm
by brutus
whenever i change a skill and reload skills, the skill itself doesnt change, only restart affects the skill data

and i got an another question, whenever i kill a boss sometimes it says the boss died and droped 0 item is it retail like?

also regeneration task is bugged it doesnt work properly, esprit gives hp reg while standing just because the state is isRunning and if u start running 30% of esprit goes off just because in your formulas run penalty is at the final

Re: Reloading doesnt rly reload, some bugs

Posted: Fri Feb 20, 2015 8:46 pm
by Aikimaniac
Only happened when boss was too low compared to character levels... when we killed raidboss lvl 70 with 75 toons, it happened sometimes..

Re: Reloading doesnt rly reload, some bugs

Posted: Fri Feb 20, 2015 8:54 pm
by brutus
but is it happening in offi or its l2j bug, cuz i already fixed it cuz its kinda useless just to show the item that it had to drop but due to low chance it didnt

Re: Reloading doesnt rly reload, some bugs

Posted: Fri Feb 20, 2015 8:57 pm
by brutus
clear mind is bugged too it gives mp reg while running

the mpReg while sitting or standing is wrong also

Code: Select all

	<skill id="3614" levels="1" name="Enchant Heavy Armor (Grade C)">
		<!-- Confirmed CT2.5 -->
		<set name="icon" val="icon.skill0231" />
		<set name="magicLvl" val="1" />
		<set name="operateType" val="P" />
		<set name="targetType" val="SELF" />
		<for>
			<effect name="Buff">
				<add stat="pDef" val="38">
					<using kind="HEAVY" />
				</add>
				<add stat="regMp" val="2.019">
					<and>
						<player sitting="true" />
						<or>
							<player standing="true" />
						</or>
					</and>
				</add>
			</effect>
		</for>
	</skill>
MP Regeneration per tick was measured while standing and not actively engaged in combat.

but nowhere is mentioned if it works while walking or running

i just saw something kinda weird elegia and vorpal set bonus gives 32mp reg bonus o.O

Code: Select all

	<skill id="8461" levels="1" name="Heavy Set">
		<!-- Confirmed CT2.5 -->
		<set name="icon" val="icon.skill0231" />
		<set name="magicLvl" val="1" />
		<set name="operateType" val="P" />
		<set name="targetType" val="SELF" />
		<for>
			<effect name="Buff">
				<add stat="pDef" val="70">
					<using kind="HEAVY" />
				</add>
				<add stat="regMp" val="32">
					<and>
						<player sitting="true" />
						<or>
							<player standing="true" />
						</or>
					</and>
				</add>
			</effect>
		</for>
	</skill>

Re: Reloading doesnt rly reload, some bugs

Posted: Sat Feb 21, 2015 12:22 am
by Bencratus
Hi again,

report all these bugs into bug report section creating for 1 bug 1 topic and I think it will be fixed, because puting everything in 1 topic will make some problems.

Thanks,
Bencratus

Re: Reloading doesnt rly reload, some bugs

Posted: Sat Feb 21, 2015 7:09 am
by brutus
if i start reporting they will call it spam :D

Re: Reloading doesnt rly reload, some bugs

Posted: Sat Feb 21, 2015 9:03 am
by Aikimaniac
brutus wrote:if i start reporting they will call it spam :D
Noone will call it spam if you report real existant bugs and if you wont "bump" it on daily base but give time to fix them

Most of server owners are admins by themselves...and they fix or at least try to fix errors, if they share, everyone prospers...if somebody just uses L2J without any single knowledge or at lease own will to learn and help, its hard to make such person understand that this project is voluntary and noone is payed for his work...since there are not many people who have good coding knowledge and are willing to be part of project, its hard to those who are willing to do it for free to fix the large number of bugs..

Re: Reloading doesnt rly reload, some bugs

Posted: Sat Feb 21, 2015 6:04 pm
by brutus
don't treat me like a leecher or idiot,i never asked l2j for help not here nor in the old forum, all i want to know is, if someone else got my issue cuz i cant reload any skill, if yes then ill fix it by my self.

Re: Reloading doesnt rly reload, some bugs

Posted: Sat Feb 21, 2015 7:11 pm
by Bencratus
brutus wrote:don't treat me like a leecher or idiot,i never asked l2j for help not here nor in the old forum, all i want to know is, if someone else got my issue cuz i cant reload any skill, if yes then ill fix it by my self.
If you fix something, please be good and share with L2JServer :)

Thanks,
Bencratus