Green Minded Abuser Posted January 26, 2012 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
Gepard Posted January 26, 2012 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
Green Minded Abuser Posted January 26, 2012 Author 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
Gepard Posted January 26, 2012 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
Green Minded Abuser Posted January 26, 2012 Author Posted January 26, 2012 ok tnx sir. how to make it unstorageable? Quote
Green Minded Abuser Posted January 27, 2012 Author 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
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.
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.