--- deliantra/server/ext/login.ext 2007/07/05 20:52:22 1.60 +++ deliantra/server/ext/login.ext 2007/07/10 06:12:13 1.61 @@ -186,6 +186,7 @@ cf::NDI_RED ); } + Coro::Timer::sleep 0.4; } check_playing $ns, $user and next; @@ -206,6 +207,7 @@ . "that cannot be too much to ask for :)", cf::NDI_RED ); + Coro::Timer::sleep 0.4; } # lock this username for the remainder of this login session @@ -296,6 +298,7 @@ "The passwords do not match, please try again.", cf::NDI_RED ); + Coro::Timer::sleep 0.5; next; } @@ -327,6 +330,8 @@ } else { $ob->roll_stats; } + + Coro::Timer::sleep 0.2; } $ob->set_animation (2); @@ -344,6 +349,7 @@ last if $res =~ /[dD]/; $pl->chargen_race_next; + Coro::Timer::sleep 0.2; } $pl->chargen_race_done; @@ -359,6 +365,7 @@ $pl->gender (0); last; } + Coro::Timer::sleep 0.2; } $ob->reply (undef, "Welcome to Crossfire!");