Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

FachaiMS! event

Newbie Spellweaver
Joined
Mar 9, 2006
Messages
34
Reaction score
0
Re: [Release] FachaiMS! event

Thanks chuayaowei ^^
 
Master Summoner
Loyal Member
Joined
Jul 27, 2008
Messages
583
Reaction score
0
Re: [Release] FachaiMS! event

I don't see status being defined on the NPC script.
 
The almighty chicken
Loyal Member
Joined
Apr 7, 2008
Messages
570
Reaction score
31
Re: [Release] FachaiMS! event

that's right
put
Code:
var status = 0;
at teh top
 
Newbie Spellweaver
Joined
Mar 9, 2006
Messages
34
Reaction score
0
Re: [Release] FachaiMS! event

Alright added it, but why must I add that? Care to explain?
 
Master Summoner
Loyal Member
Joined
Jul 27, 2008
Messages
583
Reaction score
0
Re: [Release] FachaiMS! event

Alright added it, but why must I add that? Care to explain?

Because, if you read the code.. you may get noticed that you use the variable "status" as for the NPC status basically. which where not defined, if it's not defined, then the program will don't know what that is.
 
Newbie Spellweaver
Joined
Mar 9, 2006
Messages
34
Reaction score
0
Re: [Release] FachaiMS! event

Because, if you read the code.. you may get noticed that you use the variable "status" as for the NPC status basically. which where not defined, if it's not defined, then the program will don't know what that is.

OK thanks
 
Newbie Spellweaver
Joined
Jun 24, 2008
Messages
34
Reaction score
0
Re: [Release] FachaiMS! event

good job good job. .nice!
 
Back
Top