Search found 53 matches
- Fri Nov 14, 2014 8:43 am
- Forum: Scripting
- Topic: Iridal/Chatoyant Staff
- Replies: 11
- Views: 10258
Re: Iridal/Chatoyant Staff
Ok, this is a really old post, apologize for reviving it. Have these staves been coded/scripted into the darkstar github already or do I need to have the patch in the first post to use them? These were added after I had already quit retail but it would be really nice for mages on my server to not ha...
- Sat Nov 08, 2014 2:37 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
Ah, ya your right...it's been so long since I played retail that I couldn't remember exactly why you could only have one song when subbing BRD, just knew it was true lol. Thanks again!
- Sat Nov 08, 2014 8:48 am
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
----------------------------------------- -- Spell: Advancing March -- Gives party members Haste ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/settings"); ----------------------------------------- -- OnMagicCastingCheck -----------------------...
- Sat Nov 08, 2014 8:35 am
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
inline int32 CLuaBaseEntity::addBardSong(lua_State *L) { DSP_DEBUG_BREAK_IF(m_PBaseEntity == NULL); DSP_DEBUG_BREAK_IF(lua_isnil(L, 1) || !lua_isuserdata(L, 1)); DSP_DEBUG_BREAK_IF(lua_isnil(L, 2) || !lua_isnumber(L, 2)); DSP_DEBUG_BREAK_IF(lua_isnil(L, 3) || !lua_isnumber(L, 3)); DSP_DEBUG_BREAK_I...
- Fri Nov 07, 2014 4:32 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
Awesome, I will dig into those on Sunday & make some changes! Thanks!
- Fri Nov 07, 2014 7:09 am
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
I will try that out this weekend & see what I can come up with...thanks!
Is there a place that I could find the song limit so that I can change it?
Is there a place that I could find the song limit so that I can change it?
- Thu Nov 06, 2014 6:25 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
Ya...I can see where it is in the script. How would I go about telling those scripts to pull that duration from the settings.lua? I will happily go in & mod all of my BRD songs to do that...it's just a matter of knowing how that I lack.
- Thu Nov 06, 2014 4:18 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
I will have to tinker around when I have some free time. Still learning a lot of this stuff as I go so scripting isn't really my strong suit...or even my suit at all lol. If I look at & compare settings for other scripts that do work, I might be able to figure out the duration setting thing so that ...
- Thu Nov 06, 2014 3:21 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
That might be why I can't get them to take...was hoping to be able to increase the allowed bard songs & song durations to help compensate for the extremely low population on my server. I am using custom foods to help with this as well but wanted a little more flexibility. Is there any way to fix the...
- Thu Nov 06, 2014 2:36 pm
- Forum: Troubleshooting
- Topic: Settings.lua changes won't take affect
- Replies: 40
- Views: 33259
Re: Settings.lua changes won't take affect
I figured it was GM because of the @ symbol...I will try that command tonight when I get home. It's just odd because I have restarted the server each time I have made changes & have had no issues with things not taking effect until trying to change the BRD song settings. Since I know all of the peop...