mrlongshen Posted February 21, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted February 21, 2013 can someone edit this ? porting to latest svn 17150 ? @[email protected] @[email protected] Quote Link to comment Share on other sites More sharing options...
goddameit Posted February 22, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted February 22, 2013 (edited) you can use bindatcmd to redefind easily. { if( @tmp )end; set @tmp 1 atcommand "@go"... sleep2 <delay> set @tmp 0 } Edited February 22, 2013 by goddameit Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 22, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Author Share Posted February 22, 2013 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 Quote Link to comment Share on other sites More sharing options...
goddameit Posted February 22, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted February 22, 2013 here is a sample of how to redefine http://rathena.org/board/topic/78195-modification-in-warpgo-command/#entry176838 Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 22, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Author Share Posted February 22, 2013 - 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 Quote Link to comment Share on other sites More sharing options...
Cydh Posted February 23, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted February 23, 2013 this is mine warponbattle-rA-svn17156.patch Quote Link to comment Share on other sites More sharing options...
Question
mrlongshen
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.