Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007360

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (0)No (0)
Photo

Help about this

Posted by xathenx on 14 June 2013 - 05:25 AM

when i setup the skill to level 15 such as fire Bolts

Error:
pc_skill: skill too high not supported

i edit skill.h to MAX_SKILL_LEVEL 20 and it works but when i use level 15 skill the skill become shortrange everytime I use you need to close rnage to enemy before you can cast it

Then the Slow Grace skill of Gypsy can affect all even the user?

Im using PRE RENEWAL

Then the Slow Grace skill of Gypsy can affect all even the user?[/size]

That is happening to me too, but I didn't touch anything skill related. And I'm using Renewal.

About the Slow Grace, makes me wonder, the entire unit target thing might be messed up (Which would explain why songs were affecting non-party members at some point), but I dont remember anything about PDFM O.o

Ind 
changed status to: Started

Ind 
changed status to: Needs More Info

I tried reproducing the range problem but no luck (also trying to print out the range):
		{
			int i;
			for( i = 0; i < MAX_SKILL_LEVEL; i++ )
				ShowDebug("Firebolt Lv %d Range = %d\n",i+1,skill->get_range2(&sd->bl, MG_FIREBOLT,i));
		}

[Debug]: Firebolt Lv 1 Range = 9
[Debug]: Firebolt Lv 2 Range = 9
[Debug]: Firebolt Lv 3 Range = 9
[Debug]: Firebolt Lv 4 Range = 9
[Debug]: Firebolt Lv 5 Range = 9
[Debug]: Firebolt Lv 6 Range = 9
[Debug]: Firebolt Lv 7 Range = 9
[Debug]: Firebolt Lv 8 Range = 9
[Debug]: Firebolt Lv 9 Range = 9
[Debug]: Firebolt Lv 10 Range = 9
[Debug]: Firebolt Lv 11 Range = 9
[Debug]: Firebolt Lv 12 Range = 9
[Debug]: Firebolt Lv 13 Range = 9
[Debug]: Firebolt Lv 14 Range = 9
[Debug]: Firebolt Lv 15 Range = 9



Couldn't reproduce the slow grace either, do you have any more info that could help me intro reproducing it?

Im using 3ceam before and its works fine using level 15 skills in pre renewal maybe the code in 3ceam can help this issue

Then before you can cast it you need close range to enemy :( Then once I switch my weapon to basic the level 15 skill will be removed to my skill bar

Could it be related to a client file? (unless you're using the same client on 3ceam)

I think its not related to a client files.. because if you dont set the max skill to 15 you cant increase the max level of skill to lv15 the client will refuse it like "skill too high not support etc"