Jump to content
  • 0

@go and @warp delay


mrlongshen

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

can someone edit this ? porting to latest svn 17150 ? 

 

@[email protected]

@[email protected]

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

you can use bindatcmd to redefind easily.

 

{
if( @tmp )end;
set @tmp 1
atcommand "@go"...
sleep2 <delay>
set @tmp 0
}
 
Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

you can use bindatcmd to redefind easily.

 

{
if( @tmp )end;
set @tmp 1
atcommand "@go"...
sleep2 <delay>
set @tmp 0
}
 

 

aw, i just add like that ? 

can u give full script. hehe

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

- script go_warp_atcommand -1,{

OnInit:

bindatcmd "go",strnpcinfo(3)+"::OnDo";

bindatcmd "warp",strnpcinfo(3)+"::OnDo";

end;

OnDo:

if( strcharinfo(3) == "prontera" && Baselevel < 200 && !Donate )

{

message strcharinfo(0),"Donate some money then you can use this command in here.";

end;

}

atcommand "@go "+.@atcmd_parameters$[0];

end;

}

 

bro i have try an its not working, help me. huhu

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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...