hdhd Posted March 6, 2010 Share Posted March 6, 2010 I'm trying to add in my mod (Skip the Fade) a xp calculation for monsters. But somehow my script isn't working, when I'm compiling it there is always the warning: Declaration does not match parameters (while compiling 2da_constants_h.nss). I just copied the text from sys_reward_h with some changes. The GetCreatureRank("bhm600cr_wispwraith.utc"); makes somehow problems. Does anyone know the right syntax? http://dalexicon.net/index.php?title=GetCr...reRank_function didn't give me any useful info. Here's the source:http://pastebin.com/dJVVmq1S Link to comment Share on other sites More sharing options...
hdhd Posted March 7, 2010 Author Share Posted March 7, 2010 I found a way to do it. It isn't the best solution but it works.http://pastebin.com/4w2efBiP I have a new question though: Why doesn't the array int array[]={1,1,1,3,3,3,2,1,1,1}; work? E: 15:55:38 - Parsing variable list Link to comment Share on other sites More sharing options...
Recommended Posts