Green Minded Abuser Posted January 26, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 161 Reputation: 6 Joined: 11/13/11 Last Seen: September 24, 2013 Share Posted January 26, 2012 Description : 1. Rental items for 10 days, 30 days and permanent. 2. When click, allow you to summon a random boss monster. Item_db2 use call function Need this asap. Quote Link to comment Share on other sites More sharing options...
Gepard Posted January 26, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share Posted January 26, 2012 create a container (box) with script: rentitem 12103,<duration in seconds>; When box is opened, player will get a Rental Bloody Branch, that can be used infinitely (not consumed) and disappear after set time. For permanent, make a copy of Bloody Branch in your item_db, and change item type to 11. Quote Link to comment Share on other sites More sharing options...
Green Minded Abuser Posted January 26, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 161 Reputation: 6 Joined: 11/13/11 Last Seen: September 24, 2013 Author Share Posted January 26, 2012 hmm sir and i forgot the main function T_T Player can click the BBC 1x per hour means 24/day Quote Link to comment Share on other sites More sharing options...
Gepard Posted January 26, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share Posted January 26, 2012 <id here>,Bloody_Dead_Branch_Card,Bloody Branch Card,11,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ if(BBC_next_time <= gettimetick(2)) { set BBC_next_time, gettimetick(2)+3600; monster "this",-1,-1,"--ja--",-3,1,""; } },{},{} Make sure it's untradeable, because it's one use per hour per character, so if it gets traded to another character, it could be used again within hour from last use. Quote Link to comment Share on other sites More sharing options...
Green Minded Abuser Posted January 26, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 161 Reputation: 6 Joined: 11/13/11 Last Seen: September 24, 2013 Author Share Posted January 26, 2012 ok tnx sir. how to make it unstorageable? Quote Link to comment Share on other sites More sharing options...
PapaZola Posted January 26, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted January 26, 2012 item_trade try make IDitem,115,100 Quote Link to comment Share on other sites More sharing options...
Green Minded Abuser Posted January 27, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 161 Reputation: 6 Joined: 11/13/11 Last Seen: September 24, 2013 Author Share Posted January 27, 2012 hmmm i think got some error? or i dunno why coz i tried to click it and it summon a boss and then while my other players try to do it but nothing happen. Quote Link to comment Share on other sites More sharing options...
Question
Green Minded Abuser
Description :
1. Rental items for 10 days,
30 days
and permanent.
2. When click, allow you to summon a random boss monster.
Item_db2
use call function
Need this asap.
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.