Jump to content

Lioy

Members
  • Posts

    408
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Lioy

  1. Looking to buy a clean HTML5 & CSS3 Lineage Template. No need for any scripts , just the template. It should be simple and beautiful with a PSD logo. PM me on forum
  2. @Red-Hair-Shanks vristona to pousti
  3. Hey Elfo , what's the logic on this authentication? If credentials are correct then send the API key to the client? And all authorization is possible via this simple unique API key? Just asking, because never worked with that kind of auth. (I know JWT for example , maybe I confused things somewhere)
  4. Thank you a lot for that. That's what I was searching. I have one question L2DatabaseFactory.getInstance().connection.use { con -> val statement = con.prepareStatement(SqlQueries.GetAllPlayers) val resultSet = statement.executeQuery() var player: PlayerResponse? = null if (resultSet.next()) { val id = resultSet.getInt("obj_Id") val name = resultSet.getString("char_name") val level = resultSet.getInt("level") val isOnline = resultSet.getInt("online") == 1 val pvpKills = resultSet.getInt("pvpkills") val pkKills = resultSet.getInt("pkkills") val isNobless = resultSet.getInt("nobless") == 1 player = PlayerResponse(id, name, level, isOnline, pvpKills, pkKills, isNobless) Wouldn't be better to take these infos from the player object itself for example?(if player is online) So it would be real time , because database values are not always real time on L2J due to delay of updating. This specific feature may isn't the best example to what I mean actually but propably you got the point. Also practically could we extend this to create token authentication and the ACP(or whatever) to just be a cool SPA with front end framework(react,vue,etc)?
  5. I got my first job as a snowman for real.

  6. καλος , καλος, καλος, καλοςς
  7. δεν εισαι καλα μαγκα μου , λιγο καιρο σε αφησα και βλεπω που επεσες.
  8. What project are you using? I have almost 2 years to touch L2J or even Java. The general idea is that you save the character's HWID and character obj ID on a map. When someone kills a monster you check the map , and if HWID is the same but character obj ID is not the same, then do not give reward. I will not install all things for just create this now , but if you got the idea and I can create it easily if I had the source in front of me.
  9. Do you have access on your players HWID from any external source like Smartguard, etc? If yes it is just some lines of code.
  10. As ksekinisoume oti me 100 eurw den pas pouthena gia kati tetoio , ektos an pareis kanan freelancer indo kai ksemperdepsis etsi , alla meta to maintenance tha ine diskolo. (kai me ton kwdika pou tha exei grapsei , kai me tin sinenoisi). Kai otan lew de pas pouthena ine ontos PARA POLI liga. An thelei o theios sou kati sosto tha pigene se mia sosti eteria na tou kanoun to app kai to site gia tin epixirisi tou. To backend idio tha einai mono to front end gia to website kai gia to mobile app tha alaksoune. Kalo einai na iparxei website kai app. milaw panta gia coded apo tin arxi site me kapoio gnwsto stack apo frameworks, kai oxi kapoio idos etima wordpress klp. ps: molis eida oti ine palio to topic gamiseto
  11. putting a lovely image , creating something useless. At least make a "I am rich" apUPFDTJFYTUYIUgfyfdyfdYTEUFY SORRY i am fucking drunk
  12. i will join with my grandson
  13. logos apeili poloi poutanas gioi me krazoune
  14. Lioy

    Niaf Niaf

    @Red-Hair-Shanks re malaka ti treles egrafes pali apo to pc mou
  15. Hey Elfo , just out of curiosity, why didn't you use any micro framework to create the restful API and you went with raw Java libraries?
  16. PM me i give it for free .
  17. There are so many servers with shit htmls , shit server info , shit geodatas and shit website and have PPL online. Get real all of you , it's all about advertising nowdays. clear example : supragames.net Consider to translate your website to ARG language , or whatever it is. They melt their asses sitting playing L2. Social medias is the best advertising. You need $ to start your successful server , it's sad I know.
  18. Sweets where the -.- is my jewels? ..........................q"asedrtyuiop{}|azsxdfghujkl:" asdfghjkl:>?"edfrgthujkil:" dfghjkl:" %sdxcfrvtgymko<:"?
  19. Sure but engine isn't even organized in a way that people could help coding. Even different acis versions are problem.
  20. Yea , I just thought that : Say that reading bot names is from xml or from a database or smth like that , if all are dynamic and not saved bots , some common problems would occur xD . For example bot named Elfocrash human fighter , after server restart , bot generator finds this name again , but this time.. Elfocrash dark elf fighter. People will be like " WTF " haha
  21. Something else , while adding items and equiping them , these items are stored in database items table right? Isn't that a big waste of memory in long term since fake players aren't even stored on characters table? Also skills,etc. NO idea if I am right.
  22. Removing main chest armor while changing class( from priest or class changers ) simply fix that small issue.
×
×
  • Create New...