News:

A forum for users of LackeyCCG

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vegetto1624

#1
Thanks @CrazyChucky I tried to learn scripts and I did something like this:

<s><l>Ability 1</l><f>/roll*30</f></s>

but it doesn't works. Is there a way to add the function of multiply to Lackey??

I need also to make cards health change after declaring the damages. For example:
My card has 300 hp, the opponent says his attack did 100 damages. Can I add a button where I can write a number that modify the health text of the card (that I wrote on the .txt file)? Otherwise a button similar to that you use to change player's LP but it modify the card's health.
#2
Hi, I'm new to Lackey. I created my own plugin, but there is a problem with my card game: due to the several statistics/ability/attacks of the cards, the turns are very slow because the player have to calculate manually the results of the damage, health, etc.

Can you guys help me to achieve a way to automatically calculate the results of the cards attacks? Maybe it needs only a few string of code, but I don't know where I have to go to do that. Below I explain how it have to function:

The damage of an ability is calculated by: (Strengt + Ability Power) x dice with 6 faces. Example: X has 4 strengt and want to use his ability "Fist" which has 5 ability power. I roll a dice and the results is 2, so I have to calculate (4+5)x2 = 18 damages.

Thanks to everyone who decides to help me ^^