-
Posts
5,360 -
Credits
0 -
Joined
-
Last visited
-
Days Won
62 -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Tryskell
-
Same system than "itemcreate.htm" on Freya type server. You type the ID of object, the count, and press the button and "tadam magical girl".
-
Cant spawn My Buffer
Tryskell replied to HardCoreIV's question in Request Server Development Help [L2J]
You have to UNSELECT yourself or the target you had. -
[HELP]Eclipse facking error
Tryskell replied to Fanky's question in Request Server Development Help [L2J]
Found one solution about this problem on a french developement forum. You must manually stop the process "javaw.exe", then delete ".lock" file on the folder "metadata" of your workspace. You can normally run Eclipse without problems after that. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Revision 116 got all recipes turned back to IL values. Ty DiNoR for good job (on this commit and previous ones). -
[help] See the topic
Tryskell replied to BloodyIcon's question in Request Server Development Help [L2J]
You messed copy-paste around this line : public boolean allowPeaceAttack() -
Best l2 c6 project?
Tryskell replied to maximilion2's question in Request Server Development Help [L2J]
Report shitty errors then, mengz :). -
[HELP]Eclipse facking error
Tryskell replied to Fanky's question in Request Server Development Help [L2J]
I would say your workbench is bugged. Try to use a fresh workspace. Report at Eclipse forum aswell, this is perhaps a general issue, so help them improving Eclipse :P. -
[Help]Java Code request
Tryskell replied to `NeverMore's question in Request Server Development Help [L2J]
The type is a L2SpawnType, not a L2ZoneType. L2SpawnType got core support for random points. Towns areas use such zoneType. -
[Help - RQ] Flag in Arena
Tryskell replied to Rio's question in Request Server Development Help [L2J]
You can understand the ask in 2 ways : - you hit someone in an L2Arena and you're not in the arena (so it looks like a fix). - both players are in arena (it's a custom). In first way, you have to make a check if both players are in L2Arena, if not the attacker is flagged. In second, you have to delete the code which stop the flag system when you're on arenas. Basically, flagsystem is handled from public void updatePvPStatus(L2Character target) and public void updatePvPStatus() -
/** * Return True if the L2PcInstance is a Mage.<BR><BR> */ public boolean isMageClass() { return getClassId().isMage(); } From L2PcInstance. Based on the class.
-
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Only yesterday very late in night I had an error (host error), but it's perfectly works right now without any interruption, and for a couple of people it works aswell as I can see. Roles have reversed since last time :D. -
[request] LF a Devloper
Tryskell replied to CraZy*™*'s question in Request Server Development Help [L2J]
If you haven't yourself some dev skills (and aren't willing to learn), or if you don't take the (controversed) role of server Admin (the guy who pay hoster and wait for donation money), basically, you can continue playing to L2 or at least searching to a new game. There are only 3 types of "devs" (such a big word) : the good ones who care only about their stuff and give some tips (I think I'm alone) the good ones who care about others only if they're payed the bad ones who care about others, but guess what, they got no idea about how to develop something. And on MxC, they're unfortunately numerous. -
Post on their forum, to be short, they basically messed up skills engine. Line 28 on SkillTable, an array size is negative from SkillsEngine line 195. I guess the array isn't feed correctly, so it blocks the whole process. Give infos about SkillsEngine line 195, or just go cry on their forum if it's from their vanilla pack.
-
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
After one week playing to Rift (erm, one week trial ::)), I'm back to dev. For the funny number, it was my 32th MMO tested. I created an "ohlolol" account, which is, as you suppose right according to my sarcastic naming, totally useless but funny. You know from now the amount of money you must donate in order I work on it (55k / year) and such useless stuff as "give me Kudos" and "rate my work" (which is basically good if only you don't say crap ! Else I will ban you !) Arg. https://www.ohloh.net/p/acis_project About more useful stuff, next commit is about sieges. Again. -
[HELP]Custom Skill No Button/Icon at all
Tryskell replied to ethos's question in Request Server Development Help [L2J]
IL isn't supposed to have any invalid skill checks. Verify if your skill is passive/active. On original IL, I'm not sure skills are refreshed correctly aswell (as original got broken cooldown reuse graphic on this panel). Try a relog/tab refresh. If skills are loaded correctly (and your "acumen" skill mean it was fine on this side), there is no reason it's broken. -
[Share]L2J Frozen Geodata Interlude
Tryskell replied to larroukos's topic in Server Development Discussion [L2J]
Frozen doesn't do any geodata. And geodatas can work on any pack, even on different chronicles if territories fit (aka no major changes). If a geodata is buggy on a pack that means one thing : your geoengine is broken, or the geodata itself is broken. Finally, what's your image for ? It's a comparative between 2 geodatas. Which one are you sharing (Stazis or Akamu), giving the fact on your picture Geo.Akamu one seems more detailed. -
[Help]Svn java server
Tryskell replied to l2google's question in Request Server Development Help [L2J]
Means nothing, each pack got his own timeline, and many of them are stickied on this section or share section. And use a more adapted translator eventually... I'm not often the guy saying "hey your english sux", but you help me a lot to be. -
[Help] Critical Errors
Tryskell replied to xenewor's question in Request Server Development Help [L2J]
Error is too much generic (this message is normally the second part of an error report), and searching on Goggle there were similar cases, but none were resolved. I found 3 exact similar cses, so I gues you're not wrong, but that don't really help you. Perhaps if you search on UT games types forums... GL anyway. -
Compilation question, please help.
Tryskell replied to monsterbg's question in Request Server Development Help [L2J]
Once you got sources, you compile them at first time, then install them normally. Then you update your sources as you want, then compile anew. Depending of your changes, you can have only the l2jserver.jar to copy/paste, or some DP side. Generally and in mostly of cases, only a copy/paste of the l2kserver.jar is needed. It's pretty rare tot ouch to others jars (mmocore perhaps, or libraries update). -
[request]MOD Warehouse Protected with a password!!
Tryskell replied to johnscott's question in Request Server Development Help [L2J]
A basic system checks what you type in 1 or 2 boxes (login/psw or just psw) with stuff stored in db (can be a new table as it can be merged in characters table). If it's a new table, you have at least to register 2 infos : the objectID of the player and the psw. Basically you have to "create an account", which is the first part in order to store ID/psw / psw. Then, to login to your warehouse, you simply insert a page with login identifers, if they fit with stored, then you go to the old state (aka open the wh). You have to make check about if : - the player got already an account - if he hasn't propose directly to register one - if he got, show id/psw input - if typing is fine, show the warehouse content (just pickup old code) - if it's not, say why (id / psw wrong) You can too add a "replace psw" option at "login screen". All the system works basically on the different checks, and according to check it sends yuo to one or other HTM. The finality is to reach the sendWarehouse, lol. I have no clue about the "hackability" of the thing. I just know it's generic, and not really secured. I guess you can see infos of others with PHX, checking bypasses construction / htm content. An easier way is to pay directly such system, with the "incertitude" to know if it does all what you need and if it's secured :). Gl to you. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
-
Problem with //camera comand !!!
Tryskell replied to ceco's question in Request Server Development Help [L2J]
Well to conclude, you can't use //camera on L2J in order to make an ingame cinematic (I mean to show your awesome pvp server in youtube). This command is made to test camera placement in order to make an introduction movie (such for Valakas, Frintezza introduction ingame movies). Prefer to use CameraMode, which is a part of spectator mode, and surely used for the retail //camera command. -
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Well, informations are fine, but they come a little late (30 revs later), and not in the good forum. Without any infos to correct it (I suppose it's not the only recipe changed if there is one...). ---- By the way, all skills XMLs are now done. Ty to all people who helped to rewrite/check them. Some errors are still up, and I still need you to check skills behaviors / misfunctions. When some changes were obvious to my mind and I made changes "on the fly" (such as Invocation), some changes can be more misty/out of my mind. It's time to polish skills :). ---- I would like to remember to all this is a free project, it hasn't any intention to be paying, and timeline is currently leeched by privates because of the quality. So don't be stupid, and help aCis to become the number 1 both on free and private IL projects. And fock all others who try to make money on your back selling lame copies of good work. When I got no problem to be leeched, I got a problem to be the only one working. It delays the project's live statut aswell. When I got no problem to be the only one to commit and organize work, I never said "no" to help. Help ways are multiple (you can see all differents possibilities here). Goal of aCis is obviously to be the main core of all future IL servers, in order you find quality IL packs in future, like L2J/L2JFree IL in his time. Think a little to that. In mostly of cases, people creating their forks leeching aCis are stuck to follow aCis timeline. Mainly because they lack of competence. So don't waste your time && money. They generally got no idea of what they copy, nor got ideas if they copy errors or no. When they (by a miracle) find errors, they don't report to me. So help free packs and fock private, cause their main goal is only to make money, not to sell you quality. --- IRC channel and CTS (Crappy Test Server) are officially given up. I got no news about Bane (IRC channel creator), and Bodie2003 can't update server anytime, so server was staying low revision anytime, plus I was lazy to do it (when I didn't fail to update lol). -
SQL syntax error, I suppose you removed all "," as it's a following "? ? ? ? ? ? ? ? ? ? ? ? ? ? ?" suit, when it should be "?,?,?,?,..." PS : "? ? ?" = ??? on forum so...
-
Source aCis - another CRAPPY interlude server
Tryskell replied to Tryskell's topic in Server Shares & Files [L2J]
Quote of rev 77 : So ty for report, but instead of saying such things here, you could report in forum and give all Ids, or even do the changes and share on forum, as it's only a values problem.