Issue information

Issue ID
#5653
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 27, 2012 4:29
Last Post
Hercules Elf Bot
May 9, 2012 7:34
Confirmation
N/A

Hercules Elf Bot - Apr 27, 2012 4:29

Originally posted by [b]Brian[/b]
[quote name='Benitora Masaki' timestamp='1335478332' post='95859']
Hello I'm currently getting this error when loading nguild event: npc/events/nguild/nguild_ev_agit.txt:

[CODE]
[Error]:
script error on npc/events/nguild/nguild_ev_agit.txt line 181
parse_line: need ';'
179 : {
180 : OnInterIfInitOnce:
* 181 : GetCastleData "nguild_prt",0','"::OnRecvCastleN04";
182 : end;
183 : OnRecvCastleN04:
184 : RequestGuildInfo GetCastleData("nguild_prt",1);
185 : end;
186 : OnAgitStart:
[/CODE]

Any help on why this is an issue when it wasnt before would be great ^^
[/quote]

Hercules Elf Bot - Apr 27, 2012 15:32

Originally posted by [b]drinker[/b]
GetCastleData "nguild_prt",0','"::OnRecvCastleN04";
change to


GetCastleData "nguild_prt",0,"::OnRecvCastleN04";

Hercules Elf Bot - Apr 27, 2012 18:08

Originally posted by [b]Tiera[/b]
[color=#008000]GetCastleData "nguild_prt",0','"::OnRecvCastleN04";[/color]
[color=#008000]Change to:[/color]
[color=#008000]donpcevent "::OnRecvCastleN04";[/color]
[color=#008000]For details see r[/color][url="http://sourceforge.net/apps/trac/rathena/changeset/15657"][color=#008000]15657[/color][/url]

Hercules Elf Bot - Apr 30, 2012 5:58

Originally posted by [b]Brian[/b]
Updating status to: [b]Fixed[/b] in [rev=16012].