Meister Posted June 14, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share 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 Link to comment Share on other sites More sharing options...
1 Capuche Posted June 17, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Meister Posted June 17, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted June 17, 2013 bump bumpy Quote Link to comment Share on other sites More sharing options...
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..
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.