Jump to content

TitanDD

Members
  • Posts

    141
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About TitanDD

Profile Information

  • Gender
    Not Telling
  • Interests
    Damage Dealer

TitanDD's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Selling My Lineage 2 Exilium account. ~ Class Ghost Hunter ~ - I also have a Wind Rider - very similar to this account (not all skills enchangted +30 but Full Armor Full weapone etc). - Level 85 Full sub skills + nobless - ALL Skills Enchanted +30!!!! -Another bonus that gives 800 p.def (I will tell serious buyers - it's not a cheat). - Vorpal Light Set PVP +20 - Full Attribute -White pearl exilium cloack -Vorpal light +16 Full attribute -Elegia robe set +10 Full attribute - Weapon Butcher Blades X2 (two of them,dual daggers) + 20 agumented Passive pvp P.atk full Attribute. The second agumented active pvp P.atk -FOUNDATION ICARUS +20 Full Atrribute (dual dagger) -Archangel Sword +20 Full attribute (for mage) - RB Jewels Full +20 FOR DAGGER(BAIUM,AQ,TEZZA,BLESSED ZAKEN,ANTHARAS,BELTH) - Shirt Cp +20 - Top Grade Belt Pvp ATK +20 IF Someone is Interested Add Me On skype : iraklimt http://exiliumworld.com server 1500 players + . Images Of The Account Details : P.patk is without top weapon PAYMENT METHOD ~ Paypal ~
  2. it works 100% I tested it stop reading this thread , if you are a lazy ass and don't want to test it it's not my problem
  3. Well dunno , found it so shared it , heh it's nice to piss off enemy clans while they sleep and send all of them to floran ... I guess , if you don't see the point try to make one you know btw dude mickey mouse is a cat or a dog ?
  4. what you gonna need : 1. Firefox + TamperData download: https://addons.mozilla.org/en-US/firefox/addon/966/ 2. Lineage2 The game Account (Any Account) 3.Character you send to floran must be Offline Lets Start : *If you don't have Firefox download it (Just google it if you don't know what firefox is T_T ') and Install Tamper Data which is a firefox add on. *After Installing Tamper data Restart FireFox. 1.Go to Lineage2Thegame.com 2.Press "Account" Tab 3.Login 4.In Firefox go to tools>TamperData 5.In TamperData Press Start Tamper 6.Choose Which Character you want to rescue (your own) 7.TamperData will popup then press "Tamper" now You will see on the window alot of stuff (not intersting) go to Charname on the right and Edit it to the char name you want to send to floran. 8.press ok, Tamperdata wlll ask you again if you want to Tamper Page Remove the "v" on the pop up window and press "Submit" for all next pop up windows. I found this out by accident tried to hack voting system :/ no success. Heh this exploit won't give u items but you can send the whole server to floran so it's nice (Char you send to floran must be offline)
  5. Doesn't it looks a lil bit like this ? http://www.maxcheaters.com/forum/index.php?topic=76018.0 Thx for the Credit...
  6. :Preperations: For this guide you need the following softwares SmartSVN Eclipse Java Developement Kit Note: It doesnt matter where you install any of these. :Step I: Install all of the softwares. Just extract eclipse where ever you want. But dont loose it incase you need to re-compile, or if a new rev is released. Install SmartSVN. Install JDK(Java Developement Kit). When all of this is done then your ready to proceed to :Step II: :Step II: Then you will probably think: "Oh no, now its going to very complicated. And im going to get many errors." I can guarantee that its not going to be complicated. Open SmartSVN. When you open SmartSVN you should be promted with this window: Press OK. The window should now look like this: And as the image says. Put http://my-svn.assembla.com/svn/aion-emu/ where it says URL and your Destinated Folder where it says Local Directory. And the press Next. The window should now look like this. Just Press Finish. And now it should begin "downloading" the core from the site. When its done it should look something like this. Note that now your able to see directories now, aswell as files. When your done with all of this then your able to proceed to :Step III: :Step III: You should now have some new files on your harddrive. The once that you downloaded. For me the files are in C:\Program Files\Aion SVN. So go there. It should look like this in the folder. Don't get a panic attack if you cant see the .svn folder. You've done nothing wrong. If you cant see the folder then you havent enabled "Show hidden folders". I will not explain how to do this, since its not necessary. Navigate to. Trunk> AE LoginServer Make sure that theres a file in there called build.xml Navigate to. Trunk> AE GameServer Make sure that theres a file in there called build.xml Navigate to. Trunk> AE_Commons Make sure that theres a file in there called build.xml When youve done this then your ready to start compiling. If youve done all this then your able to proceed to :Step IV: :Step IV: Open Eclipse. You should be prompted with this window. It doesnt really matter where the workspace is. But if your not really in to this then you should just go with the default one. Press OK. Navigate to File> Open File. Go to your SVN folder. In my case: C:\Program Files\Aion SVN Navigate to Trunk> AE LoginServer. Click at build.xml. If nothing appears when you do this then double click beside the Welcome Tab. A new tab should appear. It should be called build.xml. If youve done all this then your able to proceed to :Step V: :Step V: Navigate to Window> Preferences Navigate to Ant> Runtime Press Global Entries And then Press Add External JARs. Go to the folder where your Java is installed. In my case C:\Program Files\Java In that folder there may be several folders or just one. Press the one that says jreX X being a number. Example: jre4 (thats where i found my file) Navigate to lib And in there find tools.jar. If you cant find it then pick another folder. Press OK. Navigate to Run>Run You should get prompted with a window. Press Ant Build. This will start compiling the file. When the compiling the "Console" window should look like this: When your done compiling LoginServer then just repeat step iv-step v. The only thing your going to do different is to choose another file. Instead of choosing the build.xml file in the AE LoginServer, you will now compile the build.xml file in the AE_GameServer folder and AE_Commons folder. When your done with all of this you may proceed to :Step VI: :Step VI: When you've reached this step you should have your Core Compiled. *Credit : "P1raten" *Source : http://aion-emu.com/
  7. So... I tried to make a script for HP/CP/MP the script spouse to use cp pots + hp pots when hp drops under 99% AND in the same time if mp < 99% to use mp pots. so I tried look what I got please don't laugh ^^ code : LABEL(check) CHARSTATUS(HP,<,99) { CALL(potion) } CHARSTATUS(MP,<,99) { CALL(potion2) DELAY(500) JMP(check) } LABEL(potion) USEITEM(Greater CP Potion[iD=5592]) USEITEM(Greater Healing Potion[iD=1539] DELAY(1) } LABEL(potion2) USEITEM(Mana Potion[iD=728]) DELAY(1) RETURN(check) END mm well I tried any ideas someone who really knows what he is doing , heh thx ahead. oh and Duh It dosen't work !
  8. Why walker scripts does not work on l2net , I need mana script for l2net , I don't understand how scripting works there anyways. l2net Is totaly diffrent then l2walker , I don't understand what is the use of this program. I searched ig walker for ct 2.2 or 2.3 can't find any , I just need the scripts to work may someone please explain/help ^^ ?
  9. ROFL ...don't post anymore muhahaha
×
×
  • Create New...