Jump to content

Tryskell

Legendary Member
  • Posts

    5,360
  • Credits

  • Joined

  • Last visited

  • Days Won

    62
  • Feedback

    0%

Everything posted by Tryskell

  1. There's no test server anymore.
  2. Olys got a patch in developement, but until no one tests and report it, Treaser will stop the developement. Sounds fair to you ?
  3. Kinda pointless IMHO. 1, 2, 3 and 4 - can be achieved via a simple windows calculator (never heard of ^ ?) 5 - is totally random, fully depends of the player itself, of the level, of the zone, if he dies from pvp, of the gear, if he's on party or not... 6 - don't say to all, it's a secret, but a day is 24 hours long - until you prove me you can break the barrier of time, that's the max amount (and no PHX can't extend it, don't try at home children) :). And sorry that the second answer was too from a spammer ^^. Regards, Tk.
  4. That question was funny. It's like saying "I got pain in my legs" but you born without legs. Or "my car has been stolen" but you never had a car. I can give you 100 exemples as funny as your :).
  5. Wedding is custom, so creates whatever you want. They can kill other to marry, have 100000 pvp, need 1000 adenas and a bouquet of flowers... It's entirely up to you. Copy L2J IL system or even the "grand wedding" someone made, heritating from quest (with cinematics and so on). My pack got a reworked wedding manager who doesn't need voiced commands, and bows got skills aswell. Btw bows aren't supposed to be part of wedding at all, it's part of an event with a cursed pig.
  6. Open ports in router, close firewall (windows one is often bullshiting), close antiviruses.
  7. Die serverpacket leads behavior of the little window appearing at death showing the different links. Do a simple check where the player was at death (isInsideZone) ; if true all values are setup to 0, if wrong normal behavior is applied. So far on IL there's 6 values (1 is normal teleport, 3 are clans related, 1 is GM FIXED, 1 is sweep glow). Beware the character will be stuck dead if you don't allow any other mean to ress. You can too rework the "to village" button (RequestRestartPoint clientpacket).
  8. [tt][/tt]The easiest solution both in terms of thinking or in term of applying, is to restrict item itself. Btw about the "I'm only a...", personally I stopped school at 20 years (instead of 18y, after 2 years of fail school). School means nothing, nor your professionnal status. I'm near 25y old, never worked, and stopped school at 20y. I'm not Java engineer or even informatic something. I "leanrt" L2J on the fly, around 1,5 year ago without opening a single book about Java. You ask a code which is 2 lines long. I gave where you must put (3rd time, itemhandler) and code itself. Putting it in itemhandler directly, you only need a zone restriction (which I shared), nothing more. All others methods (accesslevels, wtf) will need more checks. You still didn't post any code so far, so for me it's my final post on that thread. Regards, Tk. PS : Malzahax code is obviously wrong (replace || for && and put all zones in a ( ) ) and made for general item uses. Don't need any check on isAio if you put check directly on the itemhandler. PS2 : Learn how to use Eclipse search tool, and search for "itemhandler". This is your best friend after Google.
  9. Random functions. Your is net.sf.l2j.util.MTRandom, now it's Rnd.
  10. I agree. Fortunately, the loss is low compared to first estimations.
  11. In my latest post (08 October) I gave you the exact check to make. If you (still) got issues, consider learn more about Java basics, cause except doing the patch for you (and my religion is kinda clear about it : "You won't code for others"), I don't see how to help more. There's no special "skill restriction" to make. What you want is kinda clear : don't make possible the use of the AIO buffs part except in town/peace zones. Find the code part where buffs are made on your AIO itemhandler (eventually if it's a greek crap, there will have 500 configs, so just check where configs are used), then just add the 2 lines I wrote. Btw do you simply have the AIO code ? Or you code all yourself from zero ? You show nothing, how do you want exact answers.
  12. Such "requests" should be deleted at sight.
  13. It just need a random generated background every second and it will be perfect. (Dying from an epilepsy crisis)
  14. Well to answer to Sethek, no I'm still not bored doing that :). From the moment it stays a fun, and I got time to make it, no reason I stop it. Ty Vahlior for domain name, but I would be glad you don't do things on my back, or eventually consult me before doing it. I thought you (by your own words, that's the reason - or at least the supposed reason - you deleted your own forum account remember ?) weren't involved anymore by aCis' future (yeah I got good memory). Real forum name is http://acis.i-live.eu/ - I don't support the use of http://acisil.eu/ until Sido agree with (security problem so far no ? If he changes one day the redirection to a copy of aCis forum - and I won't be amazed it can happen ::)). Paranoia FTW. Registrations are up again (antibot added back), the forum is 'cleaned' of old topics aswell. Around 5 to 10 quests max have been lost. If you downloaded them to test in past, consider PM fernandopm to give him back the quests. That will avoid he rewrite them. Ty in advance.
  15. Because I'm fed up to clean bots accounts, and Sido forget to add back antibot crap, registration is currently closed. You still can login if you got an existing account.
  16. Begin to read tutorials on how to use Eclipse, checkout a SVN and use patch. OR Continue to play without busy with L2J. PS : MxC got a search tool. Many factions engines are shared.
  17. Right, any warning doesn't block at compilation. But better get rid of all, if not for esthetic issue, at least to be sure code won't fock you in production :).
  18. If it's an item which got it's own system of cast skill, make restriction on the itemhandler directly. Restricting the skillhandler will change the general behavior (which isn't what you want). Find the appropriated itemhandler, and add a check if (!activeChar.isInsideZone(L2Character.ZONE_PEACE)) return; .
  19. Both stopped their developement in 1996.
  20. It's Map.Entry<something,something>. You miss the 2 parameters. Why ppl never try to search in the code how it is supposed to work ? I found 32 exemples of how it should work, in 30 seconds. Use Eclipse search tool with "Map.Entry" as search parameter...
  21. StringTokenizer st = new StringTokenizer(command); st.nextToken(); String type = st.nextToken(); //reload blabla is build like that. Added to that (once you will correct), PlaySound got a special behavior, and I don't think L2JFrozen corrected it. You can't play all sounds with current implementation. Still it shouldn't send you that sort of errors.
  22. Sources shared ? I guess no.
  23. Some firewalls can block loopbacks. Turn it off, or allow loopbacks. http://weblogs.java.net/blog/binod/archive/2006/12/glassfish_and_w.html You can miss too things on your hosts file, it must got 127.0.0.1 localhost
  24. For each augment, you have to change the stackType (as said MrRees), and they mustn't use another existing type aswell.
×
×
  • Create New...