thx working :)
Printable View
thx working :)
WARNING! Crashes the server after some time (without errors)!
work perfectly thx !
Can i Make This Only To 1 Account Not All The Server ??
how i can change this time 7k days to 28 ?
so which value represents the Time?
OK with vsro but doesnt work with br
I replaced everything inside _addNewCOS as you mentioned and when i bought all grab pets, only the first page was unlocked. Is there something else that must be done to get this to work? Plz anyone reply..
Edit:
It actually works when the grab pet is re-summoned. it is strange cause i do remember it working right away on one vsro private server though... anyone care to share how it can be made to work on first pet spawn??
Work Thx
First my pet was 16 days,
then I tried the second code you sent me, and it made the pets 50 minuters.
Then I inserted this code
Made my pet -16 days and then changed to 7191 days.Code:--BEGIN ADDITIONAL 112 SLOT IN GRAB PETS FOR 7684 DAYS
declare @Serial64 bigint
select @Serial64 = Serial64 from _Items where Data = @COS_ID
exec _AddTimedJobForPet @COS_ID,5,22926,1990000000,1111708465,1,112,0,0,0,0,0,@Serial64
--BEGIN ADDITIONAL 112 SLOT IN GRAB PETS FOR 7684 DAYS
enjoy!, thanks for a great release!
1992999999 = 7684 days
??????????? = 28 days
Changed into 28 days = ????
this is verry easy
add something like
and u must change thisCode:
DECLARE @newtime int
set @newtime= DATEDIFF(s, '1970-01-01 00:00:00', GETUTCDATE()) --get curent timestamp
set @newtime=@newtime+28*24*3600
whithCode:exec _AddTimedJobForPet @COS_ID,5,22926,1992999999,1111708465,1,112,0,0,0,0,0,@Serial64
Code:exec _AddTimedJobForPet @COS_ID,5,22926,@newtime,1111708465,1,112,0,0,0,0,0,@Serial64
and for those who want 7 pages think to change 112 to 168 and inventory size of pet from _refobjchar from 140 to 196 database and client also , didn't test this
if modify ediinventory size of pet from _refobjchar more than 140 ,server Crashes.
- question deleted -
(got it working with original pet extension item) :)