Issue Information
-
#007360
-
0 - None Assigned
-
Needs More Info
Issue Confirmations
-
Yes (0)No (0)
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
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
up
That is happening to me too, but I didn't touch anything skill related. And I'm using Renewal.Then the Slow Grace skill of Gypsy can affect all even the user?[/size]
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
changed status to: Started
changed status to: Needs More Info
I tried reproducing the range problem but no luck (also trying to print out the range):
Couldn't reproduce the slow grace either, do you have any more info that could help me intro reproducing it?
{ 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"