Moderator: MacroQuest Developers


Code: Select all
Sub Event_Exp
/varset aaexp $calc($char(aa,exp)-@aaexp)
/varset exper $calc($char(exp)-@exper)
/echo Running time $calc($running/60) minutes
/echo @exper% regular exp @aaexp% AA exp
/varset exper $char(exp)
/varset aaexp $char(aa,exp)
[color=red] /stopsong [/color]
/tar npc
/varset cursong @a(1)
/varset songtimer 0
/call circ @cirx @ciry @cirr
/doevents
/return

Code: Select all
/if $char(speed)<=.2 /press Num_Lock
Code: Select all
/if $char(speed)<=0.2 /press Num_Lock


No!GeoffreyF67 wrote:One other bug:
Should be:Code: Select all
/if $char(speed)<=.2 /press Num_Lock
G-ManCode: Select all
/if $char(speed)<=0.2 /press Num_Lock