goddameit Posted January 8, 2013 Posted January 8, 2013 (edited) Author : Goddameit Idea : http://bit.ly/117PfO6 This command can make a temporary pet, after time run out pet won't be used anymore. Command : callfunc "rentPet",<pet id>,<day>,<hour>,<minute>,<second>; Sample : rent a poring for 99 days 43 hours 91 minutes 13 seconds prontera,150,180,4 script Test 100,{ callfunc "rentPet",1002,99,43,91,13; end; } Dwonload : SQL : http://pastebin.com/....php?i=1u2JmtgJ Script : pet_rental.txt PS : This script maybe lead to server little lag. PS : Not 100% sure this work well. PS : This script can be more efficiently but don't ask me for this (I don't care this ). Edited February 3, 2013 by goddameit 3 Quote
PewN Posted January 9, 2013 Posted January 9, 2013 wow nice script. can i ask if i rent a pet then i attack a monster will pet attack the mobs? or player? Quote
goddameit Posted January 9, 2013 Author Posted January 9, 2013 wow nice script. can i ask if i rent a pet then i attack a monster will pet attack the mobs? or player? use 'summon' Quote
donkeyg Posted January 13, 2013 Posted January 13, 2013 that's confuse, how do i make the NPC that you need to require item to exchange with the rentEgg? something like 1 poring Coin = 1 RentEgg Quote
goddameit Posted January 14, 2013 Author Posted January 14, 2013 (edited) that's confuse, how do i make the NPC that you need to require item to exchange with the rentEgg? something like 1 poring Coin = 1 RentEgg you need to learn how to write a npc for exchange something by yourself. I think there is a lot of sample in rA here Edited January 14, 2013 by goddameit Quote
donkeyg Posted January 16, 2013 Posted January 16, 2013 that's confuse, how do i make the NPC that you need to require item to exchange with the rentEgg? something like 1 poring Coin = 1 RentEgg you need to learn how to write a npc for exchange something by yourself. I think there is a lot of sample in rA here thanks godamit, Clydelion helped me to done this NPC ^^ Quote
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.