Jhedzkie Posted March 13, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 298 Reputation: 15 Joined: 11/17/11 Last Seen: February 18 Share Posted March 13, 2013 i've read about this thread regarding new weapon elements. with this idea, i've came up with my own idea of creating a new mob with a new element + a new race. how do i add a new race in the current list of races? (brute, angel, dragon, etc.) thanks in advanced. Quote Link to comment Share on other sites More sharing options...
goddameit Posted March 14, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted March 14, 2013 (edited) how do i add a new race in the current list of races? (brute, angel, dragon, etc.) fist, add new define (map.h) (const.txt) enum { RC_FORMLESS=0, RC_UNDEAD, RC_BRUTE, RC_PLANT, RC_INSECT, RC_FISH, RC_DEMON, RC_DEMIHUMAN, RC_ANGEL, RC_DRAGON, RC_BOSS, RC_NONBOSS, RC_NONDEMIHUMAN, RC_MAX }; RC_Formless 0 RC_Undead 1 RC_Brute 2 RC_Plant 3 RC_Insect 4 RC_Fish 5 RC_Demon 6 RC_DemiHuman 7 RC_Angel 8 RC_Dragon 9 RC_Boss 10 RC_NonBoss 11 RC_NonDemiHuman 12 second, see what you want to do in next third, compiled and test. Edited March 14, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
Mad Walker Posted June 23, 2013 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 177 Reputation: 9 Joined: 06/25/12 Last Seen: October 31, 2016 Share Posted June 23, 2013 (edited) Hello goddameit! I'm just wondering if you know about something like changing the race of a player with accordance to the item that is equipped? I mean for example, you equip Valkyrie armor then your character's race will be converted from demi-human to angel race. Edited June 23, 2013 by Qube Eks Quote Link to comment Share on other sites More sharing options...
Rebel Posted June 23, 2013 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 436 Reputation: 32 Joined: 02/19/12 Last Seen: May 22, 2024 Share Posted June 23, 2013 @Jhedskie have you tried applying the new weapon element?? did it work on your end? thanks. Quote Link to comment Share on other sites More sharing options...
Question
Jhedzkie
i've read about this thread regarding new weapon elements. with this idea, i've came up with my own idea of creating a new mob with a new element + a new race.
how do i add a new race in the current list of races? (brute, angel, dragon, etc.)
thanks in advanced.
Link to comment
Share on other sites
3 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.