Jump to content

Recommended Posts

Posted (edited)

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
Posted

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 :/

Posted (edited)

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
Posted

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 :))

Posted

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 !

  • 1 year later...
  • 2 weeks later...
Posted

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?

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock