Search found 4 matches

by zephyrpanthur
Sat Jan 03, 2015 4:25 am
Forum: Mod Creation
Topic: Editor Tutorials on YouTube - part 15 is out
Replies: 168
Views: 330438

Re: Editor Tutorials on YouTube - part 12 is out

Here is a more complete version of it giving a 2 second delay before starting the countdown so you can witness the full bar being depleted. All information is gathered from the settings you have so no matter what interval speed you have the counter at, or how many hp you remove, it will always corre...
by zephyrpanthur
Sat Jan 03, 2015 4:13 am
Forum: Mod Creation
Topic: Editor Tutorials on YouTube - part 15 is out
Replies: 168
Views: 330438

Re: Editor Tutorials on YouTube - part 12 is out

I like having it increment 1 hp at a time, but turn the timer to 0.025 for speed. it makes for a VERY smooth progress bar.
by zephyrpanthur
Sat Jan 03, 2015 4:12 am
Forum: Mod Creation
Topic: Editor Tutorials on YouTube - part 15 is out
Replies: 168
Views: 330438

Re: Editor Tutorials on YouTube - part 12 is out

I don't know if this has been pointed out, but your sudo boss battle timer function for the firetrap can be made MUCH simpler. function timerstep() if magma_golem_1.monster:getHealth() > 1 then magma_golem_1.monster:setHealth(magma_golem_1.monster:getHealth()-50) -- This gets the current health, and...
by zephyrpanthur
Tue Dec 30, 2014 6:26 pm
Forum: Mod Creation
Topic: Can't throw rocks in CD
Replies: 1
Views: 2990

Can't throw rocks in CD

creating a custom dungeon, and have been doing prtty nicely, getting used to lua and all that good stuff... however, I have run into a bit of a snag. While testing effectiveness of weapons in my starting area, one of which just being rocks, i have found out that I cannot throw rocks. they just drop ...