Jump to content

povis111

Members
  • Posts

    143
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by povis111

  1. i pm'ed you my skype i guess, or you can pm me yours...
  2. aCis is using quests written in java :) and only them, that's the reason i made this buffer
  3. How to install? 1. Add this in the gs/data/ scripts.cfg custom/Buffer/Buffer.java 2. Buffer folder to gameserver\data\scripts\custom 3. Edit gameserver\data\scripts\custom\Buffer Buffer.java and change npc's id int NPC_BUFF_ID = 12345; //Buffer's id 4. Npc's type must be L2Npc. 5. Enjoy and test . Older version of buffer requires to tick a box, newer needs sqls executed in database. Also, 270rev of aCis has a bug.
  4. Going to use this pack to make a PvP server, already working on it and i'm pretty sure it's good for a Mid server too :)
  5. I think program named L2 Lige can have all of your questions answered!
  6. no ways to change protocol in client, i guess, but ways to change protocol read in server
  7. L2 Strange World No-Custom Server http://www.l2sw.eu/ Server type PVP Rates: 5000x 5000x 50x 10000x Enchant Simple: 66% Blessed: 100% Max weapon/armor 16/18 Working Olympiad GmShop, Buffer Buff time: 9 hours No quests (prof, sub, noble etc.) More info { Voice command: .menu - all configs for you! .rank - show your rank, also you can check other players .mobcount - show killed mobs Jumping system. - learn skill and jump! ( more info in game ) Killer info - After someone kill you, you get all info about your killer. To make game more intresting, for killing mobs, Boss, GrandBoss, Players, you get skill for hp/cp bonus! } Events: { TvT - Team vs. Team DM - Death Match CTF - Capture the Flag Chaos event Daily Hero Event } Custom Class Balance: Sword muse: Sword muse is a class which can wear only heavy armor and a Sword. Skills added are: -Sonic Blaster. -Ultimate Evasion. -Dash. Spectral Dancer: Spectral Dancer can wear only heavy armor and Dual Swords. Skills added are: -Double Sonic Slash. -Rage. -Warcry. -Dash. -Ultimate Evasion. -Dodge. Hierophant: Hierophant is a weird class, Which can equipp Light or heavy armor and fists, and is mostly based on it's skills. His basic stats are kinda low, but his ultimate skills are many and useful. More detailed: -Burning Fists. -Dodge. -Battle Roar. -Wolf Totem Spirit. -Bear Totem Spirit. -Zealot. Doomcryer: Doomcryer is a high customized class which can really play in any setup you want. You can use all the armortypes, and you can player either as a Mage or as a Fighter. -Guts -Ultimate Evasion -Battle Roar Maestro/Fortune Seeker: This class plays on his classic setup, heavy+axe. However it is a Semi-titan/Semi-tank. -Dash -Battle Roar -Frenzy (level 1) -Ultimate Defense (Level 1).
  8. Yes, i am using OAUKX_C6_V1_1_.0_beta3 and it was working normally few months earlier, but can't remember how i did it to work.. Interlude, haven't tryed without texture.
  9. Can you show a proper use of that? If i use it, my mesh gets fugged up take a look at dat beauty... ....
  10. Thx, gonna try what you said :) Nope, that aint working too :(
  11. no one knows? I guess, no one cares...
  12. I have recorded the whole process of makin (speeded up it) The problem is shown at the end of the video about 6:00 Can someone tell me what am i doing wrong or there's another way, cause if i use OAUKX shield mesh quality is really bad or it's not seen at all :( If you can make it good, post me a guide or smth...
  13. Wow, those are pretty good textures there. GJ!
  14. found some none working links, but they're what u were talking about http://l2prelude.screwcamel.com/t12-download-links Best what i have found... http://unilans.org/showthread.php?t=62163
  15. I'm currently trying to find that for ya , look screens :D http://forum.lineage2c1.com/index.php?automodule=gallery&req=si&img=21
  16. Then why didn't you tell me? There's smth told in my topic about making it work on any acis rev, and i'm always glad to help. So, might be the same problem with quest bypass, anyways, gonna fix that tomorrow....
  17. You had have ran run the "BUILD.XML" in eclipse gone gameserver/build the folder Can anyone understand what i write?
  18. that would be like gs/model/actor/instance L2ClassMasterInstance.java
  19. Sorry, can't find it anywhere and i was talking about enchantable multisell, which would make bugs for phx to enchant. And i don't think it would be hard to write yourself a code for enchanting an item to your value. Not sure, what exactly you want to do, but here's a link from the npc enchanter topic, maybe would help, http://maxcheaters.com/forum/index.php?topic=66324.0 and here's the download link http://www.4shared.com/get/VQTN_Clo/custom_npc_enchant_by_petmezis.html cause was out of date there. Maybe i'll help if i will understand what u want to do... if that's not it
  20. this aint working unless you allow it in java, there was a share...somewhere
  21. gameserver/network/clientpackets/RequestBypassToServer.java
  22. Well, this topic http://maxcheaters.com/forum/index.php?topic=257777.0 has it for H5, as it said. But i checked the code and it seems that would work for about any chronicle :)
  23. Okay, so the thing is, that Mr. Tryskell edited the RequestBypassToServer.java "_command.startsWith("Quest ") " thingy, so it wont accept, i guess, more than 2 Strings. As my buffer uses 3 for a command : bypass -h Quest Buffer create $schemename . So it only reads the word create. aCis 214 rev bypass: else if (_command.startsWith("Quest ")) { if (!activeChar.validateBypass(_command)) return; L2PcInstance player = getClient().getActiveChar(); if (player == null) return; String p = _command.substring(6).trim(); int idx = p.indexOf(' '); if (idx < 0) player.processQuestEvent(p, ""); else player.processQuestEvent(p.substring(0, idx), p.substring(idx).trim()); } aCis 270 rev bypass: else if (_command.startsWith("Quest ")) { if (!activeChar.validateBypass(_command)) return; String[] str = _command.substring(6).trim().split(" "); if (str.length == 1) activeChar.processQuestEvent(str[0], ""); else activeChar.processQuestEvent(str[0], str[1]); } You can see the difference :). I have pasted quest bypass from rev 214 to rev 270, to test. Buffer worked as it did on rev 214. I still dont know if there will be bugs cause of that, Tryskell should now. But here's a l2jserver.jar for rev 270, with the old quest bypass code, it's place is gameserver/libs. http://www72.zippyshare.com/v/59227982/file.html And the buffer's code i used was from here (Thx to IKnowWtf): http://pastebin.com/1PLQ5YGZ
  24. Yeah, right. This aint working for me. You see, the thing that i wanted to show, was, the JRE table, when you run build.xml, cause it was messed up.
  25. Well, i have found out the problem, you shall see what it was, if someone had same.
×
×
  • Create New...