Jump to content

hadiesyafiq

Members
  • Content Count

    156
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by hadiesyafiq


  1. This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017

    i try like this but now work 

     

    izlude,100,100,4    script    Test    102,{
            mes("[Test]");
            mes("Hello World.");
            close();
     
        OnInit:
            showevent(QTYPE_QUEST, 0);
            end;
        }
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.