help with dsp code (specifically tp moves!)
Posted: Tue Mar 28, 2017 9:10 am
Hi
Wasn't sure where to post this sorry if in wrong forum!
So i was messing around with my own server i set up and having a look at the source code to see if i could find out how any of it works (don't have alot of programming knowledge) I specifically started looking at tp moves, i figured out how a lot of it went together for example, lets take "shadow spread" done by progenerator in promyvian dem mission battlefield. i found the "shadow spread.lua file and that tells the game what shadow spread does, (inflicting sleep, blind and curse, and the relative strength of the inflictions... i think)
i also found the mob skills.sql that seemed to tell the game that the move is an aoe, what direction it is and what animation to use.
But what i couldnt figure out is what code specifically tells the server that only the progenerator is to use shadow spread! I looked at other tp moves used by a whole family of mobs and i couldnt find what code told the server that all pugils can use screwdriver etc.
I'm really interested in learning about how to develop for the server and also learning c++ code, Any help would be appreciated.
Wasn't sure where to post this sorry if in wrong forum!
So i was messing around with my own server i set up and having a look at the source code to see if i could find out how any of it works (don't have alot of programming knowledge) I specifically started looking at tp moves, i figured out how a lot of it went together for example, lets take "shadow spread" done by progenerator in promyvian dem mission battlefield. i found the "shadow spread.lua file and that tells the game what shadow spread does, (inflicting sleep, blind and curse, and the relative strength of the inflictions... i think)
i also found the mob skills.sql that seemed to tell the game that the move is an aoe, what direction it is and what animation to use.
But what i couldnt figure out is what code specifically tells the server that only the progenerator is to use shadow spread! I looked at other tp moves used by a whole family of mobs and i couldnt find what code told the server that all pugils can use screwdriver etc.
I'm really interested in learning about how to develop for the server and also learning c++ code, Any help would be appreciated.