
Vago
Legendary Member-
Posts
682 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Vago
-
if youre using multisell shop it should be smth like <item id="x"> <ingredient id="ID" count="COUNT"/> <production id="ID2" count="COUNT2"/> </item> x - number of the slot ID - ID of ingredient COUNT - count of ingredient ID2 - ID of production item COUNT2 - count of production item...
-
[Share] .cl voice command - Teleports you to your clan leader
Vago replied to Vago's topic in Server Shares & Files [L2J]
If you dont want to use it during pvp try this code same for .ch command... Setting a timer would be a waste of code and resources -
How to make easy money from begging
Vago replied to SpectraHacker's topic in General Discussion [English]
I used to ban the guys who were doing that where I was gm xD -
[Small Guide]What good is Exploits, and what is Exploit.
Vago replied to DreaM's topic in Hacks & Cheats [English]
I, personally, as a developer and owner of a server prefer much more to create than destroy or exploit...Anyway thanx to all the 3xpl01tz0rs out there coz sometimes they gimme hella work and always when I get reported of a bug, i find 5 when I look inside the code xD -
You dumped a topic from August 04, 2008 ... Some mod lock it please...too old :D
-
Go to net.sf.l2j.gameserver.handler.itemhandlers and create new file called HeroItem.java and insert this code http://adf.ly/8ojwz go to GameServer.java and add these... import net.sf.l2j.gameserver.handler.itemhandlers.Harvester; +import net.sf.l2j.gameserver.handler.itemhandlers.HeroItem; import net.sf.l2j.gameserver.handler.itemhandlers.Maps; _itemHandler.registerItemHandler(new BeastSpice()); + _itemHandler.registerItemHandler(new HeroItem()); Voila..
-
[Share] .res voice command - Takes one goldbar and resses you
Vago replied to Vago's topic in Server Shares & Files [L2J]
What I got from here is that your last server had .res command...Fine...That was made by you or whoever else. This command is mine to be clear from now on. There probablly are similar versions of my code over net, maybe made by mafia, by maxtor or by whoever else...just stop spamming for credits...I made it END OF STORY! (mafia dont take it like Im saying this to you, I just continued what you said xD) -
ban SeiferRealm ffs...Even after -1 he's still spamming http://www.maxcheaters.com/forum/index.php?topic=33940.msg233505#new
-
[Share] Watch if your website/server can be hacked!
Vago replied to Frank's topic in Server Shares & Files [L2J]
This is a xss vuln scanner...Isnt for servers. It checks out if there are any vulns in your website/forum code which would allow some haxx0r to enter the database. -
[Share] .res voice command - Takes one goldbar and resses you
Vago replied to Vago's topic in Server Shares & Files [L2J]
It is all MY work...Should I give credits to myself? rofl :D No...That is a check. That code is to see if the player has any gold bars, if he does, it continues to deleting one of them and ress the player, if not, it returns false and sends a message. If you wanna change the item needed for ress change it here and here ====================== Red - Item ID Yellow - Count ================================================================================== If you wanna delete the item restriction just delete the blue lines -
LOL at the pinguins pushing the plane! WAIT AT THE STOP BASTARDS!
-
[Collection] My All of my shares at client mods section!
Vago replied to K4rMa's topic in Client Development Discussion
I love the frozen weapons...Do they all have that awsome glow?...Could you make ALL S weps like this as well?:) -
[Share] .stat Voice Command - Info about target
Vago replied to Vago's topic in Server Shares & Files [L2J]
Updated... There were some bugs if ptarget had no clan/ally/medals/gold bars...Fixed Feel free to tell me if there are still any bugs -
problem with npc in town
Vago replied to antiquerobiva's question in Request Server Development Help [L2J]
What pack are you using? -
Is this python or java?
-
Credits to FBIAgent from l2jserver.com and to me for some changes... Go to java/net/sf/l2j/gameserver/datatables and make a new file called NpcBufferSkillIdsTable.java add this code Go to java/net/sf/l2j/gameserver/datatables and make a new file called NpcBufferSkills.java Go to java/net/sf/l2j/gameserver/model/actor/instance and make a new file called L2NpcBufferInstance.java Go to java/net/sf/l2j/gameserver and open file GameServer.java Add the fallowing lines: Run the SQL files into your database, add the NpcBuffer.Htm file into data\html\mods and voila...You got a java buffer with no posible bugs. I personally prefer core buffer much more than python buffers. Python buffer can stuck if something goes wrong with a player doing a quest and you need a restart...with core buffer it wont happen ever :D http://rapidshare.com/files/147162181/Core_Buffer.rar.html
-
maybe stupid question... Is this a hellbound/gracia monster weapon? Is the share for interlude? Is this Icarus bow modded? If it isnt for interlude, could you make it?
-
As far as vent deleted his .stat voice command I will share mine... Create a new file in net.sf.l2j.gameserver.handler.voicedcommandhandlers and call it stat.java Open and insert this code : Go to net.sf.l2j.gameserver and open GameServer.java Add the fallowing 2 lines =============================================== Other infos about the code : This checks out how many 6393 items you got in your inventory. 6393 is the id of Glittering Medal. Feel free to change it. Same with GoldBars Your PvP count... How many times you went purple. ================================================================== It works by targeting a player or yourself and typing .stat in the main chat. All credits to me ... Report if there are any kind of bugs so I can fix right away...Didnt have so much time to test.
-
ye...I miss-spelled it in the first post. If you got more than 100 pvp kills and you make the 101th you will get hero glow. There isnt a 5 killing spree needed anymore. Altho if you delog it will dissapear and you must make the 102th kill and so on. Im not really sure about it but as far as there is no code in the EnterWorld, the code should be as I said above. About the skills, no...you get no skills. Yes, after restart you lose your hero glow...If you want it to still be there you can add a code in EnterWorld.java Something like if (activeChar.getPvpKills() > 500) { setHeroAura(true); }
-
First of thanx for the karma ^^ Boolean is the type of the function... Boolean means that the function is true/false. as could be seen here... Or here...
-
Note: 1. This will not give you hero skills or allow you to buy a hero weapon. It will just give you the heroic glow. 2. Tested, working properlly. 3. If you dont know how to add a pack use search...Dont ask here 4. Credits to l2jforum. I personally modded it to give more than heroic glow...Something like on 5 pvps - hero glow, 10 pvps - +5k HP, 50 pvps - UD effect...and so on...When Ill finish it Ill post that one too Also some info in case you dont really know what's there... This will give you hero glow on 1st pvp if you got over 100...Like you log in, you got 100 and on the 101th youre hero. ------------- This will give you hero glow on pvp kills ONLY if you have done more than 4 in a row...Once you died, the count is reloaded and your shine is gone. Feel free to change it.
-
diferences l2j-free,oneo,off help
Vago replied to roger4's question in Request Server Development Help [L2J]
You can easly install the updates of FBI's TvT...there are some of them on l2j forum -
diferences l2j-free,oneo,off help
Vago replied to roger4's question in Request Server Development Help [L2J]
L2j-free is clean...A medium level of settings you can change using the proprieties files and a PURE OFFICIAL LIKE server. L2j-Oneo and L2J-Emu got lots of customs, like the Interlude skills, got a lot of alternative systems like CTF, DM, GvE and so on...Anyway in my point, the more customizable your server is, the more bugs there can occur. So I prefer L2j which has very few settings. With it I can hardcode my own systems. Always been a +1 for hardcode...When you make it configurable you can make misstakes configuring it or if the server gets to someone else he will probablly dont know how to config it (I use stuff like CustomSystems = 1;5;7;3...where 1 - Substuck, 2 - TvT, 3 - PvP reward and so on...) Afterall if you want a good server it isnt all about the pack. It is all about what java knowledge you got...