Bubb
Bubb
Reactions
-
Re: [MOD] EEex (v0.10.2-alpha)
@swit: You can use concatenation to shove the variable into the eval string:C:Eval('SetToken("CASTSPELL",'..strref..')') Alternatively, the Lua environment also gets:Infinity_SetToken(token… (View Post)5 -
Re: [MOD] EEex (v0.10.2-alpha)
@OlvynChuru: Smart; I think you're suited to this sort of hackery! What @subtledoctor is referring to is that EEex only works on Windows atm. I'm planning on getting a Mac / Linux loader running, but… (View Post)1 -
Re: [MOD] EEex (v0.10.2-alpha)
@OlvynChuru: Exactly how I was hoping someone would use it! I'm curious how you found the cre flag offset; to my knowledge the only place where that is defined is the debug symbols file, unless you d… (View Post)1 -
Re: Did you know?
Did you know that the EEs have "Super Atomic Speed Fighting Action" ? I was snooping, and found the Baldur.lua option referenced in the exe. Apparently when this option is set, (supposedly … (View Post)15 -
Re: [MOD] EEex (v0.10.2-alpha)
Right before using C:Eval() set the following Lua global:EEex_LuaObject = <actorID here> In essence, EEex_LuaObject is a Lua global that can be accessed from the scripting environment using the… (View Post)4