Jump to content

Fanky

Legendary Member
  • Posts

    7,281
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Fanky

  1. your code doesnt got mistake. just by l2pcinstance way,its a bit more advanced than yours crappy way :P
  2. fanky. glad that I helped anyway.
  3. spawnlist.sql or custom_spawnlist.sql as far I remember,there is a config in frozen which is : enable custom_spawnlist(or something like that(?)).By setting this to true,every single spawn by admin it 'll be saved in this sql and it won't get removed after restart.
  4. its everything about ed,not about you. its everything about respect,but as I see that's a word which you never heared before. you made this shit load of topics just to be stickied?what if they don't? However,you can't even support the guys who may come up with some problems in the near future,since you lack of skills & experience. There are a shit load of such guides like yours,both in gr & eng. so,bitch please.
  5. omagad... my eyes.
  6. solved http://maxcheaters.com/forum/index.php?topic=249521.0 self req http://maxcheaters.com/forum/index.php?topic=249519.0
  7. το 57 ειναι το ID και το 1000 η ποσότητα.
  8. μπορεί να κατέβασε ένα custom pack based σε frozen που να είχε μέσα και αυτήν την πίπα.
  9. τότε δεν μπορείς να κάνεις τίποτα. ΥΓ: μην χρησιμοποιείς προκατασκευασμένα packs,δεν θα σου βγούν σε καλό. αργά ή γρήγορα θα το μετανιώσεις.
  10. Imports are fine. could you move your mouse in the error so we'll be able to see what's wrong?
  11. Πήγαινε στο charactercreate.java(source/com.frozen.gameserver.clientpackets.charactercreate.java) Βρες αυτήν την γραμμή: newChar.setTitle(""); (Στο frozen αντι για "" θα έχει Config.ΜΠΛΑ ΜΠΛΑ,δεν μας πειράζει όμως. απο κάτω απο αυτήν την γραμμή,βάλε αυτό: newChar.addItem("Loot", 2043, 1, newChar, true);
  12. NPE. it might help you.
  13. hah same thing today, 'o wtf,i m sure they changed it omg lol' and such things
  14. τελικά έκανα για τη switch,μιας και πολλοί απο εσας δεν την ξέρετε να την χρησιμοποιήτε. http://maxcheaters.com/forum/index.php?topic=249507.0
  15. You haven't prolly imported this class. import com.l2jfrozen.gameserver.network.serverpackets.PlaySound;
  16. δες πως είναι τα itemhandlers στο acis,και κάνε και αυτό παρόμοιο. δεν εχω use ποτε acis και έτσι δεν μπορώ να σε βοηθήσω. ο κώδικας σε καθαρό l2j δουλεύει κανονικά,χωρίς κάποιο error.
  17. πήγαινε το ποντίκι σου επάνω στο error και βγάλε μου μια φωτο να δω τι λέει.
  18. junk. http://maxcheaters.com/forum/index.php?topic=249515.0
  19. α,οκ. thanks for share anyway
  20. solved http://maxcheaters.com/forum/index.php?topic=249514.0
  21. γιατί νομίζω ότι στο λινκ αυτό θα είναι μια φωτογραφία και όχι το npc;
  22. public void increaseLevel() { // Set the current HP and MP of the L2Character, Launch/Stop a HP/MP/CP Regeneration Task and send StatusUpdate packet to all other L2PcInstance to inform (exclusive broadcast) setCurrentHpMp(getMaxHp(), getMaxMp()); setCurrentCp(getMaxCp()); + if(Config.LEVEL_TELEPORT_ALLOWED) + { + if (getLevel() == Config.LEVEL_COUNT) + teleToLocation(-84318,244579,-3730); + sendMessage("You will be teleporting on bla bla"); + } } better. btw you 'll need to register the config @config.java aswell.
×
×
  • Create New...