[TD 2.3] Permanently adding stats to characters

Play Now

DavidShaw

LOMCN Member
Untrusted Member
Veteran
Nov 3, 2007
377
4
44
Is it possible to permanently add stats to a character via script or Qfunction???

I can see its possible to do via an @Logon script , but that seems to be only for DC/SC/MC/HP/MP

is it possible to do this with for example :

Acc / Agil / Ac / AMc / Slow / Mr / Pr ???? etc etc

....

to simplify ...

Is it possible to give a player a Bonus of 10 AC for 60 seconds for example???
and how would i go about doing that? regardless of how complicated it may be ???

Thanks for your help in advance ...
 

NewHope

Golden Oldie
Golden Oldie
Nov 18, 2005
1,311
28
184
Is it possible to permanently add stats to a character via script or Qfunction???

I can see its possible to do via an @Logon script , but that seems to be only for DC/SC/MC/HP/MP

is it possible to do this with for example :

Acc / Agil / Ac / AMc / Slow / Mr / Pr ???? etc etc

....

to simplify ...

Is it possible to give a player a Bonus of 10 AC for 60 seconds for example???
and how would i go about doing that? regardless of how complicated it may be ???

Thanks for your help in advance ...

You could do what i did and assign it to key7, key8 or key9.
Then you put @key7 in customcommands and add [@key7] to Q-function, then you can run a script to add stats to the character for as much time as you like, you can also assign HP/MP costs like other spells. :eek:
 
Upvote 0

~HeavenSent~

Golden Oldie
Golden Oldie
Nov 9, 2005
2,157
17
180
Chorley
You could do what i did and assign it to key7, key8 or key9.
Then you put @key7 in customcommands and add [@key7] to Q-function, then you can run a script to add stats to the character for as much time as you like, you can also assign HP/MP costs like other spells. :eek:


Nice dident know that.
 
Upvote 0

DavidShaw

LOMCN Member
Untrusted Member
Veteran
Nov 3, 2007
377
4
44
Looking through the commands however , I cannot see how to add AC / AMC via script , which is my problem ....

Adding DC/SC/MC/HP/MP is easy ...

Im trying to find some sort of script command to add AC/AMC/Agil/Acc etc ...
Tnx ...

Ie an NPC that raises your Ac by 50 for 60 minutes ...
 
Upvote 0