rans Posted August 11, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: May 1 Share Posted August 11, 2014 Hi,Im having a hard understanding about this command xDhow can i add a value or parameters for this? - script rent -1,{ OnInit: bindatcmd("rent",strnpcinfo(0)+"::Onrent"{99,99});Onrent: rentitem <item_id>,<seconds>;}anyone can guide me? or fix the script?Thnx Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2372 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted August 11, 2014 bindatcmd( "rent",strnpcinfo(0)+"::Onrent",99,99 ); Quote Link to comment Share on other sites More sharing options...
rans Posted August 11, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: May 1 Author Share Posted August 11, 2014 bindatcmd( "rent",strnpcinfo(0)+"::Onrent",99,99 ); HI, Thnx for your reply i mean the parameters Onrent: rentitem <item_id>,<seconds>;or what is the correct code of rentitem Command? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 11, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2372 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted August 11, 2014 rentitem 5022,3600; Helm of Sun God for 1 Hours. Quote Link to comment Share on other sites More sharing options...
rans Posted August 11, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: May 1 Author Share Posted August 11, 2014 (edited) rentitem 5022,3600; Helm of Sun God for 1 Hours. uhm you dont get my point xD i want to bind a command like this @/#rentitem <itemid>,<sec> ex. @rentitem 2628,3600 #rentitem ranz 2628,3600 is there a way to implement this with bindatcmnd only? Edited August 11, 2014 by Ako si Ranz Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 12, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2372 Joined: 10/28/11 Last Seen: 20 hours ago Share Posted August 12, 2014 rentitem atoi( .@atcmd_parameters$[0] ),atoi( .@atcmd_parameters$[1] ); Quote Link to comment Share on other sites More sharing options...
rans Posted August 12, 2014 Group: Members Topic Count: 104 Topics Per Day: 0.02 Content Count: 429 Reputation: 60 Joined: 08/19/12 Last Seen: May 1 Author Share Posted August 12, 2014 rentitem atoi( .@atcmd_parameters$[0] ),atoi( .@atcmd_parameters$[1] ); Thanks. can i see whole script? Quote Link to comment Share on other sites More sharing options...
Question
rans
Hi,
Im having a hard understanding about this command xD
how can i add a value or parameters for this?
Onrent:
}
anyone can guide me? or fix the script?
Thnx
Link to comment
Share on other sites
6 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.