Meister Posted June 14, 2013 Posted June 14, 2013 Just like premium, an item that will allow player to use @go and @storage command.. The item has has time just like premium ticket if player uses this he will use a variable like for example #gscom I'm currently using the premium script provided here in rAthena that uses #Premium and also changes its group level to 1.. Quote
1 Capuche Posted June 17, 2013 Posted June 17, 2013 - script atcmd_example -1,{ OnInit: bindatcmd "storage",strnpcinfo(3)+"::OnAtcommand"; bindatcmd "go",strnpcinfo(3)+"::OnAtcommandGO"; .item_req = 501; // you item id end; OnAtcommand: if ( countitem( .item_req ) ) openstorage; // open storage if have the item end; OnAtcommandGO: if ( !countitem( .item_req ) ) end; // @go if have the item for( ; .@i < .@atcmd_numparameters; .@i++ ) .@mes$ = .@mes$ + ( .@mes$ == "" ? "" : " " ) + .@atcmd_parameters$[.@i]; atcommand "@go "+ .@mes$; } has time just like premium ticket Use rentitem if player uses this he will use a variable like for example #gscom I don't get this part 1 Quote
Question
Meister
Just like premium, an item that will allow player to use @go and @storage command..
The item has
I'm currently using the premium script provided here in rAthena that uses #Premium and also changes its group level to 1..
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.