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!

Claris and May

Junior Spellweaver
Joined
Oct 18, 2011
Messages
164
Reaction score
78
Revy - Claris and May - RaGEZONE Forums


cabal_msg.enc
Code:
<item_msg>
<msg id="item3532" cont="Pet - Claris" />
<msg id="item3533" cont="Pet - May" />
<msg id="item_desc3532" cont="May could be summoned as my Pet. Add Pet at Pet slot in Equipment window to summon and take out to make it disappear. " />
<msg id="item_desc3533" cont="Claris could be summoned as my Pet. Add Pet at Pet slot in Equipment window to summon and take out to make it disappear. " />
</item_msg>

<mob_msg>
<msg id="monster1960" cont="May" />
<msg id="monster1961" cont="Claris" />
<msg id="monster1962" cont="May" />
<msg id="monster1963" cont="Claris" />
</mob_msg>

<pet_mob_msg>
<msg id="pet1960" cont="May" />
<msg id="pet1961" cont="Claris" />
</pet_mob_msg>

cabal.enc
Code:
<pet>
<pet_ex	id="46"	mob_id="1960"	pet_name="pet1960"	max_lv="10"	pet_type="1"	evolution_id="1962"	/>
<pet_ex	id="47"	mob_id="1961"	pet_name="pet1961"	max_lv="10"	pet_type="1"	evolution_id="1963"	/>

Item.scp
Code:
[Item]	Type	PriceSell	Width	Height	Opt2/STRLmt1	DEXLmt1/Opt2Val	INTLmt1/Opt3	Opt3Val/STRLmt2	DEXLmt2/Opt4	INTLmt2/Opt4Val	AttckRate/Opt1	DefenRate/Opt1Val/PhyAttMax	Defense/LEVLmt/MagAttVal	ValueLv	MaxCore	dSTR1	dDEX1	dINT1	dSTR2	dDEX2	dINT2	LimitLv	LimitClass	LimitReputation	Grade	EnchantCodeLnk	Property	PeriodType	PeriodUse	FixType	Price2	UniqueGrade	MaxReputation
3532	@IDT_PETN	0	2	2	<null>	<null>	<null>	<null>	<null>	<null>	0	0	47	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	0	0	-19	0	0	1	1	1	1	0	0	<null>
3533	@IDT_PETN	0	2	2	<null>	<null>	<null>	<null>	<null>	<null>	0	0	46	<null>	<null>	<null>	<null>	<null>	<null>	<null>	<null>	0	0	-19	0	0	1	1	1	1	0	0	<null>

Pet.scp
Code:
[Pet_Ex]	Pet_id	Max_lv	Pet_Type
44	46	10	1
44	47	10	1
 
Last edited:
Newbie Spellweaver
Joined
Mar 23, 2013
Messages
53
Reaction score
4
It would be nice also sire if you can release the hellforge stuff.
 
Newbie Spellweaver
Joined
May 4, 2013
Messages
5
Reaction score
0
hi..can u upload your item.enc and mob.enc? cause i always got problem when editting the item.enc and mob.enc
 
Last edited:
Junior Spellweaver
Joined
Jul 25, 2008
Messages
187
Reaction score
50
pets works normal but in logs i see "RequestGetPetInfo(): PET invalid other pet slot Information. charIdx(XXX), position(0), slotIdx(XX)" is it only me or u guys have that in logs too ?
 
█║▌║▌║TheMerc iful║▌║▌║█
Loyal Member
Joined
Jan 29, 2005
Messages
1,367
Reaction score
80
ofc u can put them on another id xD u just need to edit item.enc, cabal_msg.enc and item.scp ;)

Tried That But The Item Is Not Showing?

COz' The New Skills Item ID Is Starting From 3532-3537

So, i Changed This Pets Item ID to 3538-3539

And The Item Is Not Showing Up?
 
Back
Top