Jump to content

Tessa

Members
  • Posts

    1,472
  • Credits

  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Tessa

  1. What if he wants to add some stats too? :lol:
  2. Sure! ^^ Here is the patch: The etcitem table was too big, so it has 5 parts... :lol: Enjoy!
  3. I will post the patch with full icon support for l2jfrozen in 20 min maybe... because I'm downloading the pack with 100 kbits/s. :lol:
  4. You can't... you should use the database.
  5. What about me? ^^ I'm trying to get back my Java skills by helping around, hehe.. :lol: Just not to be completely off topic: How goes with the advertisement?
  6. Ok, I've used L2JServer's Interlude pack to test this... it shouldn't be so different. EDIT: Code update below... There is what I've got - http://prntscr.com/5gal4a EDIT: Note that there are only etcitem type icons, a lot of icons are missed... this is just an example of how to do it.
  7. The method is called onActionShift and it is located in gameserver/head-src/com/l2jfrozen/gameserver/model/actor/instance/L2NpcInstance.java Check the code between the else if (Config.ALT_GAME_VIEWNPC) statement. I don't have l2jfrozen's source to test it...
  8. Right, you should use the community board to parse the drop list. The whole process looks like that.. You should add new column to the items table in your database, that includes their icon names. For example: <img height=32 width=32 src="icon.etc_adena_i00"> This will show you the Adena icon... After that you should only modify the query and html in your script.
  9. Well, if it was real, I wold be able to check my characters on Naia and Chronos... but no way, what a surprise. :P
  10. They may bring their alliances too, because we are in "Clans and Alliances"... :lol:
  11. These are fake results... all of them http://www.l2clanlist.de/ There are no real counter.
  12. Sounds familiar... umm, l2tales?
  13. Which server pack you use? I can check. ^^
  14. Open gameserver/head-src/com/l2jfrozen/loginserver/LoginController.java and check for this line: Then replace it with this:
  15. It's just an example of how to do it, since I don't know what source he uses.
  16. There are no private server with 5k online at this time.
  17. Something like this: if (user.equals(password)) { return false; } You should check the method (I don't remember its name) in LoginController.java, to find the best way! ^^
  18. Stop with these russian profanity. :lol:
  19. So the money are not even yours. That explains everything... you open a server with daddy's money, trying to earn more the easy way. ^^
  20. Ok, my bad, I've just checked.. probably 100 - 150 players. :)
  21. I've counted 19 players, where are these 800 you talking about?
  22. If it's about files, I prefer L2JServer... there are no dev team that can offer such a quality code! :)
  23. If this is the best server around, I'm quitting l2 right now... or I'll get l2jserver's files to kill mobs locally! ^^
  24. These 3 options looks good, and there are no restrictions. ^^
×
×
  • Create New...