Issue information

Issue ID
#5137
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Dec 21, 2011 15:40
Last Post
Hercules Elf Bot
Mar 5, 2012 17:51
Confirmation
N/A

Hercules Elf Bot - Dec 21, 2011 15:40

Originally posted by [b]KeiKun[/b]
Doesn't Work

[CODE]12622,Reins_Of_Mount,Reins Of Mount,11,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ALL_RIDING",1; },{},{}[/CODE]

Hercules Elf Bot - Dec 21, 2011 15:56

Originally posted by [b]KeiKun[/b]
LoL

I Posted at Wrong Section~

Hercules Elf Bot - Dec 23, 2011 17:40

Originally posted by [b]KeiKun[/b]
the problem is this


[CODE][color=#000000]itemskill [/color][color=#008800]"ALL_RIDING"[/color][color=#666600],[/color][color=#006666]1[/color][color=#666600];[/color][/CODE]

ALL_RIDING Doesn't exist at skill_db.txt

Hercules Elf Bot - Dec 24, 2011 8:35

Originally posted by [b]Protimus[/b]
I added the skill in the database, but have to see how the system works before creating the structural part of skill in source.

[url="http://sourceforge.net/apps/trac/rathena/changeset/15239"]http://sourceforge.net/apps/trac/rathena/changeset/15239[/url]

Hercules Elf Bot - Dec 24, 2011 8:40

Originally posted by [b]Protimus[/b]
Confirmed, there is nothing in the source of the new mounts.

I will create the codes as soon possible.

Hercules Elf Bot - Dec 24, 2011 8:41

Originally posted by [b]KeiKun[/b]
Okay~!

Just Tested with r15239
doesn't work
after pressing item
nothing happen~

Hercules Elf Bot - Dec 24, 2011 11:52

Originally posted by [b]KeiKun[/b]
Found some errors @ map server


[CODE]
[Error]: sv_readdb: Could not process contents of line 1071 of "db/skill_db.txt"

[Error]: sv_readdb: Could not process contents of line 1639 of "db/skill_cast_db.txt"
.[/CODE]

Hercules Elf Bot - Dec 24, 2011 13:21

Originally posted by [b]Ind[/b]
[quote name='Protimus' timestamp='1324716018' post='5964']
Confirmed, there is nothing in the source of the new mounts.I will create the codes as soon possible.
[/quote]
there is, only the linking between the skill and the mounting system is missing (e.g. http://rathena.org/wiki/index.php?title=MountingNPCHandle )

This post has been edited by Ind on Dec 24, 2011 13:22

Hercules Elf Bot - Dec 24, 2011 13:40

Originally posted by [b]Ind[/b]
[quote name='KeiKun' timestamp='1324727520' post='5970']
Found some errors @ map server[CODE][Error]: sv_readdb: Could not process contents of line 1071 of "db/skill_db.txt"[Error]: sv_readdb: Could not process contents of line 1639 of "db/skill_cast_db.txt".[/CODE]
[/quote]
Fixed the errors on [rev=15244]

Hercules Elf Bot - Dec 24, 2011 13:52

Originally posted by [b]KeiKun[/b]
r15244
[CODE][Warning]: skill_castend_nodamage_id: Unknown skill used:2538[/CODE]

Hercules Elf Bot - Dec 24, 2011 18:06

Originally posted by [b]KeiKun[/b]
^

i forgot

i got this error
after using rein of mount

Hercules Elf Bot - Dec 26, 2011 9:08

Originally posted by [b]Ind[/b]
Fixed in [rev=15283]