trizzy Posted June 12, 2015 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 92 Reputation: 2 Joined: 01/04/15 Last Seen: April 27, 2021 Share Posted June 12, 2015 Can someone fix this script? there's only 2 problem in this script. 1st. it keep charging me after i used @warp. 2nd. @warp is not working. - script atcmd_sample_inject -1,{ OnInit: bindatcmd("warp", "atcmd_sample_inject::OnAtCmd"); end; OnAtCmd: if(Zeny >= 1000) { set Zeny, Zeny - 1000; useatcmd "@warp " + .@atcmd_parameters$[0] + " " + .@atcmd_parameters$[1] + " " + .@atcmd_parameters$[2]; } else { dispbottom "Sorry... you need at least 1000z to use this service"; } end; } 1 Quote Link to comment Share on other sites More sharing options...
1 Emistry Posted June 14, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted June 14, 2015 useatcmd "@warp " + .@atcmd_parameters$[0] + " " + .@atcmd_parameters$[1] + " " + .@atcmd_parameters$[2]; change to warp .@atcmd_parameters$[0],atoi( .@atcmd_parameters$[1] ),atoi( .@atcmd_parameters$[2] ); 2 Quote Link to comment Share on other sites More sharing options...
trizzy Posted June 14, 2015 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 92 Reputation: 2 Joined: 01/04/15 Last Seen: April 27, 2021 Author Share Posted June 14, 2015 useatcmd "@warp " + .@atcmd_parameters$[0] + " " + .@atcmd_parameters$[1] + " " + .@atcmd_parameters$[2]; change to warp .@atcmd_parameters$[0],atoi( .@atcmd_parameters$[1] ),atoi( .@atcmd_parameters$[2] ); Thank you very much. Quote Link to comment Share on other sites More sharing options...
Question
trizzy
Can someone fix this script? there's only 2 problem in this script.
1st. it keep charging me after i used @warp.
2nd. @warp is not working.
Link to comment
Share on other sites
2 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.