Issue information

Issue ID
#5565
Status
New
Severity
None
Started
Hercules Elf Bot
Apr 11, 2012 4:56
Last Post
Hercules Elf Bot
Apr 18, 2012 0:20
Confirmation
N/A

Hercules Elf Bot - Apr 11, 2012 4:56

Originally posted by [b]KeiKun[/b]
Confirmed
Using pRO and Latest rAthena rev. ( Removed [ [color=#000000]#define pc_cant_newmount(sd) ] to test )[/color]

[color=#000000]all jobs can use New mounts[/color]
[color=#000000]but[/color]
[color=#000000]it checks if you are already using new mounts ( of course )[/color]
[color=#000000]but [/color][color=#000000]it checks also if you are already using old mounts ( for swordsman class , ranger )[/color]

[color=#000000]it also checks if mado is currently used..[/color]


[color=#000000]more likely[/color]


if @newmount = 1 you can't use @mount
[color=#000000]and[/color]
[color=#000000]if @mount = 1 you can't use @newmount[/color]

Hercules Elf Bot - Apr 11, 2012 6:22

Originally posted by [b]Rozeniiz[/b]
yeah, in this [url="http://rathena.org/board/tracker/issue-5522-these-job-cant-use-newmount/"]topic[/url] i tell sword class can't use, i must remove this line [color=#000000][font=helvetica, arial, sans-serif][size=3]#define pc_cant_newmount(sd) .[/size][/font][/color]


[quote]and i have some problem about new mount

if you set Boarding halter to rent item when your item is expired if your char ride a new mount before logout when you login again you char not take off a new mount and must buy Boarding Halter again to take off a new mount

so i must put this script


[CODE]
OnPCLogoutEvent:
if( ismounting() ) {
setmounting();//This removes the user mount
}[/CODE][/quote]

all ready fix in [url="http://sourceforge.net/apps/trac/rathena/changeset/15845/"]http://sourceforge.net/apps/trac/rathena/changeset/15845/[/url]

This post has been edited by Rozeniiz on Apr 11, 2012 7:14

Hercules Elf Bot - Apr 18, 2012 0:20

Originally posted by [b]KeiKun[/b]
okay
the left over is the
pc_cant_newmount removal

since every job can use it