Jump to content
  • 0

Need to on movement speed


Question

Posted (edited)

Hi guys, I'm trying to create an automated racing event for my server. However I need help about movement speed. Not sure how do we set all players to the same movement speed once they talked to the npc?.. and then set to default when event is finished. Is it possible? 

Edited by Talon

3 answers to this question

Recommended Posts

Posted

make sc_end sc_all; for remove agiup etc , and skills ,Storage off on the map. 

mapname    mapflag    nocommand    90
mapname    mapflag    noskill    90

Event Warp

if ( checkcart )
{
mes "No Cart is allowed!";
close;
}

if ( checkpeco )
{
mes "No Peco Peco is allowed!";
close;
}
sc_end sc_all;
atcommand "@storeall";
warp EVENTMAP, X, Y;
Posted (edited)

But I've heard assassin has faster movement speed than the others.. Isn't it?

Unless improved dodge skill is disabled too?

Edited by Talon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...