Issue information

Issue ID
#7360
Status
Needs more Info
Severity
None
Started
xathenx
Jun 14, 2013 5:25
Last Post
xathenx
Jul 23, 2013 1:55
Confirmation
N/A

xathenx - Jun 14, 2013 5:25

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

xathenx - Jun 28, 2013 18:54

up

Zopokx - Jun 28, 2013 19:18

[quote]
[color=#282828][font=helvetica, arial, sans-serif]Then the Slow Grace skill of Gypsy can affect all even the user?[/size][/font][/color][/quote]That is happening to me too, but I didn't touch anything skill related. And I'm using Renewal.

Xgear - Jun 29, 2013 5:43

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 - Jun 30, 2013 17:08

I tried reproducing the range problem but no luck (also trying to print out the range):[code=auto:0] { 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)); } [/code][quote]
[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[/quote][hr]
Couldn't reproduce the slow grace either, do you have any more info that could help me intro reproducing it?

xathenx - Jul 5, 2013 2:21

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

xathenx - Jul 12, 2013 2:28

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

Ind - Jul 21, 2013 19:26

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

xathenx - Jul 23, 2013 1:55

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"