Reloading doesnt rly reload, some bugs

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Reloading doesnt rly reload, some bugs

Post by brutus »

reloading no longer works nothing is reloaded via reload command
Last edited by brutus on Fri Feb 20, 2015 8:43 pm, edited 2 times in total.
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Broken CoolTime and Reloading

Post by brutus »

so
User avatar
Bencratus
Posts: 51
Joined: Wed Jan 07, 2015 11:38 pm
Contact:

Re: Reloading doesnt rly reload

Post by Bencratus »

Hello,

command //reload e.g. config/html and others doesn't working?
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

Re: Reloading doesnt rly reload

Post by xban1x »

Can anyone confirm this? So i know if i have to move it into Bug Reports.
User avatar
Zealar
L2j Veteran
L2j Veteran
Posts: 1236
Joined: Sun Jul 15, 2007 10:29 am

Re: Reloading doesnt rly reload

Post by Zealar »

I use //reload htm each day not notice problems.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Reloading doesnt rly reload

Post by Aikimaniac »

be sure about format how you use the command and if the character is full GM or if he has correct permissions.. :)
Image
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Reloading doesnt rly reload

Post 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
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Reloading doesnt rly reload, some bugs

Post 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..
Image
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Reloading doesnt rly reload, some bugs

Post 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
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Reloading doesnt rly reload, some bugs

Post 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>
User avatar
Bencratus
Posts: 51
Joined: Wed Jan 07, 2015 11:38 pm
Contact:

Re: Reloading doesnt rly reload, some bugs

Post 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
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Reloading doesnt rly reload, some bugs

Post by brutus »

if i start reporting they will call it spam :D
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: Reloading doesnt rly reload, some bugs

Post 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..
Image
User avatar
brutus
Posts: 325
Joined: Sat Nov 10, 2007 4:18 pm
Location: Bulgaria

Re: Reloading doesnt rly reload, some bugs

Post 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.
User avatar
Bencratus
Posts: 51
Joined: Wed Jan 07, 2015 11:38 pm
Contact:

Re: Reloading doesnt rly reload, some bugs

Post 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
Post Reply