Jump to content

Custom Pets ~Dressme


^Wyatt

Recommended Posts

Super Share ! Really funny at all !

I have a problem when i press right click to summon my pet nothing happened, i use new item wich i create same with 15489 item.

 

Thanks

Using h5? Stable?

If you're using aCis or another pack probably it requires some kind of addapt.

Edited by ^Wyatt
Link to comment
Share on other sites

Using h5? Stable?

If you're using aCis or another pack probably it requires some kind of addapt.

No im ussing L2jserver Stable version H5 i add the code without error i just change the item 5588 to my new item 25001 i add xml ( i have extra PvP coin added too) so i just add the same code with that changes. I changed Custom Pet.xml  itemId="5588"  to itemId="25001" too i dont know if i have somthing more to d :/

Link to comment
Share on other sites

all u need is add this

 

Index: dist/game/data/stats/items/05500-05599.xml
===================================================================
--- dist/game/data/stats/items/05500-05599.xml  (revision 9937)
+++ dist/game/data/stats/items/05500-05599.xml  (working copy)
@@ -815,13 +815,21 @@
        </item>
        <item id="5588" type="EtcItem" name="Tutorial Guide">
                <set name="icon" val="icon.etc_spellbook_gray_i00" />
-               <set name="default_action" val="show_html" />
-               <set name="immediate_effect" val="1" />
-               <set name="material" val="liquid" />
+               <set name="default_action" val="skill_maintain" />
+               <set name="etcitem_type" val="pet_collar" />
+               <set name="material" val="leather" />
                <set name="weight" val="10" />
-               <set name="price" val="1" />
+               <set name="is_tradable" val="false" />
                <set name="is_dropable" val="false" />
-               <set name="handler" val="Book" />
+               <set name="is_destroyable" val="false" />
+               <set name="is_sellable" val="false" />
+               <set name="is_oly_restricted" val="true" />
+               <set name="handler" val="SummonItems" />
+               <set name="item_skill" val="2046-1" />
+               <set name="use_condition" val="{{uc_transmode_exclude;{tt_pure_stat}}}" />
+               <cond msgId="113" addName="1">
+                       <player flyMounted="false" />
+               </cond>
        </item>
        <item id="5589" type="EtcItem" name="Energy Stone">
properly and add the id in the pet .xml :/!

 

no errors in console?

Edited by ^Wyatt
Link to comment
Share on other sites

all u need is add this

 

Index: dist/game/data/stats/items/05500-05599.xml
===================================================================
--- dist/game/data/stats/items/05500-05599.xml  (revision 9937)
+++ dist/game/data/stats/items/05500-05599.xml  (working copy)
@@ -815,13 +815,21 @@
        </item>
        <item id="5588" type="EtcItem" name="Tutorial Guide">
                <set name="icon" val="icon.etc_spellbook_gray_i00" />
-               <set name="default_action" val="show_html" />
-               <set name="immediate_effect" val="1" />
-               <set name="material" val="liquid" />
+               <set name="default_action" val="skill_maintain" />
+               <set name="etcitem_type" val="pet_collar" />
+               <set name="material" val="leather" />
                <set name="weight" val="10" />
-               <set name="price" val="1" />
+               <set name="is_tradable" val="false" />
                <set name="is_dropable" val="false" />
-               <set name="handler" val="Book" />
+               <set name="is_destroyable" val="false" />
+               <set name="is_sellable" val="false" />
+               <set name="is_oly_restricted" val="true" />
+               <set name="handler" val="SummonItems" />
+               <set name="item_skill" val="2046-1" />
+               <set name="use_condition" val="{{uc_transmode_exclude;{tt_pure_stat}}}" />
+               <cond msgId="113" addName="1">
+                       <player flyMounted="false" />
+               </cond>
        </item>
        <item id="5589" type="EtcItem" name="Energy Stone">
properly and add the id in the pet .xml :/!

 

no errors in console?

 

 

I create this :

        <item id="25001" type="EtcItem" name="Custom Pet">
                <set name="icon" val="icon.etc_spellbook_gray_i00" />
               <set name="default_action" val="skill_maintain" />
               <set name="etcitem_type" val="pet_collar" />
               <set name="material" val="leather" />
               <set name="is_tradable" val="false" />
               <set name="is_dropable" val="false" />
               <set name="is_destroyable" val="false" />
               <set name="is_sellable" val="false" />
               <set name="is_oly_restricted" val="true" />
               <set name="handler" val="SummonItems" />
               <set name="item_skill" val="2046-1" />
               <set name="use_condition" val="{{uc_transmode_exclude;{tt_pure_stat}}}" />
               <cond msgId="113" addName="1">
                       <player flyMounted="false" />
               </cond>
        </item>
properly and add the id in the pet .xml :/!

in Custom Pet.xml??

 

No errors :/ all clear :/

Ill try later to use tutorial guide to summon (your original code) and we will see :(

i hope wil work i love it :))

Link to comment
Share on other sites

Yep... weird... I think I didn't miss anything in the pastebin code  :okey:

Work PERFECT i wrote somthing wrong in new item's xml is AWESOME !!!!

 

Thanks for share again ! And for your help !

Link to comment
Share on other sites

  • 1 year later...

How about Adding Attack icon ( or skill icons ) in the summon window??
any idea where i should add them to appear in the summon window?(next to unsummon and stay etc )

Link to comment
Share on other sites

  • 2 weeks later...

How about Adding Attack icon ( or skill icons ) in the summon window??

any idea where i should add them to appear in the summon window?(next to unsummon and stay etc )

I have the same question. Ive added some custom pets, But they dont have the Attack icon to attack the target. Did u found a fix?

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...