rans Posted August 11, 2014 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
Emistry Posted August 11, 2014 Posted August 11, 2014 bindatcmd( "rent",strnpcinfo(0)+"::Onrent",99,99 ); Quote
rans Posted August 11, 2014 Author 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
Emistry Posted August 11, 2014 Posted August 11, 2014 rentitem 5022,3600; Helm of Sun God for 1 Hours. Quote
rans Posted August 11, 2014 Author 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
Emistry Posted August 12, 2014 Posted August 12, 2014 rentitem atoi( .@atcmd_parameters$[0] ),atoi( .@atcmd_parameters$[1] ); Quote
rans Posted August 12, 2014 Author Posted August 12, 2014 rentitem atoi( .@atcmd_parameters$[0] ),atoi( .@atcmd_parameters$[1] ); Thanks. can i see whole script? Quote
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
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.