Issue information

Issue ID
#6852
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 5, 2012 0:19
Last Post
Hercules Elf Bot
Nov 5, 2012 4:24
Confirmation
N/A

Hercules Elf Bot - Nov 5, 2012 0:19

Originally posted by [b]AnnieRuru[/b]
responsible topic
http://rathena.org/board/topic/73491-cluckers/#entry152286

this script in particular
[svn=trunk/npc/custom/events/cluckers.txt]
I won't object having this popular script inside our SVN
however, if want to put this custom script into SVN, it should match up for a better standard, no ?

[quote name='me']wow !
using atcommand in script should be avoided
[b]it creates unnecessary log inside log.atcommandlog[/b]
I knew this script from eathena script release section that's why I didn't comment on that
but if putting this into SVN .... should avoid using this kind of method isn't it ?

http://www.eathena.w...dpost&p=1521218[/quote]

I think better change all
[code]atcommand "@nuke "+strcharinfo(0);[/code]
into
[code]unitskilluseid getcharid(3), "NPC_SELFDESTRUCTION", 1;[/code]



I believe this is a very very simple fix for anyone

This post has been edited by Brian on Nov 5, 2012 7:06

Hercules Elf Bot - Nov 5, 2012 4:24

Originally posted by [b]Euphy[/b]
Fixed in [rev=16858].