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!

Web [Tut] [Fix] NPCs.obj Errors [Fix]

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 15, 2007
Messages
62
Reaction score
0
Ok, this may not work for everyone but it did for me.

All I did, was look at what NPC ID was causing it to error, and for me, it turned out to be "npc_1051000", so I copied that, and put the following into my "NPCsScripts.h" file.

Code:
[SIZE=2]static void npc_1051000(NPC* npc);[/SIZE]

But make sure you put it where the other, "static voids" are. Hope this helps! ^^
 
Initiate Mage
Joined
Mar 9, 2008
Messages
4
Reaction score
0
Re: [Fix] NPCs.obj Errors [Fix]

I'll test it right now!

Cause when i was trying to put the Teleport NPCs i got this error =/
 
Junior Spellweaver
Joined
Feb 23, 2008
Messages
131
Reaction score
1
Re: [Fix] NPCs.obj Errors [Fix]

ehh i did this still same error
 
Newbie Spellweaver
Joined
Apr 2, 2008
Messages
83
Reaction score
0
Re: [Fix] NPCs.obj Errors [Fix]

Guys this is because he has the NPC:1051000 Defined in another file doing a function. This wont work unless you have it somewhere else.
 
Newbie Spellweaver
Joined
Jan 15, 2007
Messages
62
Reaction score
0
Re: [Fix] NPCs.obj Errors [Fix]

No prob mate XD Glad to help!
 
Status
Not open for further replies.
Back
Top