Here:
Script Error in 'scripts/ai/animaltrainer.ecl' PC=3237:
Call to function GetConfigStringArray:
Parameter 0: Expected datatype ApplicObj, got datatype Error
Script Error in 'scripts/ai/merchant.ecl' PC=4455:
Call to function GetConfigStringArray:
Parameter 0: Expected datatype ApplicObj ...
Search found 7 matches
- Thu Oct 30, 2008 10:37 am
- Forum: Scripting Help
- Topic: ApplicPtr and ApplicObj
- Replies: 3
- Views: 3526
- Fri Oct 03, 2008 8:16 am
- Forum: Scripting Help
- Topic: ApplicPtr and ApplicObj
- Replies: 3
- Views: 3526
ApplicPtr and ApplicObj
What is ApplicPtr? and ApplicObj?
Can i convert a value to these values?
thanks
Can i convert a value to these values?
thanks
- Wed Sep 24, 2008 1:31 pm
- Forum: Scripting Help
- Topic: Hi another question ;)
- Replies: 3
- Views: 3061
Re: Hi another question ;)
solved 
the problem are was:
var npcdatabase := ReadConfigFile("::npcdesc");
var alignment := npcdatabase[npc.npctemplate].alignment;
in the '::'
i put it and now the script can read the config file
the problem are was:
var npcdatabase := ReadConfigFile("::npcdesc");
var alignment := npcdatabase[npc.npctemplate].alignment;
in the '::'
i put it and now the script can read the config file
- Wed Sep 24, 2008 7:49 am
- Forum: Scripting Help
- Topic: Hi another question ;)
- Replies: 3
- Views: 3061
Re: Hi another question ;)
yes dude i did that and returning <unitialized object>
thanks
thanks
- Wed Sep 24, 2008 2:11 am
- Forum: Scripting Help
- Topic: Hi another question ;)
- Replies: 3
- Views: 3061
Hi another question ;)
/*
var npcdatabase := ReadConfigFile("npcdesc");
var alignment := npcdatabase[npc.npctemplate].alignment;
Print( npc.alignment );
If( npc.alignment == "evil" )
Return TEXT_MURDER_COLOR;
EndIf
if( npc.alignment == "good" )
Return TEXT_INNOCENT_COLOR;
EndIf
*/
i'm working on my ...
var npcdatabase := ReadConfigFile("npcdesc");
var alignment := npcdatabase[npc.npctemplate].alignment;
Print( npc.alignment );
If( npc.alignment == "evil" )
Return TEXT_MURDER_COLOR;
EndIf
if( npc.alignment == "good" )
Return TEXT_INNOCENT_COLOR;
EndIf
*/
i'm working on my ...
- Tue Sep 23, 2008 7:18 pm
- Forum: Scripting Help
- Topic: Hi, small question
- Replies: 2
- Views: 3891
Hi, small question
How can i know if somebody is invulnerable by using 'if' ?
if( dude.invul ) (example)
Thanks
if( dude.invul ) (example)
Thanks
- Tue Sep 09, 2008 4:35 am
- Forum: General Help (097)
- Topic: Big problem..
- Replies: 3
- Views: 4532
Big problem..
Hi, good morning.
i download the basic files of POL097 at polserver.com
my big problem is:
my core runs nice, when i try to login in my character, the client crashes, core runs normal, i use ML and i tried to login with 3 clients, 5.0.4b, 2.0.0 and 1.26.4, the first and second don't log, says that ...
i download the basic files of POL097 at polserver.com
my big problem is:
my core runs nice, when i try to login in my character, the client crashes, core runs normal, i use ML and i tried to login with 3 clients, 5.0.4b, 2.0.0 and 1.26.4, the first and second don't log, says that ...