Jump to content

Tryskell

Legendary Member
  • Posts

    5,365
  • Credits

  • Joined

  • Last visited

  • Days Won

    67
  • Feedback

    0%

Everything posted by Tryskell

  1. I think all people (you included :P) are enough clever and old to understand when to stop. People who follow my project aren't paid, rewarded or thanked to throw stones on others' projects. They got their own feelings, and sometimes (as others participants of that thread it seems :P) troll by their own. And if they need to be moderated, I will ask a moderation, whatever they did, do or will do for my project. Now if both participants (my fanatics included), can let that topic free of troll and other spam, let's wait for the developer to show his/their skills (and as I said in my first topic, don't think copy-paste will be enough to get followers ; need originality and self codes), or at least speak of what already exist (as it seems to be based on a previous pack named L2JInn). Sincerely yours, The google translated poet, Tryskell de la Mancha.
  2. At day 8, Gods helped by Titans invented proxies.
  3. Stop trolls wars, or I will ask to be promoted to clean posts (and believe me, that wouldn't be funny for all posts count :P). Give your opinion and respect others', ty in advance. AbSoLuTePoWeR, you can ask for a cleaning if you judge it's needed.
  4. It includes 2 main factors : passive skills, according to your class basePDef, following your class template (80 or 54) For some fun, http://l2p.bravehost.com/pdef.html
  5. Post any screen about error on GS logs, or at least say where, ingame, you got trouble (which link) and post a screen about what you see. The code itself is ugly like hell, TextBuilder everywhere, come on lol HTMs exist. And it looks more like an IL code adapted for Freya than a Freya code :P.
  6. isAutoattackable() putted on true.
  7. Read that and stop to post everywhere. http://maxcheaters.com/forum/index.php?topic=229968.0
  8. It's not a warez forum. About C4, there is currently a pack, L2JChronus. The other option is L2J SVN.
  9. As said GunarStillis, config try to read a number but find an incorrect character ; in that case an X. The only strange looking config is about : # Set true for custom spawn location. CustomSpawn = false SpawnX = x SpawnY = y SpawnZ = z Put numbers instead of x, y and z. For an even simple way, just read Config.java at line 2586.
  10. What can I say, except gl. Some of my own feelings have been already said by others ppls, so I won't repeat them (MELERIX, Elfocrash, and some ppl who quoted myself lol). The point about "stealing", isn't (only) the fact to steal the code or credits it/them-self/ves... It's the fact you got 0 originality. Just think a little (Zoey and cie) and think about : what will be that pack if following packs wouldn't exist : - Frozen (you c/ped customs, ppl already saw some of them) - aCis (the name of your pack refers to one of the main advantage of the pack and you want to use a contribution2use system, or perhaps you decided to change - following name of your thread - who knows) - Sigmo (the presentation of your own pack is c/p of Sigmo one's - and probably doesn't even fit with the pack itself - or in that case, L2JInn was build on a Sigmo base ?) I will tell you : it will look like a 2007 IL pack, L2J latest version. I won't argue about what is better for timeline, that's a matter of personal opinion :P. Still, gl and don't think ppl are blink. And change that ridiculous marketing name :D.
  11. Probably on Formulas.java, change how is calculated those values.
  12. Some people got nostalgia of those chronicles, or even the gameplay can fit better for a particular gameplay (as map is far more little, for example). Going in your way, you could simply say "why to develop on L2J", as L2 is now F2P.
  13. I'm only interested by people who can work on DP. Means java scripts, SQL, HTMs. And for information, only 2 peoples on 20 contributors shared java, and they came after the launch of the new system. Which also means during the first year of existence of the project, no one shared java code. Finally if someone wants to work on java side : - he can work on the latest sources when the project was still free, or even on Freya if it's a rework of something general. - he can first work on DP side in order to get access to sources, and then share java.
  14. Well I readed rules, and warez aren't allowed (whatever they are linked to L2 or not). Topic locked.
  15. Delete jre and install jdk (who install too jre). If you're sure you got jdk installed, return to "Installed JREs" and push on "Add..." and give the correct path. About your error about svnversion, there are explanations on L2J wiki.
  16. You should use L2PHX to see which packets are send according to ingame actions you are doing. Let's say you open warehouse with PHX on, PHX will intercept the packet related to warehouse opening. Then you simply check the opcode (sort of id of that packet) and search in source pack for that opcode. Once you got the opcode, and the name of packet related to that packet, search for packet's name over the source.
  17. Dudes, check imports, it's for IL. Just ctrl+shift+O and be happy.
  18. You can param bots to hit whatever you want, pickup particular items and not adenas, and more. Added to that, such antibot about killing mobs is stupid as it doesn't correct any of following cases : buff/mana/heal bot. When you can easily block L2w because it uses particular invisible words in normal chat, some bot system who uses packets must be blocked with systems such as Lameguard or CCP (or CCCP ? Don't rem exact name). It means you must share a client patch to the client in order to connect, and still, you can bypass such protection (emulating). There isn't real antibot system, from the moment you got client side stuff, it got vulnerabilities. Still it will block 80/90% of botters/PHX users.
  19. As Romotheone said you're melting words. Overhits is a L2 feature, when you finish a mob with such a skill you earn +15% XP (or based on damages you made, I don't rem exactly). The point is to put skill in good time in order to get a maximum XP possible. What you talk about is critical on skill. And he gave you the good parameter to change.
  20. If you judge people "spam" your topics with answers, avoid to post in this section. Topic closed.
  21. admin_setlevel (or admin_set_level depending of pack) works the same. Just c/p code from it. In the custom NpcInstance you will create, just add a check if the guy is >= 52. If he is, send him on another HTM ("You're already 52 therefore you can't use my services."), else send him HTM with the link and welcome HTM.
  22. There are 400 packets, and I said to use PHX to find opcode. Aka to find the correct packet. Else he can check in the list until he finds the good one. That's just longer, I write what I would do.
  23. Proper english please. You don't even finished your sentence.
  24. Use L2PHX to get opcode of the clientpacket, then write a check on it (like, if target is in battle, return).
×
×
  • 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