![]() |
Quote:
Code:
Attack.atom_spawn(act, tend, "magic_diversion", Attack.angleto(act)) Hmm, I'm not sure if the code tag supports colours, but I guess I can try it and see. edit: If I'd looked at your first post, I'd have realized that it does. ;) |
That looks great, thanks for using those colors.
Okay so I hunted for the confused effect but then i realized since it only applies on the world map it might bug out if I used it in combat. So instead I found Stun, that would at least indicate "this unit isn't going to do anything this turn." Here it is: Code:
-- *********************************************** |
Code:
Attack.act_del_spell(target,"effect_stun") I wouldn't mind a few longer than normal spell effects if they'd just queue up as I played. Hmm. |
Quote:
Code:
Attack.atom_spawn(target, pause, "effect_stun", 0, true) |
Omg you guys, it worked! I feel like a super modder now... :cool:
All I had to do was replace "magic_diversion" with "effect_stun." Worked great. No pause or anything, it just made the noise, showed the stun effect and the Skeleton lost his action points. Try it out if you want. Manual Method In addon_arena.lua, line 1010. Replace: Code:
Attack.atom_spawn(act, tend, "magic_diversion", Attack.angleto(act)) Code:
Attack.atom_spawn(act, tend, "effect_stun", Attack.angleto(act)) |
High five team! (not like I did anything)
This is, by the way, why being a software developer can sometimes make you feel like a freaking wizard. You mere mortals and your inability to change graphical effects? Hah! You disgust me. |
Great Job - Don't Forget the LUA Library
Hey, great job guys!
As a modder, it is neat to see people changing the game for the better. Don't forget, though, about the LUA library mentioned here: http://forum.1cpublishing.eu/showpos...97&postcount=4 You'll need to use a translater to convert the text to English unless you understand Russion (Google seems to work okay), but you should be able to discern the input arguments from there. Also feel free to ask me if the LUA library doesn't answer your questions since I've dabbled (and am dabbling) in the LUA library quite a bit... /C\/C\ |
Warrior Maidens have two broken abilities.
Call of Valhalla seems to not work at all or only work 1 round in the past, and with multiple stacks of maidens it almost never works past the first time. Gift of Odin seems to not work at all. |
Quote:
@Loopy, both of those are documented in the bug thread along with explanations. Check it out. |
Up next - 1. Does anyone have ideas of where to even begin to fix the Crystal Collector bug? That one is really cramping my style. Yeah, I know I'm only missing out on a few points of intellect, but I know if I start spending my crystals it will be ages before I catch up.
2. I've never seen my alchemist or my engineer mix more than one bottle when using their remix ability. Here's what the code says (line 3026, unit_special_attacks.lua): Code:
-- *********************************************** |
All times are GMT. The time now is 04:11 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.