Jump to content

Zoey76

Members
  • Posts

    281
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zoey76

  1. /* * Packages: A Java package is a mechanism for organizing Java classes into namespaces similar to the modules of Modula. * Java packages can be stored in compressed files called JAR files, allowing classes to download faster as a group rather than one at a time. * Programmers also typically use packages to organize classes belonging to the same category or providing similar functionality. * * This is the package declaration: */ I know that from somewhere :D Looks good, but I'd use onFirstTalk(..) instead of onTalk(..) that way a default html is not required and you won't need to click "Quest" link.
  2. I have done that like a year ago: http://www.l2jserver.com/forum/viewtopic.php?f=73&t=19526
  3. Why warez if MSSQL has free version? SQL Server 2005 Express Edition -> http://www.microsoft.com/download/en/details.aspx?id=21844 I'd use 2008 if possible: SQL Server 2008 R2 Express -> http://www.microsoft.com/sqlserver/en/us/get-sql-server/try-it.aspx
  4. @Tryskell seems actually private help does work ; )
  5. Why do you name me? All I'm saying is that people should let others do what they want, while they respect others work. What does even mean "what will be that pack if following packs wouldn't exist", for me would't change at all, I don't use Interlude, and if I did, I wouldn't use a pack other than my own. Anyway, you know what I think about aCis system, I won't expend time doing datapack sided scripts for months to get the trust to be able to get the sources, to start doing core contributions.
  6. Yeah, don't blame me, blame someone else! :(
  7. @007florin We haven't started, there a few reworks to do, kinda huge, skill system rework, quests from jython to Java (at least the ones that are present in Goddess of Destruction too), doors rework, pets reworks. This "MELERIX: when somebody start to work on it." is not really true, at least L2J side, we decided to complete High Five and not left another chronicle half (if you can say half) done. Of course any developer could start it, but is not adviced.
  8. You need full script, if you are willing to pay, buy it from the author. If you are trying to use in latest High Five there is a change in imports: import com.l2jserver.gameserver.templates.chars.L2NpcTemplate; // for import com.l2jserver.gameserver.model.actor.templates.L2NpcTemplate; Anyway whoever did this was an amateur, there code is not fine, also there is no need to create a new Npc instnace for 3 bypasses, you can do it in DP with bypasshandler, quest scripts, etc.
  9. Please avoid such comments, the project could be not as good as L2JFrozen but the same was said about L2JFrozen not long ago.
  10. @erhan4o0 fix the following typos in the first post: Litle Presantation -> Little Presentation We Dont Need Your Mone ! -> We Don't Need Your Money! Say Noob Project please dont -> Say Noob Project please don't For You!so you dont need money -> For You! So you don't need money snif packets from L2OFF servers aswell -> sniff packets from L2OFF servers as well Thats All -> That's All
  11. Is not that hard. Compile the server, go to build folder take the zip, extract it in a colder, say C:\Server\ Go to game (if it's High Five or gameserver for previous chronicles) and open startGameServer.bat if it's WinOS or startGameServer.sh if it's Linux OS Same for login server. You also need to compile the datapack and extract it in the same folder (C:\Server\).
  12. Allows you to attach an email to the account, register creation date and most impotant change password, also has other functions, it's a website.
  13. I'd like you to help me build a "Vote Sites" for Lineage 2. List: HopZone GameSite200 L2TopZone Others (not vote sites but webs where you get links or recommendations): FaceBook I'll avoid those that mix WoW and other games on the same listing.
  14. dist is for files that are not compiled to save "build" time. build is for the compiled project, usually a zip that you deploy as server. java is the main folder for the Java classes. Compile using Eclipse and take the zip from build and unzip it in X:\MyL2jServer\
  15. We will fix that in upcoming reworks, but L2J wasn't user friendly not because developers weren't friendly, just because at the time the extension wasn't a priority ^_^
  16. No, not really, I guess it was a one time only thing, I never check customs made by others, so I wanted to see what those events look like, in my opinion, they are bad coded, hardcoded in core, full of useless stuff, and they are most likely to have bugs or add new ones to the server.
  17. Guys don't fight over a signature, I don't like huge sinatures, but Elfocrash is cool guy, you can let this go Leluche. (:
  18. You edited and added the Sun part, before trying to go smart on me read this: http://maxcheaters.com/forum/index.php?topic=229344.msg2033941#msg2033941
  19. I don't belive L2J is "mine", but it has a lot of my work ; ), what I'm saying that stating that they stolen something is stupid in open-source development and even L2JFrozen has many contributors!
  20. Actually I just added it for free and it wasn't for me. XD
×
×
  • Create New...