danielps Posted January 20, 2018 Posted January 20, 2018 Id did everything and stil get this error "No view data for class 10475." I changed my npc.h to: #define MAX_NPC_CLASS2_END 18000 i changed const.txt any up to day tutorial? Quote
1 danielps Posted January 21, 2018 Author Posted January 21, 2018 20 hours ago, GodKnows Jhomz said: Add your custom npc before this line: NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 Like this : JT_NEWNPC = 10475, JT_NEWNPC2, //10476 <-- It is increasing automatically per line after the declaration of id above this line. JT_NEWNPC3, //10477 NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 Hey bro, only problem is, the last rathena from git dont have this NPC_RANGE3_END, What rathena version are you using? Look attached here the const i'm using, that is the lastes version of rathena. Please help its not working =/ const.txt Quote
0 danielps Posted January 21, 2018 Author Posted January 21, 2018 21 hours ago, GodKnows Jhomz said: Add your custom npc before this line: NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 Like this : JT_NEWNPC = 10475, JT_NEWNPC2, //10476 <-- It is increasing automatically per line after the declaration of id above this line. JT_NEWNPC3, //10477 NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 I now undestand, ur talking about npc.h, i tried and it worked!! Thans a lot man! There are not so much people that know this, cause i saw lot of people asking help and nobody got the correct answer! Thanks and like !!! Quote
0 GodKnows Jhomz Posted January 21, 2018 Posted January 21, 2018 42 minutes ago, danielps said: I now undestand, ur talking about npc.h, i tried and it worked!! Thans a lot man! There are not so much people that know this, cause i saw lot of people asking help and nobody got the correct answer! Thanks and like !!! Sorry bout the missing file to be edited. Already edited the post for the others to know. Glad that I helped you out. 1 Quote
-1 GodKnows Jhomz Posted January 20, 2018 Posted January 20, 2018 (edited) 22 hours ago, danielps said: Id did everything and stil get this error "No view data for class 10475." I changed my npc.h to: #define MAX_NPC_CLASS2_END 18000 i changed const.txt any up to day tutorial? Add your custom npc before this line in npc.h file: NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 Like this : JT_NEWNPC = 10475, JT_NEWNPC2, //10476 <-- It is increasing automatically per line after the declaration of id above this line. JT_NEWNPC3, //10477 NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999 Edited January 21, 2018 by GodKnows Jhomz 1 1 Quote
Question
danielps
Id did everything and stil get this error "No view data for class 10475."
I changed my npc.h to:
#define MAX_NPC_CLASS2_END 18000
i changed const.txt
any up to day tutorial?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.