Jump to content

drgn

Members
  • Posts

    78
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by drgn

  1. 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 :))
  2. 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 :/
  3. 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
  4. Have you add the armor in proper file in your system folder? You need L2ini editor to open itemname-e.dat, armorgrp.dat and skillgrp.dat and skillname-e.dat for skills, if you have downloaded you must have a client folder and server side folder. In client side folder are those files you need to add in your client (system, systexture, Animation)
  5. i have Chaos_Set.xml, Chaos_Skill.xml and an Chaos.xml for armorset. i add it i have to test it now. but before i try to add weapons Antharas (shared) but there is an sql with values i need for .xml in items folder, ( those values missing from the xml :/ ) im trying now to make a new xml but is hard because i dont know what is each value for..
  6. I have problem with custom armor heaven set ! Edit: Close please ^_^
  7. Thank you very much ! fast support ^_^ So i just add the xml included in download from the link above? right? and i ignore the sql?
  8. How can i add a custom armor that includes sql (armorset) if i have not this table? this one http://www.maxcheaters.com/topic/169332-chaos-set-h5/ is for hi5 and have sql :/
  9. hmm i have to create armorset table ? i have no armorset, armor or weapon table :/ H5 client rev 9641 db Very good share !
  10. Thank you very much im blind :$ Thaanks ! :)
  11. Really good share ! But how can i enable this ? :/ i press shift click but nothink happened :/
  12. Thank you guys :) But i cant find solution for ZoneData is the same as your MultifuctionZone? i have to add it in ZoneID.java? for exmpl CLAN_WAR_ZONE(24); ? Edit: when i add this Index: java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java +++ java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java @@ -7715,6 +7716,12 @@ if(!checkAntiFarm(targetPlayer)) return; + if(isInsideClanwarZone() && targetPlayer.isInsideClanwarZone() && (getClan() != null) && (targetPlayer.getClan() != null) && (getClanId() != targetPlayer.getClanId())) + { + getClan().setReputationScore(getClan().getReputationScore() + 100, true); + sendMessage("You killed someone from an enemy clan. Your clan gets rewarded with 100 rep points!"); + } + // Check if it's pvp if(checkIfPvP(target) && targetPlayer.getPvpFlag() != 0 || isInsideZone(ZONE_PVP) && targetPlayer.isInsideZone(ZONE_PVP)) { i get error for isInsideClanwarZone : The method isInsideClanwarZone() is undefined for the type L2PcInstance
  13. I have this here http://www.maxcheaters.com/topic/145845-clan-war-zone-l2jfrozen/ but I have problem with L2Character in l2jfrozen is elsewhere and not the same as l2jserver and do not know where exactly should put what :/ and for ZoneData :/ Thank you!
  14. Μου έβγαλε και ένα άλλο θέμα :/ ενώ βάζω να δίνει κάθε 1 vote reward για να το τεσταρω αλλά λέει ότι θα δώσει στα 21 ενώ ο σέρβερ έχει 3 votes :/ είδα στην database (απο navicat) στο table votes που αποθηκεύει τα votes ότι έχει μείνει στα 20 που ήταν τα votes στο Topzone τον προηγούμενο μήνα ! Εγώ όμως άλλαξα να δίνει reward με τους ψήφους του Hopzone, παρατήρησα ότι δεν αποθηκεύονται του hopzone τα votes. Ελπίζω να το περιέγραψα καλά και να καταλάβετε το πρόβλημά μου ! Ευχαριστώ ! το vote table είναι : id vote 1 20
  15. I search everywhere :/ i cant find anything :/ some help? heh :)
  16. Nothing happened with shoft and click on mob whith normal char why? :/
  17. Link Broken? i have problem with dat table i think, votes saved only for TopZone i think because when i enable Hopzone votes at atble stay 20 and real its 3 :/ and the message is that reward when server reach 21 Votes :/
  18. Ευχαριστώ πολύ για τη βοήθεια ! έψαχνα για l2jgs εγώ ! χεχ
  19. Έχω αυτό εδώ http://www.maxcheaters.com/topic/145845-clan-war-zone-l2jfrozen/ αλλά έχω πρόβλημα με το L2Character στο l2jfrozen είναι αλλού και δεν έχει τα ίδια με το l2jserver και δεν ξέρω που ακριβώς πρέπει να βάλω τι :/ και για το ZoneData :/ Ευχαριστώ !
  20. Ευχαριστώ για την άμμεση απάντηση και για τη βοήθεια ! Μιλάμε για αυτή τη γραμμή : PreparedStatement statement = con.prepareStatement("SELECT c.charId, c.char_name FROM characters AS c LEFT JOIN accounts AS a ON c.account_name = a.login WHERE c.online > 0 GROUP BY a.lastIP ORDER BY c.level DESC"); Με έχει μπερδέψει λίγο :/
  21. Ξεχάστηκα τελείως. Από συνήθεια χεχ :Ρ Το accounts Table υπάρχει στο l2jls. Άρα εφόσον δεν υπήρχε το πρόβλημα πριν βάλω το vote system και πριν ακόμα φτάσει το όριο για να δώσει το reward θεώρησα ότι είναι από κει το error έτσι έκλεισα το vote system και όντως δεν έβγαλε error, έτσι έψαξα στα αρχεία του αλλά δεν βρήκα σε πιο σημείο χρησιμοποιεί αυτό το table είμαι αρχάριος και δεν γνωρίζω αρκετά ! Ευχαριστώ !
  22. Hello all ! I have add an Auto Vote System and i get this error when the votes reached the threshold to give reward: Thanks !
  23. hehehe i cant find the problem, but now its ok :P
  24. I have problem for H5 stable rev 5937 im trying to adopt. Thanks for share very nice ! good job !
×
×
  • 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