As topic says
Need help run
gm use @reloadscript
From NPC script in mapserver's commandprompt window
is this be do able?
03 May 2015 - 02:47 AM
As topic says
Need help run
gm use @reloadscript
From NPC script in mapserver's commandprompt window
is this be do able?
01 May 2015 - 12:05 AM
I need help on an npc I am trying to make.
It runs atcommand @reloadscript when I whisper to it,
but it never did reloadscript at all,
anyone can help me?
30 April 2015 - 07:27 PM
23 April 2015 - 02:59 PM
Was having trouble to create the line to read prev_class example
player 1 has evolved homunculus 6009
and i want to make that npc script read from sql
it evolve from 6001 so how should I struct my script?
query_sql ( select prev_class from homunculus )
and has a check of the player 1's char_id if it is triggered by player 1
23 February 2015 - 04:59 AM
I was moving from eathena 13786 to hercules master revision downloaded as zip.
So here's the thing, a line like this work before in itemdb
atcommand "@reloadscript "+strcharinfo(0)+"";
but cease to work now please help me to fix it