Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Element transmited to skills by weapons
#21
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"
in the middle. It will print a message if that code is executed. If you don't see any message, it's better if you send me a demo.
Reply }
#22
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 !
Reply }
#23
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 !
Reply }
#24
Thanks. I'm going to have a look to that "icon near enemy name" thread as soon as I can.
Reply }
#25
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 !
Reply }
#26
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
    return []
  end


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 ^.^
Reply }
#27
Good job. I'm sorry I've been kinda busy with other stuff...
Reply }
#28
lol Charlie... you did so much already.. thank you !
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Refreshing original skills names Whisper 2 4,237 05-31-2020, 04:35 PM
Last Post: Whisper
   Showing only specific skills in a window Melana 2 5,284 01-12-2016, 01:34 PM
Last Post: Melana
   Syvakal's Conditional Skills And Equipment Crashes Samven 0 3,606 08-02-2011, 01:58 PM
Last Post: Samven
   Help with using KGC's delayed skills prioran 0 3,252 05-07-2010, 11:46 PM
Last Post: prioran
   Skills that restore SP and reactive skills. Admetrynne 5 6,937 03-29-2010, 05:49 PM
Last Post: Admetrynne
   Simple Request about Element Defense status mageone 0 2,966 11-21-2009, 06:40 PM
Last Post: mageone



Users browsing this thread: