Jump to content

Nitzamc

Members
  • Posts

    451
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Nitzamc

  1. so guys i wanna add a custom armor[ dynasty ] in a l2j acis and there is no sql table like armor its changed i think with something ells it works differently and cant find where to add i searched if its changed to xml , maybe it is but i couldnt find so can anyone who has expirence on l2jacis give me some information ? and another thing is that u will tell me go in l2jacis and they will tell you right? my project is a little bit variant thats why i cant go to the forum
  2. οκ μαλιστα εφχαριστω παιδια...
  3. ναι καταλαβα φιλε μου απλα μπορει να μη διδασκουν στον βαθμο που θελω καταλαβες? δηλαδη σε επαλ που τελιωσα εγω πληροφορικη κλαιν μαιν... και ακουσα οτι πανω κατω τα ιδια μαθαινεις και στο δημοσιο ιεκ... δεν ειμαι σιγουρος και γιαυτο θελο να μαθω
  4. ωρεα... κανενα site που να λεει τι μαθενεις δεν υπαρχει ? δεν μπορω να βρω ρε γαμωτο
  5. παιδια εχω αυτην την ερωτηση σκευτομαι να γραφτω σε δημοσιο ιεκ μηπος ξερει κανεις να μου πει σε τι βαθμο σου μαθενουν ? ενοω ειναι σαν τα ΕΠΑΛ? η οχι ? δεν μπορω να βρω πληροφοριες στο τι μαθαινεις
  6. ksekinisa dota 2 livestream eliniko :) edw imaste http://www.twitch.tv/nitza12345
  7. nai omws ti idous logariasmo prepei na anikso?
  8. γεια σας , θελω να φτιαξω λογαριασμο paypal στο οπειο θα μου μπαινουν λευτα και να μου ερχονται λευτα απο το admob (mobile ads για google apps ).Ειμαι ξενος ,εβγαλα μολις Α.Φ.Μ αλλα δεν ξερω τι αλλο χριαζεται για να κανω τετιου ιδους λογαριασμο και δεν ξερω τι ιδους λογαριασμο ακριβως πρεπει να κανω,μηπως ξερει κανεις να μου πει? εφχαριστω
  9. i think there has to be a condition!!!!
  10. ψαχνω για skills condition list για να κανω αλαγες στα xml των skills εχω βρει μια λιστα στο l2jserver site αλλα δεν εχει ολα τα conditions εγω ψαχνω σιγκεκριμενα για condition που θα τσεκαρει αμα ο target ειναι party member. any help?
  11. yeah i know that but i'm still asking for xml conditions list !
  12. @freddy if a player is in my party and i press on the skill ex(vortex) i want it to be unable to use it on party member. i dont want it to use and return 0 dmg... and something ells where can i find all the conditions? because l2jserver wiki hasn't all the conditions list
  13. teliosa c/p exo ena error sto chatall.java vch.useVoicedCommand(command, activeChar, command);
  14. hi. i want to add a condition on a skill for example lets say ( fire vortex ) in .xml file [cond] [cond] i found documentation on l2jserver site there are plenty of useful conditions but there aren't all of them i wanna find all of the conditions please help me because i want to add on a specific skill not to be able to cast if the target is in your party so i tried like [cond] <target party="true"> <target PARTY="true"> [cond] but nothing hahaha :D so give me help please
  15. hello, im using l2j and i want to disable party members to debuff each other can i get some help please? because i searched in configs didnt find anything so i have to make an if statement in the core i think... but i am new to developing of l2j and dont know much....
  16. i WILL MAKE A TUTORIAL FOR THIS & no one will get error! i understand everything because i was trying to make a db connection from another server like 4 hours and finally i did!!!!!! i had wrong username xD
  17. no i didn't because i used an acount without password and i get access denied again
  18. gived privileges and now it gives another message Warning: mysqli_connect(): (28000/1045): Access denied for user 'web@192.99.16.76'@'ns5001871.ip-192-99-16.net' (using password: YES) in /home/l2/public_html/test.php on line 7 Failed to connect to MySQL: Access denied for user 'web@192.99.16.76'@'ns5001871.ip-192-99-16.net' (using password: YES)
  19. so i tried to connect and it was giving me instantly a error that cant connect to the mysql server then i opened the port and it is trying to connect and after a minute error message tells that cant connect Warning: mysql_connect(): Can't connect to MySQL server on '78.87.60.73' (4) in /home/l2gold/public_html/test.php on line 7 Failed to connect this is the php code <?php // Create connection $con=mysqli_connect("78.87.60.73","root","","l2jesios"); if(!$con) { echo "Failed to connect"; } else { echo "Connected"; } ?> i disabled FireWall and now it gives this msg Warning: mysql_connect(): Host 'ns5001871.ip-192-99-16.net' is not allowed to connect to this MySQL server in /home/l2/public_html/test.php on line 7 Failed to connect i opened the port 3306 on 192.168.1.9
  20. oh it's that simple? i thought it would be more complicated... thank you i will test and inform you if i had any problem...
  21. i dont know if this is the correct section if it isnt sorry,i posted here because i saw some php guides in this section... anyways i have a database in a dedicated server and i want to connect to the dedicated server's database from the web servers computer i know how to script a db connection(local) but i dont know how to connect the db of another computer can u please help me?
  22. thank you very much!
  23. (sry if you didnt understand... my english is not good :/) yeah i want to make a .php script but in the db there is info (alive/dead) for grandbosses right? and i want for raidbosses
  24. yeah tryskell it gives me error on this boss
×
×
  • Create New...