Welcome to the Builder Academy

Question Trigger Homework - What does it do

More
25 Nov 2021 22:31 #9970 by Shaoden
Name: 'fireshield',  VNum: [38215], RNum: [ 3338]
Trigger Intended Assignment: Objects
Trigger Type: Command , Numeric Arg: 1, Arg list: flameon
Commands:
eval hp %actor.hitp%
set room_var %actor.room%
set target_ch %room_var.people%
if %actor.pos% != fighting
  %send% %actor% You need the rage of fighting to ignite your firey soul.
  %echoaround% %actor% %actor.name% tries to ignite %actor.hisher% firey soul but lacks the fighting
rage.
else
  %send% %actor% A flame wall surrounds you.
  %echoaround% %actor% %actor.name% focuses %actor.hisher% rage into a flame wall surrounding
%actor.hisher% body
  while %actor.pos% == fighting
    wait 1s
    if %actor.hitp% < %hp%
      eval hp %actor.hitp%
      %damage% %actor.fighting% 20

[ Return to continue, (q)uit, (r)efresh, (b)ack, or page number (1/2) ]
      %send% %actor% Your flame has burned %actor.fighting.name%
      %send% %actor.fighting% %actor.name%'s flame has burned you.
      while %target_ch%
        if %target_ch% != %actor% && %target_ch% != %actor.fighting%
          %send% %target_ch% %actor.name%'s flame wall has burned %actor.fighting.name%
        end
        set target_ch %target_ch.next_in_room%
      done
      set target_ch %room_var.people%
    else
      return 0
    end
  done
end

Please Log in or Create an account to join the conversation.

More
15 Jan 2022 16:31 #9974 by rudeboyrave
its a weapon skill it looks like.

CyberASSAULT
www.cyberassault.org
cyberassault.org 11111
A post-apocalyptic, sci-fi MUD.

Please Log in or Create an account to join the conversation.

More
24 Mar 2022 00:30 #10027 by cunning
It's a combat damage spell, resembles flamestrike but could have consequences for the caster

Please Log in or Create an account to join the conversation.

Time to create page: 0.177 seconds