• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction Ncp request

Strode

New Member
Joined
Jan 30, 2009
Messages
12
Reaction score
1
I need to be able to summon my ncp anywhere at anytime with a talk action is there any script pls help
 
Code:
	<talkaction log="yes" words="/s" access="4" function="placeSummon"/>



????
 
[27/02/2009 11:21:11] [Warning - TalkAction::loadFunction] Function "placeSummon" does not exist.
[27/02/2009 11:21:11] Reloaded talk actions.
 
This is TFS 0.3.1's talkactions file and this is working perfectly.
 

Attachments

[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "closeServer" does not exist.
[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "openServer" does not exist.
[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "placeNpc" does not exist.
[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "placeMonster" does not exist.
[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "reloadInfo" does not exist.
[27/02/2009 11:45:54] [Warning - TalkAction::loadFunction] Function "placeSummon" does not exist.
[27/02/2009 11:45:54] Reloaded talk actions.

:(
 
to summon an npc whit TFS 0.3.1 you just say "/n <npc name>" as Zikerus already told you
 
Back
Top