Jump to content

Tryskell

Legendary Member
  • Posts

    5,367
  • Joined

  • Last visited

  • Days Won

    68
  • Feedback

    0%

Everything posted by Tryskell

  1. Augments on armors in IL chronicle ? Erm ?
  2. Darth, don't encourage lawbreakers :D. No support blablabla MxC blablabla only blablabla aCis.
  3. Once you compiled you got build folders which appeared, those are compiled version of the server. Move content in another place, you have to do some manipulations, like create a database, installing it, moving data folder from "datapack" folder to "data" folder, etc etc. In 95% of cases, the installation is the same for all packs. Just search for a tutorial about how to install it. For the moment you checkouted, and compiled (according to your reply to 007florin, if not, it was you the noob :P). I refered to : A timeline is like a book where you write all changes of each revision. It allows you to download diff patch of the revision you choosed. A SVN is the central point of the system, it allows to create revisions, which is really useful ; you can download a server at revision XXX, etc etc.
  4. But so true. And now they even do manifestations and stop to work to contest austerity plannings, lol. They didn't understand than stopping to work make lose money, so it adds bankruptcy to bankruptcy :P. @topic, I gave the 2 possible packets, just understand how it is used and that's all. If you say "I don't understand" after looking at existing stuff, it's not you don't understand, it's you should stop any developement cause your logic is too low OR you're too much lazy. You can be both at same time too, that's not even worst in this case. Just do some efforts and propose some code, even broken. I hate lamers.
  5. Oh noes, Melerix spotted me :P Ty for answer, you can close topic. PS : if I manage to make a good use of infos, I will share on "User contribution", if L2J didn't make it before ;D
  6. Howdy, I would like someone explain me what are exactly "restart_time" and "restart_allowed_time". Here is a code template of what I talk : area_begin name=[fire_no_restart2] map_no = {25;14} type=no_restart restart_time=1800 restart_allowed_time=10min range... When I can understand both are related to time, values are 10min and 30min, and both values are surely linked, I don't understand the link, or even the existence of such values. Ty to any help, Tk.
  7. It depends entirely of the idea. If it's only related to pvp or existing infos, it can be made from existing data. If you have to store players because you can't rely on infos, you need another table. Vampir idea is fine, but the query is wrong (+ the query columns names depends of chronicle aswell). My query is surely wrong too lol, but you got main idea. "SELECT objId FROM characters ORDER BY pvpkills DESC LIMIT 4" Goal is first to take the best "pvpers/pkers/whatever", then store them in a list then use this list in EnterWorld ==> if list.objId == player.objId then setHero(true). List will be initialized at server load, and updated on a daily base using a task.
  8. If all ppl of your country are as lazy as ppl on this forum, it's normal then your country is heading to bankruptcy :P.
  9. All is wrong basically, but hey. For revive/respawn, try to understand and ninja-code the "You will be teleported in 10 seconds" from sieges, when an attacker die. For karma, you must have a value like ifInCTFEvent / isInEvent, depending of your engine. so basically on L2PcInstance karma methods, make the method returns (skip the method) if you're in event.
  10. Be a clever noob then, check existing uses first, then code after. ;) I'm kinda busy those days, but if i got time i will test for fun.
  11. It's called "social aggro". Just remove faction/clan on the npc.sql (IL to low freya ?) or npcaidata (Freya and +). Remove aggro if you want all mobs are passive, but they still will be social aggro (I think).
  12. Happy that work for ya. :-*
  13. ExDuelUpdateUserInfo, ExOlympiadUserInfo You have only to give the good L2PcInstance/object ID (depending of chronicle), packet does the work alone. Search on a fresh clean Freya project for use of those packets.
  14. Collection<L2PcInstance> pls = L2World.getInstance().getAllPlayers().values(); for (L2PcInstance player : pls) { if (player != null) player.sendPacket(new PlaySound(1, "30", 0, 0, 0, 0, 0)); } You can use broadcast.java stuff aswell, depending of what you want to do / your chronicle. Broadcast.toAllOnlinePlayers(new PlaySound(1, "30", 0, 0, 0, 0, 0));
  15. There's at least one war you win without any possibility of distinction, it's about the worst commit ever on a L2Pack :). /joke, and /respect aswell :). And yes, that will follow you until your death (and perhaps even after). Add more customs plx.
  16. If each people begin to post their own ideas, and those ideas (excuse me) aren't even worth to be posted, MxC will be crowd, people will stop to use it, MxC will close, admin and moderator will kill themselves, then old users will kill themselves, then Earth will boom. To be short, if you don't want Earth explodes, avoid to do that again. PS : giving ideas to others lead to have the same servers. Count the number of IL greek servers with .bank, .away, .blabla, there are surely more often than server without. PS2 : the real question will be more "who never had this idea ?". Such ideas are so simple it can kill a cow (invented expression). PS3 : to be at least something not totally useless, transform it to a tutorial. And .csv, it's old/IL way.
  17. Oh, finally one L2JFrozen's enemy raised. Good good, if that can make work both teams to reach decent work. Gl, as I said to Frozen :P. Battle begins.
  18. Verify geodata config on .properties, then verify pathnodes/geodata. There's no reason it works on one computer and not on another computer.
  19. That smells the stupid custom config activated.
  20. Beware, he will ask you "where to search". ::) @Sora, you got the issue, not me. I said what to do (twice). You don't manage to understand, your problem. And what's the heck with "typical french" ? Don't worry, I will "shut up", but be ready to "bump" your topic often, cause only few ppl got decent methodologies to track bugs. Tk, off.
  21. Duels and olympiads got their own packets to see enemy's statut bars. Pick what you prefer and send it with target's infos. About condition, it could be when you're in attackstance, when you're pvp flagged,... Just search for duel, code is easily readable. You can use 2 differents packets, effect will be slightly different, but integration is exactly the same and you can change of packet. I won't give you too much infos, else it will spoil the victory.
  22. Btw if you would read errors, you will see it's a problem with pathnodes. You surely missed them.
  23. You did some efforts, but it's not enough, and all Carebears have been killed of sadness. :'( :'( :'( :'( Now, read the 9 ending words of my previous-previous post, and try to do something. Like... Comparing Freya/your pack's numbers of search results with "AttackStance" as keyword. You got only 60 cases normally (around). That limits your work. Search for missing use in your own files.
  24. Post on aCis forum for support, no support is given through MxC forum. Revision 131 is out.
  25. IOException = you miss files or files aren't correctly read. If you checkouted from L2J current pack, I guess the 1st option is the most accurate. If it's a random pack, it can be 2nd.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock