Jump to content

'Baggos'

Legendary Member
  • Posts

    3,875
  • Credits

  • Joined

  • Last visited

  • Days Won

    28
  • Feedback

    100%

Everything posted by 'Baggos'

  1. Welcome l2audric.. Have a nice stay..
  2. best c/p from facebook chat... Το να ανοίγεις στο PC σου έναν Server να παίζεις με τους Guard μέχρι το 2016, δεν το λες "first project" όπως το εννοείς.. Μου ήθελες και Ertheia πριν 1 μήνα κακομοίρη μου.. Βαρέθηκα να βλέπω servers της βδομάδας.. Πόσο μάλλον των ημερών όπως θα'ναι αυτός.. Το 2008 έπαιζες πεντόβολα στο προαύλιο του σχολείου σου.. Πάνε παρέα με τον Admin του Cyan, ξέρεις ποιον, και φτιάξτε clan να παίζετε ενάντια του Server σου πιτσιρικά..
  3. [GR] Καταρχάς, έχεις κάνει καραspam, 1ον αυτόν.. 2ον, μάθε πως λειτουργεί το quote. 3ον, εγώ να στην κάνω την χάρη, οκ.. Αλλά με τέτοιο text, ακόμη κάνω εμετό.. Είσαι θέλω να πιστεύω, πάνω από 17.. Πας τουλάχιστον 2α λυκείου. Έχεις δει άπειρα φυλλάδια/εκθέσεις στη ζωή σου.. Πες μου όμως ρε συ, που το έχεις δει αυτό το κακό? Για σένα το λεώ.. Φαντάζομαι πως θα είναι ο Server μέσα.. Πιες κανά τσιγάρο, και έλα να δεις το topic σου, και θα καταλάβεις αμέσως.. Απλώς πρόσεχε μην αυτοκτονήσεις απ'την ντροπή.. Πρώτη φορά τα παίρνω έτσι με ένα κείμενο.. Πόσο μάλιστα να κρίνω ένα topic στα 6 χρόναι που είμαι εδώ.. Προσβάλλεις τα μάτια μου όμως, και μόνο που διάβασαν έστω μία γραμμή...
  4. If design of your server, it's like this text, then no! No way to join.. I want to vomit, from the first line. Sorry, but is the truth!
  5. Hmmm... What do you can't uderstand?... ... with this?
  6. Εκεί είναι.. Ψάξε καλύτερα και θα τα βρεις.. Είναι με το ID των Items τα Multisell.. Π.χ δεν θα λέει "Blood Coins", αλλά το ID του.. Τα Tattoo που έχεις στο Gm Shop σου, έχουν ένα Multisell, αν πας στο Merchant ή τέλος πάντων, αν βρεις το ID του Gm Shop στο <gameserver/data/html>, θα βρεις και το Multisell του.
  7. http://www.maxcheaters.com/topic/199387-l2j-nobless-quest-bug/?do=findComment&comment=2529738
  8. Hello.. You can ask for help on English section. [Request] Server Dev Help [L2J].
  9. https://www.youtube.com/watch?v=Tj75Arhq5ho
  10. Move the following in [Request] Dev Help [L2J] Gr. http://www.maxcheaters.com/topic/199238-neous-l2j-server-me-git/ http://www.maxcheaters.com/topic/199312-eclipse-%CF%80%CF%81%CF%8C%CE%B2%CE%BB%CE%B7%CE%BC%CE%B1/ http://www.maxcheaters.com/topic/199388-costum-shop-id/ And all those topics needs Prefix Help.
  11. Ο σωστός τομέας για να ζητήσεις βοήθεια, είναι στο [Request] Dev Help [L2J] Gr. Τώρα στο θέμα.. Δες από το Game τι ID έχει το Gm Shop, και μετά πήγαινε άνοιξε τον φάκελο < Gameserver/data/html/merchant > και άνοιξε το αρχείο ID του Gm Shop. Ψάξε σε ποια γραμμή είναι π.χ τα Tattoo, και θα δεις πως θα σου δίνει το ID του Multisell του. Π.χ θα λέει: <button value="Tattoos" action="bypass -h npc_%objectId%_multisell 900001" width=94 height=21 back="poytsicon.2" fore="poytsicon.3"> Πας στο <Gameserver/data/Multisell> και βρίσκεις το " 900001 ". Το επεξεργάζεσαι, και εκεί μέσα βάζεις αυτά που θέλεις..
  12. Do you have any proofs with screenshots of chat or something? If yes, post it here and MeVsYou or Stacy will check the Report.
  13. Probably you use wrong code for Blessed rate.. Open network/clientpackets/AbstractEnchantPacket.java and put this http://pastebin.com/5f7BwUg8 and make your own config.
  14. Can you tell us what project you use?
  15. It's the same steps with JFree. Download L2JFrozen Sources from HERE. 1) In your Desktop, create a new folder with name "Server" or something. 2) Open the folders "L2jFrozen_GameServer" & "L2jFrozen_DataPack" and inside open the folders "Build". Right click and choose "Extract files.." for both folders, to location of the new folder. 3) Go to new folder (Server), open the folder "tools", and edit < Database Installer >. REM Configurate database connection loginserver set lsuser=root set lspass= type your pass of mysql set lsdb= type your database's name set lshost=localhost REM Configurate database connection Gameserver set lspass= type your pass of mysql set lsdb= type your database's name set gshost=localhost 4) Go to " Server\loginserver\config\network " and edit loginserver. # Database Settings URL = jdbc:mysql://localhost/type your database's name #URL=jdbc:hsqldb:hsql://localhost/l2jdb #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password= # Parameters Databases - MYSQL # Login - Mysql's user Login = root # Password - Mysql's Password Password = type your pass of mysql # maximum number of simultaneous connecting to the database MaximumDbConnections = 50 5) Go to " Server\gameserver\config\network " # Database name GameserverDB = type your database's name LoginserverDB = type your database's name # Login - Mysql's user Login = root # Password - Mysql's Password Password = type your pass of mysql That's all.. Run your Database Installer and begin..
  16. Can you explain better what you mean here? Screenshot or something? (Any error on gameserver console?)
  17. Ναι σωστά, είναι άλλη armor.. Αν κάνεις νέο παίχτη τώρα, το δείχνει έτσι?
  18. Εννοείς ότι είναι κάπως σαν Invisible όταν μπαίνεις? Μήπως επειδή είσαι σε invis με τον GM? Δεν σε πολύ κατάλαβα..
  19. Good luck with your server dude.. Seems good..
  20. Try to delete the Option.ini of your system. If this will not work, then re-install your client..
  21. Download the clean system..
  22. Καλημέρες αλάνια..
  23. http://www.maxcheaters.com/topic/199095-siege-problem-l2jfrozen/
  24. Μπορείς και βλέπεις εσύ τις εικόνες? Γιατί εγώ ούτε μία.. Του έχω πει καιρό να στείλει εδώ το multisell αλλά τίποτα..
  25. Στο grandboss_data (στην navicat) δοκίμασες να πειράξεις το Respawn_time του?
×
×
  • 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