Jump to content

WolfGiaS3na

Banned
  • Posts

    274
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by WolfGiaS3na

  1. χαχαχα ναι εχεις δικιο πεταξε οτι μαλακια βρηκε σε custom τα 5χρονα τραβηχτηκαν σαν πεταλουδες στην λαμπα το βραδυ κ γεμισε κοσμο wow ! κ τωρα ο dev δεν τον νοιαζει τιποτα Επικος σερβερ... how to make a pro server in 3 steps 1) Put 500 armors 500 weapons 2) Put 500 armors 500 weapons 3) voila
  2. Τι κολλημα εχετε ολοι με τον σκατο-pride? Δεν εχω δει πιο αποτυχημενο σερβερ - developer παρ ολα αυτα ολοι θελετε τα html του npc του, weapons του κλπ
  3. For god sake... watch a tutorial on how to add npc's, sql is not enough if you need add the html's too in gameserver/data/teleporter folder... Ps. next time you paste big code tag like this bellow... so people dont need scroll 1 hour down or people with smartphones get blind :D CODE
  4. 1) Η γραφε Ελληνικα ή μην γραφεις καθολου ελεος... αναλιτικα?προγραματα?εντελος?ευχαρηστω?καινουριος? 2) Απο αγαπη για το παιχνιδι? Θα ελεγα πλεον κανετε 15.000 σερβερ την μερα οπου ο καθενας διαρκει το max 4-5 ωρες και πλεον ολοι κανουν σερβερ για να χαρουν με το 36554 enchanted weapon & gm speed4 3) Αυτα ειναι βιντεο που εχω φτιαξει εγω με ολα τα προγραμματα μεσα jdk - sql - server - eclipse τα παντα part 1 of 3
  5. I think error is way much clear what it says.. Column count doesn't match value count at row 1 this mean that your sql file you try import does not fit with your database structure. Do it manually.. open Database/localhost/<your DB>/npcs double click on it. Add new row insert NPC ID / NAME / TITLE bla bla all and when u finish press the "V" button (to insert) then start your server and here's your cookie!
  6. It tells you that the script you import in line 1 got a mistake. Change the imports...
  7. Εκλαψα -.- Σορρυ κ ολας.. εδω ειναι share session και το MFZ εχει γινει shared ακριβως απο πανω σου
  8. Ελα ρε εσυ professional θα κοιταξω τα αγγλικα μου στο maxcheaters χα και τι adopt? εγω θα το κανω adopt σε freya και θα το κανω share Τεκνον μου :P
  9. Well i am using freya and i need to adopt it completely even config.java need adopt for me :D no tested yet.
  10. I still dont see anyone give 1 reputation to this guy for his share...SAD
  11. The only thing u can use this pack is to leech 1-2 codes and modified them...
  12. You need open the .py file and modified the Imports line as l2jhellas example if it says Import net.sf.l2j.datatables.L2Factory; you need change it to com.l2jhellas.datatables.L2Factory; and you need also check where L2Factory in hellas locate coz many project change the file location for example L2Factory on acis may locate in net.sf.l2j.datatables.l2Factory; L2Factory on frozen may locate in blabla.frozen.gameserver.datatables.l2Factory; so you need check all imports
  13. I just say no need more unnecessary share's. I am glad people share their codes - uniq systems - npc's due to fact that i am able (as noobiew) to adopt - modified - change - even create some instance npc using their basic npc template with few more lines but again these htmls are no need. Now you tell me "does my post, use your pc mega bytes?" afc no :P but i just say i prefer to see something special and uniq rather than same and same htmls over 3.000 pages *edit* And also now some "professional" who don't even know how to crack navicat will get this npc add it to a l2aCis pack he just took and was trying to install on his eclipse after 2,500 tutorials and hours and make a server and we gonna see this html like 50.000 in every server.. People before use it at least modified a little view a tutorial on how to insert custom icons into l2 :P it start getting boring
  14. Write html for npc? why even write? just copy paste some other and change width - height and u can even add l2 icons (already in)
  15. i even adopt it for High5 -.- why not?
  16. Took my few minutes to adopt it into freya and add it on my project. WORKIG great!! is very nice feature for low rate servers. Thank you so much really amazing system as always by you!
  17. χαχαχα ναι ειναι λιγο ωραιο και εγω δουλευω πανω σε 1 δικο μου project λιγο λιγο τη μερα κ περναει η ωρα
  18. I forgot i already made them i could send them to you and upload :P
  19. you forgot the configs.java :P but seem nc event
  20. i already post adopt changees in 1st page.
  21. Thanks for share i just want help a little "noobiews" if you use freya-high5 either gracia whatever you may need adopt few lines First of all change configs to this From this + ALLOW_RANDOM_FIGHT = players.getProperty("AllowRandomFight",true); + EVERY_MINUTES = players.getProperty("EveryMinutes",3); + RANDOM_FIGHT_REWARD_ID = players.getProperty("RewardId" , 8762); + RANDOM_FIGHT_REWARD_COUNT = players.getProperty("RewardCount" , 5); To this ALLOW_RANDOM_FIGHT = Boolean.parseBoolean(L2JModSettings.getProperty("AllowRandomFight", "True")); EVERY_MINUTES = Integer.parseInt(L2JModSettings.getProperty("EveryMinutes","3")); RANDOM_FIGHT_REWARD_ID = Integer.parseInt(L2JModSettings.getProperty("RewardId", "8762")); RANDOM_FIGHT_REWARD_COUNT = Integer.parseInt(L2JModSettings.getProperty("RewardCount" , "5")); Change this p.teleToLocation(82698,148638,-3473,0); To this p.teleToLocation(82698,148638,-3473); And this void announce(String str) { Announcements.announceToAll(str); } To this void announce(String str) { Broadcast.announceToOnlinePlayers(str); }
×
×
  • 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