Ragnarok Crew Discussion
Ragnarok Crew Discussion
Ragnarok Crew Discussion
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Ragnarok Crew Discussion

Discuss topics about ways in making/running Ragnarok server and get the required database server/client and also custom made ( Item/Map/Web Template/Monster/and more else).
 
HomeHome  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 Hilangkan Delay Asura Strike Selepas Skill Body Relocation

Go down 
AuthorMessage
AirVine-X
Poring
Poring
AirVine-X


Posts : 62
Join date : 25/02/2013

Hilangkan Delay Asura Strike Selepas Skill Body Relocation Empty
PostSubject: Hilangkan Delay Asura Strike Selepas Skill Body Relocation   Hilangkan Delay Asura Strike Selepas Skill Body Relocation I_icon_minitimeThu Sep 05, 2013 11:32 pm

Buka \src\map\skill.c dan lihat pada garis yang saya tandakan:

Quote :
case MO_BODYRELOCATION:
if (unit_movepos(src, x, y, 1, 1)) {
clif_skill_poseffect(src,skillid,skilllv,src->x,src->y,tick);
// clif_slide(src, src->x, src->y); //Poseffect is the one that makes the char snap on the client...
if (sd) skill_blockpc_start (sd, MO_EXTREMITYFIST, 2000);
Tukar 2000 kepada 0, contoh:

maka ia akan menjadi seperti ini

Quote :
case MO_BODYRELOCATION:
if (unit_movepos(src, x, y, 1, 1)) {
clif_skill_poseffect(src,skillid,skilllv,src->x,src->y,tick);
// clif_slide(src, src->x, src->y); //Poseffect is the one that makes the char snap on the client...
if (sd) skill_blockpc_start (sd, MO_EXTREMITYFIST, 0);

Selepas itu save dan compile.
Back to top Go down
https://ro-crew.forumms.net
 
Hilangkan Delay Asura Strike Selepas Skill Body Relocation
Back to top 
Page 1 of 1
 Similar topics
-
» Kurangkan damage Asura Strike

Permissions in this forum:You cannot reply to topics in this forum
Ragnarok Crew Discussion :: General Support and Release :: Server Source Support :: Source Support-
Jump to: