Jump to content

EfeX

Members
  • Posts

    15
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by EfeX

  1. CREDITS: spiritbreaker You only need 2 computers or a friend to help you. 1:Ok first you need to make 2 accounts . in 1 account you make a character good faction and in 2nd account make a character evil. 2:make 1 character spoiler class..(because you need to use spoil end sweeper) and 1 character make what class you want for it does not matter.(same for your friend) 3: now go in a discreet place where you will not find anyone( i this server you can go primitival.. 4: now first you use spoil or festival spoil on your friend character. (if your friend character is at good faction you need to be on evil faction) Your friend need to do the same thing on your character. 5: after you have use spoil you must kill your friend character and you friend need to kill your character. 6: after you kill you use SWEEPER.. This is all.. I have made a SS.
  2. Hehe..i am so glad that i find a bug or exploit ok..you get 2kkk adena o0o0o0o Gracia Final Old max..was 2,147,483,647 Gracia final==>99,999,999,999 So..you must have..2,147,483,647 (for sure) ANd then 1kkk above old max..or at least 1 adena... So..at least this and it will work--> 2,147,483,648 Now here is the trick..you drop them on ground..and it opens a winow..asking how much adena..and you type And you type your adena...i had 2,147,483,648 <--- 8 not 7 (which 7 is old..max-->2,147,483,647). but you drop 1 adena :o.. you pick up and..2,147,483,647 +++ in your inventory ...video is coming in ..30 minute maximum Hope you like this bug Credits: spiritbreaker
  3. Remove karma instantly So , it is so simple , and you may say it is stupid , but .. Think a bit of low rate servers..where it can be so usefull...Tested on L2J Interlude L2DeathWhisper and working ... We must have a clan ... to be honest it must be a crapy clan because in some minutes it won't exist Now we must take karma , go ex to a ruins of despair when u are moar level ex 50 - 60 and take karma... Now go giran and talk to the High Priest ... And press "desolve clan" ... Clan is gone .. and karma together with it !! ... CREDITS: spiritbreaker
  4. This pack contain: C-B grade (Armors and weapons) A grade (The same) S grade (The same) Misc shop Link por megaupload: http://www.megaupload.com/es/?d=UBUKU0JL Link por rapidshare: http://rapidshare.com/files/131885053/Npcs_by_tebi.rar.html Those npcs are 100% coded by me. Enjoy. EDIT: I found 2 screenshots: 100% By me, please if you copy this dont be a lecheer and write credits. Regards
  5. Hey L2 J developers, i'll show you how to make your own NPC Multisell in Interlude. First we need to know the ID of our npc, you can use the ones you want. I'll use Yeti (ID:31625). Okey, if we have our NPC lets start. CREATING THE NPC IN NAVICAT. Go to Navicat, NPC Table and search your NPC. Then click the "->" to select all about this NPC, with this selected click CONTROL + C (to copy it). Okey, close this windowns and lets go to "Custom_npc" table. Open it. Now click the symbol "+" (its in down left) to add a new npc, it will show you a white line, click it and press CONTROL + V (to paste), then click "Yes". Time to edit. As you know two npcs can has the same ID, so lets edit our NPC. Edit your ID use whatever you want, but be carefull, check if the ID its used in another NPC. I'll use 555555. When you finish the edit of the ID, scroll to right and change "Type" to L2Npc So we finished our NPC in Navicat, lets make the xml and the html. CREATING THE HTML. Go to C:\Server\gameserver\data\html\default. Inside of this you can see to many html, copy one of them and change the name to "555555.html" (In my example its 555555, but if u put the id 54523452345 you have to type the same ID everywhere), when you renamed it open it with notepad (right click, open with...). Delete all what its writen and paste this: Okey, so i'll only explaind this: <a action="bypass -h npc_%objectId%_multisell 555555"> the only thing that you have to know its if your ID of npc its different than mine, just paste your ID where i write "555555". USEFULL LINKS TO EDIT HTML. http://www.web-source.net/html_codes_chart.htm http://www.quackit.com/html/codes/ http://www.google.com/ So we finised our HTML. CREATING THE XML. Go to C:\Server\gameserver\data\multisell. Like before, copy any random .xml, rename it to "555555.xml" (or your NPC ID) and delete all what its inside, then paste this: Okey, lets explaind a little. <!-- [iTEM 1] for [Rice cake] --> // This really doesnt matter, because only you will see it. <item id="1"> // IMPORTANT!! This one is the order that is going to have every item in the shop, this means if you add another item you must put like this: REMEMBER IT!. <ingredient id="57" count="1500" enchant="0"/> // This its the mats what the ppl will need to get a item. <production id="728" count="1" enchant="0"/> // The item that you'll get for those mats. EXAMPLE OF A MULTISELL WITH 5 ITEMS: Remember, you must start with <list> and end with </list> like I show you in the example. 100% By me, please if you copy this dont be a lecheer and write credits. Regards Credits: To Me!!!
×
×
  • 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