Issue information

Issue ID
#5227
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Jan 9, 2012 7:51
Last Post
Hercules Elf Bot
Apr 19, 2012 15:35
Confirmation
Yes (1)
No (0)

Hercules Elf Bot - Jan 9, 2012 7:51

Originally posted by [b]fictionworld[/b]
[CODE]
// Displays a list of @ commands available to the player.
commands: 0,1
[/CODE]

[CODE]
// Warps you to predefined locations in major cities.
go: 0,10
[/CODE]

this doesn't work when used by normal players on rAthena r15408

topic's here:
[url="http://rathena.org/board/topic/57223-atcommandc/"]http://rathena.org/board/topic/57223-atcommandc/[/url]

solution that I tried is putting some alias in to the 2 codes

[CODE]
// Displays a list of @ commands available to the player.
commands: 0,1 [cmd]
[/CODE]

[CODE]
// Warps you to predefined locations in major cities.
go: 0,10 [city]
[/CODE]

and the last thing I know it worked.

EDIT: other commands too, that are assigned to normal players will not work unless giving them aliases. Found another one, when a player dies and have used @warp command, it somehows resurrects the player with 1 or 2hp.

This post has been edited by fictionworld on Jan 9, 2012 17:06

Hercules Elf Bot - Jan 9, 2012 22:34

Originally posted by [b]Xantara[/b]
For the initial report, it is the same issue as [bug=5222]. I fix will be committed soon.

As for the edit, that is working as intended. See bug reports [bug=4769], [bug=4229], etc.

Hercules Elf Bot - Jan 10, 2012 21:08

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