Kia code at its finest

Post all your MUD stories and capture logs here.
Dalar
Sojourner
Posts: 4905
Joined: Sun Feb 25, 2001 6:01 am

Kia code at its finest

Postby Dalar » Tue Nov 06, 2007 8:50 am

An emerald and ruby encrusted dagger floats out of your hands and begins to attack a giant eagle on its own.
You barely hit a giant eagle.
You miss a giant eagle with your hit.
<736h>
<T> Your blood freezes as you hear the rattling death cry of an emerald and ruby encrusted dagger.
Overwhelmed, an emerald and ruby encrusted dagger returns to its rightful owner.
An emerald and ruby encrusted dagger flies back to you.
You can't be the single target of your own song.
<736h>
<T> wield emerald
You wield an emerald and ruby encrusted dagger.
<736h>
<T>
Emarin attacks a giant eagle, landing a single hit.
a giant eagle misses you with its claw.
a giant eagle misses you with its claw.
You pierce a giant eagle.
<736h>
<T>
Emarin starts casting an offensive spell.
<736h>
<T> wield emerald
You need at least one free hand to wield anything.
<736h>
<T>
Emarin completes his spell...
Emarin utters the words, 'yufz gzzeg'
Emarin transforms a handful of acorns into flaming missiles!
Emarin fires four fire seeds into a giant eagle.
a giant eagle misses you with its claw.
You pierce a giant eagle.
You pierce a giant eagle hard.
<736h>
<T>
a giant eagle misses you with its claw.
a giant eagle misses you with its claw.
You pierce a giant eagle hard.
You miss a giant eagle with your pierce.
Emarin boggles at the concept.
<736h>
<T>
a giant eagle misses you with its claw.
An emerald and ruby encrusted dagger floats out of your hands and begins to attack a giant eagle on its own.
You hit a giant eagle hard.
You hit a giant eagle hard.
You miss a giant eagle with your hit.
<736h>
<T>
Your blood freezes as you hear the rattling death cry of an emerald and ruby encrusted dagger.
Overwhelmed, an emerald and ruby encrusted dagger returns to its rightful owner.
An emerald and ruby encrusted dagger flies back to you.
<736h>
<T>
Emarin attacks a giant eagle, landing a single hit.
a giant eagle misses you with its claw.
a giant eagle misses you with its claw.


Seriously, is this dagger the new BC t-shirt? Use to be supple chainmail but that's a quest item now. Can't even use during Tiamat/BC because of glaive procs crashing the game.
It will be fixed in Toril 2.0.
Aremat group-says 'tanks i highly suggest investing 20 silver in training weapons from cm to cut down on the losing scales to shield'
moritheil
Sojourner
Posts: 4845
Joined: Wed Jan 31, 2001 6:01 am

Postby moritheil » Wed Nov 07, 2007 1:16 am

Proc was made level-dependent. Not sure what level that char is but from the hps I'd guess above 40 so it shouldn't be an issue . . . maybe a bug?
Yotus group-says 'special quest if you type hi dragon'
Shevarash OOC: 'I feature only the finest mammary glands.'
Silena group-says 'he was so fat and juicy..couldnt resist'
Dalar
Sojourner
Posts: 4905
Joined: Sun Feb 25, 2001 6:01 am

Postby Dalar » Wed Nov 07, 2007 3:42 am

Proc has been lvl 46+ forever thanks for your insight.
It will be fixed in Toril 2.0.

Aremat group-says 'tanks i highly suggest investing 20 silver in training weapons from cm to cut down on the losing scales to shield'
Eilistraee
Staff Member - Quests
Posts: 1097
Joined: Mon Feb 17, 2003 7:20 pm

Postby Eilistraee » Wed Nov 07, 2007 5:09 am

It's not meant to be the 'T-Shirt'. I'll look into it some more, it may have been a case of just bad luck, but it still shouldn't stop dancing quite so quickly.
Eilistraee
Emarin
Sojourner
Posts: 63
Joined: Sat Dec 21, 2002 6:01 am

