Issue information

Issue ID
#6749
Status
Invalid
Severity
None
Started
Hercules Elf Bot
Oct 3, 2012 15:57
Last Post
Hercules Elf Bot
Oct 7, 2012 15:13
Confirmation
Yes (0)
No (1)

Hercules Elf Bot - Oct 3, 2012 15:57

Originally posted by [b]ToiletMaster[/b]
Hi there,

After upgrading 16809 from r1662112,

it seems that homunculus are unable to be summoned out. After having the embryo item and you click call homunculus,

it still eats the item however the homunculus doesn't spawn out.

Regards,

ToiletMaster

Hercules Elf Bot - Oct 3, 2012 16:38

Originally posted by [b]Aleos[/b]
Did you run the [url=https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/upgrades/]SQL updates[/url] from the last revision you were using?

Hercules Elf Bot - Oct 3, 2012 17:15

Originally posted by [b]EvilPuncker[/b]
run this

[sql]ALTER TABLE `homunculus` ADD `prev_class` MEDIUMINT( 9 ) NOT NULL AFTER `class`[/sql]

Hercules Elf Bot - Oct 3, 2012 17:51

Originally posted by [b]ToiletMaster[/b]
Did not make the changes in mysql, sorry for the false report.

thanks for the help!

Hercules Elf Bot - Oct 3, 2012 18:01

Originally posted by [b]Spre[/b]
any time you update your revision, you should ALWAYS check the sql-files/upgrades directory, and run EVERY upgrade from the version you upgraded from to the revision you upgraded to, this prevents issues.


Also Next time check your mapserver, if the client requests something that isn;t avaliable it will throw up a error on the mapserver, in this case it would have told you prev_class field not found.

Hercules Elf Bot - Oct 7, 2012 15:13

Originally posted by [b]ToiletMaster[/b]
[quote name='Spre' timestamp='1349287274' post='14783']
any time you update your revision, you should ALWAYS check the sql-files/upgrades directory, and run EVERY upgrade from the version you upgraded from to the revision you upgraded to, this prevents issues.Also Next time check your mapserver, if the client requests something that isn;t avaliable it will throw up a error on the mapserver, in this case it would have told you prev_class field not found.
[/quote]


Thanks spre for the advise.

will definitely look for the sql upgrades next time,

however the problem was solved thru EvilPuncker's method.

just in case anyone's facing the same problem