Jump to content

Tryskell

Legendary Member
  • Posts

    5,360
  • Credits

  • Joined

  • Last visited

  • Days Won

    62
  • Feedback

    0%

Everything posted by Tryskell

  1. Seems I have to sacrifice one of my character to see how it should be on retail. After some deaths of my brave SH on a Dion guard : - /target is supposed to work once dead. - /target macro once dead should work, but macros such as equip/unequip don't work. - once you die, your current target is set to null. - when you die, the current macro continue to work (/delay is still working after death).
  2. I lock the topic, I think there are enough infos to make a choice (if you can read through the troll posts).
  3. If it was ddos, the whole machine hosting websites/content would be down, and hoster will be clearly aware there's a trouble. Does the domain name is still usable ? Any IP we could directly use to test it ?
  4. You should give far more infos, eventually if you got a website, a community, etc... Presenting the gameplay... Make ppl want to answer to your call.
  5. Any video of the exploit ? Cause I don't understand how it works. Or if someone can explain more accurately... When the guy dies (PKnight) with the auto ress, normally he got a window who automatically popup about being ressed. What about it ? Using macro, which is target+attack, should be not working. By definition, you shouldn't be able to target once dead.
  6. Dementu, you got a big mouth... When YOU (remember about your share ? Me I do) share the whole aCis admin panel giving your credits, believe me, that's not funny at all. I had to whine on the topic in order you add right credits (whatever your own work is, you could say it was based on). Vhalior (Sigmo owner) was preparing a whole new L2 pack based on aCis. Selling my code when you can have it for free ? That works for idiots, but hell they are so many idiots to save... So far the new system I use is a SUCCESS. I forced ppl to open their eyes about the reality. The reality is I was alone committing for one year, and anyone could spoil my stuff without giving a thanks or even a test. The fact I now have following stuffs to implement isn't an hazard : boneCP implementation Announcement system XML rework some quests from ppl I never seen before party duel rework The list will be longer with time. A community has to act like a community, not like a bunch of ghosts who leech. "Being a god"... I'm already trololol. :)
  7. Yup. Waiting, I work on the XML rework about Announcements (Sikken, xblx). I fixed a critical issue (xblx forget to clean tasks at XML reloading), and I'm reworking the HTM. Here is a preview of possibilities : Addition of critical announcements Addition of scheduled tasks (announcements every X time) XMLization of announcements (both reading/writing) Fully reworked ingame tool (screenshot preview)
  8. SweeTs, your example doesn't reset number when you die (it should) :P.
  9. Make macros unusable when dead ? :/
  10. Dudes stop with "frozen got more exploit fixes", it's perfectly wrong. I check frozen timeline since the beginning of the project and nothing has been added to aCis from their 900+ revisions (now, guess why). A funny fact too : ppl posts a lot of bugs reports about "how it should work compared to L2OFF" on Frozen forum, 3/4 of reports are already fixed since MONTHS on aCis (people seem to discover how it should work). If Zoey decides to give his time to Frozen (and I still don't understand why he does, anyway his problem), don't hope it equals aCis before a couple of months ; he got Shyla, Scoria, and L2J errors to fix. About refactoring, Dementu, I dunno for you, but I check what I commit. So far I never reverted any of my stuff. When I add, it's often good to be used, or at least it will be followed by a 'part II' and I say it on the timeline. Finally to answer the main question of the topic : - L2J is outdated whatever Zoey added (and I checked the timeline). You can use it as main point for a server pack, but if you haven't the intention to make your own pack, just forget it. The list of missing refactors is way too long. - 2 main packs are actually developped, L2JFrozen and aCis : aCis (based on L2J IL) try to be a stable and light server, with the minimum customs possible. I use postIL chronicles (Freya++ systems with IL gameplay) in order to refactor it. L2JFrozen (based on Scoria) is intented to get ready customs ; it follows the tradition of any IL pack so far (L2JBrasil, Sigmo, Archid and so on, since 2007 you should begin to know how it works) You can read previous threads about "the best IL packs" (as Zoey linked it in first page), I already explained that at least twice on that forum (and even explaining, there are still noobs - because it can't be named with other name - thinking aCis is private and it's made only for low rates, whatever I write people cant understand). For a most pacific version of that answer, see with McMaGo's answer, which I fully agree : http://maxcheaters.com/forum/index.php?topic=227075.msg2015034#msg2015034 Btw the next thread about "which is the best" will be answered then locked with a link to previous existing threads. That will avoid to repeat over and over, until things don't move, I don't need to repeat (and fans of both sides don't need to flame each others aswell).
  11. Cleaning cookies change nothing for me. Dunno if you rem about it Sido, but it looks like the previous time where half of ppl could log and others couldn't, months ago.
  12. As said An4rchy, private boolean checkConditions(L2PcInstance player) is the method who tells you if yes or no the player meets condition. If it doesn't meet condition, then enterInstance( will return 0. if (!checkConditions(player)) return 0; Current conditions are : - must be a party leader - the party must have a CC and only the CC leader is allowed. - player must have item id 8073 in inventory - CC must be > 36 but < 45 - any ppl in the CC must be 80 or higher, in a 1000 radius and mustn't be in a cooldown time from a previous instance. What I don't understand is normally you should be warned ingame with system messages, from a fast look it seems normal. GMs bypass that method so it's why it works for GMs and not for normal players.
  13. That's good only for IL chronicle (not even all, as some are reworked), perhaps until Gracia. In Freya++, the csv is mixed with items xmls.
  14. The area is probably "secured". Player doesn't meet condition to stay on it and is teleported back to closest town. Same system exists for Baium.
  15. Dude it's not a fockin agathion, it's a wolf :P. You haven't to wear it, you right click/ double left click on it and tadam magical power. Time to play on retail servers perhaps :P.
  16. getAvailableHenna(L2PcInstance player) awaits a L2PcInstance and you write : getAvailableHenna(st.player.getClassId()), which obviously returns a class id. Change all getAvailableHenna(st.player.getClassId()) for getAvailableHenna(st.player) and normally that will work.
  17. Give more details, if really nothing happens (not even summoning animation), the item handler or the item itself is probably broken (check sql or xml dunno since when items are XMLized). If you see summoning animation but in the end nothing happens, check your gameserver logs, probably you got a NPE.
  18. That's my favorite project too. Hope Zoey will help you for a while.
  19. Until you want to do like russians and translate all the crap in BR, you should drop BR section for project's sake. Or at least BR shouldn't take so much place in your forum. Added to that begin to translate to english your timeline when you commit, because it will blocks ppl for sure (well me I don't care at all). I say that if you want an international community. Gl anyway, IL is known for all missing features, C4 is known for all exploits :P. You got a lot to do with packets.
  20. Obviously you used aCis as main sources ("Hooked gameserver" stuff, that's from me, and the fact players turn to NPCs isn't existing even on current L2J). Gl for your sells, I guess.
  21. Following the initial topic which is updated with time : More infos can be found once the forum is up, Announcements section. Basically I will give you choice between 2 membergroups, Inner Circle (ppl helping on developpement, both java/DP) and Pack Users (ppl using my pack, you will need to fill criterias and your project will be filtered by Inner Circle members). Pack Users membergroup is still in pre-alpha, no point to open that section until scripts folder isn't finished (ready for a live statut). Anyone can join, and about goals of such system (forcing ppl to get access) there are twice : the project will go faster (unfortunately, if you don't put a gun in the head of someone, he doesn't act OR will act selfish). people will try to learn Java or improve their dev skills. In the end, less newbies and more pros, happy players and less QQ on forum about "I got a problem blabla". You will be able to develop your own custom aswell, so you're not stucked (only imagination can). Some ppls already understood that (a dozen on 800 registered), some begin to understand (incoming russian zerg :P). I agree some can't understand too. For them, and until aCis is "truly" open-source, there is others packs.
  22. Seven quests commited, ty to sharers.
  23. Sido used all the bandwidth for his personal wet T-shirt contest videos and now there isn't anymore for forum. Another possibility is the size of emotes which crushed the forum. It seems possible it is what have killed dinosaurs. Mulder & Scully investigate too on the possibility the forum got emotions and feel depressed because there wasn't enough shares. So following the man with the cigarette logic, it did hara-kiri. 8) More seriously, some quests in preparation, the 3rd class ones will be added after next revision (post post release). And stop asking, you will get infos when I will have or when things will turn normal by themselves.
  24. The zone is probably not existing or its type of zone has been edited and can't be correctly loaded/used by the Olympiads system.
  25. What is zone 60014 ? You show nothing about it. A NPE occurs if something is missing, that area infos is probably missing or isn't a townZone and so townHasCastleInSiege( can't be correctly used.
×
×
  • Create New...