-
Posts
5,365 -
Credits
0 -
Joined
-
Last visited
-
Days Won
68 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Tryskell
-
[Share] L2J OFF Interlude Pack
Tryskell replied to smax's topic in Server Development Discussion [L2J]
I just had to check characters.sql to see my own server is more updated than this project :). You haven't even CharEffectList. One hint : check L2J timeline, from the end of IL (around changeset 148x). I made around 300 commits from their timelines. You got signets and 3rd skills ? Or they bug like 99% of projects ? Made me lol too :). You should stop to c/p from others distributions and develop what should be L2, aka no mods. My 50 cents... Anyway, gl. -
Hiho, I don't get why you put a table for those values, when there is only 1 for both the 3 lvls of the skill. <table name="#Tab-Def">1.5</table> <table name="#Tab-hpEff">0.2</table> <table name="#time">60</table> Secondly, why that : <table name="#reuseDelay">300000</table> <set name="reuseDelay" val="#reuseDelay"/> Why to make 2 lines when 1 is enough. Third : <add order="0x40" stat="accCombat" val="6"/> According to you, why there is a value here when others got tables with a single value in :P. I mean, your skill haven't format. Some values got a table even if not needed, when others haven't table. Well it doesn't need table, but according to your format, it should. It isn't logical. You can decrease your skill by 4 lines, multiply it by the number of skills in each .xml, that make around... 4000 lines or + ? Fourth : Don't listen Intrepid, all he make is fine, all make others are bad :P (like Sethek, they must be hidden brothers). It's that when you become a decent programmer, you forget you have been a noob. There are manners to say something. Fifth : Where have you found values ? Can it be reliable ? Oh, and your self-control amazed me lol. Stay like that, my hero ahah. Regards, Tk.
-
[Help]Server has problem
Tryskell replied to manos2864's question in Request Server Development Help [L2J]
I talk about IL, but it mustn't be far if you use gracia++... By default, near all configs are hardcoded in config.java. Some exceptions : olympiad variables are in olympiad.java for ex. There are even configs you couldn't find in .txt, cause they're more serious, and can break your server lol. Sooooo, to answer cause sometimes ppl aren't logic, no it's not a problem cause they must surely are hardcoded (you can see default options on the top bottom of config.java normally). .txt configs are used when answer differs. Well it was like that in IL. ------ PS : I checked and it's still like that. Exemple : Which give RB HP regen multiplier of 1 by default, if .txt aren't modified. About oly variables, it has been moved to config.java. About location of those default variables, it's now organized by file. Each file have his own section. -
[Help] Grandbosses
Tryskell replied to manos2864's question in Request Server Development Help [L2J]
There are 4 (or 3) antharas because there are actually 4 (or 3) different Antharas, according to the power of the party who goes to the lair. Drops and power are totally different. -
Guy, learn to read...
-
[Help/Question] IL Packet
Tryskell replied to kashiro's question in Request Server Development Help [L2J]
I think you missed the important part :D I added it have been sniffed (well, to be right, committed) after end of shiterlude and beginning of kamalol :). So it's probably an after-IL packet. Personnally I didn't see any implementation of this packet on current IL forks. Well perhaps it misses use, or people don't know how to do, or it's jsut not possible :). I will perhaps try //forge finally :D. And I agree with you : you can complete the IL packets infos via actual or at least kamael infos, when it's reliable. -
[Help/Question] IL Packet
Tryskell replied to kashiro's question in Request Server Development Help [L2J]
How it's possible if the client haven't it coded (aka, no recognize it) ? Or I'm a bad boy & I understand nothing :> ? -
[Request] Account-Global Warehouse
Tryskell replied to Ramzah's question in Request Server Development Help [L2J]
Basically, it's the definition of the freightman. He just have to mod it *a little*. Really little. -
[Request] Account-Global Warehouse
Tryskell replied to Ramzah's question in Request Server Development Help [L2J]
If you haven't freightman (lol), just steal it from past chronicles. I don't get the point. -
[Help/Question] IL Packet
Tryskell replied to kashiro's question in Request Server Development Help [L2J]
First version has been implemented around 300 rev after the end of IL :). Only time and text. http://www.l2jserver.com/trac/changeset/1766 I suppose packet didn't exist on IL, cause packets like partymatching, even if they weren't exploitable, existed. Well, if you succeed, share your discover :D. L2JTeon added the 1766rev one, but no exploitation of it lol. An enterworld message is enough to see if it's works or no... I suppose it just don't work. -
Hey Andrey, the image you got in your sig is from me :). DC robe human name is Sephrania, NM robe one is Sealiah :). Just for the story ahah. You have taken it from DeviantArt ? First time I see someone using my pictures, lol. I feel proud. ---- About topic : if I can give you an advice, change of pack. Rev 17 isn't serious. MMOcore can be taken from L2J or L2JFree svns, according to which is based L2JRox. Or you can ask directly to the L2J Rox founder, but seriously, it's not reliable.
-
Enchant skill character level increased.
Tryskell replied to Kama3a's question in Request Server Development Help [L2J]
What there is in line 103 of L2EnchantSkillGroup.java ? I suppose a level condition. -
[HELP]Db script needed
Tryskell replied to *ZwntanoiNekroi*'s question in Request Server Development Help [L2J]
Make it alone or pay someone to make it. No one will do it for "your eyes". If you got SQL problems you can ask for help but you just want the script. SkyNet is right saying you're lazy. You want perhaps someone admin your server too and dev it ? Lol. It's what, 5 lines to change ? Pppff... It's nice there are such dreamers in this world... PS : UPDATE is your friend. PS2 : Make your own. And don't whine. http://www.sql-tutorial.net/SQL-UPDATE.asp -
Try your exploit on a new revision and see what happen. If there is a fix, you will find it easily according to gameserver log message. And there a section for olders projects, as they re-shared all old stuff, near 6 months ago...
-
[HELP]Top Stats PhP + DB + Problem
Tryskell replied to Bobi's question in Request Server Development Help [L2J]
As security, be sure than IP, username, psw and database are the good too... No spaces "like_that ". ---- Well according to what I read, it's come from your host. http://forums.mysql.com/read.php?52,151255,151255#msg-151255 Apparently, it can comes too if your host got a problem : http://www.appnitro.com/forums/topic/cant-connect-to-database-mysql-system-error-111 And according to the last topic : I suggest to contact your hosting tech support. Gl, Tryskell. -
[Help] Login Server Console strange errors
Tryskell replied to baiumbg's question in Request Server Development Help [L2J]
How can I fix this? Ban IP, and release it anew some days after. It's stupid to let an IP banned forever, as IPs are modified each time you reboot your box (livebox, etc, etc). You can add such conditions where is the "Potential Flood from" message. Instead of just logging the gameserver with "there is flood", you add actions like close connection / ban IP... About releasing banned IPs, you can do it manually, or automatically via an admin command / scheduled task. But you have to program, it's clear. If it's not a LIVE server (aka there aren't players on it except you), you just focked your server alone lol. Checkout anew, or correct your fixes. ---- An other way is to show it to developers via tickets system... With exact logs. -
You should try to talk to them, cause if they got adena problem, and resolve it, you can have your fix. BTW, could you PM me with your adena script ? I would like to test on my own server to see if there is security. If there, I will point you about solution, else I will cry too :P. About PHX, it's like Wireshark, aka it's see what packets are send/received. You can send modified packets through L2PHX, and it's why it's stupid to think there is anti-L2PHX, cause block packets = block server lol. You can add conditions, make some checks, but don't dream, there can't have anti-L2PHX, just ways to nerf it. Or you known network stuff, and you should better hack money accounts than developping on L2J lol. But it's another discussion :P.
-
[HELP]Top Stats PhP + DB + Problem
Tryskell replied to Bobi's question in Request Server Development Help [L2J]
$server="already"; // MySQL IP $user="Already"; //MySQL Username $password="already"; //MySQL Password $database="already; //MySQL Database Erm, you edited your post to change that infos to show your script on MXC, or it's like that in your php...? Cause if you have that in your script, it's won't work lol. Second, can you access your mySQL data with navicat/phpMyAdmin ? If you haven't any db access, that show your problem... Third, localhost must have at least a localhost line. Whatever are others line. 127.0.0.1 localhost Fourth, what is your network topology ? You test all in the same PC ? What software you use ? You try reach a far-away server ? Explain... And if I can give you a hint, for developer-cases, uses a AIO server solution, like WAMP/LAMP (solid and easy). It will avoids all PHP/mySQL/Apache installation, config and problems. -
[Share]L2 Online Players Map for your l2 web site
Tryskell replied to bubulinas's topic in Website Templates & Themes (Free)
Pretty old stuff... I got the original C3 website who goes with :P. Or "How to auto-kill my server". I loled hard about the idea. Want to put to 1sec, like that it's a PHP game. Must be funny to see your connection drops with 200 players on. I suppose you are kasar then ? Because if you are so lazy to even can't change credits, it's sad :P. And your thing about "couldn't put less than 1min" let me think in that way. You should add CW, inventory, the fact to move clicking on the map, and you can rename it Lineage 2. What is for 3D... PS : the beetle for RB show is ugly :P. -
I have to agree, all registry things for memory are just craps. About desactivate useless services, well I'm ok - It can release some Mo. You can too make a very lighter windows CD if you use some softwares. I don't know if I can say names, but there are some very common softwares, Google is your friend.
-
[Request Help] Voting System
Tryskell replied to sekker's question in Request Server Development Help [L2J]
Sort of contradiction. ---- On the topic : http://www.maxcheaters.com/forum/index.php?topic=152286.0 -
Q: How come the Age of Miracles Ended? A: That was the development phase of the project, now we are in the maintenance phase. Just my epic sentence :). I must add I'm not sure than God use a timeline for his own project... When he does errors, he can't revert back.
-
I know it won't help, but all Olympiad stuff or near is in Olympiad.java. And depending of your chronicle (and I don't even think it have been rewritten since IL), this file is a big mess lol. Btw, give more details... People think we are in their heads. It's not a 1/2 long sentence which help. So develop... 3 lines... Not so hard. @Intrepid, you changed of country ? :D.
-
I don't get what you ask... About water state, here is the L2J timeline about it. It gives an idea about what files are used by. I suppose you ask an IL server with that already integrated, as it's a kamalol+ feature. http://www.l2jserver.com/trac/changeset/1585