Download Game! Currently 76 players and visitors. Last logged in:ApopapopyyMagiscusIberiamsspHeretic

BatMUD Forums > Flame > Re: banish

 
 
#1
14 Feb 2003 19:11
 
 
I want to be able to banish myself

 
 
 
Cyberlahko
195d, 7h, 37m, 26s old
Level:
77
 
 
#2
15 Feb 2003 23:43
 
 
Cyberlahko wrote:
I want to be able to banish myself
The ability to banish oneself was removed due to the magic-eating clou'd
annoying habit of banishing itself in a fight, making the game basically
unplayable for the duration of the boot.

You want that back? Cause I can do it no problem.

Shinarae Lluminus

 
 
 
Shinarae
W i z a r d
1y, 23d, 15h, 28m, 32s old
Level:
113 [Wizard]
 
 
#3
16 Feb 2003 02:55
 
 
Shinarae wrote:
Cyberlahko wrote:
I want to be able to banish myself
The ability to banish oneself was removed due to the magic-eating clou'd
annoying habit of banishing itself in a fight, making the game basically
unplayable for the duration of the boot.

You want that back? Cause I can do it no problem.

Shinarae Lluminus
if ((spell_caster == this_object()) && (spell_target ==
this_object()) && (spell == "banish") && (this_object->
query_is_monster() == 1) {
printf(capitalize(this_object->query_name)+" almost
accidentally banishes itself
");
return 0;
}
How hard can it be.

 
 
 
Acidia
2y, 111d, 0h, 24m, 31s old
Level:
47
 
 
#4
16 Feb 2003 02:55
 
 
Acidia wrote:
Shinarae wrote:
Cyberlahko wrote:
I want to be able to banish myself
The ability to banish oneself was removed due to the magic-eating clou'd
annoying habit of banishing itself in a fight, making the game basically
unplayable for the duration of the boot.

You want that back? Cause I can do it no problem.

Shinarae Lluminus
if ((spell_caster == this_object()) && (spell_target ==
this_object()) && (spell == "banish") && (this_object->
query_is_monster() == 1) {
printf(capitalize(this_object->query_name)+" almost
accidentally banishes itself
");
return 0;
}
How hard can it be.
I'd rather put:
set_no_standard_spells(1);
before setting magic eater level, removes all annoyances on it altogether.

 
 
 
Amarth
A r c h w i z a r d
4y, 350d, 13h, 32m, 12s old
Level:
600 [Wizard]