
Michaeltje
Members-
Posts
723 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Michaeltje
-
I just lolled Got it from friend on facebook xD and rlly works
-
0.00? Wij zijn al met 2 :p
-
Eindelijk, kan mxc weer eens open :P Eigenlijk benk van Belgie, dus zalk maar een belgische spam topic openen zeker :p
-
Hi guys,, Long long time ago a costum item has been shared here on maxcheaters called Mp3 or Ipod.. dont know exactly and cant search it :l As i remember it good it was an item In-game wich took songs out of your "Music"-folder wich you could place in there as .avi . Somebody could help me with this... may also be something like this, doesnt exaclty have to be an item or something, can also be added @ the community board. That u can select your songs there :p Thnx in advance ^^ Greetz
-
Hi guys,, It's my first 'more advanced' script. I have to say, it was rather complicated to make.. cause you deal with several mobs and your hp drops rather fast. I tested it on easyer mobs, and went perfectly.. however with a crapload of mobs or with stronger mobs its gonna be hard. Few notes: *You can fill in your own coordinates ... here picture on what they all mean *Mind that your sleep1,2,3,4,A and B are long enough to walk to that location!!! *Use Bot options > Buffs and heals; to use revival and battle roar > Items; to spam mp's and greater healing potions > AutoFighter; Auto Unstuck Enjoy the script,, when i got time ill update it maybe a bit with more check's so he wont die for sure... but worked enough on it for now xD Greetz. (Special thanks to Saleen, Infant and tstert for helping a bit ) //Warlord script made by SolarStorm //Made for hellbound farm-area on L2Dubai //Enjoy //============================ PRINT_TEXT "Warlord script started by Solar." //============================ //Under this HP_percentage will it use the stun attacks DEFINE_GLOBAL INT HP_Percentage 80 //Chance this to what u like //============================ DEFINE_GLOBAL INT HP_Percentage2 90 //To check if he still has mobs (Keep it high) //============================ DEFINE_GLOBAL INT HP_Percent1 0 DEFINE_GLOBAL INT HP_Percent2 0 //============================ HP_Percent1 = char_max_hp / "#i100" HP_Percent1 = HP_Percent1 * HP_Percentage HP_Percent2 = char_max_hp / "#i100" HP_Percent2 = HP_Percent2 * HP_Percentage2 //===================================== //Buffs Warcry, fell swoop, Thrill fight and Detect beast weakness THREAD Buffs //===================================== //Starting the loop //First half of the square we run DO MOVE_TO 21912 252267 -2114 //Starting location SLEEP 10000 USE_SKILL 286 //Provoke SLEEP 1000 MOVE_TO 20914 254484 -2016 //Second location SLEEP 15000 //Time to run to location USE_SKILL 286 //Provoke SLEEP 1000 TARGET_NEAREST_ID 1022756 SET_TARGETING TYPE ZERO //Checking target if its real mob SET_TARGETING ATTACKABLE ZERO SET_TARGETING COMBAT ZERO TARGET_NEAREST_ID 1022756 ATTACK_TARGET SLEEP 500 WHILE Char_Cur_HP < HP_Percent1 TARGET_NEAREST_ID 1022756 USE_SKILL 48 SLEEP 1000 TARGET_NEAREST_ID 1022756 ATTACK_TARGET SLEEP 6000 WEND CANCEL_TARGET //Going to check if we still have mobs WHILE Char_Cur_HP < HP_Percent2 TARGET_NEAREST_ID 1022756 //Attack the mob with ID ATTACK_TARGET SLEEP 2000 WEND SLEEP 5000 //Little pause //Second run //Second half of the square we run MOVE_TO 18523 254471 -2016 //Third location SLEEP 10000 //time to run USE_SKILL 286 //Provoke SLEEP 1000 MOVE_TO 17898 252300 -2019 //Fourth location SLEEP 15000 //time to run USE_SKILL 286 //Provoke SLEEP 1000 TARGET_NEAREST_ID 1022756 SET_TARGETING TYPE ZERO //Checking target if its real mob SET_TARGETING ATTACKABLE ZERO SET_TARGETING COMBAT ZERO TARGET_NEAREST_ID 1022756 ATTACK_TARGET SLEEP 500 WHILE Char_Cur_HP < HP_Percent1 TARGET_NEAREST_ID 1022756 USE_SKILL 48 SLEEP 1000 TARGET_NEAREST_ID 1022756 ATTACK_TARGET SLEEP 6000 WEND CANCEL_TARGET //Going to check if we still have mobs WHILE Char_Cur_HP < HP_Percent2 TARGET_NEAREST_ID 1022756 //Attack the mob with ID ATTACK_TARGET SLEEP 2000 WEND SLEEP 5000 //Little pause LOOP ONE == ONE END_SCRIPT FUNCTION Buffs While Char_Cur_HP > 0 USE_SKILL 78 SLEEP 1000 USE_SKILL 421 SLEEP 1000 USE_SKILL 130 SLEEP 1000 USE_SKILL 80 SLEEP 100000 WEND Return void ITS TESTED ON L2NET V390/DATAPACK V387
-
[Help]Change Moirai <- -> Eligia textures on Freya CT 2.5
Michaeltje replied to gattsu1's topic in [Request] Client Dev Help
ah woops, i tought he only wanted to change it in his own folder,, my mistake then :p -
[Help]Change Moirai <- -> Eligia textures on Freya CT 2.5
Michaeltje replied to gattsu1's topic in [Request] Client Dev Help
... You can change it for your screen only.. i got that either My elegia looks like DC light armor.. simple as a peice of cake If you change just ID's from the armors you will change everything (so Elegia will also have the icon of Moirai inside your inventory), if you want it to look like elegia in your inventory but as Moirai when wearring then you should also change the line with "Icon.Armor ..". Or a 2nd way is just swapping the lines with "Tex" in it, that works either. When your ready you will see your gear looking diffrent, but other ppl on the server will still see you in Elegia, If they want to see the same as you, then you must share your Armorgrp.dat with them (or weapongrp.dat in case for weaps) and then they see it either. Dont rlly need to do smthng on the server side. If you want to add new self-made (or downloaded textures) then you must write your direction yourself thats like [Name of the file with textures] . [texturename] if Im right, alrdy been some time ago that i did smthng like this. But its possible for sure EDIT: I checked your ID's you putted there... 7520 = ice cream and 15697 = sealed moirai... Elegie breastplate = 15575 Elegie breastplate [pvp] = 16168 Moirai breastplate = 15609 Moirai breastplate [pvp] = 16174 -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Thanks for the reply LauQ uit Nederland xD -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Thanks for the reply LauQ uit Nederland xD -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Ye then they should be located in your user.ini, but dunno exactly how it all works in there -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Ye then they should be located in your user.ini, but dunno exactly how it all works in there -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Ill check a sec, will modify this post if i can do it Well, its really simple.. you can do it ingame already. Go to options > shortcut and look for the shortcut you wanna change then just click change and make the combination you want. Click save and done when u use that key (in my case F11) he will use the skill located on ALT +1 (in my case :p) Here some screens http://i54.tinypic.com/28swk06.jpg[/img] -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Ill check a sec, will modify this post if i can do it Well, its really simple.. you can do it ingame already. Go to options > shortcut and look for the shortcut you wanna change then just click change and make the combination you want. Click save and done when u use that key (in my case F11) he will use the skill located on ALT +1 (in my case :p) Here some screens http://i54.tinypic.com/28swk06.jpg[/img] -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
I cant connect to Renewal either... I think they got good protections.. place a request in bots section for a working bot on renewal, maybe somebody else has -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
I cant connect to Renewal either... I think they got good protections.. place a request in bots section for a working bot on renewal, maybe somebody else has -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
On what server are you trying? Ill try once myself then, maybe ill find the prob then, cause that seems normal to me -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
On what server are you trying? Ill try once myself then, maybe ill find the prob then, cause that seems normal to me -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
got the right IP from the server? > check this 1. Login normally (without L2net) 2. Go to CMD and write "netstat -n" (without the " " ofcourse), then you should see ur IP's where u are connected to. ur L2 is mostly a IP around 7777, take that IP If it still doesnt work open your L2.ini using L2fileedit (downloadable on the forum here, use search) and copy the IP you found above here afther servadrs= [paste IP] Normally it should work then -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
Just use all chat.. but you have to write "[name] all the time, it does suck a bit, indeed :p Thanks, alrdy had karma for the guide if im right :p -
[Guide] L2NET - Starting up + Using it
Michaeltje replied to Michaeltje's topic in Botting [English]
Thnx for all the reply's :) -
Guide How To Use L2Lige (Client Modification)
Michaeltje replied to Michaeltje's topic in Client Development Discussion
Site URL changed :) -
[Help] L2 Fileedit, save problem
Michaeltje replied to Michaeltje's topic in [Request] Client Dev Help
Ah ok :p Anyway, got it fixed, it was like you said... guess i made a mistake earlyer Thanks and topic may be locked :) -
[Help] L2 Fileedit, save problem
Michaeltje replied to Michaeltje's topic in [Request] Client Dev Help
For freya..? -
Hello guys,, I'm editting textures in my L2 client, just for my own and run into a prob :p Dunno how but my L2FileEdit doesnt save the file anymore... Im currently bascily editting armorgrp.dat, i can open it without any problem, but when saving (As CT2.5 freya + header 413) it just doesnt... Anybody knows how to solve, or got another working fileedit for FREYA? ps. my client is patched. Here is what he says down there in that info box.. or how u call it xD |-======== Open & Decode {16/02/2011 - 22:46:21} ========- | Копирование файла: T:\Lineage2_Freya_Dubai\system\armorgrp.dat | Копирование файла: T:\Programmas\Programma's\L2LigeLauncher\data\l2asm-disasm\DAT_defs\ct2_5\armorgrp.ddf | Декодируем файл: armorgrp.dat | |--> l2encdec.exe | | | | T:\Programmas\Programma's\L2LigeLauncher\temp>"t:\programmas\programma's\l2ligelauncher\data\l2encdec\l2encdec.exe" -s armorgrp.dat dec-armorgrp.dat | | | | | | Input file: "armorgrp.dat" | | Output file (given or generated): "dec-armorgrp.dat" | | | | Header: "Lineage2Ver413" | | Action chosen: decode | | Outer stream size: 391552 | | RSA pair #0 chosen (meaningful for 41x only). | | | | RSA dec call. | | Packs: 3059 | | At 0/3059.... | | At 256/3059.... | | At 512/3059.... | | At 768/3059.... | | At 1024/3059.... | | At 1280/3059.... | | At 1536/3059.... | | At 1792/3059.... | | At 2048/3059.... | | At 2304/3059.... | | At 2560/3059.... | | At 2816/3059.... | | RSA dec call completed. | | |-->-------------------- | Создание файла: armorgrp.txt | |--> l2disasm.exe | | | | T:\Programmas\Programma's\L2LigeLauncher\temp>"t:\programmas\programma's\l2ligelauncher\data\l2asm-disasm\l2disasm.exe" -d armorgrp.ddf -e armorgrp-new.ddf dec-armorgrp.dat armorgrp.txt | | | | L2 disasm 1.4.0 by M.Soltys (aka DStuff). | | | | Record reg soft: 4 | | Record M/T[123] soft: 6 / 6 | | Record MAT[2] soft: 0 | | Record ASCF len: 0 | | Record UNI len: 63 | | | | Textconv summary: | | | | UNK convs. (legacy only) : 0 | | UNI convs. (legacy only) : 0 | | NONR convs. : 0 | | |-->-------------------- | Открытие файла: armorgrp.txt =========================================== |-======= Save & Encode {16/02/2011 - 22:46:50} =======- | Сохранение файла: armorgrp.txt | Создание файла: decarmorgrp.dat |- Не удалось создать файл: dec-armorgrp.dat ===========================================
-
Request: option.ini with lowest settings
Michaeltje replied to CrackTunes's topic in Request Support [English]
http://rapidshare.com/files/446429322/Option.ini if its not on lowest setting press ingame alt + p (or go to options > lower detail) Dimensions and windows screen should be ok with it