danielps Posted January 20, 2018 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Share 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 Link to comment Share on other sites More sharing options...
1 danielps Posted January 21, 2018 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Author Share 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 Link to comment Share on other sites More sharing options...
0 danielps Posted January 21, 2018 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 174 Reputation: 18 Joined: 10/09/14 Last Seen: Friday at 04:59 AM Author Share 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 Link to comment Share on other sites More sharing options...
0 GodKnows Jhomz Posted January 21, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share 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 Link to comment Share on other sites More sharing options...
-1 GodKnows Jhomz Posted January 20, 2018 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 333 Reputation: 68 Joined: 09/05/12 Last Seen: June 13, 2023 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.