powwow spell timers (Jahara)

Here we discussed clients, mappers, tunnels and their settings.
Locked
wiseman
Posts: 23
Joined: Mon Jan 19, 2009 6:51 pm

powwow spell timers (Jahara)

Post by wiseman »

I downloaded Jahara's powwow scripts from his website and am attempting to use the spell timers. My question is, how do I hide the new variable/deleted variable spam?
Currently in-game, the timers show as:

Code: Select all

cast 'armour'
You muster all of your concentration...

A blue transparent wall slowly appears around you.
#new variable: @spelltimer_armour
#action >setarmourtimer2 Your magic armour is revitalised. is now on.
#action >showarmourtimer - armour is now on.
#action >armourdown You feel less protected. is now on.

!# HP:Fine Mana:Hot>bless
cast 'bless'
You muster all of your concentration...

You begin to feel the light of Aman shine upon you.
#new variable: @spelltimer_bless
#action >setblesstimer2 You feel a renewed light shine upon you. is now on.
#action >showblesstimer - bless is now on.
#action >blessdown The light of Aman fades away from you. is now on.

!# HP:Fine Mana:Hot>stat
OB: 29%, DB: 13%, PB: 41%, Armour: 56%. Wimpy: 25. Mood: wimpy.
Needed: 27,864 xp, 0 tp. Lauren: 6. Alert: normal.
Affected by:
#new variable: @spelltimer
#new variable: @spelltimer_sec
- bless (0:03)
#deleted variable: "@spelltimer"
#deleted variable: "@spelltimer_sec"
#new variable: @spelltimer
#new variable: @spelltimer_sec
- armour (0:10)
#deleted variable: "@spelltimer"
#deleted variable: "@spelltimer_sec"
Is there any way to remove the spam?
Chark
Posts: 27
Joined: Wed Feb 27, 2008 8:12 am

Re: powwow spell timers (Jahara)

Post by Chark »

I see similar spam only the first time the variables are created. After that there is no spam for me, if I save the powwow config file. Other than that, I would check the different #option settings.
Elestir
Posts: 231
Joined: Sat Feb 23, 2008 11:47 pm
Location: Olomouc, Czech Republic
Contact:

Re: powwow spell timers (Jahara)

Post by Elestir »

#opt -info
wiseman
Posts: 23
Joined: Mon Jan 19, 2009 6:51 pm

Re: powwow spell timers (Jahara)

Post by wiseman »

Awesome, thanks :)
Imago
Posts: 18
Joined: Tue Oct 21, 2008 7:50 pm
Location: South Carolina, USA
Contact:

Re: powwow spell timers (Jahara)

Post by Imago »

You can also create the variable in the config, and just leave it set at 0.
Locked