error: view status

zackpinoy

New member
Messages
60
Points
0
Github
zackpinoy
Emulator
Hi, im using pre-re server everytime i start the server it sends an error message.

[Error]: status_set_viewdata (NPC): No view data for class 4020

Need Help. 

 
Hi, im using pre-re server everytime i start the server it sends an error message.

[Error]: status_set_viewdata (NPC): No view data for class 4020

Need Help. 
Your NPC is using 4020 as viewID, but it doesn't exist.

thus it cannot use it.

 
Hi, im using pre-re server everytime i start the server it sends an error message.

[Error]: status_set_viewdata (NPC): No view data for class 4020

Need Help. 
Your NPC is using 4020 as viewID, but it doesn't exist.

thus it cannot use it.
do you happen to know where can i fix this error?
default_smile.png


 
do you happen to know where can i fix this error?
default_smile.png
search for you npc files that uses 4020 class id..this error is due that you are using player class for a npc in which is not possible...

default_ani_meow.gif


 
do you happen to know where can i fix this error?
default_smile.png
search for you npc files that uses 4020 class id..this error is due that you are using player class for a npc in which is not possible...

default_ani_meow.gif
should not be possible to use player classes in npcs by making a mob with player things (mob_avail.txt) and then using that mod id in npc?

 
should not be possible to use player classes in npcs by making a mob with player things (mob_avail.txt) and then using that mod id in npc?
still not work since view data appearance is based on the class sprite id..so doing so will not achieve desire result..unless you tweak how it was check or render in the src..

default_ani_meow.gif


 
 
should not be possible to use player classes in npcs by making a mob with player things (mob_avail.txt) and then using that mod id in npc?
still not work since view data appearance is based on the class sprite id..so doing so will not achieve desire result..unless you tweak how it was check or render in the src..

default_ani_meow.gif
is the error message refers in viewing char. equipment? its because even my admin account is unable to view players equipment.

 
Last edited by a moderator:
Back
Top