Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icarus issues openjkded linux32 #449

Closed
MoonDog- opened this issue Dec 15, 2013 · 1 comment
Closed

Icarus issues openjkded linux32 #449

MoonDog- opened this issue Dec 15, 2013 · 1 comment

Comments

@MoonDog-
Copy link

An Icarus script that does a navgoal command to an NPC in server such as this:

task ( "go" )
{
set ( "SET_NAVGOAL", "highjump" );
}

loop ( -1.000 )
{
do ( "go" );
wait ( "go" );
}

Simply makes the NPC run arbitrary circles rather than do it's navgoal.

Setting the server timescale through Icarus script does not produce desired results. The server simply becomes extremely choppy. (Works on Win servers.)

@ensiform
Copy link
Member

Duplicate of #395.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants