Issue information

Issue ID
#2311
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 6, 2008 4:02
Last Post
Hercules Elf Bot
Mar 5, 2012 9:12
Confirmation
N/A

Hercules Elf Bot - Oct 6, 2008 4:02

Originally posted by [b]Yonimelavo[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2311

It's the last version of the script file.

CODE
[2008-10-04 18:47:45][Error]: script_rid2sd: fatal error ! player not attached!
[2008-10-04 18:47:45][Debug]: Source (NPC): Room of Water#Door at job_wiz (1,2)


wizard.txt:
CODE
job_wiz,1,2,1    script    Room of Water#Door    66,{
...
OnMyMobDead:
    set .MyMobs,.MyMobs-1;
    if (.MyMobs < 1) {
        mapannounce "job_wiz",strcharinfo(0)+" has succeeded in eliminating the monsters.",bc_map;
        warp "job_wiz",116,97;
        percentheal 100,100;
        donpcevent "Room of Water#Door::OnDisable";
        donpcevent "Room of Earth::OnEnable";
        stopnpctimer;
    }
    end;

Could it be the 'strcharinfo' thing?

Edit: Well, both warp and percentheal too... XD.

This post has been edited by Yonimelavo: Oct 5 2008, 09:04 PM