Jump to content
  • 0

Need to on movement speed


Talon

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

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;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

hint:

without source modification, most easier attempt would be use @speed command.

atcommand "@speed 150";
Link to comment
Share on other sites

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.

×
×
  • Create New...