Issue information

Issue ID
#7076
Status
Working as Intended
Severity
None
Started
jTynne
Feb 17, 2013 16:15
Last Post
Kenpachi
Apr 30, 2013 12:44
Confirmation
N/A

jTynne - Feb 17, 2013 16:15

This is a strange bug;

Just moved from rAthena to Hercules, and now Summon Ventus is not summoning a Ventus as it should. Used skill Level 3, Rough Wind, on a Sorcerer character. Rough Wind is consumed, but no skill failed message appears, and no Ventus appears.

malufett - Feb 18, 2013 11:24

any server error log?

:meow:

jTynne - Feb 18, 2013 13:17

Unfortunately, nope. It just silently doesn't appear.

Ind - Feb 18, 2013 13:59

I've tried to reproduce, unsuccessfully o-o were there no errors in char server either? elemental spawn is controlled by the char server (map server requests; char server reply is what spawns it)

KyleZ - Feb 18, 2013 14:07

I've experienced this before, when your maxsp is lower than certain value(unknown - -

Ind - Feb 18, 2013 14:39

[quote name="KyleZ" timestamp="1361196454"]
I've experienced this before, when your maxsp is lower than certain value(unknown - -[/quote]I tried using many values below the required amount of sp for the skill, all the times it showed 'not enough sp'

KyleZ - Feb 18, 2013 14:52

man.. not that low...

attachment system still not working? let me try this..
[attachment=83:call.JPG]

Ok, it works.

You can see it there. I had required item, and there was no skill failure msg.

And the skill was in cooldown, yet you could not find Ventus( same as the other sprites

FYI, my maxsp was roughly 400

This post has been edited by KyleZ on Feb 18, 2013 14:59

jTynne - Feb 18, 2013 21:58

I hadn't applied an SQL update :(

ALTER TABLE `elemental` CHANGE COLUMN `str` `atk1` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `agi` `atk2` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `vit` `matk` MEDIUMINT(6) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `int` `aspd` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `dex` `def` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `luk` `mdef` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0,
CHANGE COLUMN `life_time` `flee` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0,
ADD COLUMN `hit` SMALLINT(4) UNSIGNED NOT NULL DEFAULT 0 AFTER `flee`,
ADD COLUMN `life_time` INT(11) NOT NULL DEFAULT 0 AFTER `hit`;

Sorry guys, I'm retarded.

Ind - Feb 18, 2013 22:03

dont be so harsh its alright