Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Jaguar pet

Experienced Elementalist
Joined
Mar 21, 2009
Messages
239
Reaction score
85
first

add this lines to refobjchar



2nd

add this lines to _refobjcommon



3rd

use this query

PHP:
use sro_vt_shard
update _RefObjItem set Desc1_128 = 'COS_P_Jacura_001' where ID = 21204

and this one

PHP:
use SRO_VT_SHARD
update _RefObjCommon set TypeID4 = 1 where ID = 41608
and this one

PHP:
 use SRO_VT_SHARD
update _refobjcommon set service = 1 where id = 41608

4th
import the 3 files to your media

textdata_object



characterdata_45000



itemdata_45000



pic
hectormousa - Jaguar pet - RaGEZONE Forums

hectormousa - Jaguar pet - RaGEZONE Forums


use this query too

PHP:
use sro_vt_shard
update _RefObjItem set ReqGender = 0 where ID = 21204

btw this pet will ride just for first time i am working to add
the dismount and mount icon soon will make it work i wish :D
and you can attack while you are riding it
 
Last edited by a moderator:
Junior Spellweaver
Joined
Jan 4, 2010
Messages
193
Reaction score
4
Re: release jacuar pet

Nice one , if u finished its easy to add the other folowers too :)
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

please upload the ddj/epc/bsr/etc :D .

sounds cool , i will fix it and share ..

thanks a lot .

OKAY Changed the id's and now i'm able to log in game..

but some how i cant see any command to add them into my char

/makeitem ITEM_COS_XXXX
or something like that... , anything ?

Okay this poop doesn't work :S .

using latest ksro Data+ Particles + add everything here at the media side.
in the database all the ids are 1:1 as in the texts

everything should be perfect.. , but when i use
ITEM_PET2_SCROLL_ENC_CAT_A or anything like that..

i get seccess in the logbox , but nothing is dropped.
 
Last edited:
Experienced Elementalist
Joined
Jan 20, 2012
Messages
244
Reaction score
59
Re: release jacuar pet

thanks can u add more pets ?

and how to load the pet ?
 
Last edited:
Junior Spellweaver
Joined
Jan 4, 2010
Messages
193
Reaction score
4
Re: release jacuar pet

I he finished this pet its easy to add the others by urself
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

LOL SO WHY THIS IS NOT FREAKING WORKING XD , i'm so excited
 
Experienced Elementalist
Joined
Nov 14, 2011
Messages
260
Reaction score
54
Re: release jacuar pet

great release :DD thx a Lot :)
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

why you are saying good release ? , it's not working! .
 
Newbie Spellweaver
Joined
Dec 2, 2007
Messages
98
Reaction score
20
Re: release jacuar pet

Data.pk2 doesn't need to be modified?
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

okay now i can see something :


Ducking error ... "Cannot Find Target" when i trying to summon it..
 
Junior Spellweaver
Joined
Jan 4, 2010
Messages
193
Reaction score
4
Re: release jacuar pet

Hmm if i try to Summon it my Client Crashes .... which data.pk2 have used ?
 
Experienced Elementalist
Joined
Sep 27, 2011
Messages
285
Reaction score
229
Re: release jacuar pet

okay now i can see something :


Ducking error ... "Cannot Find Target" when i trying to summon it..

Did you try to summon it while having a mob targeted?
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

i tried everything .. , still ..

and about the IDS in tables .. i removed the unique ID and the numbers exactly as in the files! .
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

okay now i can see something :


Ducking error ... "Cannot Find Target" when i trying to summon it..

please help me with that freaking error..

i tried this :
SELECT * FROM _RefObjCommon
WHERE CodeName128 like '%PET2%'

and at
Code:
1	41608	ITEM_PET2_SCROLL_ENC_CAT_A	??? ??? ?? ???	xxx	SN_ITEM_PET2_SCROLL_ENC_CAT_A	SN_ITEM_PET2_SCROLL_ENC_CAT_A_TT_DESC	1	0	3	2	1	1	180000	3	0	1	1	1	223	0	1	0	0	1	0	0	0	0	0	0	0	1	1	-1	0	-1	0	-1	0	-1	0	0	0	0	0	0	0	100	0	0	0	xxx	item\etc\drop_mall_scroll.bsr	Media\icon\pet2\item_pet2_scroll_enc_cat_a.ddj	xxx	xxx	21204

it's linked to 21204
so i checked there with that :

SELECT * FROM _RefObjItem
WHERE ID = 21204

and then i saw this :
Code:
21204	1	2	0	0	1	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	COS_P_Jacura_001	0	ITEM_PET2_EQUIP_ENC_CLAW_DEF                                                                                                     	0	ITEM_PET2_EQUIP_ENC_CHARM_DEF	0	ITEM_PET2_EQUIP_ENC_SADDLE_DEF	0	ITEM_PET2_EQUIP_ENC_SCALE_DEF	0	ITEM_PET2_EQUIP_ENC_AMULET_DEF	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	-1	xxx	0	0	0

seems like it's good.. , anyone -_- ?
 
Experienced Elementalist
Joined
Mar 21, 2009
Messages
239
Reaction score
85
Re: release jacuar pet

just use ksro last data and particles and for get the scrol use this command /makeitem ITEM_PET2_SCROLL_ENC_CAT_A 1

for icon import the icons from ksro media i can upload it for you guys if you want
for the others pets yes i am near to finish it all

hectormousa - Jaguar pet - RaGEZONE Forums


hectormousa - Jaguar pet - RaGEZONE Forums


hectormousa - Jaguar pet - RaGEZONE Forums


hectormousa - Jaguar pet - RaGEZONE Forums
 
Experienced Elementalist
Joined
Jan 27, 2012
Messages
231
Reaction score
29
Re: release jacuar pet

thankssssss !! , XD - GETTING Good.

okay now i can summon her but i get Instant DC! , Must be Data/particles.

any chance you upload ksro particles that works for you ? :D

Thanks a lot you are awesome man!.
 
Back
Top