Help please - where is the code for autocast?
Moderator: Moderator
Help please - where is the code for autocast?
I want to adjust it as an addon. But I can't find the code that controls autocast. Any help?
MADNESS rocks
Re: Help please - where is the code for autocast?
See:
"automaticTalents" in tome/class/Player.lua
"setTalentAuto" and "checkSetTalentAuto" in tome/class/Actor.lua
"use" in tome/dialogs/UseTalents.lua
Also see: http://te4.org/games/addons/tome/safer- ... ic-talents
"automaticTalents" in tome/class/Player.lua
"setTalentAuto" and "checkSetTalentAuto" in tome/class/Actor.lua
"use" in tome/dialogs/UseTalents.lua
Also see: http://te4.org/games/addons/tome/safer- ... ic-talents
darkgod wrote:OMFG tiger eye you are my hero!
-
- Uruivellas
- Posts: 744
- Joined: Thu Nov 18, 2010 6:42 pm
Re: Help please - where is the code for autocast?
It's all kicked off each turn in mod.class.Actor.lua:act() line 650.