Jump to content

Tryskell

Legendary Member
  • Posts

    5,360
  • Credits

  • Joined

  • Last visited

  • Days Won

    62
  • Feedback

    0%

Everything posted by Tryskell

  1. Patching a server is like beginner's state. The main proof is you don't know what to do to resolve your issue (and 99% of issues are resolved by the same way if you got the good methodology = Eclipse search tool && CTRL + left click on method names to open them fast). I gave you tracks in previous posts (method names to check and eventually logging them to see if they're correctly used), do whatever with.
  2. Don't forget the cup of tea, with 3 sugars and a cloud of milk. Oh and if you're angry with my answer you can read rules. You can read that too.
  3. Well dunno which pack you're using, my calcul came from my IL pack refactored using L2J Freya (8 months old). Seems you use old IL not refactored.
  4. Well don't hope to resolve such issue if you got 0 knowledge about java. Use Eclipse search tool to find methods I gave names, and compare in a first time with actual L2J. If all is fine, try to put on those methods some log to debug it (just test1, test2 are enough to see if methods are correctly reached). Btw update to latest Freya, and eventually post a ticket to L2J directly if you use already the latest.
  5. Well, I confirm with a player you can obtain 65303 and such number. I'm bad on math so don't speak of polar, sinus or cosinus :D. On L2Npc you got such formulas : mob.setHeading(Rnd.nextInt(61794)); which means too the number is around 60k max for NPC too. You can too simply check spawnlist.sql and check what is the biggest heading written inside. Lol. Btw, my formula about heading is as following : public final static int calculateHeadingFrom(int obj1X, int obj1Y, int obj2X, int obj2Y) { double angleTarget = Math.toDegrees(Math.atan2(obj2Y - obj1Y, obj2X - obj1X)); if (angleTarget < 0) angleTarget = 360 + angleTarget; return (int) (angleTarget * 182.044444444); } And guess what, 360 * 182,044444444 equals 65536.
  6. Verify content of Shutdown.java, about what is saved. You can check also derivated methods, such as saveCharToDisk(), store(), storeCharBase(), and so on. Normally basic stuff such as character saving is made on storeCharBase(). Verify if the related SQL query (named "UPDATE_CHARACTER" normally) save all essential infos. You can debug it too putting some log.warning(""), to track if save is correctly made.
  7. An easy way to spawn something with good heading is to use //spawn command ingame. If you target nothing, it will spawn according your actual heading. About heading, that's just degrees, and so far (from what I rem) that goes from 0 to 65000. Following that rule, you can expect the following to be true. 32500 (back) 16250(right side) 48750 (left side) 0 65000 (face) If the max heading value isn't 65k, well do changes according... You got the point. About what direction is supposed to show 0 (east west north south) to be honest, I have no idea. Just test ingame. PS : config.developer setted to true show your actual position (and heading). It can be useful to you if you don't want to use //spawn. Regards, Tk.
  8. For a LAN, any pack is fine. Next revision I will correct skill success formulas, so PvP should be enhanced, and no need to tweak. L2JFrozen got custom to edit all (cause of big original unbalance, feel complains about gladiators oped). About customs, both packs got customs... In one pack you have to apply them, in another you just activate them. It's only a matter of what you want to do... Basically both aCis and L2JFrozen aren't (will they do one day, basically ?) ready.
  9. Shader problem yup. Desactivate shaders and/or update directX.
  10. If that continue, I will have to make fake accounts to vote for Frozen.
  11. http://www.lineage2.com/gd/play-your-way.html /fail :).
  12. Use space bar next time :P. As you told yourself, L2 IL is outdated and doesn't need anymore more "packs" or "clans". Better put all your efforts in one pack which will succeed than 10 packs which will fail (they will badly leech each others and finaly will break by their own stupidity). Added to that, allanacantara haven't reason to begin a pack (some exist already), nor got the experience to do it (project announced then near immediately "closed" show the seriousness about the project). IL doesn't need a fix, it needs a big rework. That's not helping ppl, nor existing IL packs, to announce there's a new pack. And except if allanacantara is better than ppl currently deving on IL (what I trully doubt, without entering in the "I'm pro u noob" parrallel), there's, I repeat, no reason to BEGIN an IL pack. Still he can help one or other pack without doubt, and that will be APPRECIATED help. Finally - and you don't seem to read L2 news - L2 goes for a Free 2 play economic model (freemium, like City of Heroes) in some times, so it's currently totally useless to dev a freya or hi5 pack. New chronicles are doomed (L2JFree big rework, what the point to still going on a L2J if official goes free), the only private servers where people would like to play after freemium transfer will be old chronicles. I agree about the childish behavior of MxC, but hey, 40% is little kids (counts the 16y old) and 20% are greeks (15% you can count them as little kids, ofc there are exceptions). I agree too most of ppl speaking on that topic hasn't position/experience to criticize allanacantara's work. Thinking you(used as a general term) will do better than actual packs is just like fighting a Balrog without being called Gandalf. That's pure madness :P. The only possibility to reach the level of those packs is to copy paste their timelines. What's the point to do that when in that amount of time you could help the leeched pack to move on ? Well I have given many reasons to don't begin a pack at those times, and I guess, without even reading my previous answers, it still goes in same sense.
  13. Precise more than "nothing happens" :P. In that order : - Does your LS can see your GS without problem (connected to blabla) and vice-versa ? - Did you verify firewall/router ports ? Antiviruses can block aswell communication. - Problem to log on ? If yes, any comment on GS (problem of revision). Does auto account is enabled ? - Do you see servers list ? (means you are able to reach Login server). If yes, what about ping / server availability (often the reason is due to missing opened ports.
  14. Ahlala my favorite businessman :D. Even helping ppl you put link to forum, haha. *ilookipooliloo*
  15. An itemhandler with addSkill(skill, true). skill has to be a L2Skill. True is necessary to store the skill to be permanent, if you want a temporarly skill, use false. Use Eclipse search tool for addSkill occurences (146 on my IL pack so far). Post your piece of code if you're blocked at implementation. If you got nothing, well, try harder. Regards, Tk.
  16. This is what this section is made for, except all problems - and eventually answers - are shared to all, so people have only to be clever and use search tool to find what they want. When I don't like elitism, I discourage to anyone making his own server, it has no uses, no goals, no future in 90% of cases. Better populate the few existing servers than be proud killing Baium in 1 shot with weapon +65535 (and then posting videos on Youtube - unfortunately, yes, I saw some).
  17. Fiat Panda 2003 or Fiat Panda 1980 ? :)
  18. My eyes are bleeding when i see such words.
  19. Project timeline is accessible to all (and link is on first page of a stickied thread), added to that you can surely find it using search button on MxC. Finally L2J IL is supposed to already have a wedding manager.
  20. Of course of course !!!
  21. Ofc not :D. The diff patch is made for aCis. Checkout aCis, apply diff patch and test. And reports errors of olympiads after you applied diff patch. It's not yet commited because need more tests to be commited. So for the moment it stays a diff patch, and need tests. Once tested and ok, it will be commited.
  22. It misses L2J Alive. PS : it's a topic to see on which pack you will leech to make your own private IL pack ? PS2 : it's aCis, not l2jacis. a - C - i - s. PS3 : there's already a poll. PS4 : nothing more to say.
  23. Anyone can test so far :). Diff patch is accessible to all. I just give you links for easy access. Btw I edited latest post, check higher. Treaser is the author of the rework, so see with him - bugs reports topic - for anything related to Olys. My only job concerning Olys will be to test and to commit it, and eventually correct missing features if any. Point is to have a good patch directly to avoid (oly part 1/2/3/4/5/6/...)
  24. Main topic with diff patch is here : http://acis.i-live.eu/index.php?topic=717.0 Bug reports topic for Olys is here : http://acis.i-live.eu/index.php?topic=740.0 If you think to know retail way for "that" or "that" (any olympiad behavior), give any link as proof (youtube videos, forums posts from official forum/l2guru/etc). I don't care about things without proofs. You can read aswell C5/IL patchnote and report if something is missing.
  25. All links are fine, see in first page.
×
×
  • Create New...