Issue information

Issue ID
#5948
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 6, 2012 20:48
Last Post
Hercules Elf Bot
Jun 21, 2012 12:23
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Jun 6, 2012 20:48

Originally posted by [b]Terrijoo[/b]
There is a bug within the NydhoggsNest.txt for the Instance
It creates the variable for the Partyname as this
[CODE]
set .@party,getcharid(1);
[/CODE]

But checks it as
[CODE]
if(!instance_check_party(.@party_id,2,70)){
[/CODE]

Last should be changed to just .@party (Since it seems to keep using that variable.)

On both instance_check_party it is wrong.

Hercules Elf Bot - Jun 6, 2012 20:53

Originally posted by [b]jTynne[/b]
Confirming issue.