Jump to content

drgn

Members
  • Posts

    78
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About drgn

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

drgn's Achievements

  1. I found an error ! When i put that code and try to open quests nothing happened ! i search whats going wrong all day ! and finaly i found that all was from drop panel ! Any idea? i cant find the mistake :/ Problem apear with any quest (village masters, cal, alliance etc, gatekeeper quest ) and i think every quest with java ! edit : nothing my mistake ! all is ok !
  2. Γεια σας ! Θα ήθελα μία βοήθεια ! Προσπαθώ να αλλάξω το αρχείο systemmsg-e.dat και να αλλάξω το χρώμα στα μηνύματα για το damage έβαλα τον κωδικό εμφανίζεται το χρώμα αλλά πολύ αχνό ! Επίσης θέλω να βγάζει μήνυμα στο κέντρο της οθόνης για το πόσο damage κάνει ! Το έκανα κάπως έτσι : 2261 1 a,$c1 has done $s3 points of damage to $c2.\0 3 79 3D FC 16 a, a, 2 0 3 1 3 a,$c1 has done $s3 points of damage to $c2.\0 a,damage\0 έβαλα όλο το μήνυμα στο sub_msg, εμφανίζει τα πάντα κανονικά εκτός από το damage που κάνει ! εμφανίζει δηλαδή : "name" has done points of damage to "name". Έχει κανείς καμία ιδέα; Ευχαριστώ !
  3. Hello all ! I have a new problem when i try to select server nothing happened ! I get this line when press Log In at Login server cmd : ServerData: L2newserver.no-ip.biz i have to try many times to log in. some times succes others fail. The only message is that. Thanks
  4. Το πρόβλημα λύθηκε έπρεπε να βάλω τα xml στον φάκελο data/stats/items/custom εγώ τα είχα χύμα ! και το κακό είναι ότι και τα άλλα χύμα τα είχα αλλά τα είχα περάσει και στο custom. Επομένως δούλευαν κανονικά ! Μου έγραψες για custom και μου ήρθε φλασιά ! χεχ Ευχαριστώ !
  5. είναι με σειρά και δεν μπορώ δηλαδή 00000-00099 κοκ έφτιαξα απλά ένα νέο xml με όνομα vote_coin.xml
  6. Vote_coin.xml : <?xml version="1.0" encoding="UTF-8"?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/items.xsd"> <item id="25002" type="EtcItem" name="Vote Coin"> <set name="icon" val="icon.mouse_coin_i00" /> <set name="immediate_effect" val="1" /> <set name="material" val="gold" /> <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_depositable" val="True" /> <set name="is_stackable" val="True" /> </item> </list>
  7. Έχω H5 pack. Δεν υπάρχει custom_etc_item ούτε etc_item 'Εχω την εντύπωση ότι πλέον είναι στα xm μέσα στα stats/item έβαλα την γραμμή αλλά τίποτα :/ πάλι το ίδιο
  8. Ευχαριστώ για την απάντηση ! Στην DataBase έχει μόνο τα item που κρατάνε οι παίκτες τα item τα πρόσθεσα στα xml στα data/stats/item πρόσθεσα και την γραμμή που λέω παραπάνω is_stackable = True το δοκιμάζω πάλι ! etcitemgrp.dat : 2 25002 0 0 2 5 0 DropItems.drop_pig_coin_m00 DropItemsTex.drop_animal_coin_t00 0 0 0 0 0 1 0 0 icon.mouse_coin_i00 -1 0 8 0 0 0 1 1 1 2 0 0 itemname-e.dat : 25002 Vote Coin a,Vote coin. You can exchange them for rewards in the shop.\0 -1 0 0 a, 0 0 a, 0 0 0 0 0 0 0 0 0 0 a, 1
  9. Γεια σας ! Έφτιαξα ένα vote coin ! Όταν μπαίνει στο inventory δεν γίνεται group δηλαδή δεν μαζεύονται όλα σε ένα, αλλά φαίνονται ένα ένα. Θα ήθελα να φαίνονται όπως για παράδειγμα τα adena ! ένα εικονίδιο και να λέει πόσα περιλαμβάνει ! Αντέγραψα ακριβώς το xml των adena και σε client επίπεδο ακριβώς όπως τα adena ! Φαντάζομαι ότι πρόκειται για αυτό : <set name="is_stackable" val="true" /> Το συμπλήρωσα αλλά δεν λειτουργεί ! Ευχαριστώ !
  10. Εδώ είναι το πρόβλημα : 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"); change to : PreparedStatement statement = con.prepareStatement("SELECT c.charId, c.char_name FROM characters AS c LEFT JOIN l2jls.accounts AS a ON c.account_name = a.login WHERE c.online > 0 GROUP BY a.lastIP ORDER BY c.level DESC"); ήθελε το l2jls στο accounts. Το είχα ξανά κάνει αλλά δεν είχε πιάσει ! Τώρα δίνει κανονικά reward !
  11. Γεια σας ! Έχω ένα θεματάκι.. όταν φτάνει ο αριθμός τον votes δεν δίνει reward και πετάει error ! Έχει κανείς καμία ιδέα; Έχω ψάξει τα πάντα :/ με έχει μπερδέψει αρκετά ! Ευχαριστώ !
  12. Γεια σας και πάλι ! Έχω ένα περίεργο πρόβλημα.. Στο pc που τρέχει ο server όπως είναι λογικό τρέχει κανονικά ! Στο δικό μου pc πάλι τρέχει κανονικά ! έχω κάτι θεματάκια που και που με ένα μήνυμα resolve host name αν δεν κάνω λάθος ! Προσπάθησα να μπω από άλλα pc αλλά τίποτα ! κολλάει στο login στο μήνυμα με το cancel ! Έχει κανείς καμία ιδέα ; θα με βοηθούσε πολύ ! Ευχαριστώ ! edit : Βρήκα το πρόβλημα ήταν λογικό.. είχε περασμένο λάθος address στο l2.ini ! το post μπορεί να κλείσει αν και το θέμα με το error για το host παραμένει ! μου πετάει μερικές φορές ένα παράθυρο εκτός παιχνιδιού (απλό windows error message) και κολλάει πάλι στο login.
  13. Γεια σας ! Θα ήθελα τη βοήθειά σας σε αυτό εδώ : http://www.maxcheaters.com/topic/108134-sharefreya-ctf-fully-configurable/?hl=%20capture%20%20flag Το έβαλα σε h5 κανένα error. Όταν το ξεκινάω χειροκίνητα δεν υπάρχει πρόβλημα τρέχει κανονικά. Δυστυχώς μπορώ να το ξεκινήσω μόνο χειροκίνητα (//ctf in game), έχω βάλει κανονικά τις ώρες (κάθε 3 ώρες) αλλά δεν ξεκινάει αυτόματα :/ δεν μπορώ να καταλάβω τι λάθος υπάρχει/κάνω. Ευχαριστώ
  14. hello all ! Maxcheaters i need your help ! I try to find by myself.. google search, videos, tutorials.. about Disassembly, and Debugging. I have problem how to do it on swf.. I try to download the game via Internet Download Manager with graber and found many .swf files.. i have Disassembler for swf ( but im not sure if its right :P ). I try also with Firefox to find the link and download the game but nothing. I need to create auto win hack.. Via cheate angine., how to find values and what to edit.. I have guideline but if patched i want to know how to find by myself ! Thanks in advance ! Ninjsax
  15. Nice tutorial ! i didnt know that very helpfull. Any way to run both files together? run safe.jpg and the hidden too ;) i tried with 3 files i put 1 pptx and 1 mp3. The pptx work fine the mp3 never did.. maybe cause is mp3.
×
×
  • Create New...