Jump to content

  •  

utofaery

Member Since 18 Feb 2015
Offline Last Active Aug 28 2016 03:18 AM
-----

Topics I've Started

H>Run Atcommand through npc script in commandprompt

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?

 


H>atcommand from npc

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?


Skill clone by plugin system?

30 April 2015 - 07:27 PM

I was reading somewhere in the forum about how hercules be made to fully configurable.
Then I thought why isn't skill be made clonable too?

Would there be any chance for this to happen?

H>query_sql prev_class homunculus

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


Atcommand in item

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