Postby Emarin » Fri Nov 16, 2007 4:08 am

oh man, who cares about the dagger... look at me go!
Dartan tells you '*roll*'
Sarell
Sojourner
Posts: 1681
Joined: Mon Jan 29, 2001 6:01 am
Location: brisbane, australia

Postby Sarell » Fri Nov 16, 2007 7:35 am

Even when it does sit out for a bit longer, it means you are usually not wielding anything for a round or two which really isn't worth it. MAybe it should automatically switch you to a weapon on in inventory. Make the proc say something like it 'dances away and blah pulls a shiny stick of blah from their belt.'
Arishae group-says 'mah sunray brings all the boys to the yard'
Shadow Scream
Nokie
Sojourner
Posts: 786
Joined: Sat Jan 27, 2001 6:01 am
Location: Atlanta, GA, USA
Contact:

Postby Nokie » Fri Nov 16, 2007 8:26 pm

Sarell wrote:Even when it does sit out for a bit longer, it means you are usually not wielding anything for a round or two which really isn't worth it. MAybe it should automatically switch you to a weapon on in inventory. Make the proc say something like it 'dances away and blah pulls a shiny stick of blah from their belt.'


I always used a trigger to automatically wield a secondary weapon when it procs and switch back when it returns:

Code: Select all

/def -Fp20 -mglob -w -t'*ruby encrusted dagger floats out of your hands*' \
        animated_weapon_trig = \
        /if (!hiding) \
                /if ( {weapon1} =~ {weapon3} ) \
                        weapon2 %{weapon4} %;\
                        /w %;\
                        stomp %;\
                /else \
                        weapon1 %{weapon3} %;\
                        /w %;\
                /endif %;\
        /endif %;\
        group all

/def -Fp20 -mregexp -w -t'ruby encrusted dagger (flies back to you|appears in your inventory)' \
        animated_weapon_return_trig = \
        /if (!hiding) \
                /if ( {weapon2} =~ {weapon4} ) \
                        remove %{weapon4} %;\
                        weapon2 ruby %;\
                        wield ruby %;\
                /elseif ( {weapon1} =~ {weapon3} ) \
                        remove %{weapon3} %;\
                        weapon1 ruby %;\
                        wield ruby %;\
                /endif %;\
        /endif
Emarin
Sojourner
Posts: 63
Joined: Sat Dec 21, 2002 6:01 am

Postby Emarin » Sat Nov 17, 2007 12:13 am

maybe what they should do is when it leaves your hand, another dagger is created automatically in its spot, that has more proc benefits than a khanjari on an EFHR... =)
Dartan tells you '*roll*'
Ashiwi
Sojourner
Posts: 4161
Joined: Thu Jun 14, 2001 5:01 am

Postby Ashiwi » Sat Nov 17, 2007 1:16 am

Make that a morally ambiguous, transgender confused, gnome/burro cross-pollinated rogue, and I'm all for it.
Gormal tells you 'im a dwarven onion'
Gormal tells you 'always another beer-soaked layer'

Inama ASSOC:: 'though it may suit your fantasies to think so, i don't need oil for anything.'

Haley: Filthy lucre? I wash that lucre every day until it SHINES!
Sarell
Sojourner
Posts: 1681
Joined: Mon Jan 29, 2001 6:01 am
Location: brisbane, australia

Postby Sarell » Sun Nov 18, 2007 10:42 am

I use a trigger as well, but if you have just circled or something, you can't wield for two rounds :(.
Arishae group-says 'mah sunray brings all the boys to the yard'
Shadow Scream
ssar
Sojourner
Posts: 1446
Joined: Tue Jan 30, 2001 6:01 am
Location: Newcastle, NSW, Australia
Contact:

Postby ssar » Fri Nov 23, 2007 1:48 am

Sarell wrote:I use a trigger as well, but if you have just circled or something, you can't wield for two rounds :(.


Increase rogue exp tables mightily to compensate @once.
BEER

Return to “Logs”

Who is online

Users browsing this forum: No registered users and 6 guests