
matyzas
Members-
Posts
40 -
Credits
0 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by matyzas
-
Request Bot for All(request for you bot)
matyzas replied to Paul_Greatest's topic in Request Botting [English]
OK I figured the problem out. The bot works great but.... Server has some shitty anti-bot protection.... This is what I got when I pushed "BeginAttack" 06:14:10 L2DeathAvenue autobanning system for illegal action, GM informed. $s2 Maybe you have any ideas how can I come-arround this protection? -
Realllllly nice script, was looking for smth like this for ages!
-
Request Bot for All(request for you bot)
matyzas replied to Paul_Greatest's topic in Request Botting [English]
Hey Paul, I don`t know whats wrong but I keep getting "05:40:36 ->Login VerifyServer Fail." In the OOG. I haven`t used OOG a lot so perhaps I didn`t made something right, any ideas ? Thanks in advance :) -
So I downloaded official gracia part2 system, copied the serveradr from the patched system l2.ini to the official, but when i press l2.exe nothing happens. The game doesnt even starts to load. The protection must be inside the l2.exe, becouse when i copy it to the official system and try to start, heres what i get:
-
This is gracia part2 client. Yes, this protection must be inside the patch.
-
Maybe someone has run into a similar anti-bot protection? When i start l2 from IG walker, heres what i get: I have no idea how to turn this protection off, maybe some of you would have a suggestion. Thanks in advance.
-
Take a look on http://www.maxcheaters.com/forum/index.php?topic=98474.0
-
[Request] Somethink special
matyzas replied to enzyme's question in Request Server Development Help [L2J]
1. Service Manager is kinda rare, especially with so many different features, so you would probbably need to create one yourself, or with help. 2. Tell what server pack are you using and maybe you have found "SkillDurationList =" feature somewhere in your config folders. This allows you to wirte skill Id and duration time not searching trough files. Or you could visit http://www.maxcheaters.com/forum/index.php?topic=33242.0 3. tattoos.... for gracia it`s also custom, so once again i`ll dissapoint you and say that u`ll gonna need to do it yourself or try searching harder. -
Probbably made something wrong, tryed to re-add your buffer?
-
Ofcourse it is, just edit buffer .htm file
-
Its kinda hard to understand what the guy knows, so now he got everything he needs I guess
-
If you want to find the right multisell, go to html/merchant/GMshop.htm (for example) open in notepad and look for the line wheres is your trading table named, for example "Gold Bar", or "Boss Jewel" as it seems you want to find. Now find the line <td><button value="Boss Jewel" action="bypass -h npc_%objectId%_multisell 100" width=77 height=21 This _multisell 100" is the multisell file this trading table is using. For example: this is using 100.xml multisell file which is located in my data/multisell folder. Hope it helped
-
[SHARE] Custom Hero-Noblesse NPC
matyzas replied to DrenepiaWorld's topic in Server Shares & Files [L2J]
Nice, but yeah, lil more info could help a lot. And you pictures are not working, idk if just for me or for all. -
Awesome, saves a load of time searching trough those skills files lol. Big ty!
-
[Gracia Final L2j] L2 Justice:PvP server(OFFLINE)
matyzas replied to matyzas's topic in Private Servers
Probbably bumped into the same problem with ports, damn it, it should have worked by now. W8 a sec, will solve this -
how to add trade table to GM shop?
matyzas replied to matyzas's question in Request Server Development Help [L2J]
Enabled message banking system, so the gm shop banking is no longer neccesarry and changed the current 100.xml file with the items i want, solved the problem lol. -
[HELP] Add npc and edit npc appearance
matyzas replied to kreangas's question in Request Server Development Help [L2J]
You can change the appearence of NPC`s very easily on Navicat or even in-game Login and shift+click the NPC you want, a table will apear. Look for "EditNPC" hit it and theres some lines with NPC stats, appearence, etc. Find the line TemplateID("ID"). Change this templateID to the NPC`s that you want your current NPC to look like. For example I want my Gatekeeper to look like Gremlin. I spawn gremlin, shift+click it, check his TemplateID, copy it then shift+click my Gatekeeper and change its TemplateID to Gremlin. Re-spawn the Gatekeeper and you have a new appearence. Btw, you`ll need to restart your server if you want your appearence to refresh on all NPC`s. -
[Gracia Final L2j] L2 Justice:PvP server(OFFLINE)
matyzas replied to matyzas's topic in Private Servers
Added enchant rates to the beggining :) -
how to add trade table to GM shop?
matyzas replied to matyzas's question in Request Server Development Help [L2J]
I`m not waiting, im trying to do something :) But anyway, I tryed to make some changes on my shop and now when i try to speak with it, I get disconnecected from server and my gameserver console writes a lot of java errors Heres what i`ve done 1.I`m using a Gm shop by stefoulis15 http://www.4shared.com/file/110363610/9c3d1de/Gracia_Final_GM_Shop_By_Stefoulis15.html 2.I went to data/multisell and created a new document. Renamed it to 99.xml 3.Inside the document i added this <?xml version='1.0' encoding='utf-8'?> <list maintainEnchantment="true"> <!-- Book of Giants --> <item id="1"> <ingredient id="3481" count="5"/> <production id="6622" count="1"/> </item> <!-- Gold Dragon --> <item id="2"> <ingredient id="6622" count="1"/> <production id="3481" count="5"/> </item> </list> 4. Now in data/html/merchant/53.htm I added fore="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td><td><button value="PvP Rewards" action="bypass -h npc_%objectId%_multisell 99" width=77 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"></td></tr> What have I done wrong? :| -
[Gracia Final L2j] L2 Justice:PvP server(OFFLINE)
matyzas replied to matyzas's topic in Private Servers
If website is not working, doesnt mean the server is not working :) -
how to add trade table to GM shop?
matyzas replied to matyzas's question in Request Server Development Help [L2J]
So i have a good gm shop working on my server, this shop has already 1 multisell file with banking system. So I`f i create a new multisel xx.xml file, how can i attach it to my gm shop? -
how to add trade table to GM shop?
matyzas posted a question in Request Server Development Help [L2J]
Can someone explain me how can I add a new trade table to GM shop, where you can trade for ex.: 5 Gold Bars to a Book of Giants? Shouldn`t be hard i guess, but i have little experience with java :> -
[Gracia Final L2j] L2 Justice:PvP server(OFFLINE)
matyzas replied to matyzas's topic in Private Servers
Website has some technical problems at the moment :), gaved a host overthere -
Hello there, heres a brandly new L2j Gracia F server. Features: - 3000exp/10 000adena rates - Banking System - Custom Global Gatekeeper - NPC Buffer - Full GM Shop - Automated TvT Events - 2 Weeks Olympiad - Custom Noblesse - Custom Raid Bosses with fast respawn - Champion Monsters with huge EXP reward - Fully working Augmentations - All Agathions in shops - Raid Boss jewels and etc. - Special item drop from raids - Auto Learn skills till Lv 80 - Divine Inspiration for increased buff slots (retail buff slots count) - 2 hours Buff Time - Balanced classes & skills! - Geodata & Pathnodes - Spawn Protection - The ultimate PvP Experience! - Active development team - Join and make your own justice! If intrested - heres the host: 78.92.115.22 L2authd.lineage2.com 78.62.115.22 L2testauthd.lineage2.com 216.107.250.194 nProtect.lineage2.com Account auto-created. Have fun! P.S. Enchant rates are 66% normal and 76% blessed Max Weapon +16 Max Armor/Jev +10
-
Nevermind, figured out that Class Master works like this only for GMs, all OK for neutral players :)