-
Posts
5,365 -
Credits
0 -
Joined
-
Last visited
-
Days Won
67 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Tryskell
-
[Discussion]Is L2 dead? If yes,why?
Tryskell replied to Reptant_'s topic in General Discussion [English]
L2 spirit, anyway the L2 spirit I loved (middle age / fantasy world) is dead since the introduction of Kamaels. It became another game, and GoD is apparently the final blow. I don't even talk about dwarves backstabbers with HighF(ail)ive. When they had good concept, they just added more and more skills, more and more features, and now it became a casual game with no spirit at all. If you got something to retain from L2, that would be Chronicle 3. After IL, you can't call *that* "Lineage 2". They should take C3 and put a territory war system using the seven signs background, with updated graphic engine. But hey, I'm not NCSoft. ---- About private servers, they are a part of L2 marketing. They never have been in competition with retail servers, they are alive publicities about how people like L2. I believe even after the official end of L2, private servers will exist for some years. Just because it's oldschool. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
I still work on XMLs after a 2 days IRL issue. What is currently made : 3 XMLs added (with core side), fishing debugged (need 1300-1399 skills to test). You can add 1 XML (perhaps 2) from Vrugar, 1 other from me, and at least 1 from fighterBoss for revision 62. ---- This week was pretty monotone for IL projects :). -
extracting codes from source
Tryskell replied to KampfKeks's question in Request Server Development Help [L2J]
Rename .jar to .zip, dezip then open content with a java decompiler. You will have 90-95% of original code with some luck. -
[Help] please, Navicat problem.1130
Tryskell replied to HouLiGaN's question in Request Server Development Help [L2J]
It works only because you use another installation type of mySQL. Your old access files for mySQL are still bugged. WAMP uses it own mySQL installation and it's why it's not buggy. 6 months for that ? Come on. -
[Help] Removing Kamaels
Tryskell replied to Atze1990's question in Request Server Development Help [L2J]
It's called Interlude. -
getSocketConnection error, need help
Tryskell replied to DarkCore's question in Request Server Development Help [L2J]
getSocketChannel() doesn't exist after MMOCore rework. Basically you try to use IL code type on a Freya MMOCore. As Frozen used my MMOCore rework, and than I myself made it Freya, I suppose if they did it right it became like me, a Freya MMOCore. Remove each " getSocketChannel().socket(). " to solve problem. ---- Little example : IL : ip=players.getClient().getConnection().getSocketChannel().socket().getInetAddress().getHostAddress(); IL with reworked MMOCore / Freya : ip=players.getClient().getConnection().getInetAddress().getHostAddress(); -
[Request] Chat system ??
Tryskell replied to Bobi's question in Request Server Development Help [L2J]
File is named "obscene"something. And there is both client and server filters, as Matim says. -
How to prevent bow hit through the wall!
Tryskell replied to lamle1112's question in Request Server Development Help [L2J]
As RandomDude says, which is your chronicle ? By default, IL is broken. So problem is geoengine, whatever geodata you use. You can check aCis timeline about Freya geoengine implementation. As Matim says, it can come from geodata (data you use in order which says a wall is a wall etc) or geoengine (core sided itself). As FB says, use Stazis geodata in order to have a reliable geodata. As I say (!), if your problem persists after, it comes from geoengine. -
Impossible create connect with the base!
Tryskell replied to Shilien's question in Request Server Development Help [L2J]
" Je plussoie." Topics without regulars informations should be deleted/put in archives. 60% of topics miss regular infos, if ppl are too much dumbs to read a "read me first" topic with exposed rules, I say... Bad for them, but it shouldn't be our problem. ----- For topic creator, your "script or whatever" can't use data you put. So basically your "script or whatever" config file is surely bad informed about database, login and password. -
Help ME Auto Spawn NPC
Tryskell replied to kimerateam's question in Request Server Development Help [L2J]
I invite you to search how mammons NPCs are spawned and removed. -
Winner and final reward on Town War Event
Tryskell replied to Yiba's question in Request Server Development Help [L2J]
There is perhaps 5 differents TW engine, if you think we will search which one got your problem in order to help you, put your finger in your eye. -
This line (636) contains 4 tabulations and a "try :" command. Dunno why, but I suppose tabulations are transcripted to \t, so it will do a "\t\t\t\ttry :" command instead of a simply "try :". It explains why you got the bug. How it does that on this special line and not before ? I got no answers, except try to remove tabulations before this line, or try to remake tabulations :). The used editor was perhaps crappy and added unvolontarily tags. The scripts engine perhaps interpretate it bad too. So what you can do (put in order of easy to hard) : - c/p another "try :" command from a higher part of code (like line 613), which seems to haven't this problem. - c/p the quest in notepad (basic version) to eventually clean tags, and save under .py format. - correct scripts engine o_o.
-
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
As revision 62 will soon be out, I have to repeat myself, but I need people's good will in order to complete skills faster. Question is not if I'm capable or not, question is about time :). All depends if you want skills are finished fast or no. A lot of player's skills core support is already made, and I attack items effects. Many things are now supported and where they aren't, they are :D. You can pick many exemples through existing skills. Basically, if you got only logic, you won't have problems to help aCis :). Topic about skills refactor progression road can be seen here. Rev 62 overview : SP scrolls, apparences potions, compressed packages, squashs seeds working. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Yup, following Freya poses the basic problem of c/p Freya bugs too. Still, I think they're "preferable" than IL ones. And in many cases, I see improvements. I know your position about L2J, L2emu "marketing" is made on it after all :D. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Hey, it's better when you give some positive stuff :). MMOCore was one of my first rework. It has been refactored some weeks ago, and 2 projects use my .diff patch actually, and it seems they haven't problems with it. http://trac.assembla.com/acis_project/changeset/26 http://trac.assembla.com/acis_project/changeset/27 Ty for your tips, I will remember them :). I add singletons when I go on a file, so basically they all will be changed with time :). -
[Request]Good php script for account
Tryskell replied to sagun's question in Request Server Development Help [L2J]
http://www.l2jserver.com/forum/viewtopic.php?f=94&t=10729 Made by a IRL french friend :). Brittany powa. -
[Help] Price for Ectitems, Armor and Weapons
Tryskell replied to conheonit's question in Request Server Development Help [L2J]
Bha, I have forgotten Freyacrap's items was in XMLs now. As Intrepid said, easiest way would be to change core, setting price directly to 0 in packets. As you want all items prices equals 0, it shouldn't have after-effects. Else use notepad++ / another editor, and do a replace using the begin of "sentence". Dunno if such plugin / editor allow that. By hand, it will be boring lol. -
Where are you blocked exactly ? Some vocabulary : LS = loginserver, GS = gameserver. Have you simply successfully launched LS + GS, and GS can log on LS ? Are you blocked on client side, and what is your error in this case (GG error, ping 9999, server down ?). Be more specific, or no one will answer. 'my server is not working' doesn't help. Do screenshots if you can't explain.
-
If by "the buffer" you mean "the integrated scheme buffer from L2J", you just have to add a check about how many buffs they actually got, if they got more than xx, do a return.
-
1. Just add a return condition where trades are made. Trades got some checks about how far are 2 characters. Begin by this point to find the good file. 2. What is supposed to be a "normal" scroll... Well you know L2 is magical world, so all scrolls are magics... Try to enchant a kitchen's knife with a paper, that won't work. Just... Be more specific... Do some efforts on vocabulary... Or post directly in greek section. And if by "help me" you were saying "do my homework for me without a thanks", just get lost.
-
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Like any L2J server. The biggest advantage of Java is the portability... And the simplicity to code. About cleaning posts, I don't want if it's to finish like Frozen topic (topic wipe + locked for many days). And I'm fine with comments, both negative nor positive. The best would be to be my own moderator on my topic, but hey, I got already aCis forum for that :). -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Rev 61 is out. Shutdown refactor, and some commands cleans/updates. PunishLevel added aswell. -
[Help] Price for Ectitems, Armor and Weapons
Tryskell replied to conheonit's question in Request Server Development Help [L2J]
Type "mysql update" on google. -
Remove your fingers of your ass and try to check how others skills work ? Near all of those skills are NPC skills, it must begin from 4300-4399. Tanks got an active skill aswell. NONE_WPN_VULN("noneWpnVuln"), // Shields!!! SWORD_WPN_VULN("swordWpnVuln"), BLUNT_WPN_VULN("bluntWpnVuln"), DAGGER_WPN_VULN("daggerWpnVuln"), BOW_WPN_VULN("bowWpnVuln"), CROSSBOW_WPN_VULN("crossbowWpnVuln"), POLE_WPN_VULN("poleWpnVuln"), ETC_WPN_VULN("etcWpnVuln"), FIST_WPN_VULN("fistWpnVuln"), DUAL_WPN_VULN("dualWpnVuln"), DUALFIST_WPN_VULN("dualFistWpnVuln"), BIGSWORD_WPN_VULN("bigSwordWpnVuln"), BIGBLUNT_WPN_VULN("bigBluntWpnVuln"), DUALDAGGER_WPN_VULN("dualDaggerWpnVuln"), RAPIER_WPN_VULN("rapierWpnVuln"), ANCIENT_WPN_VULN("ancientWpnVuln"), PET_WPN_VULN("petWpnVuln"),
-
It looks more like a lag problem. And before saying "no it's not...", have you at least test your pack on local to see it it does the same problem ? If it doesn't, you got your solution. Being randomly stuck when others aren't, it's called badass lag. Or you got a serious problem in packets network stuff, and the best is to pick up another pack. L2J Free isn't supposed to stop their work on Freya a long time ago ?