Jump to content


Azrii

Member Since 17 Jul 2003
Offline Last Active Oct 27 2003 05:49 PM

Topics I've Started

TakeItemReplace

09 October 2003 - 04:30 PM

Does anyone happen to know if TakeItemReplace will work in dlg, as opposed to bcs? I've finally finished Iltha's Book of Tenets, which are undroppable items in her quick slot (one at a time). I've made seven of them, IWBOOK01 thru IWBOOK07, with progressive bits of information respectively. I want to TakeItemReplace("IWBOOK02","IWBOOK01",Myself)
, TakeItemReplace("IWBOOK03","IWBOOK02",Myself), etc after each tenet talk block in dlg.

Can I do this with DO command at end of each tenet talk block just before EXIT END or do I need to set some sort of local global and have this command in script?

Thanks.

Yes, yes, why don't I compile and test myself. I'm in a coding/writing/lessgo! mode right now :D , not in a compile/test/*&)*& mode :angry: !

? for experienced modders

24 September 2003 - 04:34 PM

I've noticed some mods are divided between SOA only and TOB (Kelsey, Tashia, etc.). I'm putting together my mod with SOA install only at this point but does it matter? In other words are there TOB statements (say in trigger or action ids)  or TOB effects, etc. that would render mod incompatible with SOA only install. Or is this simply a matter of style?   <_<

Thanks, David B)

closing an entry point question

22 September 2003 - 02:00 PM

What I want to do is close the temple in AR1200 (Frikraag's castle in Windspear Hills) till a particular time. Is this done with appropriate TriggerActivation True/False command. Or is there some other command? Thanks, David  ;)

closing an entry point question

22 September 2003 - 01:58 PM

What I want to do is close the temple in AR1200 (Frikraag's castle in Windspear Hills) till a particular time. Is this done with appropriate TriggerActivation True/False command. Or is there  some other command? Thanks, David  ;)

Anybody good at bat files??

15 September 2003 - 01:26 AM

Anybody remember bat files? Ya'know the kind you double click, computer goes in dos window, actions run by so fast you don't have a clue as to what it is doing.
I finally got into traify, which wasn't too bad but typing in lines for each d file is going to be a royal pain :angry: . Anybody happen to know how to set up a bat in my game directory to basically read:
weidu --traify xxxx.d --traify# 50 --dout aaaa.d
weidu --traify xxxx1.d --traify# 100--dout aaaa1.d
weidu --traify xxxx2.d --traify# 200 --dout aaaa2.d
ad infinitum
exit :)

or point me in right direction <_<

or is there a weidu command I'm missing :blink:

or will what I typed in first section basically work if given a .bat extension? :o

Thanks David :D