-
Posts
78 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by drgn
-
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 :))
-
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 :/
-
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
-
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)
-
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..
-
I have problem with custom armor heaven set ! Edit: Close please ^_^
-
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?
-
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 :/
-
hmm i have to create armorset table ? i have no armorset, armor or weapon table :/ H5 client rev 9641 db Very good share !
-
Help Clan War Zone L2Jfrozen Problem With Adopt To L2Jserver
drgn replied to drgn's question in Request Server Development Help [L2J]
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 -
Request Clan War Zone Problem With Adopt
drgn replied to drgn's question in Request Server Development Help [Greek]
any ideas? -
Help Vote Reward System Error When Give Reward
drgn replied to drgn's question in Request Server Development Help [Greek]
Μου έβγαλε και ένα άλλο θέμα :/ ενώ βάζω να δίνει κάθε 1 vote reward για να το τεσταρω αλλά λέει ότι θα δώσει στα 21 ενώ ο σέρβερ έχει 3 votes :/ είδα στην database (απο navicat) στο table votes που αποθηκεύει τα votes ότι έχει μείνει στα 20 που ήταν τα votes στο Topzone τον προηγούμενο μήνα ! Εγώ όμως άλλαξα να δίνει reward με τους ψήφους του Hopzone, παρατήρησα ότι δεν αποθηκεύονται του hopzone τα votes. Ελπίζω να το περιέγραψα καλά και να καταλάβετε το πρόβλημά μου ! Ευχαριστώ ! το vote table είναι : id vote 1 20 -
I search everywhere :/ i cant find anything :/ some help? heh :)
-
Nothing happened with shoft and click on mob whith normal char why? :/
-
Code Hi5 Vote Reward Configurable [ Topzone - Hopzone ]
drgn replied to insaNNe's topic in Server Shares & Files [L2J]
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 :/ -
Help Vote Reward System Error When Give Reward
drgn replied to drgn's question in Request Server Development Help [Greek]
Ευχαριστώ πολύ για τη βοήθεια ! έψαχνα για l2jgs εγώ ! χεχ -
Request Clan War Zone Problem With Adopt
drgn posted a question in Request Server Development Help [Greek]
Έχω αυτό εδώ http://www.maxcheaters.com/topic/145845-clan-war-zone-l2jfrozen/ αλλά έχω πρόβλημα με το L2Character στο l2jfrozen είναι αλλού και δεν έχει τα ίδια με το l2jserver και δεν ξέρω που ακριβώς πρέπει να βάλω τι :/ και για το ZoneData :/ Ευχαριστώ ! -
Help Vote Reward System Error When Give Reward
drgn replied to drgn's question in Request Server Development Help [Greek]
Ευχαριστώ για την άμμεση απάντηση και για τη βοήθεια ! Μιλάμε για αυτή τη γραμμή : 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"); Με έχει μπερδέψει λίγο :/ -
Help Vote Reward System Error When Give Reward
drgn replied to drgn's question in Request Server Development Help [Greek]
Ξεχάστηκα τελείως. Από συνήθεια χεχ :Ρ Το accounts Table υπάρχει στο l2jls. Άρα εφόσον δεν υπήρχε το πρόβλημα πριν βάλω το vote system και πριν ακόμα φτάσει το όριο για να δώσει το reward θεώρησα ότι είναι από κει το error έτσι έκλεισα το vote system και όντως δεν έβγαλε error, έτσι έψαξα στα αρχεία του αλλά δεν βρήκα σε πιο σημείο χρησιμοποιεί αυτό το table είμαι αρχάριος και δεν γνωρίζω αρκετά ! Ευχαριστώ ! -
Help Vote Reward System Error When Give Reward
drgn posted a question in Request Server Development Help [Greek]
Hello all ! I have add an Auto Vote System and i get this error when the votes reached the threshold to give reward: Thanks ! -
Rin4A's Scheme Buffer Fully Working Updated To Highfive
drgn replied to Squirtle's topic in Server Shares & Files [L2J]
hehehe i cant find the problem, but now its ok :P -
I have problem for H5 stable rev 5937 im trying to adopt. Thanks for share very nice ! good job !
