Jump to content

heathen

Members
  • Posts

    23
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by heathen

  1. hmm, when u delete those files it goes for 32 and 64 bit. Thing is i never tried to run the AuthD.exe after deleting only lin2comm.dsn it worked now, thanks :D
  2. Hi, So, as suggested by other members of the forum, i downloaded a c4 pack file in order to learn how to set up a l2off server. (from jamba) Everything went ok UNTIL the moment i needed to put some info when executing AuthD.exe it asked me to put the db, login and pwd thing is, as it was written "comm" i just adjusted it to "lin2comm" and hit OK. When i should've put "lin2db". Now it keeps returning an error finding the database (of course). The problem is that i can't find a way to fix this. I already deleted all my files, my databases, my dns files (ODBC), i really tried to do everything from the beggining, but it didn't work. I just want to reset it so i can put the right db path (lin2db). Obviously, the reset button doesn't work.
  3. that's true, never thought it that way hahaha gonna try it! thx
  4. yeah i kinda figured it out the hard way hahaha thought java would be way easier but honestly its been hard as much as working on l2off But the main problem is still what i just said before: cost! There's no opensource interlude off extender right? I wanted to see how it would be to work on it so i can decide which way to go: java or off by my personal experience on working on them, without spending my money before that. It doesn't need to be an updated/modern version of the best extender, i just wanted something i can use to start a server (a local server, not to public) and see how it is to work on. Do you know something about it
  5. I appreciate that man. But i didn't really get it if ur talking about l2j or l2off dev community xD i really dont want others to do my stuff for me, my intention is to learn how to do everything myself.
  6. Well, i wouldn't pay for any developer also. My intention is to learn and to do all the work myself, the thing is that i wanted to learn BEFORE i spend money on files, but basically everything you find on internet about l2off is old stuff with broken links. There's plenty more information about L2J and that's why im giving it a shot right now, also i hear that it is more customizable, which is the best for me, cause i want to add some good stuff that interlude doesn't have by standards, like 3 job skill enchant for example. Atm im working on it, got the files from aCis and im trying to learn how to manage this, but not gonna lie, i'm having a hard time with this too, this compile/decompile shit is making me lose it xD So basically, im trying L2J because you can't find the necessary information to work on L2OFF without spendind money. Cause everyone who knows about it, is either banned at the forum and the links given are all broken, or is attempting to sell that information/support.
  7. Maybe because (as you said it yourself at another topic) you have excellent programming skills and are fluent in the programming languages needed. i couldn't even make it to start the server xD
  8. I think everything is possible. If you think about it, l2j is just an emulated version of the original game. You just need to program it to do what you want, so, what you need is the knowledge to do it. Some time ago, a dude edited the l2 interlude client interface files to be more like the modern versions. You have the "autoarrange" inventory button, possibility to expand to 4 skill bars and some other stuff. Its not even needed to edit the server files, you just have to put it at your client files. Maybe what you want is something pretty close to that, but i bet it will be pretty hard to programm it to do that. Try finding those codes at the interface files of the l2 gracia final client for example, and copy it to your interlude client interface files. With the changes needed of course. (those files are encrypted, so you will need to have a program to break that and encrypt again after you do your changes). Let me know if u do it (:
  9. Hi, First of all, i'm new to programming. My knowledge about it is basically using else, if, elif/else if that i learned at college using python. So, i know nothing about java. Even i'm googling it like hell, it's too hard to me to just write the code i want at this moment, so i would like to request the help of anyone who have time to answer this. Here it is: I'm trying to program it so players can enchant 3 job summons (Feline King, Magnus the Unicorn and Spectral Lord). So, my idea is to write at the L2EnchantSkillData.java/class file for it to get the SkillType and the SkillBaseLevel before getting the enchant conditions at enchant_skill_tree.xml With this, when it recognizes thats a Summon Skill Type and its base level is 1 (by an "If" command), it would get the informations (getExp, getSp, getItemId getItemIdCount, getRate) that i chose for that kind of skills. If not, then comes the "else" command, and the script would continue the same... Something like that: If L2SkillType (getSkillType()) == SUMMON && baselvl == 1 getexp = x, getsp = y, getItemId = z,... Else, (the rest of the original script) But the only thing i managed to do is to write it to import the L2SkillType file It is like this: package net.sf.l2j.gameserver.model; import net.sf.l2j.gameserver.templates.skills.L2SkillType; public final class L2EnchantSkillData { private final int _costExp; private final int _costSp; private final int _itemId; private final int _itemCount; private final int _rate76; private final int _rate77; private final int _rate78; public L2EnchantSkillData(int costExp, int costSp, int itemId, int itemCount, int rate76, int rate77, int rate78) { _costExp = costExp; _costSp = costSp; _itemId = itemId; _itemCount = itemCount; _rate76 = rate76; _rate77 = rate77; _rate78 = rate78; } put it to check the conditions (SkillType+baselvl) here, If yes, insert the data. Else: (the script goes on) /** * @return Returns the costExp. */ public int getCostExp() { return _costExp; } /** * @return Returns the costSp. */ public int getCostSp() { return _costSp; } and goes on...
  10. Sorry, you lost me now... You said it was wise to move to l2j but l2off wouldn't fail me? I'm not sure if it is worth to move to l2off now. Prices for good files are much high and i'm not a programmer, know basically nothing about it. Too risky to pay so much for something i'm not sure i can catch up without having to spend more money.
  11. Dude, thank you for this! It's an amazing initiative! I'd like to help but i'm no good programmer so... good luck haha
  12. Thank you guys for the help! Thing is that those files were on trial period, so i couldn't exactly ask for their help cause i didn't really pay for it xD Turns out i moved to l2j. There's too much lack of information about how to run l2off. Also ppl say l2j is more customizable and that's what i want.
  13. got it! Thanks!
  14. Hi, I've been wondering. Can i create a L2J server with good DDoS Protection and that suports more than 5000 players online? If so, why do people prefer l2off?
  15. Hi, Yeah, i'm having a hard time trying to make my server go online. After solving the hAuthD error, i launched the cached (Cached_Advext64.exe). That's the screen it gets me (don't know if it should be that): https://1drv.ms/i/s!ArnSojZ0gTEkqV5shHrVU7AD0PIX So, i executed the L2Server_Advext64.exe file. Afther a while, my cached log look like this: https://1drv.ms/i/s!ArnSojZ0gTEkqV_pTIjWxq7nM0XB What's wrong? Plus: anyone knows a tutorial on how to make a system folder so i can connect to my server?
  16. Oh! I changed from 127.0.0.1 to (local) and it worked haha. Thanks man!
  17. Hi, I'm using the tiral period of advext64 files to learn how to configure and execute a server. I did everything of their step-by-step tutorial. (Created ODBC lin2db & lin2world dsn files, besides that they only tell you to create the l2world file, etc). My hAuthD.ini file is like this: [MSSQL] Server = 127.0.0.1 User = sa Password = xxxxxx Database = lin2db but when i try to execute the hAuthD.exe, it says this: [14:10:14] Welcome to hAuthD [14:10:14] Loaded: 'Black_IPs.txt' [14:10:25] [DBNETLIB][ConnectionOpen (Connect()).]SQL Server inexistente ou acesso negado (Error in english: Unexistent SQL Server or acess denied). does anyone know what should i do? thanks
  18. dang, im better train some dev skills on free files i guess Yes man, if u could upload me the files (Server files + extender, or whatever u have that doesn't breake anyone's rights on this forum) i would be really thankful, i passed the last 3 days searching for server and extender free files and i got nothing. The only thing i found was this link of an open source extender (at least he said it is, but i don't know what kind of files an extender is supposed to have, so... xD) that some dude posted here at mxc: https://github.com/MMOCOM/OSIE-GF besides that, i got nothing. Yeah, no problem if there are some bugs, i want it just for training so i won't waste 300+ dollars on an extender key while i learn to configure everything (and screw it all on the process).
  19. Hi, i know this post is a little old but if you feel like helping i'd be thankful here it is: i'm starting on l2dev and i'm trying to learn everything i can the fastest way i can, but there's many things that still blurry to me It's been really hard to find l2off free files and extenders lately (i'm looking for interlude files to train my skills before buying a good rev and open a server to public) So i'd like to ask: What is the extender for? If i buy an extender from advext64 team, for example, i will be able tu use it unlimited? Like, open 5 servers (not at the same time, obviously).. what i mean is, the key that they will give me is really unlimited? If i buy it and use the bought key to train at a server open on my own pc, will i be able to use the same key to open a server ot public in a deticated machine? [offtopic note to eressea]: I found your server on topsites, your work is stunishing, congratulations! It's a pitty that your server doesn't have too many players. Wish you good fortune on it. EDIT: and, of course, if you know any free/open source l2 off Interlude files and/or extender could you send me the link to it? thx anyway
  20. So, u use the item and u get a buff at buff bar or it gives u a passive/active skill?
  21. Hi everyone, As you can (or will) see, i'm new to this forum and also to l2 servers development. I started a server many years ago but it was l2j and crapy as hell, besides i was not the guy who worked at the sql kind of stuff. I just edited some archives with notepad, like inserting items on npc codes, change buff time and things like that. But i know l2j is far easier than l2off. Now, i want to make a l2off server, a good one, and im willing to spend my time learning to develop it, but i really don't know basically anything about what i have to do. What i know is: I need the server files. I need the extender. Although i still don't know what it is for and what exactly it does, i just see people talking about it on some posts here. I know that when i'm ready to open the server, i will need good files which i can buy from the guys of Advext64. And, of course, rent a dedicated server to host it. What i have: Installed MSSQL Server and Studio 2008 R2 SP3. I know, it's like 0,1% and that's why i'd like to ask for the help of anyone who have the will and time to reply it here. Basic programming skills. Like really basic. Basically what im asking for: Know everything i'll need to have in order to run an L2 Interlude OFF Server and what should i do. Ask if someone has the links to an open source/free files/extender so i can use it to train my skills. Again, i will not use those free files to open the server to public, it's only for practice. Thank you for any incoming help and sorry for any english mistakes, it's not my mother tongue. Also, if there already is a post like that with active links i didn't found it, sry. EDIT: [Help] tag would be appropriate for this, but i can't find where to edit post title or delete it to make a right one. So to avoid spamming i'll not create a duplicated one just because of the tag.
×
×
  • 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