Element transmited to skills by weapons - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: Element transmited to skills by weapons (/thread-1842.html) |
Element transmited to skills by weapons - Charlie Fleed - 10-15-2009 There could be two problems. One, you didn't configure the right dummy elements in the dummy_elements array. Two, that code is not executed, that is there is some other script after it that replaces it. Double check the numbers you put in the dummy_elements array. Try also adding a line like this: Code: p "checkpoint" Element transmited to skills by weapons - mageone - 10-16-2009 right. i have followed your instructions and put the print code for attack dummy ele + skill dummy ele. when using skill i got the message. when using normal attack, no message. haha... ok, again you got it right Charlie ;) there is a script below by BS called advanced actor status that allow multi weapon use or 2 hands and that re-write the dmg algorithm i have insert the code you advised before in this second script ans now it is all fixed. gee that was hard but thank you ! if you have time to look at my previous topic about "icon near ennemy name" in battle window... i think i m done with problems related to BS. thanks again... you rock ! Element transmited to skills by weapons - mageone - 10-18-2009 oh and... i forgot to say... Charlie you're gona have a special thanks in my game credits for having issue the elements system script ! thanks again dude ! Element transmited to skills by weapons - Charlie Fleed - 10-18-2009 Thanks. I'm going to have a look to that "icon near enemy name" thread as soon as I can. Element transmited to skills by weapons - mageone - 11-09-2009 hi ! sorry to bring this toppic back.. just got a problem that i didnt think about before... is it possible to add Element to ennemy normal attack ? for example, can we setup in scripts something like ennemy # 3 will have normal physical attack taged with element # 2 ? thank you ! Element transmited to skills by weapons - mageone - 11-18-2009 hi i ve found the solution so just in case someone got the same problem i had i will post it. the change must be made in the Game_Ennemy script, around line 150 look for the code Code: def element_set inside the [] of the "return []" enter the id of the element of your database that you want to grant to enemy normal attack. hope it helps ^.^ Element transmited to skills by weapons - Charlie Fleed - 11-18-2009 Good job. I'm sorry I've been kinda busy with other stuff... Element transmited to skills by weapons - mageone - 11-20-2009 lol Charlie... you did so much already.. thank you ! |