PapaZola Posted August 30, 2020 Posted August 30, 2020 hello its posibble to make a script a kiel card effect following a job example champion=-30% delay LK=-50% delay sniper =-60% delay Quote
0 Chaos92 Posted August 30, 2020 Posted August 30, 2020 5 minutes ago, PapaZola said: hello its posibble to make a script a kiel card effect following a job example champion=-30% delay LK=-50% delay sniper =-60% delay if(Class==Job_Champion) bonus bDelayRate,-30; if(Class==Job_Lord_Knight) bonus bDelayRate,-50; if(Class==Sniper) bonus bDelayRate,-60; Quote
0 PapaZola Posted September 1, 2020 Author Posted September 1, 2020 only like this can do it? example if can following like a npc for job Quote
Question
PapaZola
hello its posibble to make a script a kiel card effect following a job example
champion=-30% delay
LK=-50% delay
sniper =-60% delay
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.