Cardinale Posted December 8, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 10 Reputation: 1 Joined: 05/22/14 Last Seen: Wednesday at 08:43 PM Share Posted December 8, 2019 Boa tarde, alguém consegue me ajudar a encontrar uma maneira de criar uma condição para um npc. Ex: If (Class == job_ranker_taekwon ){ Faça... } Minha dúvida esta no 'job_ranker_taekwon' como representar a categoria na condição. Desde já agradeço amigos 1 Quote Link to comment Share on other sites More sharing options...
0 M4karov Posted December 8, 2019 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 149 Reputation: 37 Joined: 04/01/13 Last Seen: June 18, 2024 Share Posted December 8, 2019 Dê uma olhada em doc/ea_job_system.txt Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 10, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 11 hours ago Share Posted December 10, 2019 if (Class == Job_Taekwon) { // ... } if ((eaclass() & EAJ_BASEMASK) == EAJ_TAEKWON) { // ... } etc Quote Link to comment Share on other sites More sharing options...
Question
Cardinale
Boa tarde, alguém consegue me ajudar a encontrar uma maneira de criar uma condição para um npc.
Ex:
If (Class == job_ranker_taekwon ){
Faça...
}
Minha dúvida esta no 'job_ranker_taekwon' como representar a categoria na condição.
Desde já agradeço amigos
Link to comment
Share on other sites
2 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.